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

Annotation of /linuxsampler/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 289 - (hide 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 schoenebeck 9 default: all
2    
3 schoenebeck 289 all: configure
4 schoenebeck 9
5 schoenebeck 289 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