~ubuntu-branches/debian/squeeze/librsvg/squeeze

« back to all changes in this revision

Viewing changes to gtk-engine/examples/bubble/gtk-2.0/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-04-04 22:10:09 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060404221009-4mw2ndnf06bs257d
Tags: 2.14.3-1
* Sync with Debian
* New upstream version
* debian/rules:
  - shlibs update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
22
pkgincludedir = $(includedir)/@PACKAGE@
23
23
top_builddir = ../../../..
24
 
 
25
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
25
INSTALL = @INSTALL@
27
26
install_sh_DATA = $(install_sh) -c -m 644
35
34
NORMAL_UNINSTALL = :
36
35
PRE_UNINSTALL = :
37
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
38
38
host_triplet = @host@
 
39
subdir = gtk-engine/examples/bubble/gtk-2.0
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
46
CONFIG_HEADER = $(top_builddir)/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
SOURCES =
 
49
DIST_SOURCES =
 
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
51
am__vpath_adj = case $$p in \
 
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
53
    *) f=$$p;; \
 
54
  esac;
 
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
56
am__installdirs = "$(DESTDIR)$(themedir)"
 
57
themeDATA_INSTALL = $(INSTALL_DATA)
 
58
DATA = $(theme_DATA)
 
59
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39
60
ACLOCAL = @ACLOCAL@
40
61
AMDEP_FALSE = @AMDEP_FALSE@
41
62
AMDEP_TRUE = @AMDEP_TRUE@
175
196
am__include = @am__include@
176
197
am__leading_dot = @am__leading_dot@
177
198
am__quote = @am__quote@
 
199
am__tar = @am__tar@
 
200
am__untar = @am__untar@
178
201
bindir = @bindir@
179
202
build = @build@
180
203
build_alias = @build_alias@
195
218
libexecdir = @libexecdir@
196
219
localstatedir = @localstatedir@
197
220
mandir = @mandir@
 
221
mkdir_p = @mkdir_p@
198
222
oldincludedir = @oldincludedir@
199
223
prefix = @prefix@
200
224
program_transform_name = @program_transform_name@
211
235
        purple.svg      \
212
236
        red.svg
213
237
 
214
 
 
215
238
EXTRA_DIST = $(theme_DATA)
216
 
subdir = gtk-engine/examples/bubble/gtk-2.0
217
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
218
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
219
 
CONFIG_HEADER = $(top_builddir)/config.h
220
 
CONFIG_CLEAN_FILES =
221
 
DIST_SOURCES =
222
 
DATA = $(theme_DATA)
223
 
 
224
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
225
239
all: all-am
226
240
 
227
241
.SUFFIXES:
228
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
242
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
243
        @for dep in $?; do \
 
244
          case '$(am__configure_deps)' in \
 
245
            *$$dep*) \
 
246
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
247
                && exit 0; \
 
248
              exit 1;; \
 
249
          esac; \
 
250
        done; \
 
251
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gtk-engine/examples/bubble/gtk-2.0/Makefile'; \
229
252
        cd $(top_srcdir) && \
230
253
          $(AUTOMAKE) --gnu  gtk-engine/examples/bubble/gtk-2.0/Makefile
231
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
232
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
254
.PRECIOUS: Makefile
 
255
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
256
        @case '$?' in \
 
257
          *config.status*) \
 
258
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
259
          *) \
 
260
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
261
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
262
        esac;
 
263
 
 
264
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
265
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
266
 
 
267
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
269
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
271
 
234
272
mostlyclean-libtool:
235
273
        -rm -f *.lo
240
278
distclean-libtool:
241
279
        -rm -f libtool
242
280
uninstall-info-am:
243
 
themeDATA_INSTALL = $(INSTALL_DATA)
244
281
install-themeDATA: $(theme_DATA)
245
282
        @$(NORMAL_INSTALL)
246
 
        $(mkinstalldirs) $(DESTDIR)$(themedir)
 
283
        test -z "$(themedir)" || $(mkdir_p) "$(DESTDIR)$(themedir)"
247
284
        @list='$(theme_DATA)'; for p in $$list; do \
248
285
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
249
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
250
 
          echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \
251
 
          $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \
 
286
          f=$(am__strip_dir) \
 
287
          echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \
 
288
          $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \
252
289
        done
253
290
 
254
291
uninstall-themeDATA:
255
292
        @$(NORMAL_UNINSTALL)
256
293
        @list='$(theme_DATA)'; for p in $$list; do \
257
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
258
 
          echo " rm -f $(DESTDIR)$(themedir)/$$f"; \
259
 
          rm -f $(DESTDIR)$(themedir)/$$f; \
 
294
          f=$(am__strip_dir) \
 
295
          echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \
 
296
          rm -f "$(DESTDIR)$(themedir)/$$f"; \
260
297
        done
261
298
tags: TAGS
262
299
TAGS:
264
301
ctags: CTAGS
265
302
CTAGS:
266
303
 
267
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
268
 
 
269
 
top_distdir = ../../../..
270
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
271
304
 
272
305
distdir: $(DISTFILES)
273
306
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
281
314
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
282
315
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
283
316
            dir="/$$dir"; \
284
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
317
            $(mkdir_p) "$(distdir)$$dir"; \
285
318
          else \
286
319
            dir=''; \
287
320
          fi; \
299
332
check-am: all-am
300
333
check: check-am
301
334
all-am: Makefile $(DATA)
302
 
 
303
335
installdirs:
304
 
        $(mkinstalldirs) $(DESTDIR)$(themedir)
 
336
        for dir in "$(DESTDIR)$(themedir)"; do \
 
337
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
338
        done
305
339
install: install-am
306
340
install-exec: install-exec-am
307
341
install-data: install-data-am
321
355
clean-generic:
322
356
 
323
357
distclean-generic:
324
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
358
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
325
359
 
326
360
maintainer-clean-generic:
327
361
        @echo "This command is intended for maintainers to use"
338
372
 
339
373
dvi-am:
340
374
 
 
375
html: html-am
 
376
 
341
377
info: info-am
342
378
 
343
379
info-am:
372
408
 
373
409
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
374
410
        distclean distclean-generic distclean-libtool distdir dvi \
375
 
        dvi-am info info-am install install-am install-data \
376
 
        install-data-am install-exec install-exec-am install-info \
377
 
        install-info-am install-man install-strip install-themeDATA \
378
 
        installcheck installcheck-am installdirs maintainer-clean \
379
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
380
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
381
 
        uninstall-info-am uninstall-themeDATA
 
411
        dvi-am html html-am info info-am install install-am \
 
412
        install-data install-data-am install-exec install-exec-am \
 
413
        install-info install-info-am install-man install-strip \
 
414
        install-themeDATA installcheck installcheck-am installdirs \
 
415
        maintainer-clean maintainer-clean-generic mostlyclean \
 
416
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
417
        uninstall uninstall-am uninstall-info-am uninstall-themeDATA
382
418
 
383
419
# Tell versions [3.59,3.63) of GNU make to not export all variables.
384
420
# Otherwise a system limit (for SysV at least) may be exceeded.