hepmc - Blame information for rev 35
Subversion Repositories:
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 5 | garren | 1 | ## Process this file with automake to produce Makefile.in |
| 2 | |||
| 3 | if USE_GMAKE | ||
| 4 | MAKE = gmake | ||
| 5 | endif | ||
| 6 | |||
| 7 | includedir = $(prefix)/include | ||
| 8 | COPY_P = @COPY_P@ | ||
| 9 | |||
| 10 | pkginclude_HEADERS = \ | ||
| 11 | Flow.h \ | ||
| 12 | GenEvent.h \ | ||
| 13 | GenParticle.h \ | ||
| 14 | GenVertex.h \ | ||
| 10 | garren | 15 | HeavyIon.h \ |
| 5 | garren | 16 | HEPEVT_Wrapper.h \ |
| 17 | HerwigWrapper6_4.h \ | ||
| 18 | HerwigWrapper.h \ | ||
| 19 | IO_Ascii.h \ | ||
| 35 | garren | 20 | IO_AsciiParticles.h \ |
| 5 | garren | 21 | IO_BaseClass.h \ |
| 22 | IO_HEPEVT.h \ | ||
| 23 | IO_HERWIG.h \ | ||
| 24 | IO_PDG_ParticleDataTable.h \ | ||
| 25 | ParticleData.h \ | ||
| 26 | ParticleDataTable.h \ | ||
| 27 | Polarization.h \ | ||
| 28 | PythiaWrapper5_720.h \ | ||
| 29 | PythiaWrapper6_152.h \ | ||
| 30 | PythiaWrapper6_152_WIN32.h \ | ||
| 31 | PythiaWrapper6_2.h \ | ||
| 32 | PythiaWrapper6_2_WIN32.h \ | ||
| 33 | PythiaWrapper.h \ | ||
| 34 | WeightContainer.h \ | ||
| 28 | garren | 35 | HepMC_CLHEP20.h \ |
| 5 | garren | 36 | defs.h |
| 37 | |||
| 38 | # Identify generated file(s) to be removed when 'make clean' is requested: | ||
| 39 | CLEANFILES = defs.h |
