]> git.donarmstrong.com Git - lilypond.git/blobdiff - vim/GNUmakefile
* stepmake/stepmake/*:
[lilypond.git] / vim / GNUmakefile
index b645e678c3800f11e9b6237485c6e9a3a6c600bd..565b7c80e640e1e40723a847e487c416aa9471ed 100644 (file)
@@ -1,22 +1,57 @@
 depth = ..
 
+INSTALLATION_OUT_DIR=$(vimdir)/syntax
+INSTALLATION_OUT_FILES=$(LILYPOND_WORDS)
+# $(outdir)/lilypond-words $(outdir)/lilypond-words.el
+
+EXTRA_DIST_FILES=$(wildcard *.vim) vimrc
+
+LILYPOND_WORDS = $(outdir)/lilypond-words $(outdir)/lilypond-words.vim
+LILYPOND_WORDS_DEPENDS =\
+  $(top-src-dir)/lily/lily-lexer.cc \
+  $(buildscript-dir)/lilypond-words.py \
+  $(top-src-dir)/scm/markup.scm \
+  $(top-src-dir)/ly/engraver-init.ly
+
+STEPMAKE_TEMPLATES=install-out
+
 # vimdir defined in config.make
 include $(depth)/make/stepmake.make 
 
 local-install:
-       mkdir -p $(vimdir)/compiler
-       $(INSTALL) lilypond-compiler.vim $(vimdir)/compiler/lilypond.vim
+       -$(INSTALL) -d $(DESTDIR)$(vimdir)/compiler
+       $(INSTALL) -m 644 lilypond-compiler.vim $(DESTDIR)$(vimdir)/compiler/lilypond.vim
+
+       -$(INSTALL) -d $(DESTDIR)$(vimdir)/ftdetect
+       $(INSTALL) -m 644 lilypond-ftdetect.vim $(DESTDIR)$(vimdir)/ftdetect/lilypond.vim
+
+       -$(INSTALL) -d $(DESTDIR)$(vimdir)/ftplugin
+       $(INSTALL) -m 644 lilypond-ftplugin.vim $(DESTDIR)$(vimdir)/ftplugin/lilypond.vim
+
+       -$(INSTALL) -d $(DESTDIR)$(vimdir)/indent
+       $(INSTALL) -m 644 lilypond-indent.vim $(DESTDIR)$(vimdir)/indent/lilypond.vim
+
+       -$(INSTALL) -d $(DESTDIR)$(vimdir)/syntax
+       $(INSTALL) -m 644 lilypond-syntax.vim $(DESTDIR)$(vimdir)/syntax/lilypond.vim
+
+local-uninstall:
+       rm $(DESTDIR)$(vimdir)/compiler/lilypond.vim
+       -rmdir -p $(DESTDIR)$(vimdir)/compiler 
+
+       rm $(DESTDIR)$(vimdir)/ftdetect/lilypond.vim
+       -rmdir -p $(DESTDIR)$(vimdir)/ftdetect 
+
+       rm $(DESTDIR)$(vimdir)/ftplugin/lilypond.vim
+       -rmdir -p $(DESTDIR)$(vimdir)/ftplugin 
 
-       mkdir -p $(vimdir)/ftdetect
-       $(INSTALL) lilypond-ftdetect.vim $(vimdir)/ftdetect/lilypond.vim
+       rm $(DESTDIR)$(vimdir)/indent/lilypond.vim
+       -rmdir -p $(DESTDIR)$(vimdir)/indent 
 
-       mkdir -p $(vimdir)/ftplugin
-       $(INSTALL) lilypond-ftplugin.vim $(vimdir)/ftplugin/lilypond.vim
+       rm $(DESTDIR)$(vimdir)/syntax/lilypond.vim
+       -rmdir -p $(DESTDIR)$(vimdir)/syntax
 
-       mkdir -p $(vimdir)/indent
-       $(INSTALL) lilypond-indent.vim $(vimdir)/indent/lilypond.vim
+$(LILYPOND_WORDS): 
+       cd $(top-src-dir) && $(PYTHON) buildscripts/lilypond-words.py --words --vim --dir=$(top-build-dir)/vim/$(outconfbase)
 
-       mkdir -p $(vimdir)/syntax
-       $(INSTALL) lilypond-syntax.vim $(vimdir)/syntax/lilypond.vim
+all: $(LILYPOND_WORDS)
 
-EXTRA_DIST_FILES=filetype.vim