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

« back to all changes in this revision

Viewing changes to stepmake/stepmake/c-rules.make

  • 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:
19
19
$(outdir)/%.h: %.y
20
20
        $(BISON) -d $<
21
21
        mv $(*F).tab.h $@
22
 
        rm -f $(*F).tab.c # if this happens in the wrong order it triggers recompile of the .cc file 
 
22
        rm -f $(*F).tab.c # if this happens in the wrong order it triggers recompile of the .cc file
23
23
 
24
24
$(outdir)/%.c: %.l
25
25
        $(FLEX) -Cfe -p -p -o$@ $<
26
26
# could be faster:
27
 
#       $(FLEX) -8 -Cf -o$@ $< 
 
27
#       $(FLEX) -8 -Cf -o$@ $<
28
28
 
 
29
$(outdir)/%.rc.o: $(outdir)/%.rc
 
30
        $(WINDRES) $(WINDRES_FLAGS) -o$@ $<