]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/GNUmakefile
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / python / GNUmakefile
index 21305446cf265b244c8ab500ea06820a11885c9f..c7dfe7b526c2955c2be07ae996abdf9e157c39c9 100644 (file)
@@ -1,10 +1,19 @@
 depth = ..
 
-INSTALLATION_FILES=$(PY_MODULES) $(OUT_PY_MODULES) $(OUT_SO_MODULES)
-INSTALLATION_DIR=$(local_lilypond_datadir)/python
+STEPMAKE_TEMPLATES=c python-module install-out po
 
-STEPMAKE_TEMPLATES=c python-module install po
+include $(depth)/make/stepmake.make
 
-include $(depth)/make/stepmake.make 
+CFLAGS += -DPy_BUILD_CORE -Wall
+# unset al guile stuff from configure
+CONFIG_LDFLAGS=
 
-$(outdir)/midi.lo: $(outdir)/config.h
+INSTALLATION_OUT_SUFFIXES=1
+
+INSTALLATION_OUT_FILES=$(OUT_SO_MODULES)
+INSTALLATION_OUT_DIR=$(local_lilypond_libdir)/python
+
+INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python
+INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES)
+
+$(outdir)/midi.lo: $(outdir)/config.hh