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

Comparing trunk/OOPSE-3.0/make/Makefile (file contents):
Revision 1523 by tim, Mon Oct 4 20:56:51 2004 UTC vs.
Revision 1524 by tim, Tue Oct 5 14:14:46 2004 UTC

# Line 476 | Line 476 | _distcleanall :
476          $(Print) Done clean.    
477  
478   _distcleanall :
479 <        $(Delete) $(ObjectFiles) \
480 <                  $(ParallelObjectFiles) \
481 <                  $(JarFile) \
482 <                  $(SharedLibrary) \
483 <                  $(StaticLibrary) \
484 <                  $(ParallelSharedLibrary) \
485 <                  $(ParallelStaticLibrary) \
486 <                  $(Executable) \
487 <                  $(ParallelExecutable) \
488 <                  $(DependencyFile)
479 >        @$(Delete) $(ObjectFiles) \
480 >                   $(ParallelObjectFiles) \
481 >                   $(JarFile) \
482 >                   $(SharedLibrary) \
483 >                   $(StaticLibrary) \
484 >                   $(ParallelSharedLibrary) \
485 >                   $(ParallelStaticLibrary) \
486 >                   $(Executable) \
487 >                   $(ParallelExecutable) \
488 >                   $(DependencyFile)
489  
490  
491   # make depend
# Line 515 | Line 515 | ifneq "$(words $(F90Files))" "0"
515   endif
516  
517   ifneq "$(words $(F90Files))" "0"
518 <        $(DEV_ROOT)/scripts/filepp  -I $(DEV_ROOT)/src -od '$$(DEV_ROOT)/obj/' -D__F90   $(F90Files) > Make.ftemp
519 <        $(DEV_ROOT)/scripts/filepp  -I $(DEV_ROOT)/src -od '$$(DEV_ROOT)/MPIobj/' -DIS_MPI -D__F90   $(F90Files) >> Make.ftemp
518 >        $(DEV_ROOT)/scripts/filepp  -I $(DEV_ROOT)/src -od '$$(DEV_ROOT)/obj/' -D__FORTRAN90   $(F90Files) > Make.ftemp
519 >        $(DEV_ROOT)/scripts/filepp  -I $(DEV_ROOT)/src -od '$$(DEV_ROOT)/MPIobj/' -DIS_MPI -D__FORTRAN90   $(F90Files) >> Make.ftemp
520          cat Make.ftemp >> $(DependencyFile)
521   endif
522          $(Delete) Make.cpptemp Make.ctemp Make.ftemp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines