Non-formated input files accepted. Random number generator into source, no need to cern libraries.
This commit is contained in:
parent
ed77f59a87
commit
50a97f6738
33
trimsp/src/Makefile.zs
Normal file
33
trimsp/src/Makefile.zs
Normal file
@ -0,0 +1,33 @@
|
||||
# Makefile MAKEFILE_unix_trimsp.
|
||||
#
|
||||
# 17-Jun-2002 TP, use standard f77 code; use
|
||||
# ranlux random number generator of the CERN mathlib
|
||||
#
|
||||
#FC=g77 -ff90
|
||||
FC=g77
|
||||
#DEBUG = -g -O
|
||||
DEBUG =
|
||||
#WARN= -Wall -W
|
||||
WARN = -Wno-globals
|
||||
DIALECT = -fno-backslash -fno-automatic -finit-local-zero
|
||||
#DIALECT = -finit-local-zero
|
||||
OPS=-c $(DIALECT) $(WARN) $(DEBUG)
|
||||
# for random number generator
|
||||
#CERNLIB_DIR = $(CERN_ROOT)/lib
|
||||
#
|
||||
all : trimsp7l_zs.o trimsp7l_zs datmak7l_tp.o datmak7l_tp
|
||||
|
||||
trimsp7l_zs.o : trimsp7l_zs.F
|
||||
$(FC) $(OPS) $<
|
||||
|
||||
trimsp7l_zs : trimsp7l_zs.o
|
||||
$(FC) -o $(HOME)/bin/$@ $<
|
||||
|
||||
datmak7l_tp.o : datmak7l_tp.F
|
||||
$(FC) $(OPS) $<
|
||||
|
||||
datmak7l_tp : datmak7l_tp.o
|
||||
$(FC) -o $(HOME)/bin/$@ $<
|
||||
|
||||
clean:
|
||||
rm -f *.o *~ \#* .#*
|
5545
trimsp/src/trimsp7l_zs.F
Normal file
5545
trimsp/src/trimsp7l_zs.F
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user