File: GNUmakefile

package info (click to toggle)
lilypond 2.8.7-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,932 kB
  • ctags: 9,802
  • sloc: cpp: 57,785; lisp: 18,180; python: 11,665; sh: 3,195; yacc: 2,392; lex: 982; perl: 373; ansic: 316; makefile: 131
file content (19 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
depth = ..

STEPMAKE_TEMPLATES=c python-module install-out po

include $(depth)/make/stepmake.make

CFLAGS += -DPy_BUILD_CORE
# unset al guile stuff from configure
CONFIG_LDFLAGS=

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