X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=python%2FGNUmakefile;h=14060aed61dc35bbf482c003fbfbb06b527e54dc;hb=0731fb9689967fd00afc28e2e530d9c7f0887b46;hp=fbf7aed98553ddc20b77a410fa760bf6d92d8d80;hpb=9458fa215af0294e9c38d62cc3a237a85fe50509;p=lilypond.git diff --git a/python/GNUmakefile b/python/GNUmakefile index fbf7aed985..14060aed61 100644 --- a/python/GNUmakefile +++ b/python/GNUmakefile @@ -1,8 +1,14 @@ depth = .. +SUBDIRS=auxiliar + STEPMAKE_TEMPLATES=c python-module install-out po -include $(depth)/make/stepmake.make +include $(depth)/make/stepmake.make + +CFLAGS += -DPy_BUILD_CORE -Wall +# unset al guile stuff from configure +CONFIG_LDFLAGS= INSTALLATION_OUT_SUFFIXES=1 @@ -12,5 +18,6 @@ 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 + +default: $(outdir)/relocate-preamble.py