~ubuntu-branches/ubuntu/dapper/libgnomeui/dapper-updates

« back to all changes in this revision

Viewing changes to images/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-11 17:46:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174610-yb9v0rvx60x0mdli
Tags: 2.14.1-0ubuntu1
* New upstream release:
  - Fix --disable-crash-dialog 
  - Fix leaks 
  - Fix gettext initialization 
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/libgnomeui-0.shlibs: bumped for added interfaces.
  - debian/rules: added stuff for cleaning.
  - debian/patches/30_crash-dialog.patch: dropped, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
 
24
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
26
INSTALL = @INSTALL@
26
27
install_sh_DATA = $(install_sh) -c -m 644
34
35
NORMAL_UNINSTALL = :
35
36
PRE_UNINSTALL = :
36
37
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
38
host_triplet = @host@
39
 
subdir = images
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)$(pixmapdir)"
57
 
pixmapDATA_INSTALL = $(INSTALL_DATA)
58
 
DATA = $(pixmap_DATA)
59
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60
39
ACLOCAL = @ACLOCAL@
61
40
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
62
41
AMDEP_FALSE = @AMDEP_FALSE@
189
168
am__include = @am__include@
190
169
am__leading_dot = @am__leading_dot@
191
170
am__quote = @am__quote@
192
 
am__tar = @am__tar@
193
 
am__untar = @am__untar@
194
171
bindir = @bindir@
195
172
build = @build@
196
173
build_alias = @build_alias@
211
188
libexecdir = @libexecdir@
212
189
localstatedir = @localstatedir@
213
190
mandir = @mandir@
214
 
mkdir_p = @mkdir_p@
215
191
oldincludedir = @oldincludedir@
216
192
prefix = @prefix@
217
193
program_transform_name = @program_transform_name@
220
196
sysconfdir = @sysconfdir@
221
197
target_alias = @target_alias@
222
198
pixmapdir = $(datadir)/pixmaps
 
199
 
223
200
pixmap_DATA = \
224
201
        gnome-about-logo.png    \
225
202
        gnome-info.png          \
228
205
        gnome-warning.png       \
229
206
        gnome-default-dlg.png
230
207
 
 
208
 
231
209
EXTRA_DIST = $(pixmap_DATA)
 
210
subdir = images
 
211
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
212
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
213
CONFIG_HEADER = $(top_builddir)/config.h
 
214
CONFIG_CLEAN_FILES =
 
215
DIST_SOURCES =
 
216
DATA = $(pixmap_DATA)
 
217
 
 
218
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
232
219
all: all-am
233
220
 
234
221
.SUFFIXES:
235
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
236
 
        @for dep in $?; do \
237
 
          case '$(am__configure_deps)' in \
238
 
            *$$dep*) \
239
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
240
 
                && exit 0; \
241
 
              exit 1;; \
242
 
          esac; \
243
 
        done; \
244
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  images/Makefile'; \
 
222
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
245
223
        cd $(top_srcdir) && \
246
224
          $(AUTOMAKE) --gnu  images/Makefile
247
 
.PRECIOUS: Makefile
248
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249
 
        @case '$?' in \
250
 
          *config.status*) \
251
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252
 
          *) \
253
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255
 
        esac;
256
 
 
257
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
 
 
260
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
261
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
263
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
225
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
226
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
264
227
 
265
228
mostlyclean-libtool:
266
229
        -rm -f *.lo
271
234
distclean-libtool:
272
235
        -rm -f libtool
273
236
uninstall-info-am:
 
237
pixmapDATA_INSTALL = $(INSTALL_DATA)
274
238
install-pixmapDATA: $(pixmap_DATA)
275
239
        @$(NORMAL_INSTALL)
276
 
        test -z "$(pixmapdir)" || $(mkdir_p) "$(DESTDIR)$(pixmapdir)"
 
240
        $(mkinstalldirs) $(DESTDIR)$(pixmapdir)
277
241
        @list='$(pixmap_DATA)'; for p in $$list; do \
278
242
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
279
 
          f=$(am__strip_dir) \
280
 
          echo " $(pixmapDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pixmapdir)/$$f'"; \
281
 
          $(pixmapDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pixmapdir)/$$f"; \
 
243
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
244
          echo " $(pixmapDATA_INSTALL) $$d$$p $(DESTDIR)$(pixmapdir)/$$f"; \
 
245
          $(pixmapDATA_INSTALL) $$d$$p $(DESTDIR)$(pixmapdir)/$$f; \
282
246
        done
283
247
 
284
248
uninstall-pixmapDATA:
285
249
        @$(NORMAL_UNINSTALL)
286
250
        @list='$(pixmap_DATA)'; for p in $$list; do \
287
 
          f=$(am__strip_dir) \
288
 
          echo " rm -f '$(DESTDIR)$(pixmapdir)/$$f'"; \
289
 
          rm -f "$(DESTDIR)$(pixmapdir)/$$f"; \
 
251
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
252
          echo " rm -f $(DESTDIR)$(pixmapdir)/$$f"; \
 
253
          rm -f $(DESTDIR)$(pixmapdir)/$$f; \
290
254
        done
291
255
tags: TAGS
292
256
TAGS:
294
258
ctags: CTAGS
295
259
CTAGS:
296
260
 
 
261
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
262
 
 
263
top_distdir = ..
 
264
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
297
265
 
298
266
distdir: $(DISTFILES)
299
267
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
307
275
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
308
276
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
309
277
            dir="/$$dir"; \
310
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
278
            $(mkinstalldirs) "$(distdir)$$dir"; \
311
279
          else \
312
280
            dir=''; \
313
281
          fi; \
325
293
check-am: all-am
326
294
check: check-am
327
295
all-am: Makefile $(DATA)
 
296
 
328
297
installdirs:
329
 
        for dir in "$(DESTDIR)$(pixmapdir)"; do \
330
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
331
 
        done
 
298
        $(mkinstalldirs) $(DESTDIR)$(pixmapdir)
332
299
install: install-am
333
300
install-exec: install-exec-am
334
301
install-data: install-data-am
348
315
clean-generic:
349
316
 
350
317
distclean-generic:
351
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
318
        -rm -f $(CONFIG_CLEAN_FILES)
352
319
 
353
320
maintainer-clean-generic:
354
321
        @echo "This command is intended for maintainers to use"
365
332
 
366
333
dvi-am:
367
334
 
368
 
html: html-am
369
 
 
370
335
info: info-am
371
336
 
372
337
info-am:
401
366
 
402
367
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
403
368
        distclean distclean-generic distclean-libtool distdir dvi \
404
 
        dvi-am html html-am info info-am install install-am \
405
 
        install-data install-data-am install-exec install-exec-am \
406
 
        install-info install-info-am install-man install-pixmapDATA \
407
 
        install-strip installcheck installcheck-am installdirs \
408
 
        maintainer-clean maintainer-clean-generic mostlyclean \
409
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
410
 
        uninstall uninstall-am uninstall-info-am uninstall-pixmapDATA
 
369
        dvi-am info info-am install install-am install-data \
 
370
        install-data-am install-exec install-exec-am install-info \
 
371
        install-info-am install-man install-pixmapDATA install-strip \
 
372
        installcheck installcheck-am installdirs maintainer-clean \
 
373
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
374
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
375
        uninstall-info-am uninstall-pixmapDATA
411
376
 
412
377
# Tell versions [3.59,3.63) of GNU make to not export all variables.
413
378
# Otherwise a system limit (for SysV at least) may be exceeded.