# # Define incdir to be the directory where you want to put the headerfiles. # incdirCLHEP = $(prefix)/include/CLHEP/Vector srcdir = @srcdir@ VPATH = @srcdir@ SOURCES = $(wildcard *.cc) HEADERS = *.h *.icc MAN_PAG = ALLOBJECTS = $(patsubst %.cc,%.o,$(SOURCES)) # # objects used when there are no persistent streams # SOMEOBJECTS = $(ALLOBJECTS) include ../config/Makefile.common