#--------------------------------------------------------------------------------# # Package File for EvtGen # # Author : Johny Jose (johny.jose@cern.ch) # # Variables Defined : # # # # SRCS - C++ source files # # HDRS - C++ header files # # DHDR - ROOT Dictionary Linkdef header file # # CSRCS - C source files # # CHDRS - C header files # # EINCLUDE - Include directories # # EDEFINE - Compiler definitions # # ELIBS - Extra libraries to link # # ELIBSDIR - Extra library directories # # PACKFFLAGS - Fortran compiler flags for package # # PACKCXXFLAGS - C++ compiler flags for package # # PACKCFLAGS - C compiler flags for package # # PACKSOFLAGS - Shared library linking flags # # PACKLDFLAGS - Module linker flags # # PACKBLIBS - Libraries to link (Executables only) # # EXPORT - Header files to be exported # # CINTHDRS - Dictionary header files # # CINTAUTOLINK - Set automatic dictionary generation # # ARLIBS - Archive Libraries and objects for linking (Executables only) # # SHLIBS - Shared Libraries and objects for linking (Executables only) # #--------------------------------------------------------------------------------# set ( SRCS Photos/src/photos-fortran/forW-MEc.cxx Photos/src/photos-fortran/forZ-MEc.cxx Photos/src/photos-fortran/photosC.cxx Photos/src/utilities/Log.cxx Photos/src/utilities/PhotosRandom.cxx Photos/src/utilities/PhotosUtilities.cxx Photos/src/utilities/PhotosDebugRandom.cxx Photos/src/photosFortranInterfaces/PH_HEPEVT_Interface.cxx Photos/src/photosCInterfaces/PhotosBranch.cxx Photos/src/photosCInterfaces/PhotosParticle.cxx Photos/src/photosCInterfaces/Photos.cxx Photos/src/photosCInterfaces/PhotosEvent.cxx Photos/src/eventRecordInterfaces/PhotosHEPEVTEvent.cxx Photos/src/eventRecordInterfaces/PhotosHEPEVTParticle.cxx Photos/src/eventRecordInterfaces/PhotosHepMCEvent.cxx Photos/src/eventRecordInterfaces/PhotosHepMCParticle.cxx ) set ( HDRS Photos/src/photosFortranInterfaces/f_Init.h Photos/src/photos-fortran/forW-MEc.h Photos/src/photos-fortran/forZ-MEc.h Photos/src/utilities/Log.h Photos/src/photosFortranInterfaces/PH_HEPEVT_Interface.h Photos/src/photosCInterfaces/PhotosBranch.h Photos/src/utilities/PhotosDebugRandom.h Photos/src/photosCInterfaces/PhotosEvent.h Photos/src/photosCInterfaces/Photos.h Photos/src/eventRecordInterfaces/PhotosHEPEVTEvent.h Photos/src/eventRecordInterfaces/PhotosHEPEVTParticle.h Photos/src/eventRecordInterfaces/PhotosHepMCEvent.h Photos/src/eventRecordInterfaces/PhotosHepMCParticle.h Photos/src/photosCInterfaces/PhotosParticle.h Photos/src/utilities/PhotosRandom.h Photos/src/utilities/PhotosUtilities.h ) set ( EINCLUDE TEvtGen TEvtGen/HepMC TEvtGen/Photos/src/photosFortranInterfaces TEvtGen/Photos/src/photos-fortran TEvtGen/Photos/src/photosCInterfaces TEvtGen/Photos/src/eventRecordInterfaces TEvtGen/Photos/src/utilities )