~ubuntu-branches/ubuntu/trusty/anjuta/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/project-wizard/templates/anjuta-plugin/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-13 17:26:49 UTC
  • mfrom: (1.1.53)
  • Revision ID: package-import@ubuntu.com-20121113172649-sh43si7qg3szm49k
Tags: 2:3.6.2-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libgdl-3-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
68
85
        install-pdf-recursive install-ps-recursive install-recursive \
69
86
        installcheck-recursive installdirs-recursive pdf-recursive \
70
87
        ps-recursive uninstall-recursive
 
88
am__can_run_installinfo = \
 
89
  case $$AM_UPDATE_INFO_DIR in \
 
90
    n|no|NO) false;; \
 
91
    *) (install-info --version) >/dev/null 2>&1;; \
 
92
  esac
71
93
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
72
94
am__vpath_adj = case $$p in \
73
95
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
429
451
        -rm -rf .libs _libs
430
452
install-wizard_filesDATA: $(wizard_files_DATA)
431
453
        @$(NORMAL_INSTALL)
432
 
        test -z "$(wizard_filesdir)" || $(MKDIR_P) "$(DESTDIR)$(wizard_filesdir)"
433
454
        @list='$(wizard_files_DATA)'; test -n "$(wizard_filesdir)" || list=; \
 
455
        if test -n "$$list"; then \
 
456
          echo " $(MKDIR_P) '$(DESTDIR)$(wizard_filesdir)'"; \
 
457
          $(MKDIR_P) "$(DESTDIR)$(wizard_filesdir)" || exit 1; \
 
458
        fi; \
434
459
        for p in $$list; do \
435
460
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
436
461
          echo "$$d$$p"; \
613
638
        done
614
639
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
615
640
          if test "$$subdir" = .; then :; else \
616
 
            test -d "$(distdir)/$$subdir" \
617
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
618
 
            || exit 1; \
619
 
          fi; \
620
 
        done
621
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
622
 
          if test "$$subdir" = .; then :; else \
 
641
            $(am__make_dryrun) \
 
642
              || test -d "$(distdir)/$$subdir" \
 
643
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
644
              || exit 1; \
623
645
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
624
646
            $(am__relativize); \
625
647
            new_distdir=$$reldir; \