~ubuntu-branches/ubuntu/oneiric/libpeas/oneiric

« back to all changes in this revision

Viewing changes to peas-demo/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Martin Pitt, Oliver Sauder
  • Date: 2011-09-05 08:41:48 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: package-import@ubuntu.com-20110905084148-u4qhltt1ipo2frj9
Tags: 1.1.3-0ubuntu1
[ Martin Pitt ]
* New upstream release:
  - Link against pygobject 3. (LP: #839712)
  - Do not cast pointers to unsigned integers.
* Drop debian/patches/gint_is_not_gtype, upstream now.
* debian/control.in: Bump python-gobject-dev build dependency to >= 2.90 as
  per upstream configure.ac.
* debian/control.in: Move valac-0.12 to valac to use 0.14.

[ Oliver Sauder ]
* Added peas-gtk vapi file libpeas-gtk-1.0.vapi (LP: #825834) 

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 = $(install_sh) -d
 
53
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54
54
CONFIG_HEADER = $(top_builddir)/config.h
55
55
CONFIG_CLEAN_FILES =
56
56
CONFIG_CLEAN_VPATH_FILES =
157
157
DEFS = @DEFS@
158
158
DEPDIR = @DEPDIR@
159
159
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
160
DLLTOOL = @DLLTOOL@
160
161
DSYMUTIL = @DSYMUTIL@
161
162
DUMPBIN = @DUMPBIN@
162
163
ECHO_C = @ECHO_C@
180
181
GOBJECT_REQUIRED = @GOBJECT_REQUIRED@
181
182
GREP = @GREP@
182
183
GTKDOC_CHECK = @GTKDOC_CHECK@
183
 
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
184
 
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
185
184
GTKDOC_MKPDF = @GTKDOC_MKPDF@
186
185
GTKDOC_REBASE = @GTKDOC_REBASE@
187
186
GTK_REQUIRED = @GTK_REQUIRED@
226
225
LT_REVISION = @LT_REVISION@
227
226
MAINT = @MAINT@
228
227
MAKEINFO = @MAKEINFO@
 
228
MANIFEST_TOOL = @MANIFEST_TOOL@
229
229
MKDIR_P = @MKDIR_P@
230
230
MSGFMT = @MSGFMT@
231
231
MSGFMT_015 = @MSGFMT_015@
253
253
PEAS_MINOR_VERSION = @PEAS_MINOR_VERSION@
254
254
PEAS_VERSION = @PEAS_VERSION@
255
255
PKG_CONFIG = @PKG_CONFIG@
256
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
257
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
258
256
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
259
257
POSUB = @POSUB@
260
258
PYTHON = @PYTHON@
284
282
abs_srcdir = @abs_srcdir@
285
283
abs_top_builddir = @abs_top_builddir@
286
284
abs_top_srcdir = @abs_top_srcdir@
 
285
ac_ct_AR = @ac_ct_AR@
287
286
ac_ct_CC = @ac_ct_CC@
288
287
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
289
288
am__include = @am__include@
319
318
libexecdir = @libexecdir@
320
319
localedir = @localedir@
321
320
localstatedir = @localstatedir@
322
 
lt_ECHO = @lt_ECHO@
323
321
mandir = @mandir@
324
322
mkdir_p = @mkdir_p@
325
323
oldincludedir = @oldincludedir@
377
375
              exit 1;; \
378
376
          esac; \
379
377
        done; \
380
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign peas-demo/Makefile'; \
 
378
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu peas-demo/Makefile'; \
381
379
        $(am__cd) $(top_srcdir) && \
382
 
          $(AUTOMAKE) --foreign peas-demo/Makefile
 
380
          $(AUTOMAKE) --gnu peas-demo/Makefile
383
381
.PRECIOUS: Makefile
384
382
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385
383
        @case '$?' in \