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