88 $(CC) -o $@ $(CFLAGS) -I../src -c $< |
88 $(CC) -o $@ $(CFLAGS) -I../src -c $< |
89 |
89 |
90 $(TEST_DIR)/test_json$(OBJ_EXT): test_json.c util_allocator.h \ |
90 $(TEST_DIR)/test_json$(OBJ_EXT): test_json.c util_allocator.h \ |
91 ../src/cx/allocator.h ../src/cx/common.h ../src/cx/test.h \ |
91 ../src/cx/allocator.h ../src/cx/common.h ../src/cx/test.h \ |
92 ../src/cx/json.h ../src/cx/allocator.h ../src/cx/string.h \ |
92 ../src/cx/json.h ../src/cx/allocator.h ../src/cx/string.h \ |
93 ../src/cx/array_list.h ../src/cx/list.h ../src/cx/collection.h \ |
93 ../src/cx/buffer.h ../src/cx/array_list.h ../src/cx/list.h \ |
94 ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/mempool.h |
94 ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h \ |
|
95 ../src/cx/mempool.h |
95 @echo "Compiling $<" |
96 @echo "Compiling $<" |
96 $(CC) -o $@ $(CFLAGS) -I../src -c $< |
97 $(CC) -o $@ $(CFLAGS) -I../src -c $< |
97 |
98 |
98 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \ |
99 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \ |
99 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ |
100 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ |