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 1932 by tim, Wed Jan 12 23:17:02 2005 UTC vs.
Revision 1936 by tim, Thu Jan 13 18:26:02 2005 UTC

# Line 437 | Line 437 | ifeq "$(UseMPI)" "yes"
437          fi
438  
439          $(MAKE) $(MakeOptions) $(PackageParallelTargetDir)/$@
440 <        if test -n "`ls *.$(ModSuffix)`"; then\
441 <          $(Move) "`ls *.$(ModSuffix)`" $(PackageTargetDir);\
442 <        fi
440 >        if test -n "`ls *.$(ModSuffix)`"; then\
441 >          $(Move) "`ls *.$(ModSuffix)`" $(PackageTargetDir);\
442 >        fi
443  
444   else
445   %.o : %.F90
# Line 568 | Line 568 | $(Executable) : $(CombinedStaticLib) $(ObjectFiles)
568  
569   # Executable
570   $(Executable) : $(CombinedStaticLib) $(ObjectFiles)
571 <        $(Linker) $(ObjectFiles) $(LinkOptions) $(LibDirs) $(CombinedStaticLib) $(Libraries) -o $@
571 >        $(Linker) $(ObjectFiles) $(CombinedStaticLib) $(LinkOptions) $(LibDirs) $(Libraries) -o $@
572  
573   $(ParallelExecutable) : $(CombinedParallelStaticLib) $(ParallelObjectFiles)
574 <        $(Linker) $(ParallelObjectFiles) $(ParallelLinkOptions) $(LibDirs) $(CombinedParallelStaticLib) $(Libraries) -o $@
574 >        $(Linker) $(ParallelObjectFiles) $(CombinedParallelStaticLib) $(ParallelLinkOptions) $(LibDirs) $(Libraries) -o $@
575  
576   # Anything else is just copied from source to target
577   $(PackageTargetDir)/% : $(PackageSourceDir)/%

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines