~ubuntu-branches/ubuntu/natty/gnome-nettool/natty

« back to all changes in this revision

Viewing changes to pixmaps/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-04-01 11:37:11 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100401113711-078c5252puuifn03
Tags: 2.30.0-0ubuntu1
* New upstream release:
  - Fix build on GNU/kFreeBSD
  - Updated translations
* debian/control.in:
  - Use Standards-Version 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
45
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
48
CONFIG_HEADER = $(top_builddir)/config.h
47
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
SOURCES =
49
52
DIST_SOURCES =
50
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59
62
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
60
63
    *) f=$$p;; \
61
64
  esac;
62
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
65
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
66
am__install_max = 40
 
67
am__nobase_strip_setup = \
 
68
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
69
am__nobase_strip = \
 
70
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
71
am__nobase_list = $(am__nobase_strip_setup); \
 
72
  for p in $$list; do echo "$$p $$p"; done | \
 
73
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
74
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
75
    if (++n[$$2] == $(am__install_max)) \
 
76
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
77
    END { for (dir in files) print dir, files[dir] }'
 
78
am__base_list = \
 
79
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
80
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
63
81
am__installdirs = "$(DESTDIR)$(pixmapsdir)"
64
 
pixmapsDATA_INSTALL = $(INSTALL_DATA)
65
82
DATA = $(pixmaps_DATA)
66
83
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
67
84
  distclean-recursive maintainer-clean-recursive
 
85
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
86
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
87
        distdir
68
88
ETAGS = etags
69
89
CTAGS = ctags
70
90
DIST_SUBDIRS = $(SUBDIRS)
71
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
92
am__relativize = \
 
93
  dir0=`pwd`; \
 
94
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
95
  sed_rest='s,^[^/]*/*,,'; \
 
96
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
97
  sed_butlast='s,/*[^/]*$$,,'; \
 
98
  while test -n "$$dir1"; do \
 
99
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
100
    if test "$$first" != "."; then \
 
101
      if test "$$first" = ".."; then \
 
102
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
103
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
104
      else \
 
105
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
106
        if test "$$first2" = "$$first"; then \
 
107
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
108
        else \
 
109
          dir2="../$$dir2"; \
 
110
        fi; \
 
111
        dir0="$$dir0"/"$$first"; \
 
112
      fi; \
 
113
    fi; \
 
114
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
115
  done; \
 
116
  reldir="$$dir2"
72
117
ACLOCAL = @ACLOCAL@
73
118
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
74
119
ALL_LINGUAS = @ALL_LINGUAS@
144
189
PACKAGE_NAME = @PACKAGE_NAME@
145
190
PACKAGE_STRING = @PACKAGE_STRING@
146
191
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
192
PACKAGE_URL = @PACKAGE_URL@
147
193
PACKAGE_VERSION = @PACKAGE_VERSION@
148
194
PATH_SEPARATOR = @PATH_SEPARATOR@
149
195
PKG_CONFIG = @PKG_CONFIG@
237
283
              exit 1;; \
238
284
          esac; \
239
285
        done; \
240
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  pixmaps/Makefile'; \
241
 
        cd $(top_srcdir) && \
242
 
          $(AUTOMAKE) --foreign  pixmaps/Makefile
 
286
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pixmaps/Makefile'; \
 
287
        $(am__cd) $(top_srcdir) && \
 
288
          $(AUTOMAKE) --foreign pixmaps/Makefile
243
289
.PRECIOUS: Makefile
244
290
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245
291
        @case '$?' in \
257
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
304
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
259
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
306
$(am__aclocal_m4_deps):
260
307
 
261
308
mostlyclean-libtool:
262
309
        -rm -f *.lo
266
313
install-pixmapsDATA: $(pixmaps_DATA)
267
314
        @$(NORMAL_INSTALL)
268
315
        test -z "$(pixmapsdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapsdir)"
269
 
        @list='$(pixmaps_DATA)'; for p in $$list; do \
 
316
        @list='$(pixmaps_DATA)'; test -n "$(pixmapsdir)" || list=; \
 
317
        for p in $$list; do \
270
318
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
271
 
          f=$(am__strip_dir) \
272
 
          echo " $(pixmapsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pixmapsdir)/$$f'"; \
273
 
          $(pixmapsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pixmapsdir)/$$f"; \
 
319
          echo "$$d$$p"; \
 
320
        done | $(am__base_list) | \
 
321
        while read files; do \
 
322
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapsdir)'"; \
 
323
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapsdir)" || exit $$?; \
274
324
        done
275
325
 
276
326
uninstall-pixmapsDATA:
277
327
        @$(NORMAL_UNINSTALL)
278
 
        @list='$(pixmaps_DATA)'; for p in $$list; do \
279
 
          f=$(am__strip_dir) \
280
 
          echo " rm -f '$(DESTDIR)$(pixmapsdir)/$$f'"; \
281
 
          rm -f "$(DESTDIR)$(pixmapsdir)/$$f"; \
282
 
        done
 
328
        @list='$(pixmaps_DATA)'; test -n "$(pixmapsdir)" || list=; \
 
329
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
330
        test -n "$$files" || exit 0; \
 
331
        echo " ( cd '$(DESTDIR)$(pixmapsdir)' && rm -f" $$files ")"; \
 
332
        cd "$(DESTDIR)$(pixmapsdir)" && rm -f $$files
283
333
 
284
334
# This directory's subdirectories are mostly independent; you can cd
285
335
# into them and run `make' without going through this Makefile.
305
355
          else \
306
356
            local_target="$$target"; \
307
357
          fi; \
308
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
358
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309
359
          || eval $$failcom; \
310
360
        done; \
311
361
        if test "$$dot_seen" = "no"; then \
339
389
          else \
340
390
            local_target="$$target"; \
341
391
          fi; \
342
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
392
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
343
393
          || eval $$failcom; \
344
394
        done && test -z "$$fail"
345
395
tags-recursive:
346
396
        list='$(SUBDIRS)'; for subdir in $$list; do \
347
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
397
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
348
398
        done
349
399
ctags-recursive:
350
400
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
401
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
352
402
        done
353
403
 
354
404
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
363
413
 
364
414
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
365
415
                $(TAGS_FILES) $(LISP)
366
 
        tags=; \
 
416
        set x; \
367
417
        here=`pwd`; \
368
418
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
369
419
          include_option=--etags-include; \
375
425
        list='$(SUBDIRS)'; for subdir in $$list; do \
376
426
          if test "$$subdir" = .; then :; else \
377
427
            test ! -f $$subdir/TAGS || \
378
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
428
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
379
429
          fi; \
380
430
        done; \
381
431
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384
434
          done | \
385
435
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386
436
              END { if (nonempty) { for (i in files) print i; }; }'`; \
387
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
437
        shift; \
 
438
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
388
439
          test -n "$$unique" || unique=$$empty_fix; \
389
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390
 
            $$tags $$unique; \
 
440
          if test $$# -gt 0; then \
 
441
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
442
              "$$@" $$unique; \
 
443
          else \
 
444
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
445
              $$unique; \
 
446
          fi; \
391
447
        fi
392
448
ctags: CTAGS
393
449
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394
450
                $(TAGS_FILES) $(LISP)
395
 
        tags=; \
396
451
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
397
452
        unique=`for i in $$list; do \
398
453
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399
454
          done | \
400
455
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401
456
              END { if (nonempty) { for (i in files) print i; }; }'`; \
402
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
457
        test -z "$(CTAGS_ARGS)$$unique" \
403
458
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404
 
             $$tags $$unique
 
459
             $$unique
405
460
 
406
461
GTAGS:
407
462
        here=`$(am__cd) $(top_builddir) && pwd` \
408
 
          && cd $(top_srcdir) \
409
 
          && gtags -i $(GTAGS_ARGS) $$here
 
463
          && $(am__cd) $(top_srcdir) \
 
464
          && gtags -i $(GTAGS_ARGS) "$$here"
410
465
 
411
466
distclean-tags:
412
467
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
427
482
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
428
483
          if test -d $$d/$$file; then \
429
484
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
485
            if test -d "$(distdir)/$$file"; then \
 
486
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
487
            fi; \
430
488
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
431
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
489
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
490
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432
491
            fi; \
433
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
492
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
434
493
          else \
435
 
            test -f $(distdir)/$$file \
436
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
494
            test -f "$(distdir)/$$file" \
 
495
            || cp -p $$d/$$file "$(distdir)/$$file" \
437
496
            || exit 1; \
438
497
          fi; \
439
498
        done
440
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
499
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
441
500
          if test "$$subdir" = .; then :; else \
442
501
            test -d "$(distdir)/$$subdir" \
443
502
            || $(MKDIR_P) "$(distdir)/$$subdir" \
444
503
            || exit 1; \
445
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
446
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
447
 
            (cd $$subdir && \
 
504
          fi; \
 
505
        done
 
506
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
507
          if test "$$subdir" = .; then :; else \
 
508
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
509
            $(am__relativize); \
 
510
            new_distdir=$$reldir; \
 
511
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
512
            $(am__relativize); \
 
513
            new_top_distdir=$$reldir; \
 
514
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
515
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
516
            ($(am__cd) $$subdir && \
448
517
              $(MAKE) $(AM_MAKEFLAGS) \
449
 
                top_distdir="$$top_distdir" \
450
 
                distdir="$$distdir/$$subdir" \
 
518
                top_distdir="$$new_top_distdir" \
 
519
                distdir="$$new_distdir" \
451
520
                am__remove_distdir=: \
452
521
                am__skip_length_check=: \
 
522
                am__skip_mode_fix=: \
453
523
                distdir) \
454
524
              || exit 1; \
455
525
          fi; \
482
552
 
483
553
distclean-generic:
484
554
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
555
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
485
556
 
486
557
maintainer-clean-generic:
487
558
        @echo "This command is intended for maintainers to use"
500
571
 
501
572
html: html-recursive
502
573
 
 
574
html-am:
 
575
 
503
576
info: info-recursive
504
577
 
505
578
info-am:
508
581
 
509
582
install-dvi: install-dvi-recursive
510
583
 
 
584
install-dvi-am:
 
585
 
511
586
install-exec-am:
512
587
 
513
588
install-html: install-html-recursive
514
589
 
 
590
install-html-am:
 
591
 
515
592
install-info: install-info-recursive
516
593
 
 
594
install-info-am:
 
595
 
517
596
install-man:
518
597
 
519
598
install-pdf: install-pdf-recursive
520
599
 
 
600
install-pdf-am:
 
601
 
521
602
install-ps: install-ps-recursive
522
603
 
 
604
install-ps-am:
 
605
 
523
606
installcheck-am:
524
607
 
525
608
maintainer-clean: maintainer-clean-recursive
540
623
 
541
624
uninstall-am: uninstall-pixmapsDATA
542
625
 
543
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
544
 
        install-strip
 
626
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
627
        install-am install-strip tags-recursive
545
628
 
546
629
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
547
630
        all all-am check check-am clean clean-generic clean-libtool \
558
641
        tags tags-recursive uninstall uninstall-am \
559
642
        uninstall-pixmapsDATA
560
643
 
 
644
 
561
645
# Tell versions [3.59,3.63) of GNU make to not export all variables.
562
646
# Otherwise a system limit (for SysV at least) may be exceeded.
563
647
.NOEXPORT: