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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1433 - (show annotations) (download)
Mon Oct 15 12:14:14 2007 UTC (16 years, 6 months ago) by (unknown author)
File size: 810 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_5_0'.
1 default: all
2
3 all: configure
4
5 configure: configure.in
6 @aclocal -I m4
7 @libtoolize --force --copy
8 @autoheader
9 @automake --add-missing --copy
10 @autoconf
11 @scripts/generate_parser.sh
12 ######################################################################
13 # If you are compiling LinuxSampler from CVS, make sure to use the #
14 # latest version of libgig from CVS as well ! #
15 ######################################################################
16
17 clean:
18 @if [ -f Makefile ]; then make distclean; fi || true
19 @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
20 @rm -rvf `find . -name Makefile.in`
21 @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure
22 @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h
23 @rm -rvf linuxsampler-*.tar.*
24 @rm -rvf Doxyfile

  ViewVC Help
Powered by ViewVC