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 2023 by gezelter, Mon Feb 14 23:26:25 2005 UTC vs.
Revision 2081 by gezelter, Fri Mar 4 15:29:03 2005 UTC

# Line 74 | Line 74 | IncludeDirs = \
74          samples/zcons \
75  
76   IncludeDirs = \
77        @SPRNG_INC_DIR@ \
77          @MPI_INC_DIR@
78  
79   LibraryDirs = \
81        @SPRNG_LIB_DIR@ \
80          @MPI_LIB_DIR@
81  
82   Libraries = \
85        @SPRNG_LIB@ \
83          @MPI_LIB@ \
84          @MPI_F90_LIB@
85  
# Line 279 | Line 276 | Ps                     = @PS@
276   Lex                    = @LEX@
277   Ranlib                 = @RANLIB@
278   Doxygen                = @DOXYGEN@
282 Ps                     = @PS@
283 PsType                 = @PSTYPE@
279  
280   MakeOptions            = -k
281   MakeDependOptions      =
# Line 290 | Line 285 | COptions               = $(FrcDeclare) @CFLAGS@ -DPS=$
285   JniOptions             =
286   RmiOptions             = -d $(TargetDir) -classpath $(ClassPath) \
287                           -sourcepath $(SourceDir)
288 < COptions               = $(FrcDeclare) @CFLAGS@ -DPS=$(Ps) -DPSTYPE=$(PsType)
288 > COptions               = $(FrcDeclare) @CFLAGS@
289   CParallelOptions       = $(FrcDeclare) $(ParallelDeclare) @CFLAGS@
290   CppOptions             = $(FrcDeclare) @CXXFLAGS@ @OOPSE_TEMPLATE_FLAGS@
291   CppParallelOptions     = $(FrcDeclare) $(ParallelDeclare) @CXXFLAGS@ @OOPSE_TEMPLATE_FLAGS@
# Line 629 | Line 624 | _cleanall :
624          $(Print) Done clean.    
625  
626   _cleanall :
627 <        $(Delete) $(ObjectFiles) $(ParallelObjectFiles)
627 >        $(Delete) \
628 >                $(ObjectFiles) \
629 >                $(ParallelObjectFiles) \
630 >                $(JarFile) \
631 >                $(SharedLibrary) \
632 >                $(StaticLibrary) \
633 >                $(ParallelSharedLibrary) \
634 >                $(ParallelStaticLibrary) \
635 >                $(CombinedStaticLib) \
636 >                $(CombinedParallelStaticLib)
637  
638   # make distclean
639   distclean : $(PackageListLoop)
640          $(Print) Done clean.    
641  
642 < _distcleanall :
643 <        $(Delete) $(ObjectFiles) \
640 <                  $(ParallelObjectFiles) \
641 <                        $(JarFile) \
642 <                  $(SharedLibrary) \
643 <                  $(StaticLibrary) \
644 <                  $(ParallelSharedLibrary) \
645 <                  $(ParallelStaticLibrary) \
646 <                  $(Executable) \
642 > _distcleanall : _cleanall
643 >        $(Delete) $(Executable) \
644                    $(ParallelExecutable) \
645                    $(DependencyFile)
646  
650
647   # make depend
648   depend : $(PackageListLoop)
649          $(Print) Done dependencies.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines