3 # project LilyPond -- the musical typesetter
4 # title (bash/sh/ksh) script to setup library and auto generated files
7 # Copyright (c) 1997 by
8 # Han-Wen Nienhuys <hanwen@stack.nl>
9 # Jan Nieuwenhuizen <jan@digicash.com>
15 # this whole script sux, but here we go:
16 opt
="`echo $1 | cut -c 1-3`"
17 if [ "$opt" = "-h" -o "$opt" = "--h" ]
20 echo " [MAKE=make] configure [options]"
23 echo " -h, --help this text"
25 echo "e.g.: MAKE=gmake configure"
40 echo using PREFIX
=$PREFIX
42 #ugh # dist ze dan!, nou stiekem wordt "out" later toch "loes" of "doze"
43 # do_outdir flower/lib
46 echo Configuring Flower Library
48 #ugh, now all make rules
49 # the _real_ config stuff should be generated here, though.
50 # echo '#define LIBDIR "'$PREFIX'/"'> lib/out/config.hh
51 # touch flower/lib/out/flower-config.hh
52 # touch make/out/Site.make
54 $MAKE -C make -f Initial.
make
56 echo "The sources are ready for compiling. "
57 echo "To make sure that you don't have any stale dependencies: do"