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 2067 by gezelter, Tue Mar 1 15:44:45 2005 UTC

# Line 279 | Line 279 | Ps                     = @PS@
279   Lex                    = @LEX@
280   Ranlib                 = @RANLIB@
281   Doxygen                = @DOXYGEN@
282 Ps                     = @PS@
283 PsType                 = @PSTYPE@
282  
283   MakeOptions            = -k
284   MakeDependOptions      =
# Line 290 | Line 288 | COptions               = $(FrcDeclare) @CFLAGS@ -DPS=$
288   JniOptions             =
289   RmiOptions             = -d $(TargetDir) -classpath $(ClassPath) \
290                           -sourcepath $(SourceDir)
291 < COptions               = $(FrcDeclare) @CFLAGS@ -DPS=$(Ps) -DPSTYPE=$(PsType)
291 > COptions               = $(FrcDeclare) @CFLAGS@
292   CParallelOptions       = $(FrcDeclare) $(ParallelDeclare) @CFLAGS@
293   CppOptions             = $(FrcDeclare) @CXXFLAGS@ @OOPSE_TEMPLATE_FLAGS@
294   CppParallelOptions     = $(FrcDeclare) $(ParallelDeclare) @CXXFLAGS@ @OOPSE_TEMPLATE_FLAGS@
# Line 629 | Line 627 | _cleanall :
627          $(Print) Done clean.    
628  
629   _cleanall :
630 <        $(Delete) $(ObjectFiles) $(ParallelObjectFiles)
630 >        $(Delete) \
631 >                $(ObjectFiles) \
632 >                $(ParallelObjectFiles) \
633 >                $(JarFile) \
634 >                $(SharedLibrary) \
635 >                $(StaticLibrary) \
636 >                $(ParallelSharedLibrary) \
637 >                $(ParallelStaticLibrary) \
638 >                $(CombinedStaticLib) \
639 >                $(CombinedParallelStaticLib)
640  
641   # make distclean
642   distclean : $(PackageListLoop)
643          $(Print) Done clean.    
644  
645 < _distcleanall :
646 <        $(Delete) $(ObjectFiles) \
640 <                  $(ParallelObjectFiles) \
641 <                        $(JarFile) \
642 <                  $(SharedLibrary) \
643 <                  $(StaticLibrary) \
644 <                  $(ParallelSharedLibrary) \
645 <                  $(ParallelStaticLibrary) \
646 <                  $(Executable) \
645 > _distcleanall : _cleanall
646 >        $(Delete) $(Executable) \
647                    $(ParallelExecutable) \
648                    $(DependencyFile)
649  
650
650   # make depend
651   depend : $(PackageListLoop)
652          $(Print) Done dependencies.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines