123 $(build_dir)/printf$(OBJ_EXT): printf.c cx/printf.h cx/common.h \ |
123 $(build_dir)/printf$(OBJ_EXT): printf.c cx/printf.h cx/common.h \ |
124 cx/string.h cx/allocator.h |
124 cx/string.h cx/allocator.h |
125 @echo "Compiling $<" |
125 @echo "Compiling $<" |
126 $(CC) -o $@ $(CFLAGS) -c $< |
126 $(CC) -o $@ $(CFLAGS) -c $< |
127 |
127 |
128 $(build_dir)/properties$(OBJ_EXT): properties.c cx/properties.h |
128 $(build_dir)/properties$(OBJ_EXT): properties.c cx/properties.h \ |
|
129 cx/common.h cx/string.h cx/allocator.h cx/array_list.h cx/list.h \ |
|
130 cx/collection.h cx/iterator.h cx/compare.h |
129 @echo "Compiling $<" |
131 @echo "Compiling $<" |
130 $(CC) -o $@ $(CFLAGS) -c $< |
132 $(CC) -o $@ $(CFLAGS) -c $< |
131 |
133 |
132 $(build_dir)/string$(OBJ_EXT): string.c cx/string.h cx/common.h \ |
134 $(build_dir)/string$(OBJ_EXT): string.c cx/string.h cx/common.h \ |
133 cx/allocator.h cx/utils.h |
135 cx/allocator.h cx/utils.h |