98 $(build_dir)/iterator$(OBJ_EXT): iterator.c cx/iterator.h cx/common.h |
98 $(build_dir)/iterator$(OBJ_EXT): iterator.c cx/iterator.h cx/common.h |
99 @echo "Compiling $<" |
99 @echo "Compiling $<" |
100 $(CC) -o $@ $(CFLAGS) -c $< |
100 $(CC) -o $@ $(CFLAGS) -c $< |
101 |
101 |
102 $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/string.h \ |
102 $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/string.h \ |
103 cx/allocator.h cx/allocator.h |
103 cx/allocator.h cx/array_list.h cx/list.h cx/collection.h cx/iterator.h \ |
|
104 cx/compare.h |
104 @echo "Compiling $<" |
105 @echo "Compiling $<" |
105 $(CC) -o $@ $(CFLAGS) -c $< |
106 $(CC) -o $@ $(CFLAGS) -c $< |
106 |
107 |
107 $(build_dir)/linked_list$(OBJ_EXT): linked_list.c cx/linked_list.h \ |
108 $(build_dir)/linked_list$(OBJ_EXT): linked_list.c cx/linked_list.h \ |
108 cx/common.h cx/list.h cx/collection.h cx/allocator.h cx/iterator.h \ |
109 cx/common.h cx/list.h cx/collection.h cx/allocator.h cx/iterator.h \ |