~ubuntu-branches/ubuntu/wily/atkmm1.6/wily

« back to all changes in this revision

Viewing changes to build/generate-binding.am

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2011-01-24 02:45:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110124024518-nng7ttflo7gsm5ow
Tags: 2.22.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
# Location of the module's gmmproc support files.
26
26
codegen_srcdir ?= $(top_srcdir)/codegen
27
27
 
28
 
# Location of the module's gmmproc M4 files.
 
28
# Location of the module's gmmproc M4 files,
 
29
# and of any extra m4 files from installed modules, 
 
30
# such as from gtkmm rather than just glibmm.
 
31
# Use, for instance, this in configure.ac:
 
32
# MM_PKG_CONFIG_SUBST([GMMPROC_EXTRA_M4_DIR], [--variable=gmmprocm4dir gtkmm-3.0])
29
33
codegen_m4_srcdir ?= $(codegen_srcdir)/m4
30
34
 
31
35
# Destination directory of the generated source files.
55
59
# Default command lines for running the code generators.
56
60
gmmproc       ?= $(PERL) -I"$(GMMPROC_DIR)/pm" -- "$(GMMPROC_DIR)/gmmproc"
57
61
gen_wrap_init ?= $(PERL) -- "$(GMMPROC_DIR)/generate_wrap_init.pl"
58
 
gmmproc_flags ?= -I $(codegen_m4_srcdir) --defs $(srcdir)
 
62
codegen_m4_flags = $(addprefix -I , $(codegen_m4_srcdir) $(GMMPROC_EXTRA_M4_DIR))
 
63
gmmproc_flags ?= $(codegen_m4_flags) --defs $(srcdir)
59
64
 
60
65
# Automatically created output directories.
61
66
binding_mkdirs = $(binding_stampdir) $(binding_outputdir)/private