| 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 \ |