[svn] / branches / dev-api-4 / xvidcore / build / generic / Makefile Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/build/generic/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1038, Thu May 22 16:36:07 2003 UTC revision 1039, Thu May 22 18:58:18 2003 UTC
# Line 120  Line 120 
120  # .PHONY targets  # .PHONY targets
121  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
122    
123  .PHONY: distclean clean info list-objects list-targets list-install-path list-cflags  .PHONY: mrproper distclean clean info list-objects list-targets list-install-path list-cflags
124    
125  clean:  clean:
126          @echo -n "Cleaning objects... "          @echo -n "Cleaning objects... "
# Line 133  Line 133 
133          @$(RM) $(SHARED_LIB)          @$(RM) $(SHARED_LIB)
134          @echo "Done"          @echo "Done"
135    
   
136  distclean: clean  distclean: clean
137          @echo -n "Cleaning generated files... "          @echo -n "Cleaning generated files... "
138          @$(RM) libxvidcore.def          @$(RM) libxvidcore.def
# Line 143  Line 142 
142          @$(RM) autom4te.cache          @$(RM) autom4te.cache
143          @echo "Done"          @echo "Done"
144    
145    mrproper: distclean
146            @echo -n "Cleaning bootstrapped files... "
147            @$(RM) configure
148            @$(RM) install-sh
149            @$(RM) missing
150            @$(RM) config.guess
151            @$(RM) mkinstalldirs
152            @$(RM) config.sub
153            @echo "Done"
154    
155  list-objects:  list-objects:
156          @echo          @echo
157          @echo "Object files used for this build"          @echo "Object files used for this build"

Legend:
Removed from v.1038  
changed lines
  Added in v.1039

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4