src/Makefile

changeset 958
c9033d30a9f6
parent 937
10123f4d5618
child 962
cd418898af5c
equal deleted inserted replaced
957:26e47a874f19 958:c9033d30a9f6
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 \

mercurial