29 |
gpcal/gpucal.F gpcal/gpw2.F gpcal/gpw.F |
gpcal/gpucal.F gpcal/gpw2.F gpcal/gpw.F |
30 |
GPCASSRCS = gpcas/gpcasv.F gpcas/gpdcas.F gpcas/gpucas.F |
GPCASSRCS = gpcas/gpcasv.F gpcas/gpdcas.F gpcas/gpucas.F |
31 |
GPCATSRCS = gpcat/gpcatv.F gpcat/gpdcat.F gpcat/gpucat.F |
GPCATSRCS = gpcat/gpcatv.F gpcat/gpdcat.F gpcat/gpucat.F |
32 |
|
GPCARDSRCS = gpcard/gpcardv.F gpcard/gpdcard.F gpcard/gpucard.F |
33 |
GPFIELDSRCS = gpfield/flin3.F gpfield/gufld.F gpfield/gprbi.F \ |
GPFIELDSRCS = gpfield/flin3.F gpfield/gufld.F gpfield/gprbi.F \ |
34 |
gpfield/inter_B.F gpfield/inter_B_inner.F gpfield/inter_B_outer.F |
gpfield/inter_B.F gpfield/inter_B_inner.F gpfield/inter_B_outer.F |
35 |
GPGARSRCS = gpgar/gpgacl.F gpgar/gpgapart.F gpgar/gpgarin.F \ |
GPGARSRCS = gpgar/gpgacl.F gpgar/gpgapart.F gpgar/gpgarin.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 |
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/gptofv.F gptof/gputof.F gptof/gpmyl.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/gpgig.F |
GPNDSRCS = gpnd/gpndv.F gpnd/gpgigp.F gpnd/gpund.F gpnd/gpdnd.F gpnd/gpgig.F |
51 |
GPCALORSRC = gpcalor/gpcalor.F |
GPCALORSRC = gpcalor/gpcalor.F |
52 |
# |
# |
53 |
GPSRCS = $(GPAMELASRCS) $(GPCALSRCS) $(GPCASSRCS) $(GPCATSRCS) $(GPFIELDSRCS) $(GPGARSRCS) $(GPHYSSRCS) \ |
GPSRCS = $(GPAMELASRCS) $(GPCALSRCS) $(GPCASSRCS) $(GPCATSRCS) $(GPCARDSRCS) \ |
54 |
|
$(GPFIELDSRCS) $(GPGARSRCS) $(GPHYSSRCS) \ |
55 |
$(GPSPESRCS) $(GPTOFSRCS) $(GPNDSRCS) $(GPTRDSRCS) $(GPCALORSRC) |
$(GPSPESRCS) $(GPTOFSRCS) $(GPNDSRCS) $(GPTRDSRCS) $(GPCALORSRC) |
56 |
GPOBJS =$(addsuffix .o,$(basename ${GPSRCS}) ) |
GPOBJS =$(addsuffix .o,$(basename ${GPSRCS}) ) |
57 |
GPDEPENDS =$(GPOBJS:.o=.d) |
GPDEPENDS =$(GPOBJS:.o=.d) |
80 |
BATCHFLAGS = -DGPAMELA_UNIX -DGPAMELA_TYPE -DGPAMELA_GARFIELD -DGPAMELA_MANYWIRE -DGPAMELA_LONGLIST -DGPAMELA_BIGMAP |
BATCHFLAGS = -DGPAMELA_UNIX -DGPAMELA_TYPE -DGPAMELA_GARFIELD -DGPAMELA_MANYWIRE -DGPAMELA_LONGLIST -DGPAMELA_BIGMAP |
81 |
# |
# |
82 |
CC = gcc |
CC = gcc |
83 |
FC = g77 |
#FC = g77 -ffortran-bounds-check |
84 |
|
FC = g77 |
85 |
DEBFLAGS = -g -fdebug-kludge |
DEBFLAGS = -g -fdebug-kludge |
86 |
FFLAGS = -fvxt -fno-automatic -Wno-globals -I${GPINC} -I$(GPCALORINC) -I${GEANTINC} ${BATCHFLAGS} |
FFLAGS = -fvxt -fno-automatic -Wno-globals -I${GPINC} -I$(GPCALORINC) -I${GEANTINC} ${BATCHFLAGS} |
87 |
LDFLAGS= ${GPLIB} ${CERNLIB} -Xlinker -Map -Xlinker $@.map |
LDFLAGS= ${GPLIB} ${CERNLIB} -Xlinker -Map -Xlinker $@.map |