]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/CMakelibPhotos.pkg
Fixes for coverity
[u/mrichter/AliRoot.git] / TEvtGen / CMakelibPhotos.pkg
1 #--------------------------------------------------------------------------------#
2 # Package File for EvtGen                                                        #
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
28 set ( SRCS  
29 Photos/src/photos-fortran/forW-MEc.cxx
30 Photos/src/photos-fortran/forZ-MEc.cxx
31 Photos/src/photos-fortran/photosC.cxx
32 Photos/src/utilities/Log.cxx
33 Photos/src/utilities/PhotosRandom.cxx
34 Photos/src/utilities/PhotosUtilities.cxx
35 Photos/src/utilities/PhotosDebugRandom.cxx
36 Photos/src/photosFortranInterfaces/PH_HEPEVT_Interface.cxx
37 Photos/src/photosCInterfaces/PhotosBranch.cxx
38 Photos/src/photosCInterfaces/PhotosParticle.cxx
39 Photos/src/photosCInterfaces/Photos.cxx
40 Photos/src/photosCInterfaces/PhotosEvent.cxx
41 Photos/src/eventRecordInterfaces/PhotosHEPEVTEvent.cxx
42 Photos/src/eventRecordInterfaces/PhotosHEPEVTParticle.cxx
43 Photos/src/eventRecordInterfaces/PhotosHepMCEvent.cxx
44 Photos/src/eventRecordInterfaces/PhotosHepMCParticle.cxx
45 )
46
47
48
49 set ( HDRS  
50 Photos/src/photosFortranInterfaces/f_Init.h
51 Photos/src/photos-fortran/forW-MEc.h
52 Photos/src/photos-fortran/forZ-MEc.h
53 Photos/src/utilities/Log.h
54 Photos/src/photosFortranInterfaces/PH_HEPEVT_Interface.h
55 Photos/src/photosCInterfaces/PhotosBranch.h
56 Photos/src/utilities/PhotosDebugRandom.h
57 Photos/src/photosCInterfaces/PhotosEvent.h
58 Photos/src/photosCInterfaces/Photos.h
59 Photos/src/eventRecordInterfaces/PhotosHEPEVTEvent.h
60 Photos/src/eventRecordInterfaces/PhotosHEPEVTParticle.h
61 Photos/src/eventRecordInterfaces/PhotosHepMCEvent.h
62 Photos/src/eventRecordInterfaces/PhotosHepMCParticle.h
63 Photos/src/photosCInterfaces/PhotosParticle.h
64 Photos/src/utilities/PhotosRandom.h
65 Photos/src/utilities/PhotosUtilities.h
66 )
67
68
69 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 ) 
70
71
72
73