103 ../src/cx/buffer.h |
103 ../src/cx/buffer.h |
104 @echo "Compiling $<" |
104 @echo "Compiling $<" |
105 $(CC) -o $@ $(CFLAGS) -c $< |
105 $(CC) -o $@ $(CFLAGS) -c $< |
106 |
106 |
107 $(TEST_DIR)/test_properties$(OBJ_EXT): test_properties.c ../src/cx/test.h \ |
107 $(TEST_DIR)/test_properties$(OBJ_EXT): test_properties.c ../src/cx/test.h \ |
108 ../src/cx/properties.h ../src/cx/common.h ../src/cx/string.h \ |
108 util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \ |
109 ../src/cx/allocator.h ../src/cx/array_list.h ../src/cx/list.h \ |
109 ../src/cx/properties.h ../src/cx/string.h ../src/cx/allocator.h \ |
110 ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h |
110 ../src/cx/map.h ../src/cx/collection.h ../src/cx/iterator.h \ |
|
111 ../src/cx/compare.h ../src/cx/hash_key.h ../src/cx/array_list.h \ |
|
112 ../src/cx/list.h ../src/cx/hash_map.h |
111 @echo "Compiling $<" |
113 @echo "Compiling $<" |
112 $(CC) -o $@ $(CFLAGS) -c $< |
114 $(CC) -o $@ $(CFLAGS) -c $< |
113 |
115 |
114 $(TEST_DIR)/test_string$(OBJ_EXT): test_string.c ../src/cx/test.h \ |
116 $(TEST_DIR)/test_string$(OBJ_EXT): test_string.c ../src/cx/test.h \ |
115 util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \ |
117 util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \ |