hepmc - Rev 285

Subversion Repositories:
Rev:
## Process this file with automake to produce Makefile.in

INCLUDES = -I$(top_builddir) -I$(top_srcdir) 

libHepMCfio_la_SOURCES = \
        HEPEVT_Wrapper.cc       \
        IO_HEPEVT.cc    \
        IO_HERWIG.cc

lib_LTLIBRARIES = libHepMCfio.la

if BUILD_VISUAL
  lib_shared = HepMC.$(SHEXT)
else
  lib_shared = libHepMC.so
endif