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

« back to all changes in this revision

Viewing changes to tests/libpeas/introspection/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:
49
49
        $(top_srcdir)/configure.ac
50
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
51
        $(ACLOCAL_M4)
52
 
mkinstalldirs = $(install_sh) -d
 
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
53
53
CONFIG_HEADER = $(top_builddir)/config.h
54
54
CONFIG_CLEAN_FILES =
55
55
CONFIG_CLEAN_VPATH_FILES =
117
117
DEFS = @DEFS@
118
118
DEPDIR = @DEPDIR@
119
119
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
120
DLLTOOL = @DLLTOOL@
120
121
DSYMUTIL = @DSYMUTIL@
121
122
DUMPBIN = @DUMPBIN@
122
123
ECHO_C = @ECHO_C@
140
141
GOBJECT_REQUIRED = @GOBJECT_REQUIRED@
141
142
GREP = @GREP@
142
143
GTKDOC_CHECK = @GTKDOC_CHECK@
143
 
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
144
 
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
145
144
GTKDOC_MKPDF = @GTKDOC_MKPDF@
146
145
GTKDOC_REBASE = @GTKDOC_REBASE@
147
146
GTK_REQUIRED = @GTK_REQUIRED@
186
185
LT_REVISION = @LT_REVISION@
187
186
MAINT = @MAINT@
188
187
MAKEINFO = @MAKEINFO@
 
188
MANIFEST_TOOL = @MANIFEST_TOOL@
189
189
MKDIR_P = @MKDIR_P@
190
190
MSGFMT = @MSGFMT@
191
191
MSGFMT_015 = @MSGFMT_015@
213
213
PEAS_MINOR_VERSION = @PEAS_MINOR_VERSION@
214
214
PEAS_VERSION = @PEAS_VERSION@
215
215
PKG_CONFIG = @PKG_CONFIG@
216
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
217
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
218
216
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
219
217
POSUB = @POSUB@
220
218
PYTHON = @PYTHON@
244
242
abs_srcdir = @abs_srcdir@
245
243
abs_top_builddir = @abs_top_builddir@
246
244
abs_top_srcdir = @abs_top_srcdir@
 
245
ac_ct_AR = @ac_ct_AR@
247
246
ac_ct_CC = @ac_ct_CC@
248
247
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249
248
am__include = @am__include@
279
278
libexecdir = @libexecdir@
280
279
localedir = @localedir@
281
280
localstatedir = @localstatedir@
282
 
lt_ECHO = @lt_ECHO@
283
281
mandir = @mandir@
284
282
mkdir_p = @mkdir_p@
285
283
oldincludedir = @oldincludedir@
342
340
              exit 1;; \
343
341
          esac; \
344
342
        done; \
345
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/libpeas/introspection/Makefile'; \
 
343
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/libpeas/introspection/Makefile'; \
346
344
        $(am__cd) $(top_srcdir) && \
347
 
          $(AUTOMAKE) --foreign tests/libpeas/introspection/Makefile
 
345
          $(AUTOMAKE) --gnu tests/libpeas/introspection/Makefile
348
346
.PRECIOUS: Makefile
349
347
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350
348
        @case '$?' in \