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

« back to all changes in this revision

Viewing changes to peas-demo/plugins/valahello/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:
51
51
        $(top_srcdir)/configure.ac
52
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
53
        $(ACLOCAL_M4)
54
 
mkinstalldirs = $(install_sh) -d
 
54
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
55
55
CONFIG_HEADER = $(top_builddir)/config.h
56
56
CONFIG_CLEAN_FILES =
57
57
CONFIG_CLEAN_VPATH_FILES =
148
148
DEFS = @DEFS@
149
149
DEPDIR = @DEPDIR@
150
150
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
151
DLLTOOL = @DLLTOOL@
151
152
DSYMUTIL = @DSYMUTIL@
152
153
DUMPBIN = @DUMPBIN@
153
154
ECHO_C = @ECHO_C@
171
172
GOBJECT_REQUIRED = @GOBJECT_REQUIRED@
172
173
GREP = @GREP@
173
174
GTKDOC_CHECK = @GTKDOC_CHECK@
174
 
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
175
 
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
176
175
GTKDOC_MKPDF = @GTKDOC_MKPDF@
177
176
GTKDOC_REBASE = @GTKDOC_REBASE@
178
177
GTK_REQUIRED = @GTK_REQUIRED@
217
216
LT_REVISION = @LT_REVISION@
218
217
MAINT = @MAINT@
219
218
MAKEINFO = @MAKEINFO@
 
219
MANIFEST_TOOL = @MANIFEST_TOOL@
220
220
MKDIR_P = @MKDIR_P@
221
221
MSGFMT = @MSGFMT@
222
222
MSGFMT_015 = @MSGFMT_015@
244
244
PEAS_MINOR_VERSION = @PEAS_MINOR_VERSION@
245
245
PEAS_VERSION = @PEAS_VERSION@
246
246
PKG_CONFIG = @PKG_CONFIG@
247
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
248
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
249
247
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
250
248
POSUB = @POSUB@
251
249
PYTHON = @PYTHON@
275
273
abs_srcdir = @abs_srcdir@
276
274
abs_top_builddir = @abs_top_builddir@
277
275
abs_top_srcdir = @abs_top_srcdir@
 
276
ac_ct_AR = @ac_ct_AR@
278
277
ac_ct_CC = @ac_ct_CC@
279
278
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
280
279
am__include = @am__include@
310
309
libexecdir = @libexecdir@
311
310
localedir = @localedir@
312
311
localstatedir = @localstatedir@
313
 
lt_ECHO = @lt_ECHO@
314
312
mandir = @mandir@
315
313
mkdir_p = @mkdir_p@
316
314
oldincludedir = @oldincludedir@
360
358
              exit 1;; \
361
359
          esac; \
362
360
        done; \
363
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign peas-demo/plugins/valahello/Makefile'; \
 
361
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu peas-demo/plugins/valahello/Makefile'; \
364
362
        $(am__cd) $(top_srcdir) && \
365
 
          $(AUTOMAKE) --foreign peas-demo/plugins/valahello/Makefile
 
363
          $(AUTOMAKE) --gnu peas-demo/plugins/valahello/Makefile
366
364
.PRECIOUS: Makefile
367
365
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368
366
        @case '$?' in \