src/Makefile

changeset 833
5c926801f052
parent 816
425234b05dff
equal deleted inserted replaced
832:97df2e4c68fb 833:5c926801f052
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 $<"

mercurial