src/Makefile

changeset 1319
aa1f580f8f59
parent 1234
6cdf81367b93
equal deleted inserted replaced
1318:12fa1d37fe48 1319:aa1f580f8f59
139 cx/common.h cx/string.h cx/allocator.h cx/map.h cx/collection.h \ 139 cx/common.h cx/string.h cx/allocator.h cx/map.h cx/collection.h \
140 cx/iterator.h cx/compare.h cx/hash_key.h cx/buffer.h 140 cx/iterator.h cx/compare.h cx/hash_key.h cx/buffer.h
141 @echo "Compiling $<" 141 @echo "Compiling $<"
142 $(CC) -o $@ $(CFLAGS) -c $< 142 $(CC) -o $@ $(CFLAGS) -c $<
143 143
144 $(build_dir)/streams$(OBJ_EXT): streams.c cx/streams.h cx/common.h 144 $(build_dir)/streams$(OBJ_EXT): streams.c cx/streams.h cx/common.h \
145 cx/allocator.h
145 @echo "Compiling $<" 146 @echo "Compiling $<"
146 $(CC) -o $@ $(CFLAGS) -c $< 147 $(CC) -o $@ $(CFLAGS) -c $<
147 148
148 $(build_dir)/string$(OBJ_EXT): string.c cx/string.h cx/common.h \ 149 $(build_dir)/string$(OBJ_EXT): string.c cx/string.h cx/common.h \
149 cx/allocator.h 150 cx/allocator.h

mercurial