src/Makefile

changeset 1000
1aecddf7e209
parent 988
15b3ca7ee33f
child 1007
81b2986d2b04
equal deleted inserted replaced
999:84fc42b04d3b 1000:1aecddf7e209
97 97
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/allocator.h \
103 cx/allocator.h cx/array_list.h cx/list.h cx/collection.h cx/iterator.h \ 103 cx/string.h cx/array_list.h cx/list.h cx/collection.h cx/iterator.h \
104 cx/compare.h 104 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 \

mercurial