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

Annotation of /linuxsampler/branches/release2_1_1/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2365 - (hide annotations) (download)
Sat Sep 8 17:21:38 2012 UTC (11 years, 7 months ago) by persson
Original Path: linuxsampler/trunk/Makefile.cvs
File size: 865 byte(s)
* modernized configure script

1 schoenebeck 9 default: all
2    
3 schoenebeck 1454 .PHONY: clean
4    
5 schoenebeck 289 all: configure
6 schoenebeck 9
7 persson 2365 configure: configure.ac m4/arts.m4 m4/nptl_bug.m4 m4/pthread.m4
8 schoenebeck 1037 @aclocal -I m4
9 schoenebeck 289 @libtoolize --force --copy
10     @autoheader
11     @automake --add-missing --copy
12     @autoconf
13 schoenebeck 1216 @scripts/generate_parser.sh
14 schoenebeck 504 ######################################################################
15     # If you are compiling LinuxSampler from CVS, make sure to use the #
16     # latest version of libgig from CVS as well ! #
17     ######################################################################
18 schoenebeck 289
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 schoenebeck 1216 @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h
25     @rm -rvf linuxsampler-*.tar.*
26 schoenebeck 697 @rm -rvf Doxyfile

  ViewVC Help
Powered by ViewVC