src/Makefile

changeset 1067
7799addf475f
parent 1064
f3b04cd60776
equal deleted inserted replaced
1066:8610f87a6b14 1067:7799addf475f
96 @echo "Compiling $<" 96 @echo "Compiling $<"
97 $(CC) -o $@ $(CFLAGS) -c $< 97 $(CC) -o $@ $(CFLAGS) -c $<
98 98
99 $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/allocator.h \ 99 $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/allocator.h \
100 cx/string.h cx/buffer.h cx/array_list.h cx/list.h cx/collection.h \ 100 cx/string.h cx/buffer.h cx/array_list.h cx/list.h cx/collection.h \
101 cx/iterator.h cx/compare.h 101 cx/iterator.h cx/compare.h cx/compare.h
102 @echo "Compiling $<" 102 @echo "Compiling $<"
103 $(CC) -o $@ $(CFLAGS) -c $< 103 $(CC) -o $@ $(CFLAGS) -c $<
104 104
105 $(build_dir)/linked_list$(OBJ_EXT): linked_list.c cx/linked_list.h \ 105 $(build_dir)/linked_list$(OBJ_EXT): linked_list.c cx/linked_list.h \
106 cx/common.h cx/list.h cx/collection.h cx/allocator.h cx/iterator.h \ 106 cx/common.h cx/list.h cx/collection.h cx/allocator.h cx/iterator.h \

mercurial