tests/Makefile

changeset 1591
ef2f47fc5f0c
parent 1576
7e19168d49d1
equal deleted inserted replaced
1590:7fc3bea76481 1591:ef2f47fc5f0c
114 ../src/cx/map.h ../src/cx/string.h ../src/cx/hash_key.h 114 ../src/cx/map.h ../src/cx/string.h ../src/cx/hash_key.h
115 @echo "Compiling $<" 115 @echo "Compiling $<"
116 $(CC) -o $@ $(CFLAGS) -I../src -c $< 116 $(CC) -o $@ $(CFLAGS) -I../src -c $<
117 117
118 $(TEST_DIR)/test_mempool$(OBJ_EXT): test_mempool.c ../src/cx/test.h \ 118 $(TEST_DIR)/test_mempool$(OBJ_EXT): test_mempool.c ../src/cx/test.h \
119 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ 119 ../src/cx/common.h ../src/cx/mempool.h ../src/cx/allocator.h
120 ../src/cx/mempool.h ../src/cx/allocator.h
121 @echo "Compiling $<" 120 @echo "Compiling $<"
122 $(CC) -o $@ $(CFLAGS) -I../src -c $< 121 $(CC) -o $@ $(CFLAGS) -I../src -c $<
123 122
124 $(TEST_DIR)/test_printf$(OBJ_EXT): test_printf.c ../src/cx/test.h \ 123 $(TEST_DIR)/test_printf$(OBJ_EXT): test_printf.c ../src/cx/test.h \
125 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ 124 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \

mercurial