Rev 113 | Rev 173 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| 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 \ |
||
| 95 | garren | 14 | GenParticleComparison.h \ |
| 5 | garren | 15 | GenVertex.h \ |
| 10 | garren | 16 | HeavyIon.h \ |
| 5 | garren | 17 | HEPEVT_Wrapper.h \ |
| 18 | HerwigWrapper6_4.h \ |
||
| 19 | HerwigWrapper.h \ |
||
| 20 | IO_Ascii.h \ |
||
| 35 | garren | 21 | IO_AsciiParticles.h \ |
| 40 | garren | 22 | IO_ExtendedAscii.h \ |
| 5 | garren | 23 | IO_BaseClass.h \ |
| 128 | garren | 24 | IO_GenEvent.h \ |
| 5 | garren | 25 | IO_HEPEVT.h \ |
| 26 | IO_HERWIG.h \ |
||
| 27 | IO_PDG_ParticleDataTable.h \ |
||
| 28 | ParticleData.h \ |
||
| 29 | ParticleDataTable.h \ |
||
| 36 | garren | 30 | PdfInfo.h \ |
| 5 | garren | 31 | Polarization.h \ |
| 32 | PythiaWrapper5_720.h \ |
||
| 33 | PythiaWrapper6_152.h \ |
||
| 34 | PythiaWrapper6_152_WIN32.h \ |
||
| 35 | PythiaWrapper6_2.h \ |
||
| 36 | PythiaWrapper6_2_WIN32.h \ |
||
| 37 | PythiaWrapper.h \ |
||
| 38 | WeightContainer.h \ |
||
| 43 | garren | 39 | SimpleVector.h \ |
| 40 | SimpleVector.icc \ |
||
| 41 | enable_if.h \ |
||
| 42 | is_arithmetic.h \ |
||
| 28 | garren | 43 | HepMC_CLHEP20.h \ |
| 113 | garren | 44 | Version.h \ |
| 5 | garren | 45 | defs.h |
| 46 | |||
| 47 | # Identify generated file(s) to be removed when 'make clean' is requested: |
||
| 48 | CLEANFILES = defs.h |