109 ../src/cx/string.h ../src/cx/allocator.h |
109 ../src/cx/string.h ../src/cx/allocator.h |
110 @echo "Compiling $<" |
110 @echo "Compiling $<" |
111 $(CC) -o $@ $(CFLAGS) -c $< |
111 $(CC) -o $@ $(CFLAGS) -c $< |
112 |
112 |
113 $(TEST_DIR)/test_tree$(OBJ_EXT): test_tree.c ../src/cx/tree.h \ |
113 $(TEST_DIR)/test_tree$(OBJ_EXT): test_tree.c ../src/cx/tree.h \ |
114 ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h \ |
114 ../src/cx/common.h ../src/cx/collection.h ../src/cx/allocator.h \ |
|
115 ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/test.h \ |
115 util_allocator.h ../src/cx/allocator.h |
116 util_allocator.h ../src/cx/allocator.h |
116 @echo "Compiling $<" |
117 @echo "Compiling $<" |
117 $(CC) -o $@ $(CFLAGS) -c $< |
118 $(CC) -o $@ $(CFLAGS) -c $< |
118 |
119 |
119 $(TEST_DIR)/test_utils$(OBJ_EXT): test_utils.c ../src/cx/test.h \ |
120 $(TEST_DIR)/test_utils$(OBJ_EXT): test_utils.c ../src/cx/test.h \ |