103 ../src/cx/string.h ../src/cx/allocator.h |
103 ../src/cx/string.h ../src/cx/allocator.h |
104 @echo "Compiling $<" |
104 @echo "Compiling $<" |
105 $(CC) -o $@ $(CFLAGS) -c $< |
105 $(CC) -o $@ $(CFLAGS) -c $< |
106 |
106 |
107 $(TEST_DIR)/test_tree$(OBJ_EXT): test_tree.c ../src/cx/tree.h \ |
107 $(TEST_DIR)/test_tree$(OBJ_EXT): test_tree.c ../src/cx/tree.h \ |
108 ../src/cx/common.h ../src/cx/test.h |
108 ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h |
109 @echo "Compiling $<" |
109 @echo "Compiling $<" |
110 $(CC) -o $@ $(CFLAGS) -c $< |
110 $(CC) -o $@ $(CFLAGS) -c $< |
111 |
111 |
112 $(TEST_DIR)/test_utils$(OBJ_EXT): test_utils.c ../src/cx/test.h \ |
112 $(TEST_DIR)/test_utils$(OBJ_EXT): test_utils.c ../src/cx/test.h \ |
113 ../src/cx/utils.h ../src/cx/common.h ../src/cx/buffer.h \ |
113 ../src/cx/utils.h ../src/cx/common.h ../src/cx/buffer.h \ |