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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 679 - (show annotations) (download)
Thu Jun 23 22:50:50 2005 UTC (18 years, 9 months ago) by (unknown author)
File size: 662 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_3_2'.
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 # If you are compiling LinuxSampler from CVS, make sure to use the #
13 # latest version of libgig from CVS as well ! #
14 ######################################################################
15
16 clean:
17 @if [ -f Makefile ]; then make distclean; fi || true
18 @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
19 @rm -rvf `find . -name Makefile.in`
20 @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure

  ViewVC Help
Powered by ViewVC