src/Makefile

changeset 1590
7fc3bea76481
parent 1576
7e19168d49d1
child 1591
ef2f47fc5f0c
equal deleted inserted replaced
1589:7ab8b302d187 1590:7fc3bea76481
102 @echo "Compiling $<" 102 @echo "Compiling $<"
103 $(CC) -o $@ $(CFLAGS) -c $< 103 $(CC) -o $@ $(CFLAGS) -c $<
104 104
105 $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/allocator.h \ 105 $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/allocator.h \
106 cx/string.h cx/buffer.h cx/array_list.h cx/list.h cx/collection.h \ 106 cx/string.h cx/buffer.h cx/array_list.h cx/list.h cx/collection.h \
107 cx/iterator.h cx/compare.h cx/map.h cx/hash_key.h cx/kv_list.h 107 cx/iterator.h cx/compare.h cx/map.h cx/hash_key.h cx/kv_list.h \
108 cx/hash_map.h
108 @echo "Compiling $<" 109 @echo "Compiling $<"
109 $(CC) -o $@ $(CFLAGS) -c $< 110 $(CC) -o $@ $(CFLAGS) -c $<
110 111
111 $(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 \
112 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 \

mercurial