hepmc - Rev 417
Subversion Repositories:
# This makefile is used to copy files during the "make install" stepINSTALLDIR = @prefix@/examples/@PACKAGE@# files to distributeEXTRA_DIST = \example_BuildEventFromScratch.cc \example_EventSelection.cc \example_MyHerwig.cc \example_MyPythia.cc \example_MyPythiaOnlyToHepMC.cc \example_UsingIterators.cc \example_PythiaStreamIO.cc \testHerwigCopies.cc \testPythiaCopies.cc \initPythia.cc \PythiaHelper.h \initpydata.f \VectorConversion.h \example_UsingIterators.txtinstall-data-local:$(mkinstalldirs) $(DESTDIR)$(INSTALLDIR)$(INSTALL_DATA) GNUmakefile.example $(DESTDIR)$(INSTALLDIR)/GNUmakefilefor file in $(EXTRA_DIST); do \$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(INSTALLDIR)/$$file; done
