| 128 |
128 |
| 129 $(build_dir)/szmul$(OBJ_EXT): szmul.c |
129 $(build_dir)/szmul$(OBJ_EXT): szmul.c |
| 130 @echo "Compiling $<" |
130 @echo "Compiling $<" |
| 131 $(CC) -o $@ $(CFLAGS) -c $< |
131 $(CC) -o $@ $(CFLAGS) -c $< |
| 132 |
132 |
| 133 $(build_dir)/tree$(OBJ_EXT): tree.c cx/tree.h cx/common.h cx/iterator.h \ |
133 $(build_dir)/tree$(OBJ_EXT): tree.c cx/tree.h cx/common.h cx/collection.h \ |
| 134 cx/array_list.h cx/list.h cx/collection.h cx/allocator.h cx/compare.h |
134 cx/allocator.h cx/iterator.h cx/compare.h cx/array_list.h cx/list.h |
| 135 @echo "Compiling $<" |
135 @echo "Compiling $<" |
| 136 $(CC) -o $@ $(CFLAGS) -c $< |
136 $(CC) -o $@ $(CFLAGS) -c $< |
| 137 |
137 |
| 138 $(build_dir)/utils$(OBJ_EXT): utils.c cx/utils.h cx/common.h |
138 $(build_dir)/utils$(OBJ_EXT): utils.c cx/utils.h cx/common.h |
| 139 @echo "Compiling $<" |
139 @echo "Compiling $<" |