| 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 $<" |