Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F10881540
Makefile.in.old
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
979 B
Subscribers
None
Makefile.in.old
View Options
LIB=../@LIB@
MOD=../@MOD@
FC=@FC@
FCFLAGS=@FCFLAGS@
FC_VENDOR=@FC_VENDOR@
ifeq ($(FC_VENDOR),Sun)
FCINCL=-I$(MOD) -M$(MOD)
else
FCINCL=-I$(MOD)
endif
# Modules (source files) in this directory
F90SRC=\
vamp_bundle.f90
F90MPI=\
vampi_bundle.f90
OBJ=$(F90SRC:.f90=.o)
#OBJMPI=$(F90MPI:.f90=.o)
# These files don't exist, just needed to get the module file names
MODOBJ=\
divisions.o exceptions.o histograms.o linalg.o \
products.o specfun.o tao_random_numbers.o utils.o \
vamp.o vamp_equivalences.o vamp_grid_type.o vamp_rest.o vamp_stat.o
MODOBJ_OBSOLETE=\
stat.o mpi.o mpi90.o vamp_serial_mpi.o vamp_parallel_mpi.o vampi.o
MODULES=$(MODOBJ:.o=.mod)
all: obj
obj: $(OBJ)
#mpi: obj $(OBJMPI)
install: $(OBJ)
cp $(OBJ) $(LIB)
cp $(MODULES) $(MOD)
# Make rules
%.o: %.f90 $(MOD)/kinds.mod
$(FC) $(FCFLAGS) $(FCINCL) -c $<
# Clean up
clean:
rm -f $(OBJ) $(MODULES)
realclean: clean
rm -f *~ $(F90SRC:.f90=.g90)
distclean: realclean
rm -f Makefile
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, May 3, 6:30 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4983052
Default Alt Text
Makefile.in.old (979 B)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment