src/Makefile

changeset 1031
8a90552bba29
parent 1007
81b2986d2b04
equal deleted inserted replaced
1030:06091e067bee 1031:8a90552bba29
131 @echo "Compiling $<" 131 @echo "Compiling $<"
132 $(CC) -o $@ $(CFLAGS) -c $< 132 $(CC) -o $@ $(CFLAGS) -c $<
133 133
134 $(build_dir)/properties$(OBJ_EXT): properties.c cx/properties.h \ 134 $(build_dir)/properties$(OBJ_EXT): properties.c cx/properties.h \
135 cx/common.h cx/string.h cx/allocator.h cx/map.h cx/collection.h \ 135 cx/common.h cx/string.h cx/allocator.h cx/map.h cx/collection.h \
136 cx/iterator.h cx/compare.h cx/hash_key.h cx/array_list.h cx/list.h 136 cx/iterator.h cx/compare.h cx/hash_key.h cx/buffer.h
137 @echo "Compiling $<" 137 @echo "Compiling $<"
138 $(CC) -o $@ $(CFLAGS) -c $< 138 $(CC) -o $@ $(CFLAGS) -c $<
139 139
140 $(build_dir)/streams$(OBJ_EXT): streams.c cx/streams.h cx/common.h 140 $(build_dir)/streams$(OBJ_EXT): streams.c cx/streams.h cx/common.h
141 @echo "Compiling $<" 141 @echo "Compiling $<"

mercurial