~ubuntu-branches/ubuntu/natty/smuxi/natty

« back to all changes in this revision

Viewing changes to src/Frontend-GNOME/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2009-10-14 01:47:41 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20091014014741-g981xd2v4v015muk
Tags: upstream-0.6.4.1
ImportĀ upstreamĀ versionĀ 0.6.4.1

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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
45
47
        $(ACLOCAL_M4)
46
48
mkinstalldirs = $(install_sh) -d
47
49
CONFIG_CLEAN_FILES = smuxi-frontend-gnome
 
50
CONFIG_CLEAN_VPATH_FILES =
 
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
52
am__vpath_adj = case $$p in \
 
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
54
    *) f=$$p;; \
 
55
  esac;
 
56
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
57
am__install_max = 40
 
58
am__nobase_strip_setup = \
 
59
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
60
am__nobase_strip = \
 
61
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
62
am__nobase_list = $(am__nobase_strip_setup); \
 
63
  for p in $$list; do echo "$$p $$p"; done | \
 
64
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
65
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
66
    if (++n[$$2] == $(am__install_max)) \
 
67
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
68
    END { for (dir in files) print dir, files[dir] }'
 
69
am__base_list = \
 
70
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
48
72
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibdir)" \
49
73
        "$(DESTDIR)$(desktopdir)" \
50
74
        "$(DESTDIR)$(linuxdesktopapplicationsdir)" \
51
75
        "$(DESTDIR)$(linuxpkgconfigdir)" "$(DESTDIR)$(pixmapdir)" \
52
76
        "$(DESTDIR)$(programfilesdir)" \
53
77
        "$(DESTDIR)$(programfilesiconsdir)"
54
 
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
55
 
pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT)
56
78
SCRIPTS = $(bin_SCRIPTS) $(pkglib_SCRIPTS)
57
79
SOURCES =
58
80
DIST_SOURCES =
59
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60
 
am__vpath_adj = case $$p in \
61
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62
 
    *) f=$$p;; \
63
 
  esac;
64
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
65
 
desktopDATA_INSTALL = $(INSTALL_DATA)
66
 
linuxdesktopapplicationsDATA_INSTALL = $(INSTALL_DATA)
67
 
linuxpkgconfigDATA_INSTALL = $(INSTALL_DATA)
68
 
pixmapDATA_INSTALL = $(INSTALL_DATA)
69
 
programfilesDATA_INSTALL = $(INSTALL_DATA)
70
 
programfilesiconsDATA_INSTALL = $(INSTALL_DATA)
71
81
DATA = $(desktop_DATA) $(linuxdesktopapplications_DATA) \
72
82
        $(linuxpkgconfig_DATA) $(pixmap_DATA) $(programfiles_DATA) \
73
83
        $(programfilesicons_DATA)
333
343
        FindGroupChatDialog.cs \
334
344
        ChatFindDialog.cs \
335
345
        OpenChatDialog.cs \
 
346
        ThemeSettings.cs \
336
347
        gtk-gui/generated.cs \
337
348
        gtk-gui/Smuxi.Frontend.Gnome.EngineAssistantConnectionWidget.cs \
338
349
        gtk-gui/Smuxi.Frontend.Gnome.EngineAssistantCredentialsWidget.cs \
445
456
              exit 1;; \
446
457
          esac; \
447
458
        done; \
448
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Frontend-GNOME/Makefile'; \
449
 
        cd $(top_srcdir) && \
450
 
          $(AUTOMAKE) --foreign  src/Frontend-GNOME/Makefile
 
459
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Frontend-GNOME/Makefile'; \
 
460
        $(am__cd) $(top_srcdir) && \
 
461
          $(AUTOMAKE) --foreign src/Frontend-GNOME/Makefile
451
462
.PRECIOUS: Makefile
452
463
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
453
464
        @case '$?' in \
465
476
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466
477
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
467
478
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
479
$(am__aclocal_m4_deps):
468
480
smuxi-frontend-gnome: $(top_builddir)/config.status $(srcdir)/smuxi-frontend-gnome.in
469
481
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
470
482
install-binSCRIPTS: $(bin_SCRIPTS)
471
483
        @$(NORMAL_INSTALL)
472
484
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
473
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
485
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
486
        for p in $$list; do \
474
487
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
475
 
          if test -f $$d$$p; then \
476
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
477
 
            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
478
 
            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
479
 
          else :; fi; \
480
 
        done
 
488
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
489
        done | \
 
490
        sed -e 'p;s,.*/,,;n' \
 
491
            -e 'h;s|.*|.|' \
 
492
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
493
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
494
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
495
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
496
              if (++n[d] == $(am__install_max)) { \
 
497
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
498
            else { print "f", d "/" $$4, $$1 } } \
 
499
          END { for (d in files) print "f", d, files[d] }' | \
 
500
        while read type dir files; do \
 
501
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
502
             test -z "$$files" || { \
 
503
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
504
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
505
             } \
 
506
        ; done
481
507
 
482
508
uninstall-binSCRIPTS:
483
509
        @$(NORMAL_UNINSTALL)
484
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
485
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
486
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
487
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
488
 
        done
 
510
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
 
511
        files=`for p in $$list; do echo "$$p"; done | \
 
512
               sed -e 's,.*/,,;$(transform)'`; \
 
513
        test -n "$$list" || exit 0; \
 
514
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
515
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
489
516
install-pkglibSCRIPTS: $(pkglib_SCRIPTS)
490
517
        @$(NORMAL_INSTALL)
491
518
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
492
 
        @list='$(pkglib_SCRIPTS)'; for p in $$list; do \
 
519
        @list='$(pkglib_SCRIPTS)'; test -n "$(pkglibdir)" || list=; \
 
520
        for p in $$list; do \
493
521
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
494
 
          if test -f $$d$$p; then \
495
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
496
 
            echo " $(pkglibSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
497
 
            $(pkglibSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
498
 
          else :; fi; \
499
 
        done
 
522
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
523
        done | \
 
524
        sed -e 'p;s,.*/,,;n' \
 
525
            -e 'h;s|.*|.|' \
 
526
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
527
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
528
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
529
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
530
              if (++n[d] == $(am__install_max)) { \
 
531
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
532
            else { print "f", d "/" $$4, $$1 } } \
 
533
          END { for (d in files) print "f", d, files[d] }' | \
 
534
        while read type dir files; do \
 
535
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
536
             test -z "$$files" || { \
 
537
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibdir)$$dir'"; \
 
538
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkglibdir)$$dir" || exit $$?; \
 
539
             } \
 
540
        ; done
500
541
 
501
542
uninstall-pkglibSCRIPTS:
502
543
        @$(NORMAL_UNINSTALL)
503
 
        @list='$(pkglib_SCRIPTS)'; for p in $$list; do \
504
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
505
 
          echo " rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
506
 
          rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
507
 
        done
 
544
        @list='$(pkglib_SCRIPTS)'; test -n "$(pkglibdir)" || exit 0; \
 
545
        files=`for p in $$list; do echo "$$p"; done | \
 
546
               sed -e 's,.*/,,;$(transform)'`; \
 
547
        test -n "$$list" || exit 0; \
 
548
        echo " ( cd '$(DESTDIR)$(pkglibdir)' && rm -f" $$files ")"; \
 
549
        cd "$(DESTDIR)$(pkglibdir)" && rm -f $$files
508
550
install-desktopDATA: $(desktop_DATA)
509
551
        @$(NORMAL_INSTALL)
510
552
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
511
 
        @list='$(desktop_DATA)'; for p in $$list; do \
 
553
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
554
        for p in $$list; do \
512
555
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
513
 
          f=$(am__strip_dir) \
514
 
          echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
515
 
          $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
 
556
          echo "$$d$$p"; \
 
557
        done | $(am__base_list) | \
 
558
        while read files; do \
 
