83 @echo "Compiling $<" |
83 @echo "Compiling $<" |
84 $(CC) -o $@ $(CFLAGS) -c $< |
84 $(CC) -o $@ $(CFLAGS) -c $< |
85 |
85 |
86 $(TEST_DIR)/test_json$(OBJ_EXT): test_json.c ../src/cx/test.h \ |
86 $(TEST_DIR)/test_json$(OBJ_EXT): test_json.c ../src/cx/test.h \ |
87 ../src/cx/common.h ../src/cx/json.h ../src/cx/string.h \ |
87 ../src/cx/common.h ../src/cx/json.h ../src/cx/string.h \ |
88 ../src/cx/allocator.h |
88 ../src/cx/allocator.h ../src/cx/array_list.h ../src/cx/list.h \ |
|
89 ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h |
89 @echo "Compiling $<" |
90 @echo "Compiling $<" |
90 $(CC) -o $@ $(CFLAGS) -c $< |
91 $(CC) -o $@ $(CFLAGS) -c $< |
91 |
92 |
92 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \ |
93 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \ |
93 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ |
94 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ |