(, , ) Make. there, , , , - ( , ). , .
Make , Michael Kohne, class1.o, $(BUILDDIR) class1.o. ( , $(BUILDDIR) VPATH, .)
, ( , ) - :
NAMES = class1 class2
OBJECTS = $(patsubst %,$(BUILDDIR)%.o,$(NAMES))
program: $(OBJECTS) configure
g++ $(OBJECTS) -o $@
$(OBJECTS):$(BUILDDIR)%.o:%.cc
g++ -c $^ -o $@
, , .