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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 408 - (hide annotations) (download)
Wed Feb 23 19:14:15 2005 UTC (19 years, 2 months ago) by (unknown author)
File size: 374 byte(s)
This commit was manufactured by cvs2svn to create branch 'v0_2_0'.
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