Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/Makefile.in

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

revision 1.13 by hiroo, Sun May 12 22:51:15 2002 UTC revision 1.14 by hiroo, Fri Jun 14 19:39:25 2002 UTC
# Line 92  Everything:: Line 92  Everything::
92    
93  distclean::  distclean::
94          $(MAKE) clean          $(MAKE) clean
95          rm -f makerule.mk config.h config.status config.cache config.log          -$(RM) makerule.mk config.h config.status config.cache config.log
96          rm -f configure.lineno autom4te.cache          -$(RM) configure.lineno
97          rm -f libtool          -$(RM) libtool
98          find . -name Makefile -exec rm -f {} \;          -$(RM) -r autom4te.cache
99            find . -name Makefile -exec $(RM) {} \;
100    
101  # ----------------------------------------------------------------------  # ----------------------------------------------------------------------
102  # common rules for all Makefiles - do not edit  # common rules for all Makefiles - do not edit
# Line 103  distclean:: Line 104  distclean::
104  emptyrule::  emptyrule::
105    
106  clean::  clean::
107          $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut *.core "#"*          -$(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut *.core "#"*
108    
109    
110  tags::  tags::

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26