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

« back to all changes in this revision

Viewing changes to peas-demo/plugins/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:
52
52
        $(top_srcdir)/configure.ac
53
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
54
        $(ACLOCAL_M4)
55
 
mkinstalldirs = $(install_sh) -d
 
55
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56
56
CONFIG_HEADER = $(top_builddir)/config.h
57
57
CONFIG_CLEAN_FILES =
58
58
CONFIG_CLEAN_VPATH_FILES =
125
125
DEFS = @DEFS@
126
126
DEPDIR = @DEPDIR@
127
127
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
128
DLLTOOL = @DLLTOOL@
128
129
DSYMUTIL = @DSYMUTIL@
129
130
DUMPBIN = @DUMPBIN@
130
131
ECHO_C = @ECHO_C@
148
149
GOBJECT_REQUIRED = @GOBJECT_REQUIRED@
149
150
GREP = @GREP@
150
151
GTKDOC_CHECK = @GTKDOC_CHECK@
151
 
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
152
 
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
153
152
GTKDOC_MKPDF = @GTKDOC_MKPDF@
154
153
GTKDOC_REBASE = @GTKDOC_REBASE@
155
154
GTK_REQUIRED = @GTK_REQUIRED@
194
193
LT_REVISION = @LT_REVISION@
195
194
MAINT = @MAINT@
196
195
MAKEINFO = @MAKEINFO@
 
196
MANIFEST_TOOL = @MANIFEST_TOOL@
197
197
MKDIR_P = @MKDIR_P@
198
198
MSGFMT = @MSGFMT@
199
199
MSGFMT_015 = @MSGFMT_015@
221
221
PEAS_MINOR_VERSION = @PEAS_MINOR_VERSION@
222
222
PEAS_VERSION = @PEAS_VERSION@
223
223
PKG_CONFIG = @PKG_CONFIG@
224
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
225
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226
224
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
227
225
POSUB = @POSUB@
228
226
PYTHON = @PYTHON@
252
250
abs_srcdir = @abs_srcdir@
253
251
abs_top_builddir = @abs_top_builddir@
254
252
abs_top_srcdir = @abs_top_srcdir@
 
253
ac_ct_AR = @ac_ct_AR@
255
254
ac_ct_CC = @ac_ct_CC@
256
255
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
257
256
am__include = @am__include@
287
286
libexecdir = @libexecdir@
288
287
localedir = @localedir@
289
288
localstatedir = @localstatedir@
290
 
lt_ECHO = @lt_ECHO@
291
289
mandir = @mandir@
292
290
mkdir_p = @mkdir_p@
293
291
oldincludedir = @oldincludedir@
321
319
              exit 1;; \
322
320
          esac; \
323
321
        done; \
324
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign peas-demo/plugins/Makefile'; \
 
322
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu peas-demo/plugins/Makefile'; \
325
323
        $(am__cd) $(top_srcdir) && \
326
 
          $(AUTOMAKE) --foreign peas-demo/plugins/Makefile
 
324
          $(AUTOMAKE) --gnu peas-demo/plugins/Makefile
327
325
.PRECIOUS: Makefile
328
326
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
329
327
        @case '$?' in \