/[svn]/linuxsampler/trunk/Makefile.cvs
ViewVC logotype

Contents of /linuxsampler/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 289 - (show annotations) (download)
Tue Oct 19 14:41:38 2004 UTC (19 years, 5 months ago) by schoenebeck
File size: 374 byte(s)
* LinuxSampler was badly broken with last commit, fixed that
* using now James Klicman's proposol to fix the reported linker problem
* Mutex.cpp: try to force UNIX98 compatibility (if not already supported)
* Makefile.cvs: generate (and clean) all necessary autotools files

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