Cleaned up trimsp Linux directories.
This commit is contained in:
parent
a6acae01c5
commit
91e3970099
@ -13,15 +13,15 @@ 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
|
||||
#CERNLIB_DIR = $(CERN_ROOT)/lib
|
||||
#
|
||||
all : trimsp7l_tp.o trimsp7l_tp datmak7l_tp.o datmak7l_tp
|
||||
all : trimsp7l_zs.o trimsp7l_zs datmak7l_tp.o datmak7l_tp
|
||||
|
||||
trimsp7l_tp.o : trimsp7l_tp.F
|
||||
trimsp7l_zs.o : trimsp7l_zs.F
|
||||
$(FC) $(OPS) $<
|
||||
|
||||
trimsp7l_tp : trimsp7l_tp.o
|
||||
$(FC) -o $(HOME)/bin/$@ $< $(CERNLIB_DIR)/libmathlib.a
|
||||
trimsp7l_zs : trimsp7l_zs.o
|
||||
$(FC) -o $(HOME)/bin/$@ $<
|
||||
|
||||
datmak7l_tp.o : datmak7l_tp.F
|
||||
$(FC) $(OPS) $<
|
||||
|
@ -13,15 +13,15 @@ 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
|
||||
CERNLIB_DIR = $(CERN_ROOT)/lib
|
||||
#
|
||||
all : trimsp7l_zs.o trimsp7l_zs datmak7l_tp.o datmak7l_tp
|
||||
all : trimsp7l_tp.o trimsp7l_tp datmak7l_tp.o datmak7l_tp
|
||||
|
||||
trimsp7l_zs.o : trimsp7l_zs.F
|
||||
trimsp7l_tp.o : trimsp7l_tp.F
|
||||
$(FC) $(OPS) $<
|
||||
|
||||
trimsp7l_zs : trimsp7l_zs.o
|
||||
$(FC) -o $(HOME)/bin/$@ $<
|
||||
trimsp7l_tp : trimsp7l_tp.o
|
||||
$(FC) -o $(HOME)/bin/$@ $< $(CERNLIB_DIR)/libmathlib.a
|
||||
|
||||
datmak7l_tp.o : datmak7l_tp.F
|
||||
$(FC) $(OPS) $<
|
Loading…
x
Reference in New Issue
Block a user