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

« back to all changes in this revision

Viewing changes to tests/libpeas-gtk/plugins/builtin-configurable/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 =
119
119
DEFS = @DEFS@
120
120
DEPDIR = @DEPDIR@
121
121
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
122
DLLTOOL = @DLLTOOL@
122
123
DSYMUTIL = @DSYMUTIL@
123
124
DUMPBIN = @DUMPBIN@
124
125
ECHO_C = @ECHO_C@
142
143
GOBJECT_REQUIRED = @GOBJECT_REQUIRED@
143
144
GREP = @GREP@
144
145
GTKDOC_CHECK = @GTKDOC_CHECK@
145
 
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
146
 
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
147
146
GTKDOC_MKPDF = @GTKDOC_MKPDF@
148
147
GTKDOC_REBASE = @GTKDOC_REBASE@
149
148
GTK_REQUIRED = @GTK_REQUIRED@
188
187
LT_REVISION = @LT_REVISION@
189
188
MAINT = @MAINT@
190
189
MAKEINFO = @MAKEINFO@
 
190
MANIFEST_TOOL = @MANIFEST_TOOL@
191
191
MKDIR_P = @MKDIR_P@
192
192
MSGFMT = @MSGFMT@
193
193
MSGFMT_015 = @MSGFMT_015@
215
215
PEAS_MINOR_VERSION = @PEAS_MINOR_VERSION@
216
216
PEAS_VERSION = @PEAS_VERSION@
217
217
PKG_CONFIG = @PKG_CONFIG@
218
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
219
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
220
218
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
221
219
POSUB = @POSUB@
222
220
PYTHON = @PYTHON@
246
244
abs_srcdir = @abs_srcdir@
247
245
abs_top_builddir = @abs_top_builddir@
248
246
abs_top_srcdir = @abs_top_srcdir@
 
247
ac_ct_AR = @ac_ct_AR@
249
248
ac_ct_CC = @ac_ct_CC@
250
249
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
251
250
am__include = @am__include@
281
280
libexecdir = @libexecdir@
282
281
localedir = @localedir@
283
282
localstatedir = @localstatedir@
284
 
lt_ECHO = @lt_ECHO@
285
283
mandir = @mandir@
286
284
mkdir_p = @mkdir_p@
287
285
oldincludedir = @oldincludedir@
332
330
              exit 1;; \
333
331
          esac; \
334
332
        done; \
335
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/libpeas-gtk/plugins/builtin-configurable/Makefile'; \
 
333
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/libpeas-gtk/plugins/builtin-configurable/Makefile'; \
336
334
        $(am__cd) $(top_srcdir) && \
337
 
          $(AUTOMAKE) --foreign tests/libpeas-gtk/plugins/builtin-configurable/Makefile
 
335
          $(AUTOMAKE) --gnu tests/libpeas-gtk/plugins/builtin-configurable/Makefile
338
336
.PRECIOUS: Makefile
339
337
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340
338
        @case '$?' in \
517
515
        @echo "it deletes files that may require special tools to rebuild."
518
516
clean: clean-am
519
517
 
520
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
521
 
        mostlyclean-am
 
518
clean-am: clean-generic clean-libtool clean-local \
 
519
        clean-noinstLTLIBRARIES mostlyclean-am
522
520
 
523
521
distclean: distclean-am
524
522
        -rm -rf ./$(DEPDIR)
589
587
.MAKE: install-am install-strip
590
588
 
591
589
.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
592
 
        clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
593
 
        distclean distclean-compile distclean-generic \
594
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
595
 
        html-am info info-am install install-am install-data \
596
 
        install-data-am install-dvi install-dvi-am install-exec \
597
 
        install-exec-am install-html install-html-am install-info \
598
 
        install-info-am install-man install-pdf install-pdf-am \
599
 
        install-ps install-ps-am install-strip installcheck \
600
 
        installcheck-am installdirs maintainer-clean \
 
590
        clean-generic clean-libtool clean-local \
 
591
        clean-noinstLTLIBRARIES ctags distclean distclean-compile \
 
592
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
593
        dvi-am html html-am info info-am install install-am \
 
594
        install-data install-data-am install-dvi install-dvi-am \
 
595
        install-exec install-exec-am install-html install-html-am \
 
596
        install-info install-info-am install-man install-pdf \
 
597
        install-pdf-am install-ps install-ps-am install-strip \
 
598
        installcheck installcheck-am installdirs maintainer-clean \
601
599
        maintainer-clean-generic mostlyclean mostlyclean-compile \
602
600
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
603
601
        tags uninstall uninstall-am
617
615
           fi ; \
618
616
         done
619
617
 
 
618
clean-local:
 
619
        @test -z "$(noinst_PLUGIN)" || \
 
620
         test $(srcdir) = $(builddir) || \
 
621
         for plugin in $(noinst_PLUGIN) ; do \
 
622
           if test -e $(builddir)/$$plugin ; then \
 
623
             rm -f $(builddir)/$$plugin ; \
 
624
             # hack to cleanup .pyc files \
 
625
             if test -e $(builddir)/$${plugin}c ; then \
 
626
               rm -f $(builddir)/$${plugin}c ; \
 
627
             fi ; \
 
628
           fi ; \
 
629
         done
 
630
 
620
631
# Tell versions [3.59,3.63) of GNU make to not export all variables.
621
632
# Otherwise a system limit (for SysV at least) may be exceeded.
622
633
.NOEXPORT: