47 cd ucx; $(MAKE) CONF=$(CONF) |
47 cd ucx; $(MAKE) CONF=$(CONF) |
48 |
48 |
49 ucx-debug: FORCE |
49 ucx-debug: FORCE |
50 cd ucx; $(MAKE) CONF=$(CONF) debug |
50 cd ucx; $(MAKE) CONF=$(CONF) debug |
51 |
51 |
52 test: FORCE ucx |
52 test: ucx |
53 cd test; $(MAKE) CONF=$(CONF) |
53 cd test; $(MAKE) CONF=$(CONF) |
54 |
54 |
55 test-debug: FORCE ucx-debug |
55 test-debug: ucx-debug |
56 cd test; $(MAKE) CONF=$(CONF) debug |
56 cd test; $(MAKE) CONF=$(CONF) debug |
57 |
57 |
58 run: FORCE test |
58 run: test |
59 ./build/release/test/ucxtest$(APP_EXT) |
59 ./build/release/test/ucxtest$(APP_EXT) |
60 |
60 |
61 run-debug: FORCE test-debug |
61 run-debug: test-debug |
62 ./build/debug/test/ucxtest$(APP_EXT) |
62 ./build/debug/test/ucxtest$(APP_EXT) |
63 |
63 |
64 debug: ucx-debug test-debug |
64 debug: ucx-debug test-debug |
65 |
65 |
66 install: ucx $(PREFIX)/lib $(PREFIX)/include/ucx |
66 install: ucx $(PREFIX)/lib $(PREFIX)/include/ucx |