hepmc - Blame information for rev 285
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 | libHepMCfio_la_SOURCES = \ |
| 5 | garren | 6 | HEPEVT_Wrapper.cc \ |
| 7 | IO_HEPEVT.cc \ | ||
| 8 | IO_HERWIG.cc | ||
| 9 | |||
| 285 | garren | 10 | lib_LTLIBRARIES = libHepMCfio.la |
| 5 | garren | 11 | |
| 12 | if BUILD_VISUAL | ||
| 285 | garren | 13 | lib_shared = HepMC.$(SHEXT) |
| 5 | garren | 14 | else |
| 285 | garren | 15 | lib_shared = libHepMC.so |
| 5 | garren | 16 | endif |
