/[svn]/linuxsampler/branches/v0_2_0/Makefile.cvs
ViewVC logotype

Contents of /linuxsampler/branches/v0_2_0/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 408 - (show annotations) (download)
Wed Feb 23 19:14:15 2005 UTC (19 years, 1 month ago) by (unknown author)
File size: 374 byte(s)
This commit was manufactured by cvs2svn to create branch 'v0_2_0'.
1 default: all
2
3 all: configure
4
5 configure: configure.in
6 @aclocal
7 @libtoolize --force --copy
8 @autoheader
9 @automake --add-missing --copy
10 @autoconf
11
12 clean:
13 @if [ -f Makefile ]; then make distclean; fi || true
14 @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
15 @rm -rvf `find . -name Makefile.in`
16 @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure

  ViewVC Help
Powered by ViewVC