]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/CMakelibPhotos.pkg
ATO-78 - Technical changes to compare different calibrations
[u/mrichter/AliRoot.git] / TEvtGen / CMakelibPhotos.pkg
CommitLineData
6db31708 1#--------------------------------------------------------------------------------#
0ca57c2f 2# Package File for EvtGen #
6db31708 3# Author : Johny Jose (johny.jose@cern.ch) #
4# Variables Defined : #
5# #
6# SRCS - C++ source files #
7# HDRS - C++ header files #
8# DHDR - ROOT Dictionary Linkdef header file #
9# CSRCS - C source files #
10# CHDRS - C header files #
11# EINCLUDE - Include directories #
12# EDEFINE - Compiler definitions #
13# ELIBS - Extra libraries to link #
14# ELIBSDIR - Extra library directories #
15# PACKFFLAGS - Fortran compiler flags for package #
16# PACKCXXFLAGS - C++ compiler flags for package #
17# PACKCFLAGS - C compiler flags for package #
18# PACKSOFLAGS - Shared library linking flags #
19# PACKLDFLAGS - Module linker flags #
20# PACKBLIBS - Libraries to link (Executables only) #
21# EXPORT - Header files to be exported #
22# CINTHDRS - Dictionary header files #
23# CINTAUTOLINK - Set automatic dictionary generation #
24# ARLIBS - Archive Libraries and objects for linking (Executables only) #
25# SHLIBS - Shared Libraries and objects for linking (Executables only) #
26#--------------------------------------------------------------------------------#
27
0ca57c2f 28set ( SRCS
f97ec6ec 29Photos/src/photos-fortran/forW-MEc.cxx
30Photos/src/photos-fortran/forZ-MEc.cxx
31Photos/src/photos-fortran/photosC.cxx
32Photos/src/utilities/Log.cxx
33Photos/src/utilities/PhotosRandom.cxx
34Photos/src/utilities/PhotosUtilities.cxx
35Photos/src/utilities/PhotosDebugRandom.cxx
36Photos/src/photosFortranInterfaces/PH_HEPEVT_Interface.cxx
37Photos/src/photosCInterfaces/PhotosBranch.cxx
38Photos/src/photosCInterfaces/PhotosParticle.cxx
39Photos/src/photosCInterfaces/Photos.cxx
40Photos/src/photosCInterfaces/PhotosEvent.cxx
41Photos/src/eventRecordInterfaces/PhotosHEPEVTEvent.cxx
42Photos/src/eventRecordInterfaces/PhotosHEPEVTParticle.cxx
43Photos/src/eventRecordInterfaces/PhotosHepMCEvent.cxx
44Photos/src/eventRecordInterfaces/PhotosHepMCParticle.cxx
0ca57c2f 45)
46
47
48
49set ( HDRS
f97ec6ec 50Photos/src/photosFortranInterfaces/f_Init.h
51Photos/src/photos-fortran/forW-MEc.h
52Photos/src/photos-fortran/forZ-MEc.h
53Photos/src/utilities/Log.h
54Photos/src/photosFortranInterfaces/PH_HEPEVT_Interface.h
55Photos/src/photosCInterfaces/PhotosBranch.h
56Photos/src/utilities/PhotosDebugRandom.h
57Photos/src/photosCInterfaces/PhotosEvent.h
58Photos/src/photosCInterfaces/Photos.h
59Photos/src/eventRecordInterfaces/PhotosHEPEVTEvent.h
60Photos/src/eventRecordInterfaces/PhotosHEPEVTParticle.h
61Photos/src/eventRecordInterfaces/PhotosHepMCEvent.h
62Photos/src/eventRecordInterfaces/PhotosHepMCParticle.h
63Photos/src/photosCInterfaces/PhotosParticle.h
64Photos/src/utilities/PhotosRandom.h
65Photos/src/utilities/PhotosUtilities.h
0ca57c2f 66)
67
68
f97ec6ec 69set ( 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 )
0ca57c2f 70
71
72
73