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

« back to all changes in this revision

Viewing changes to tests/libpeas-gtk/plugins/valid-custom-icon/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-05 08:41:48 UTC
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: package-import@ubuntu.com-20110905084148-ydem4wlni6j39k70
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

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 =
83
83
DEFS = @DEFS@
84
84
DEPDIR = @DEPDIR@
85
85
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
86
DLLTOOL = @DLLTOOL@
86
87
DSYMUTIL = @DSYMUTIL@
87
88
DUMPBIN = @DUMPBIN@
88
89
ECHO_C = @ECHO_C@
106
107
GOBJECT_REQUIRED = @GOBJECT_REQUIRED@
107
108
GREP = @GREP@
108
109
GTKDOC_CHECK = @GTKDOC_CHECK@
109
 
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
110
 
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
111
110
GTKDOC_MKPDF = @GTKDOC_MKPDF@
112
111
GTKDOC_REBASE = @GTKDOC_REBASE@
113
112
GTK_REQUIRED = @GTK_REQUIRED@
152
151
LT_REVISION = @LT_REVISION@
153
152
MAINT = @MAINT@
154
153
MAKEINFO = @MAKEINFO@
 
154
MANIFEST_TOOL = @MANIFEST_TOOL@
155
155
MKDIR_P = @MKDIR_P@
156
156
MSGFMT = @MSGFMT@
157
157
MSGFMT_015 = @MSGFMT_015@
179
179
PEAS_MINOR_VERSION = @PEAS_MINOR_VERSION@
180
180
PEAS_VERSION = @PEAS_VERSION@
181
181
PKG_CONFIG = @PKG_CONFIG@
182
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
183
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
184
182
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
185
183
POSUB = @POSUB@
186
184
PYTHON = @PYTHON@
210
208
abs_srcdir = @abs_srcdir@
211
209
abs_top_builddir = @abs_top_builddir@
212
210
abs_top_srcdir = @abs_top_srcdir@
 
211
ac_ct_AR = @ac_ct_AR@
213
212
ac_ct_CC = @ac_ct_CC@
214
213
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215
214
am__include = @am__include@
245
244
libexecdir = @libexecdir@
246
245
localedir = @localedir@
247
246
localstatedir = @localstatedir@
248
 
lt_ECHO = @lt_ECHO@
249
247
mandir = @mandir@
250
248
mkdir_p = @mkdir_p@
251
249
oldincludedir = @oldincludedir@
280
278
              exit 1;; \
281
279
          esac; \
282
280
        done; \
283
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/libpeas-gtk/plugins/valid-custom-icon/Makefile'; \
 
281
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/libpeas-gtk/plugins/valid-custom-icon/Makefile'; \
284
282
        $(am__cd) $(top_srcdir) && \
285
 
          $(AUTOMAKE) --foreign tests/libpeas-gtk/plugins/valid-custom-icon/Makefile
 
283
          $(AUTOMAKE) --gnu tests/libpeas-gtk/plugins/valid-custom-icon/Makefile
286
284
.PRECIOUS: Makefile
287
285
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288
286
        @case '$?' in \
375
373
        @echo "it deletes files that may require special tools to rebuild."
376
374
clean: clean-am
377
375
 
378
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
376
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
379
377
 
380
378
distclean: distclean-am
381
379
        -rm -f Makefile
442
440
.MAKE: install-am install-strip
443
441
 
444
442
.PHONY: all all-am all-local check check-am clean clean-generic \
445
 
        clean-libtool distclean distclean-generic distclean-libtool \
446
 
        distdir dvi dvi-am html html-am info info-am install \
447
 
        install-am install-data install-data-am install-dvi \
 
443
        clean-libtool clean-local distclean distclean-generic \
 
444
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
445
        install install-am install-data install-data-am install-dvi \
448
446
        install-dvi-am install-exec install-exec-am install-html \
449
447
        install-html-am install-info install-info-am install-man \
450
448
        install-pdf install-pdf-am install-ps install-ps-am \
468
466
           fi ; \
469
467
         done
470
468
 
 
469
clean-local:
 
470
        @test -z "$(noinst_PLUGIN)" || \
 
471
         test $(srcdir) = $(builddir) || \
 
472
         for plugin in $(noinst_PLUGIN) ; do \
 
473
           if test -e $(builddir)/$$plugin ; then \
 
474
             rm -f $(builddir)/$$plugin ; \
 
475
             # hack to cleanup .pyc files \
 
476
             if test -e $(builddir)/$${plugin}c ; then \
 
477
               rm -f $(builddir)/$${plugin}c ; \
 
478
             fi ; \
 
479
           fi ; \
 
480
         done
 
481
 
471
482
# Tell versions [3.59,3.63) of GNU make to not export all variables.
472
483
# Otherwise a system limit (for SysV at least) may be exceeded.
473
484
.NOEXPORT: