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

Comparing trunk/OOPSE-3.0/make/Makefile.in (file contents):
Revision 2023 by gezelter, Mon Feb 14 23:26:25 2005 UTC vs.
Revision 2101 by chrisfen, Thu Mar 10 15:10:24 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines