/[svn]/libgig/branches/release2_0_0/Makefile.cvs
ViewVC logotype

Contents of /libgig/branches/release2_0_0/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 533 - (show annotations) (download)
Mon May 9 15:04:52 2005 UTC (18 years, 10 months ago) by (unknown author)
File size: 542 byte(s)
This commit was manufactured by cvs2svn to create branch 'release2_0_0'.
1 all: configure
2
3 configure: configure.in Makefile.am \
4 src/Makefile.am man/Makefile.am doc/Makefile.am
5 @aclocal
6 @libtoolize --force --copy
7 @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
16 @rm -rvf Makefile.in config.*
17 @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh
18 @rm -rvf configure stamp-h.*

  ViewVC Help
Powered by ViewVC