]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
(ChordNamesContext): minimumverticalExtent
[lilypond.git] / GNUmakefile.in
index 7a24b325a45600a560c9cf32e4bbdc91e57d4399..ca3cf2422a82640a271bd11db9598e0a785c5b13 100644 (file)
@@ -10,7 +10,7 @@ depth = .
 # 
 SUBDIRS = buildscripts scripts flower lily \
        mf ly tex ps scm \
-       python po make intl \
+       python po make \
        cygwin debian $(builddir)/stepmake \
        Documentation input
 #
@@ -19,9 +19,9 @@ SCRIPTS = configure aclocal.m4 autogen.sh
 README_FILES =  ChangeLog CHANGES COPYING DEDICATION NEWS README.mandrake ROADMAP
 README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt FAQ.txt
 IN_FILES := $(wildcard *.in)
-EXTRA_DIST_FILES = $(wildcard *.el) vimrc VERSION $(README_FILES)  $(SCRIPTS) $(IN_FILES)  emacsclient.patch lexer-gcc-3.0.patch darwin.patch .cvsignore  lexer-gcc-3.1.sh 
+EXTRA_DIST_FILES = $(wildcard *.el) vimrc VERSION $(README_FILES)  $(SCRIPTS) $(IN_FILES)  emacsclient.patch lexer-gcc-3.0.patch server.el.patch darwin.patch .cvsignore  lexer-gcc-3.1.sh 
 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
-INSTALLATION_DIR=$(datadir)
+INSTALLATION_DIR=$(local_lilypond_datadir)
 INSTALLATION_FILES=$(configuration) VERSION
 
 # bootstrap stepmake:
@@ -60,12 +60,19 @@ my_tfm_path = $(TFM_PATH) /tmp /tmp /tmp /tmp /tmp /tmp
 
 
 local-install:
-       $(INSTALL) -d $(datadir)
+       $(INSTALL) -d $(local_lilypond_datadir)
 ifeq ($(KPATHSEA),0)
-       $(foreach i, 1 2 3 4 5, rm -f $(datadir)/tfm.$(i); $(LN_S) $(word $(i), $(my_tfm_path)) $(datadir)/tfm.$(i) ; )
+       $(foreach i, 1 2 3 4 5, rm -f $(local_lilypond_datadir)/tfm.$(i); $(LN_S) $(word $(i), $(my_tfm_path)) $(local_lilypond_datadir)/tfm.$(i) ; )
 endif
 
 
+final-install:
+       @echo
+       @echo " *** Before running, buildscripts/out/lilypond-{profile,login}"
+       @echo " *** must be run. You're advised to source these scripts from your "
+       @echo " *** login scripts. For more information, see Invoking LilyPond in the manual."
+       @echo 
+
 TOP_HTMLS = index.html examples.html
 
 examples: web-reqs
@@ -110,12 +117,12 @@ top-WWW-clean:
 
 WWW:
 
-default: builddir-setup
+default: $(config_h) builddir-setup
 
 builddir-setup: $(builddir)/share/lilypond-force
 
 $(builddir)/share/lilypond-force:
-       # Preparing LilyPond tree for builddir exec
+# Preparing LilyPond tree for builddir exec
        @echo Making $(builddir)/share 
        @cd $(builddir) && rm -rf share
        @mkdir -p $(builddir)/share/lilypond
@@ -128,6 +135,7 @@ $(builddir)/share/lilypond-force:
                ln -s ../../mf/$(outconfbase) tfm && \
                ln -s $(abs-srcdir)/mf && \
                ln -s $(abs-srcdir)/ps && \
+               ln -s ../../python/$(outconfbase) python && \
                ln -s $(abs-srcdir)/scm
        @cd $(builddir)/share/lilypond/tex && \
                ln -s $(abs-srcdir)/tex source && \
@@ -141,3 +149,16 @@ $(builddir)/share/lilypond-force:
 local-clean: builddir-setup-clean
 builddir-setup-clean:
        @cd $(builddir) && rm -rf share
+
+$(config_h): configure.in aclocal.m4
+#
+# this is to prevent people from getting
+# undefined symbols  when we add them to config.h.in,
+# and they blindly run "cvs update; make".
+#
+       @echo
+       @echo ' *** config.h is out of date'
+       @echo ' *** Remove it and rerun autogen:'
+       @echo '         rm config.h; ./autogen.sh'
+       @echo
+       @false