~timo-jyrinki/dee/dee-quantal

« back to all changes in this revision

Viewing changes to doc/reference/dee-1.0/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Łukasz 'sil2100' Zemczak
  • Date: 2012-08-10 12:55:03 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20120810125503-minwz616mljybn6p
Tags: 1.0.12-0ubuntu1
* New upstream release.
  - The build problem due to header dependency [-pedantic] (LP: #988443)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        $(top_srcdir)/gtk-doc.make
44
44
subdir = doc/reference/dee-1.0
45
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
46
am__aclocal_m4_deps = $(top_srcdir)/build/autotools/gtk-doc.m4 \
 
47
        $(top_srcdir)/build/autotools/introspection.m4 \
 
48
        $(top_srcdir)/build/autotools/libtool.m4 \
 
49
        $(top_srcdir)/build/autotools/ltoptions.m4 \
 
50
        $(top_srcdir)/build/autotools/ltsugar.m4 \
 
51
        $(top_srcdir)/build/autotools/ltversion.m4 \
 
52
        $(top_srcdir)/build/autotools/lt~obsolete.m4 \
 
53
        $(top_srcdir)/configure.ac
47
54
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
55
        $(ACLOCAL_M4)
49
56
mkinstalldirs = $(install_sh) -d
148
155
PKG_CONFIG = @PKG_CONFIG@
149
156
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
150
157
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
158
PYGI_OVERRIDES_DIR = @PYGI_OVERRIDES_DIR@
151
159
PYTHON = @PYTHON@
152
160
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
153
161
PYTHON_PLATFORM = @PYTHON_PLATFORM@