src/Makefile

changeset 1007
81b2986d2b04
parent 1000
1aecddf7e209
equal deleted inserted replaced
1006:8ee818fa29f7 1007:81b2986d2b04
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/allocator.h \ 102 $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/allocator.h \
103 cx/string.h cx/array_list.h cx/list.h cx/collection.h cx/iterator.h \ 103 cx/string.h cx/buffer.h cx/array_list.h cx/list.h cx/collection.h \
104 cx/compare.h 104 cx/iterator.h cx/compare.h
105 @echo "Compiling $<" 105 @echo "Compiling $<"
106 $(CC) -o $@ $(CFLAGS) -c $< 106 $(CC) -o $@ $(CFLAGS) -c $<
107 107
108 $(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 \
109 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 \

mercurial