ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/util/Makefile
Revision: 254
Committed: Thu Jan 30 20:03:37 2003 UTC (21 years, 5 months ago) by chuckv
File size: 340 byte(s)
Log Message:
Bug fixes for mpi version of code

File Contents

# Content
1 include ../Makefile.inc
2
3 INCLUDE = ../headers
4 CP_OBJ =
5 F_OBJ = Linux_ifc_machdep.o
6
7 all: $(LIBDIR)/$(LIBNAME) f90_include
8
9 $(LIBDIR)/$(LIBNAME): $(CP_OBJ) $(F_OBJ)
10 ar -crsv $@ $?
11
12 Linux_ifc_machdep.o: Linux_ifc_machdep.F90
13 $(FC) $(FFLAGS) -c Linux_ifc_machdep.F90
14
15 f90_include: $(F_OBJ)
16 cp *.mod ../f90_include
17 clean:
18 rm *.o *~ *.mod