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

Diff of /libgig/trunk/Makefile.cvs

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

revision 167 by schoenebeck, Sat Oct 25 20:15:04 2003 UTC revision 168 by capela, Fri Jul 2 19:37:09 2004 UTC
# Line 1  Line 1 
1  default: all  all:    configure
2    
3  all:  configure:       configure.in Makefile.am src/Makefile.am
4          aclocal          @aclocal
5          autoheader          @libtoolize --force --copy
6          automake          @autoheader
7          autoconf          @automake --add-missing --copy
8            @autoconf
9    
10    clean:
11            @if [ -f Makefile ]; then make distclean; fi || true
12            @rm -rvf *.cache *.log *.status *.m4
13            @rm -rvf src/Makefile.in src/config.h.in src/config.h src/stamp-h.*
14            @rm -rvf Makefile.in config.*
15            @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
16            @rm -rvf configure stamp-h.*

Legend:
Removed from v.167  
changed lines
  Added in v.168

  ViewVC Help
Powered by ViewVC