39 |
GPSPESRCS = gpspe/gpcp.F gpspe/gpdspe.F gpspe/gpfe.F \ |
GPSPESRCS = gpspe/gpcp.F gpspe/gpdspe.F gpspe/gpfe.F \ |
40 |
gpspe/gpkap.F gpspe/gpmaspe.F gpspe/gproa.F \ |
gpspe/gpkap.F gpspe/gpmaspe.F gpspe/gproa.F \ |
41 |
gpspe/gpsitr.F gpspe/gpspema.F gpspe/gpspev.F gpspe/gpuspe.F \ |
gpspe/gpsitr.F gpspe/gpspema.F gpspe/gpspev.F gpspe/gpuspe.F \ |
42 |
gpspe/gprspe.F |
gpspe/gprspe.F gpspe/gpudiffusion.F gpspe/gpucollection.F |
43 |
GPTOFSRCS = gptof/gpdtof.F gptof/gpscin.F gptof/gpscint.F \ |
GPTOFSRCS = gptof/gpdtof.F gptof/gpscin.F gptof/gpscint.F \ |
44 |
gptof/gptofv.F gptof/gputof.F gptof/gpmyl.F |
gptof/gptofv.F gptof/gputof.F gptof/gpmyl.F gptof/gppol.F |
45 |
GPTRDSRCS = gptrd/gpdtrd.F gptrd/gptrad.F gptrd/gptrdv.F \ |
GPTRDSRCS = gptrd/gpdtrd.F gptrd/gptrad.F gptrd/gptrdv.F \ |
46 |
gptrd/gputrd.F gptrd/gpxe.F gptrd/gpxtr.F \ |
gptrd/gputrd.F gptrd/gpxe.F gptrd/gpxtr.F \ |
47 |
gptrd/npoiss.F gptrd/xescape.F gptrd/xtrinteg.F \ |
gptrd/npoiss.F gptrd/xescape.F gptrd/xtrinteg.F \ |
48 |
gptrd/xtrinter.F gptrd/xtryield.F |
gptrd/xtrinter.F gptrd/xtryield.F |
49 |
GPXINTSRCS = gpxint/gxint.F gpxint/qnext.F |
GPXINTSRCS = gpxint/gxint.F gpxint/qnext.F |
50 |
GPNDSRCS = gpnd/gpndv.F gpnd/gpgigp.F gpnd/gpund.F gpnd/gpdnd.F gpnd/gpgig.F |
GPNDSRCS = gpnd/gpndv.F gpnd/gpgigp.F gpnd/gpund.F gpnd/gpdnd.F gpnd/gpgig.F \ |
51 |
|
gpnd/gpgrsigma.F gpnd/gpgres.F |
52 |
GPCALORSRC = gpcalor/gpcalor.F |
GPCALORSRC = gpcalor/gpcalor.F |
53 |
# |
# |
54 |
GPSRCS = $(GPAMELASRCS) $(GPCALSRCS) $(GPCASSRCS) $(GPCATSRCS) $(GPCARDSRCS) \ |
GPSRCS = $(GPAMELASRCS) $(GPCALSRCS) $(GPCASSRCS) $(GPCATSRCS) $(GPCARDSRCS) \ |
70 |
# |
# |
71 |
BIN = ./bin |
BIN = ./bin |
72 |
AUX = ./aux |
AUX = ./aux |
73 |
AUXFILES = ${AUX}/gpfield.rz ${AUX}/GPAMELA.FFR ${AUX}/TRD_ATT.DAT ${AUX}/GARFIELD.GAR \ |
AUXFILES = ${AUX}/gpfield.rz ${AUX}/GPAMELA.FFR ${AUX}/TRD_ATT.DAT \ |
74 |
${AUX}/xe_80_co2_20.gas ${AUX}/measure_n3_290302.rz ${AUX}/measure_n4_110402_corrected.rz \ |
${AUX}/GARFIELD.GAR ${AUX}/xe_80_co2_20.gas \ |
75 |
${AUX}/resxy_new.rz ${AUX}/INPUTSEED.DAT ${AUX}/readseeds.f ${AUX}/writeseeds.f \ |
${AUX}/measure_n3_290302.rz ${AUX}/measure_n4_110402_corrected.rz \ |
76 |
${AUX}/chetc.dat.gz ${AUX}/xsneut.dat.gz ${AUX}/external_top_map_n4_150402.rz |
${AUX}/resxy_new.rz ${AUX}/INPUTSEED.DAT ${AUX}/readseeds.f \ |
77 |
|
${AUX}/writeseeds.f ${AUX}/chetc.dat.gz ${AUX}/xsneut.dat.gz \ |
78 |
|
${AUX}/external_top_map_n4_150402.rz \ |
79 |
|
${AUX}/Neut1.dat ${AUX}/Neut2.dat ${AUX}/Neut3.dat |
80 |
|
|
81 |
GARFIELDSRC = ./garfield/src |
GARFIELDSRC = ./garfield/src |
82 |
# |
# |
83 |
INTERFLAGS = -DGPAMELA_UNIX -DGPAMELA_TYPE -DGPAMELA_X11 -DGPAMELA_INTER -DGPAMELA_HIGZ \ |
INTERFLAGS = -DGPAMELA_UNIX -DGPAMELA_TYPE -DGPAMELA_X11 -DGPAMELA_INTER \ |
84 |
-DGPAMELA_GARFIELD -DGPAMELA_MANYWIRE -DGPAMELA_LONGLIST -DGPAMELA_BIGMAP |
-DGPAMELA_HIGZ \ |
85 |
BATCHFLAGS = -DGPAMELA_UNIX -DGPAMELA_TYPE -DGPAMELA_GARFIELD -DGPAMELA_MANYWIRE -DGPAMELA_LONGLIST -DGPAMELA_BIGMAP |
-DGPAMELA_GARFIELD -DGPAMELA_MANYWIRE -DGPAMELA_LONGLIST \ |
86 |
|
-DGPAMELA_BIGMAP |
87 |
|
BATCHFLAGS = -DGPAMELA_UNIX -DGPAMELA_TYPE -DGPAMELA_GARFIELD \ |
88 |
|
-DGPAMELA_MANYWIRE -DGPAMELA_LONGLIST -DGPAMELA_BIGMAP |
89 |
# |
# |
90 |
CC = gcc |
CC = gcc |
91 |
#FC = g77 -ffortran-bounds-check |
#FC = g77 -ffortran-bounds-check |
92 |
FC = g77 |
FC = g77 |
93 |
DEBFLAGS = -g -fdebug-kludge |
DEBFLAGS = -g -fdebug-kludge |
94 |
FFLAGS = -fvxt -fno-automatic -Wno-globals -I${GPINC} -I$(GPCALORINC) -I${GEANTINC} ${BATCHFLAGS} |
FFLAGS = -fvxt -fno-automatic -Wno-globals -I${GPINC} -I$(GPCALORINC) \ |
95 |
|
-I${GEANTINC} ${BATCHFLAGS} |
96 |
LDFLAGS= ${GPLIB} ${CERNLIB} -Xlinker -Map -Xlinker $@.map |
LDFLAGS= ${GPLIB} ${CERNLIB} -Xlinker -Map -Xlinker $@.map |
97 |
|
|
98 |
|
|