559
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
560
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
516
561
        done
517
562
 
518
563
uninstall-desktopDATA:
519
564
        @$(NORMAL_UNINSTALL)
520
 
        @list='$(desktop_DATA)'; for p in $$list; do \
521
 
          f=$(am__strip_dir) \
522
 
          echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
523
 
          rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
524
 
        done
 
565
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
566
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
567
        test -n "$$files" || exit 0; \
 
568
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
569
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
525
570
install-linuxdesktopapplicationsDATA: $(linuxdesktopapplications_DATA)
526
571
        @$(NORMAL_INSTALL)
527
572
        test -z "$(linuxdesktopapplicationsdir)" || $(MKDIR_P) "$(DESTDIR)$(linuxdesktopapplicationsdir)"
528
 
        @list='$(linuxdesktopapplications_DATA)'; for p in $$list; do \
 
573
        @list='$(linuxdesktopapplications_DATA)'; test -n "$(linuxdesktopapplicationsdir)" || list=; \
 
574
        for p in $$list; do \
529
575
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
530
 
          f=$(am__strip_dir) \
531
 
          echo " $(linuxdesktopapplicationsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(linuxdesktopapplicationsdir)/$$f'"; \
532
 
          $(linuxdesktopapplicationsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(linuxdesktopapplicationsdir)/$$f"; \
 
576
          echo "$$d$$p"; \
 
577
        done | $(am__base_list) | \
 
578
        while read files; do \
 
579
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(linuxdesktopapplicationsdir)'"; \
 
580
          $(INSTALL_DATA) $$files "$(DESTDIR)$(linuxdesktopapplicationsdir)" || exit $$?; \
533
581
        done
534
582
 
535
583
uninstall-linuxdesktopapplicationsDATA:
536
584
        @$(NORMAL_UNINSTALL)
537
 
        @list='$(linuxdesktopapplications_DATA)'; for p in $$list; do \
538
 
          f=$(am__strip_dir) \
539
 
          echo " rm -f '$(DESTDIR)$(linuxdesktopapplicationsdir)/$$f'"; \
540
 
          rm -f "$(DESTDIR)$(linuxdesktopapplicationsdir)/$$f"; \
541
 
        done
 
585
        @list='$(linuxdesktopapplications_DATA)'; test -n "$(linuxdesktopapplicationsdir)" || list=; \
 
586
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
587
        test -n "$$files" || exit 0; \
 
588
        echo " ( cd '$(DESTDIR)$(linuxdesktopapplicationsdir)' && rm -f" $$files ")"; \
 
589
        cd "$(DESTDIR)$(linuxdesktopapplicationsdir)" && rm -f $$files
542
590
install-linuxpkgconfigDATA: $(linuxpkgconfig_DATA)
543
591
        @$(NORMAL_INSTALL)
544
592
        test -z "$(linuxpkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(linuxpkgconfigdir)"
545
 
        @list='$(linuxpkgconfig_DATA)'; for p in $$list; do \
 
593
        @list='$(linuxpkgconfig_DATA)'; test -n "$(linuxpkgconfigdir)" || list=; \
 
594
        for p in $$list; do \
546
595
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
547
 
          f=$(am__strip_dir) \
548
 
          echo " $(linuxpkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(linuxpkgconfigdir)/$$f'"; \
549
 
          $(linuxpkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(linuxpkgconfigdir)/$$f"; \
 
596
          echo "$$d$$p"; \
 
597
        done | $(am__base_list) | \
 
598
        while read files; do \
 
599
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(linuxpkgconfigdir)'"; \
 
600
          $(INSTALL_DATA) $$files "$(DESTDIR)$(linuxpkgconfigdir)" || exit $$?; \
550
601
        done
551
602
 
552
603
uninstall-linuxpkgconfigDATA:
553
604
        @$(NORMAL_UNINSTALL)
554
 
        @list='$(linuxpkgconfig_DATA)'; for p in $$list; do \
555
 
          f=$(am__strip_dir) \
556
 
          echo " rm -f '$(DESTDIR)$(linuxpkgconfigdir)/$$f'"; \
557
 
          rm -f "$(DESTDIR)$(linuxpkgconfigdir)/$$f"; \
558
 
        done
 
605
        @list='$(linuxpkgconfig_DATA)'; test -n "$(linuxpkgconfigdir)" || list=; \
 
606
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
607
        test -n "$$files" || exit 0; \
 
608
        echo " ( cd '$(DESTDIR)$(linuxpkgconfigdir)' && rm -f" $$files ")"; \
 
609
        cd "$(DESTDIR)$(linuxpkgconfigdir)" && rm -f $$files
559
610
install-pixmapDATA: $(pixmap_DATA)
560
611
        @$(NORMAL_INSTALL)
561
612
        test -z "$(pixmapdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapdir)"
562
 
        @list='$(pixmap_DATA)'; for p in $$list; do \
 
613
        @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
 
614
        for p in $$list; do \
563
615
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
564
 
          f=$(am__strip_dir) \
565
 
          echo " $(pixmapDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pixmapdir)/$$f'"; \
566
 
          $(pixmapDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pixmapdir)/$$f"; \
 
616
          echo "$$d$$p"; \
 
617
        done | $(am__base_list) | \
 
618
        while read files; do \
 
619
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapdir)'"; \
 
620
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapdir)" || exit $$?; \
567
621
        done
568
622
 
569
623
uninstall-pixmapDATA:
570
624
        @$(NORMAL_UNINSTALL)
571
 
        @list='$(pixmap_DATA)'; for p in $$list; do \
572
 
          f=$(am__strip_dir) \
573
 
          echo " rm -f '$(DESTDIR)$(pixmapdir)/$$f'"; \
574
 
          rm -f "$(DESTDIR)$(pixmapdir)/$$f"; \
575
 
        done
 
625
        @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
 
626
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
627
        test -n "$$files" || exit 0; \
 
628
        echo " ( cd '$(DESTDIR)$(pixmapdir)' && rm -f" $$files ")"; \
 
629
        cd "$(DESTDIR)$(pixmapdir)" && rm -f $$files
576
630
install-programfilesDATA: $(programfiles_DATA)
577
631
        @$(NORMAL_INSTALL)
578
632
        test -z "$(programfilesdir)" || $(MKDIR_P) "$(DESTDIR)$(programfilesdir)"
579
 
        @list='$(programfiles_DATA)'; for p in $$list; do \
 
633
        @list='$(programfiles_DATA)'; test -n "$(programfilesdir)" || list=; \
 
634
        for p in $$list; do \
580
635
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
581
 
          f=$(am__strip_dir) \
582
 
          echo " $(programfilesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(programfilesdir)/$$f'"; \
583
 
          $(programfilesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(programfilesdir)/$$f"; \
 
636
          echo "$$d$$p"; \
 
637
        done | $(am__base_list) | \
 
638
        while read files; do \
 
639
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(programfilesdir)'"; \
 
640
          $(INSTALL_DATA) $$files "$(DESTDIR)$(programfilesdir)" || exit $$?; \
584
641
        done
585
642
 
586
643
uninstall-programfilesDATA:
587
644
        @$(NORMAL_UNINSTALL)
588
 
        @list='$(programfiles_DATA)'; for p in $$list; do \
589
 
          f=$(am__strip_dir) \
590
 
          echo " rm -f '$(DESTDIR)$(programfilesdir)/$$f'"; \
591
 
          rm -f "$(DESTDIR)$(programfilesdir)/$$f"; \
592
 
        done
 
645
        @list='$(programfiles_DATA)'; test -n "$(programfilesdir)" || list=; \
 
646
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
647
        test -n "$$files" || exit 0; \
 
648
        echo " ( cd '$(DESTDIR)$(programfilesdir)' && rm -f" $$files ")"; \
 
649
        cd "$(DESTDIR)$(programfilesdir)" && rm -f $$files
593
650
install-programfilesiconsDATA: $(programfilesicons_DATA)
594
651
        @$(NORMAL_INSTALL)
595
652
        test -z "$(programfilesiconsdir)" || $(MKDIR_P) "$(DESTDIR)$(programfilesiconsdir)"
596
 
        @list='$(programfilesicons_DATA)'; for p in $$list; do \
 
653
        @list='$(programfilesicons_DATA)'; test -n "$(programfilesiconsdir)" || list=; \
 
654
        for p in $$list; do \
597
655
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
598
 
          f=$(am__strip_dir) \
599
 
          echo " $(programfilesiconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(programfilesiconsdir)/$$f'"; \
600
 
          $(programfilesiconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(programfilesiconsdir)/$$f"; \
 
656
          echo "$$d$$p"; \
 
657
        done | $(am__base_list) | \
 
658
        while read files; do \
 
659
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(programfilesiconsdir)'"; \
 
660
          $(INSTALL_DATA) $$files "$(DESTDIR)$(programfilesiconsdir)" || exit $$?; \
601
661
        done
602
662
 
603
663
uninstall-programfilesiconsDATA:
604
664
        @$(NORMAL_UNINSTALL)
605
 
        @list='$(programfilesicons_DATA)'; for p in $$list; do \
606
 
          f=$(am__strip_dir) \
607
 
          echo " rm -f '$(DESTDIR)$(programfilesiconsdir)/$$f'"; \
608
 
          rm -f "$(DESTDIR)$(programfilesiconsdir)/$$f"; \
609
 
        done
 
665
        @list='$(programfilesicons_DATA)'; test -n "$(programfilesiconsdir)" || list=; \
 
666
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
667
        test -n "$$files" || exit 0; \
 
668
        echo " ( cd '$(DESTDIR)$(programfilesiconsdir)' && rm -f" $$files ")"; \
 
669
        cd "$(DESTDIR)$(programfilesiconsdir)" && rm -f $$files
610
670
tags: TAGS
611
671
TAGS:
612
672
 
630
690
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
631
691
          if test -d $$d/$$file; then \
632
692
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
693
            if test -d "$(distdir)/$$file"; then \
 
694
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
695
            fi; \
633
696
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
634
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
697
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
698
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
635
699
            fi; \
636
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
700
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
637
701
          else \
638
 
            test -f $(distdir)/$$file \
639
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
702
            test -f "$(distdir)/$$file" \
 
703
            || cp -p $$d/$$file "$(distdir)/$$file" \
640
704
            || exit 1; \
641
705
          fi; \
642
706
        done
668
732
 
669
733
distclean-generic:
670
734
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
735
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
671
736
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
672
737
 
673
738
maintainer-clean-generic:
687
752
 
688
753
html: html-am
689
754
 
 
755
html-am:
 
756
 
690
757
info: info-am
691
758
 
692
759
info-am:
698
765
 
699
766
install-dvi: install-dvi-am
700
767
 
 
768
install-dvi-am:
 
769
 
701
770
install-exec-am: install-binSCRIPTS install-pkglibSCRIPTS
702
771
 
703
772
install-html: install-html-am
704
773
 
 
774
install-html-am:
 
775
 
705
776
install-info: install-info-am
706
777
 
 
778
install-info-am:
 
779
 
707
780
install-man:
708
781
 
709
782
install-pdf: install-pdf-am
710
783
 
 
784
install-pdf-am:
 
785
 
711
786
install-ps: install-ps-am
712
787
 
 
788
install-ps-am:
 
789
 
713
790
installcheck-am:
714
791
 
715
792
maintainer-clean: maintainer-clean-am
806
883
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
807
884
        mkdir -p $(dir $(ASSEMBLY))
808
885
        $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)
 
886
 
809
887
# Tell versions [3.59,3.63) of GNU make to not export all variables.
810
888
# Otherwise a system limit (for SysV at least) may be exceeded.
811
889
.NOEXPORT: