~ubuntu-branches/ubuntu/quantal/libpeas/quantal

« back to all changes in this revision

Viewing changes to peas-demo/plugins/pythonhello/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-22 08:38:23 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: package-import@ubuntu.com-20110922083823-hm0gu89o2utvrxa9
Tags: 1.1.4-0ubuntu1
* New upstream release:
  - Fix to work with PyGObject 3.
  - Do not expose the peas_extension_set_call* API to GObject-Introspection.
  - Disable log hooks used by PyGObject and Seed.
  - Doc updates.
  - Misc improvement and fixes.
  - Translation updates.
* debian/control.in: Bump pygobject build dep as per configure.ac.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        $(top_srcdir)/configure.ac
51
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
52
        $(ACLOCAL_M4)
53
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
53
mkinstalldirs = $(install_sh) -d
54
54
CONFIG_HEADER = $(top_builddir)/config.h
55
55
CONFIG_CLEAN_FILES =
56
56
CONFIG_CLEAN_VPATH_FILES =
106
106
DEFS = @DEFS@
107
107
DEPDIR = @DEPDIR@
108
108
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
109
 
DLLTOOL = @DLLTOOL@
110
109
DSYMUTIL = @DSYMUTIL@
111
110
DUMPBIN = @DUMPBIN@
112
111
ECHO_C = @ECHO_C@
130
129
GOBJECT_REQUIRED = @GOBJECT_REQUIRED@
131
130
GREP = @GREP@
132
131
GTKDOC_CHECK = @GTKDOC_CHECK@
 
132
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
133
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
133
134
GTKDOC_MKPDF = @GTKDOC_MKPDF@
134
135
GTKDOC_REBASE = @GTKDOC_REBASE@
135
136
GTK_REQUIRED = @GTK_REQUIRED@
174
175
LT_REVISION = @LT_REVISION@
175
176
MAINT = @MAINT@
176
177
MAKEINFO = @MAKEINFO@
177
 
MANIFEST_TOOL = @MANIFEST_TOOL@
178
178
MKDIR_P = @MKDIR_P@
179
179
MSGFMT = @MSGFMT@
180
180
MSGFMT_015 = @MSGFMT_015@
202
202
PEAS_MINOR_VERSION = @PEAS_MINOR_VERSION@
203
203
PEAS_VERSION = @PEAS_VERSION@
204
204
PKG_CONFIG = @PKG_CONFIG@
 
205
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
206
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
205
207
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
206
208
POSUB = @POSUB@
207
209
PYTHON = @PYTHON@
231
233
abs_srcdir = @abs_srcdir@
232
234
abs_top_builddir = @abs_top_builddir@
233
235
abs_top_srcdir = @abs_top_srcdir@
234
 
ac_ct_AR = @ac_ct_AR@
235
236
ac_ct_CC = @ac_ct_CC@
236
237
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237
238
am__include = @am__include@
267
268
libexecdir = @libexecdir@
268
269
localedir = @localedir@
269
270
localstatedir = @localstatedir@
 
271
lt_ECHO = @lt_ECHO@
270
272
mandir = @mandir@
271
273
mkdir_p = @mkdir_p@
272
274
oldincludedir = @oldincludedir@