/[svn]/gigedit/tags/release0_1_1/Makefile.cvs
ViewVC logotype

Diff of /gigedit/tags/release0_1_1/Makefile.cvs

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

revision 1213 by schoenebeck, Wed May 30 00:14:05 2007 UTC revision 1396 by schoenebeck, Wed Oct 10 15:48:54 2007 UTC
# Line 37  configure: check_dependencies configure. Line 37  configure: check_dependencies configure.
37          # version of libgig from CVS as well !                               #          # version of libgig from CVS as well !                               #
38          ######################################################################          ######################################################################
39    
40    .PHONY: clean
41    
42  clean:  clean:
43          @if [ -f Makefile ]; then make distclean; fi || true          @if [ -f Makefile ]; then make distclean; fi || true
44          @rm -rvf *.cache *.log *.status *.m4          @rm -rvf *.cache *.log *.status *.m4
45          @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*          @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*
46          @rm -rvf po/Makefile.in debian/Makefile.in          @rm -rvf po/Makefile.in debian/Makefile.in
47            @rm -rvf doc/Makefile.in doc/quickstart/Makefile.in doc/quickstart/gigedit_quickstart.html
48          @rm -rvf Makefile.in config.*          @rm -rvf Makefile.in config.*
49          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
50          @rm -rvf configure stamp-h.*          @rm -rvf configure stamp-h.*

Legend:
Removed from v.1213  
changed lines
  Added in v.1396

  ViewVC Help
Powered by ViewVC