]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/PHOTOS/CMake_libPHOTOS.txt
AliDecayer realisation for the EvtGen code and EvtGen itself.
[u/mrichter/AliRoot.git] / TEvtGen / PHOTOS / CMake_libPHOTOS.txt
1 # -*- mode: cmake -*-
2
3 Set(SRCS)
4
5 set(CSRCS
6 #geteni.c
7 #fchput.c
8 #fchtak.c
9 #dummies.c
10 )
11
12 set(FSRCS
13 phcork.F
14 phint.F
15 phint1.F
16 phlupa.F
17 phoan1.F
18 phoan2.F
19 phobo3.F
20 phobos.F
21 phocha.F
22 phochk.F
23 phocin.F
24 phocor.F
25 phodo.F
26 phoene.F
27 phoerr.F
28 phofac.F
29 phoin.F
30 phoinf.F
31 phoini.F
32 phomak.F
33 phooma.F
34 phoout.F
35 phopre.F
36 phoran.F
37 phorep.F
38 phorin.F
39 phoro2.F
40 phoro3.F
41 phospi.F
42 photos.F
43 photos_get.F
44 photos_make.F
45 photos_set.F
46 photri.F
47 photwo.F
48 phtype.F
49 )
50
51
52 # fill list of header files from list of source files
53 # by exchanging the file extension
54 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
55
56 Set(SRCS ${SRCS} ${FSRCS} ${CSRCS})
57
58 AddLibrary(photos "${SRCS}" "${HDRS}")
59