ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/make/Makefile.in
(Generate patch)

Comparing trunk/OOPSE-2.0/make/Makefile.in (file contents):
Revision 1514 by tim, Thu Sep 30 15:41:35 2004 UTC vs.
Revision 1517 by tim, Fri Oct 1 21:59:28 2004 UTC

# Line 79 | Line 79 | LibraryDirs = \
79          /usr/lib \
80          /usr/local/mpich/lib \
81          /usr/local/lib \
82 <        /usr/local/intel/compiler80/lib \
82 >        /usr/local/intel/compiler81/lib \
83  
84   Libraries = \
85          mpich \
# Line 501 | Line 501 | ifneq "$(words $(F90Files))" "0"
501   endif
502  
503   ifneq "$(words $(F90Files))" "0"
504 <        $(DEV_ROOT)/scripts/sfmakedepend  -I $(DEV_ROOT)/src -d '$$(DEV_ROOT)/obj' -f ./Make.ftemp -h *.F90
504 >        $(DEV_ROOT)/scripts/filepp  -I $(DEV_ROOT)/src -od '$$(DEV_ROOT)/obj/' -D__F90  *.F90 > Make.ftemp
505 >        $(DEV_ROOT)/scripts/filepp  -I $(DEV_ROOT)/src -od '$$(DEV_ROOT)/MPIobj/' -DIS_MPI -D__F90  *.F90 >> Make.ftemp
506          cat Make.ftemp >> $(DependencyFile)
507   endif
508          $(Delete) Make.cpptemp Make.ctemp Make.ftemp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines