hepmc - Blame information for rev 432
Subversion Repositories:
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 5 | garren | 1 | ## Process this file with automake to produce Makefile.in |
| 2 | |||
| 43 | garren | 3 | INCLUDES = -I$(top_builddir) -I$(top_srcdir) |
| 5 | garren | 4 | |
| 285 | garren | 5 | libHepMC_la_SOURCES = \ |
| 237 | garren | 6 | CompareGenEvent.cc \ |
| 5 | garren | 7 | Flow.cc \ |
| 8 | GenEvent.cc \ | ||
| 390 | garren | 9 | GenEventStreamIO.cc \ |
| 5 | garren | 10 | GenParticle.cc \ |
| 390 | garren | 11 | GenCrossSection.cc \ |
| 5 | garren | 12 | GenVertex.cc \ |
| 432 | garren | 13 | GenRanges.cc \ |
| 390 | garren | 14 | HeavyIon.cc \ |
| 35 | garren | 15 | IO_AsciiParticles.cc \ |
| 128 | garren | 16 | IO_GenEvent.cc \ |
| 390 | garren | 17 | PdfInfo.cc \ |
| 173 | garren | 18 | Polarization.cc \ |
| 335 | garren | 19 | SearchVector.cc \ |
| 390 | garren | 20 | StreamHelpers.cc \ |
| 21 | StreamInfo.cc \ | ||
| 432 | garren | 22 | Units.cc \ |
| 23 | WeightContainer.cc | ||
| 5 | garren | 24 | |
| 285 | garren | 25 | lib_LTLIBRARIES = libHepMC.la |
| 5 | garren | 26 | |
| 27 | if BUILD_VISUAL | ||
| 28 | lib_shared = HepMC.$(SHEXT) | ||
| 29 | else | ||
| 285 | garren | 30 | lib_shared = libHepMC.so |
| 5 | garren | 31 | endif |
| 350 | garren | 32 | |
| 33 | # shared library versioning | ||
| 34 | libHepMC_la_LDFLAGS = $(LIBRARY_VERSION) |
