/[svn]/libgig/trunk/Makefile.svn
ViewVC logotype

Diff of /libgig/trunk/Makefile.svn

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

revision 2 by schoenebeck, Sat Oct 25 20:15:04 2003 UTC revision 2364 by persson, Sat Sep 8 17:21:34 2012 UTC
# Line 1  Line 1 
1  default: all  all:    configure
2    
3  all:  configure:      configure.ac Makefile.am \
4          aclocal                  src/Makefile.am man/Makefile.am doc/Makefile.am
5          autoheader          @aclocal
6          automake          @libtoolize --force --copy
7          autoconf          @autoheader
8            @automake --add-missing --copy
9            @autoconf
10    
11    clean:
12            @if [ -f Makefile ]; then make distclean; fi || true
13            @rm -rvf *.cache *.log *.status *.m4
14            @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*
15            @rm -rvf man/Makefile.in doc/Makefile.in doc/html debian/Makefile.in win32/Makefile.in
16            @rm -rvf Makefile.in config.*
17            @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
18            @rm -rvf configure stamp-h.*
19            @rm -rvf Doxyfile

Legend:
Removed from v.2  
changed lines
  Added in v.2364

  ViewVC Help
Powered by ViewVC