hepmc - Diff between revs 427 and 432
Subversion Repositories:
| Rev 427 | Rev 432 | |||
|---|---|---|---|---|
| Line 1... | Line 1... | |||
| 1 | # This makefile is used to copy files during the "make install" step | 1 | # This makefile is used to copy files during the "make install" step | |
| 2 | 2 | |||
| 3 | INSTALLDIR = @prefix@/examples/@PACKAGE@ | - | ||
| - | 3 | INSTALLDIR = $(pkgdatadir)/examples | ||
| 4 | 4 | |||
| 5 | # files to distribute | 5 | # files to distribute | |
| 6 | EXTRA_DIST = \ | 6 | EXTRA_DIST = \ | |
| 7 | example_BuildEventFromScratch.cc \ | 7 | example_BuildEventFromScratch.cc \ | |
| 8 | example_EventSelection.cc \ | 8 | example_EventSelection.cc \ | |
| Line 12... | Line 12... | |||
| 12 | example_UsingIterators.cc \ | 12 | example_UsingIterators.cc \ | |
| 13 | example_PythiaStreamIO.cc \ | 13 | example_PythiaStreamIO.cc \ | |
| 14 | testHerwigCopies.cc \ | 14 | testHerwigCopies.cc \ | |
| 15 | testPythiaCopies.cc \ | 15 | testPythiaCopies.cc \ | |
| 16 | initPythia.cc \ | 16 | initPythia.cc \ | |
| 17 | PythiaHelper.h \ | - | ||
| 18 | HerwigHelper.h \ | - | ||
| 19 | initpydata.f \ | 17 | initpydata.f \ | |
| - | 18 | PythiaHelper.h \ | ||
| 20 | VectorConversion.h \ | 19 | VectorConversion.h \ | |
| 21 | example_UsingIterators.txt | 20 | example_UsingIterators.txt | |
| 22 | 21 | |||
| 23 | install-data-local: | 22 | install-data-local: | |
| 24 | $(mkinstalldirs) $(DESTDIR)$(INSTALLDIR) | 23 | $(mkinstalldirs) $(DESTDIR)$(INSTALLDIR) | |
