src/Makefile

changeset 1350
189756516eaa
parent 1348
a1da355ed3b8
equal deleted inserted replaced
1349:b1696d0d598b 1350:189756516eaa
109 @echo "Compiling $<" 109 @echo "Compiling $<"
110 $(CC) -o $@ $(CFLAGS) -c $< 110 $(CC) -o $@ $(CFLAGS) -c $<
111 111
112 $(build_dir)/kv_list$(OBJ_EXT): kv_list.c cx/kv_list.h cx/common.h \ 112 $(build_dir)/kv_list$(OBJ_EXT): kv_list.c cx/kv_list.h cx/common.h \
113 cx/list.h cx/collection.h cx/allocator.h cx/iterator.h cx/compare.h \ 113 cx/list.h cx/collection.h cx/allocator.h cx/iterator.h cx/compare.h \
114 cx/map.h cx/string.h cx/hash_key.h 114 cx/map.h cx/string.h cx/hash_key.h cx/hash_map.h cx/linked_list.h
115 @echo "Compiling $<" 115 @echo "Compiling $<"
116 $(CC) -o $@ $(CFLAGS) -c $< 116 $(CC) -o $@ $(CFLAGS) -c $<
117 117
118 $(build_dir)/linked_list$(OBJ_EXT): linked_list.c cx/linked_list.h \ 118 $(build_dir)/linked_list$(OBJ_EXT): linked_list.c cx/linked_list.h \
119 cx/common.h cx/list.h cx/collection.h cx/allocator.h cx/iterator.h \ 119 cx/common.h cx/list.h cx/collection.h cx/allocator.h cx/iterator.h \

mercurial