src/Makefile

changeset 1050
3df63e95921a
parent 1031
8a90552bba29
equal deleted inserted replaced
1049:415bf2ce6bab 1050:3df63e95921a
83 83
84 $(build_dir)/compare$(OBJ_EXT): compare.c cx/compare.h cx/common.h 84 $(build_dir)/compare$(OBJ_EXT): compare.c cx/compare.h cx/common.h
85 @echo "Compiling $<" 85 @echo "Compiling $<"
86 $(CC) -o $@ $(CFLAGS) -c $< 86 $(CC) -o $@ $(CFLAGS) -c $<
87 87
88 $(build_dir)/hash_key$(OBJ_EXT): hash_key.c cx/hash_key.h cx/common.h 88 $(build_dir)/hash_key$(OBJ_EXT): hash_key.c cx/hash_key.h cx/common.h \
89 cx/string.h cx/allocator.h
89 @echo "Compiling $<" 90 @echo "Compiling $<"
90 $(CC) -o $@ $(CFLAGS) -c $< 91 $(CC) -o $@ $(CFLAGS) -c $<
91 92
92 $(build_dir)/hash_map$(OBJ_EXT): hash_map.c cx/hash_map.h cx/map.h \ 93 $(build_dir)/hash_map$(OBJ_EXT): hash_map.c cx/hash_map.h cx/map.h \
93 cx/common.h cx/collection.h cx/allocator.h cx/iterator.h cx/compare.h \ 94 cx/common.h cx/collection.h cx/allocator.h cx/iterator.h cx/compare.h \

mercurial