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 2024 by gezelter, Tue Feb 15 05:05:33 2005 UTC vs.
Revision 2067 by gezelter, Tue Mar 1 15:44:45 2005 UTC

# Line 627 | 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) \
638 <                  $(ParallelObjectFiles) \
639 <                        $(JarFile) \
640 <                  $(SharedLibrary) \
641 <                  $(StaticLibrary) \
642 <                  $(ParallelSharedLibrary) \
643 <                  $(ParallelStaticLibrary) \
644 <                  $(Executable) \
645 > _distcleanall : _cleanall
646 >        $(Delete) $(Executable) \
647                    $(ParallelExecutable) \
648                    $(DependencyFile)
649  
648
650   # make depend
651   depend : $(PackageListLoop)
652          $(Print) Done dependencies.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines