]> git.donarmstrong.com Git - lilypond.git/blob - python/GNUmakefile
Web-ja: update introduction
[lilypond.git] / python / GNUmakefile
1 depth = ..
2
3 SUBDIRS=auxiliar
4
5 STEPMAKE_TEMPLATES=python-module install-out po
6
7 include $(depth)/make/stepmake.make
8
9 CFLAGS += -DPy_BUILD_CORE -Wall $(PYTHON_CFLAGS)
10 LDFLAGS += $(PYTHON_LIBS)
11 # unset al guile stuff from configure
12 CONFIG_LDFLAGS=
13
14 INSTALLATION_OUT_SUFFIXES=1
15
16 INSTALLATION_OUT_FILES=$(OUT_SO_MODULES)
17 INSTALLATION_OUT_DIR=$(local_lilypond_libdir)/python
18
19 INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python
20 INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES)
21
22 default: $(outdir)/relocate-preamble.py
23
24 $(outdir)/relocate-preamble.py: $(depth)/VERSION