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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC