22 |
gpamela/guphad.F gpamela/gustep.F \ |
gpamela/guphad.F gpamela/gustep.F \ |
23 |
gpamela/gutrak.F gpamela/gutrev.F \ |
gpamela/gutrak.F gpamela/gutrev.F \ |
24 |
gpamela/gviewyz.F gpamela/n2g.F \ |
gpamela/gviewyz.F gpamela/n2g.F \ |
25 |
gpamela/uginit.F gpamela/uglast.F |
gpamela/uginit.F gpamela/uglast.F |
26 |
GPCALSRCS = gpcal/gpcalv.F gpcal/gpce.F gpcal/gpdcal.F \ |
GPCALSRCS = gpcal/gpcalv.F gpcal/gpce.F gpcal/gpdcal.F \ |
27 |
gpcal/gpg10c.F gpcal/gpg10.F gpcal/gpsica.F \ |
gpcal/gpg10c.F gpcal/gpg10.F gpcal/gpsica.F \ |
28 |
gpcal/gpucal.F gpcal/gpw2.F gpcal/gpw.F |
gpcal/gpucal.F gpcal/gpw2.F gpcal/gpw.F |
75 |
FFLAGS = -fvxt -fno-automatic -Wno-globals -I${GPINC} -I${GEANTINC} ${BATCHFLAGS} |
FFLAGS = -fvxt -fno-automatic -Wno-globals -I${GPINC} -I${GEANTINC} ${BATCHFLAGS} |
76 |
LDFLAGS= ${GPLIB} ${CERNLIB} |
LDFLAGS= ${GPLIB} ${CERNLIB} |
77 |
|
|
|
PHONY: distclean clean createdir install |
|
78 |
|
|
79 |
gpamelax11.exe: FFLAGS = -fvxt -fno-automatic -Wno-globals -I${GPINC} -I${GEANTINC} ${INTERFLAGS} |
gpamelax11.exe: FFLAGS = -fvxt -fno-automatic -Wno-globals -I${GPINC} -I${GEANTINC} ${INTERFLAGS} |
80 |
gpamelax11.exe: createdir ${GPLIBDIR}/libgarfield-7.a ${GPSRCS} ${GPOBJS} ${GPDEPENDS} ${GPXINTSRCS} ${GPXINTOBJS} ${GPXINTDEPENDS} |
gpamelax11.exe: createdir ${GPLIBDIR}/libgarfield-7.a ${GPSRCS} ${GPOBJS} ${GPDEPENDS} ${GPXINTSRCS} ${GPXINTOBJS} ${GPXINTDEPENDS} |
112 |
| sed '\''s/\($(*F)\)\.o[ :]*/ $(*D)\/\1.o $(*D)\/$(*F)\.d : /g'\'' > $@; \ |
| sed '\''s/\($(*F)\)\.o[ :]*/ $(*D)\/\1.o $(*D)\/$(*F)\.d : /g'\'' > $@; \ |
113 |
[ -s $@ ] || rm -f $@' |
[ -s $@ ] || rm -f $@' |
114 |
|
|
115 |
|
.PHONY: distclean clean createdir install |
116 |
# Move binaries from the local repository to the official repositories |
# Move binaries from the local repository to the official repositories |
117 |
install : |
install : |
118 |
@test -d "$(GPAMELA_BIN)" && \ |
@test -d "$(GPAMELA_BIN)" && \ |