~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to python/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
STEPMAKE_TEMPLATES=c python-module install-out po
4
4
 
5
 
include $(depth)/make/stepmake.make 
 
5
include $(depth)/make/stepmake.make
 
6
 
 
7
CFLAGS += -DPy_BUILD_CORE
 
8
# unset al guile stuff from configure
 
9
CONFIG_LDFLAGS=
6
10
 
7
11
INSTALLATION_OUT_SUFFIXES=1
8
12
 
12
16
INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python
13
17
INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES)
14
18
 
15
 
 
16
 
$(outdir)/midi.lo: $(outdir)/config.h
 
19
$(outdir)/midi.lo: $(outdir)/config.hh