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