~ubuntu-branches/ubuntu/utopic/trousers/utopic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-11-10 17:04:44 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121110170444-yvoa372npyp02mwr
Tags: 0.3.10-1
* Imported Upstream version 0.3.10
* Update symbols file
* Force build of tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 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,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
58
75
        install-pdf-recursive install-ps-recursive install-recursive \
59
76
        installcheck-recursive installdirs-recursive pdf-recursive \
60
77
        ps-recursive uninstall-recursive
 
78
am__can_run_installinfo = \
 
79
  case $$AM_UPDATE_INFO_DIR in \
 
80
    n|no|NO) false;; \
 
81
    *) (install-info --version) >/dev/null 2>&1;; \
 
82
  esac
61
83
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62
84
  distclean-recursive maintainer-clean-recursive
63
85
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
70
92
distdir = $(PACKAGE)-$(VERSION)
71
93
top_distdir = $(distdir)
72
94
am__remove_distdir = \
73
 
  { test ! -d "$(distdir)" \
74
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
75
 
         && rm -fr "$(distdir)"; }; }
 
95
  if test -d "$(distdir)"; then \
 
96
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
97
      && rm -rf "$(distdir)" \
 
98
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
99
  else :; fi
76
100
am__relativize = \
77
101
  dir0=`pwd`; \
78
102
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
101
125
DIST_ARCHIVES = $(distdir).tar.gz
102
126
GZIP_ENV = --best
103
127
distuninstallcheck_listfiles = find . -type f -print
 
128
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
129
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
104
130
distcleancheck_listfiles = find . -type f -print
105
131
ACLOCAL = @ACLOCAL@
106
132
AMTAR = @AMTAR@
229
255
top_build_prefix = @top_build_prefix@
230
256
top_builddir = @top_builddir@
231
257
top_srcdir = @top_srcdir@
232
 
SUBDIRS = src man dist tools
 
258
SUBDIRS = src man dist
233
259
EXTRA_DIST = AUTHORS LICENSE NEWS NICETOHAVES README \
234
260
        README.selinux TODO ChangeLog \
235
261
        doc/LTC-TSS_LLD_08_r2.pdf \
239
265
all: all-recursive
240
266
 
241
267
.SUFFIXES:
242
 
am--refresh:
 
268
am--refresh: Makefile
243
269
        @:
244
270
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
245
271
        @for dep in $?; do \
454
480
        done
455
481
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
456
482
          if test "$$subdir" = .; then :; else \
457
 
            test -d "$(distdir)/$$subdir" \
458
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
459
 
            || exit 1; \
460
 
          fi; \
461
 
        done
462
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
463
 
          if test "$$subdir" = .; then :; else \
 
483
            $(am__make_dryrun) \
 
484
              || test -d "$(distdir)/$$subdir" \
 
485
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
486
              || exit 1; \
464
487
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
465
488
            $(am__relativize); \
466
489
            new_distdir=$$reldir; \
492
515
        $(am__remove_distdir)
493
516
 
494
517
dist-bzip2: distdir
495
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
518
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
519
        $(am__remove_distdir)
 
520
 
 
521
dist-lzip: distdir
 
522
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
496
523
        $(am__remove_distdir)
497
524
 
498
525
dist-lzma: distdir
500
527
        $(am__remove_distdir)
501
528
 
502
529
dist-xz: distdir
503
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
530
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
504
531
        $(am__remove_distdir)
505
532
 
506
533
dist-tarZ: distdir
531
558
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
532
559
        *.tar.lzma*) \
533
560
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
561
        *.tar.lz*) \
 
562
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
534
563
        *.tar.xz*) \
535
564
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
536
565
        *.tar.Z*) \
540
569
        *.zip*) \
541
570
          unzip $(distdir).zip ;;\
542
571
        esac
543
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
572
        chmod -R a-w $(distdir); chmod u+w $(distdir)
544
573
        mkdir $(distdir)/_build
545
574
        mkdir $(distdir)/_inst
546
575
        chmod a-w $(distdir)
550
579
          && am__cwd=`pwd` \
551
580
          && $(am__cd) $(distdir)/_build \
552
581
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
582
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
553
583
            $(DISTCHECK_CONFIGURE_FLAGS) \
554
584
          && $(MAKE) $(AM_MAKEFLAGS) \
555
585
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
578
608
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
579
609
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
580
610
distuninstallcheck:
581
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
582
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
611
        @test -n '$(distuninstallcheck_dir)' || { \
 
612
          echo 'ERROR: trying to run $@ with an empty' \
 
613
               '$$(distuninstallcheck_dir)' >&2; \
 
614
          exit 1; \
 
615
        }; \
 
616
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
617
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
618
          exit 1; \
 
619
        }; \
 
620
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
583
621
           || { echo "ERROR: files left after uninstall:" ; \
584
622
                if test -n "$(DESTDIR)"; then \
585
623
                  echo "  (check DESTDIR support)"; \
610
648
 
611
649
installcheck: installcheck-recursive
612
650
install-strip:
613
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
614
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
615
 
          `test -z '$(STRIP)' || \
616
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
651
        if test -z '$(STRIP)'; then \
 
652
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
653
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
654
              install; \
 
655
        else \
 
656
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
657
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
658
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
659
        fi
617
660
mostlyclean-generic:
618
661
 
619
662
clean-generic:
701
744
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
702
745
        all all-am am--refresh check check-am clean clean-generic \
703
746
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
704
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
705
 
        distcheck distclean distclean-generic distclean-libtool \
706
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
707
 
        dvi-am html html-am info info-am install install-am \
708
 
        install-data install-data-am install-dvi install-dvi-am \
709
 
        install-exec install-exec-am install-html install-html-am \
710
 
        install-info install-info-am install-man install-pdf \
711
 
        install-pdf-am install-ps install-ps-am install-strip \
712
 
        installcheck installcheck-am installdirs installdirs-am \
713
 
        maintainer-clean maintainer-clean-generic mostlyclean \
714
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
715
 
        tags tags-recursive uninstall uninstall-am
 
747
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
748
        dist-zip distcheck distclean distclean-generic \
 
749
        distclean-libtool distclean-tags distcleancheck distdir \
 
750
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
751
        install install-am install-data install-data-am install-dvi \
 
752
        install-dvi-am install-exec install-exec-am install-html \
 
753
        install-html-am install-info install-info-am install-man \
 
754
        install-pdf install-pdf-am install-ps install-ps-am \
 
755
        install-strip installcheck installcheck-am installdirs \
 
756
        installdirs-am maintainer-clean maintainer-clean-generic \
 
757
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
758
        ps ps-am tags tags-recursive uninstall uninstall-am
716
759
 
717
760
 
718
761
# Tell versions [3.59,3.63) of GNU make to not export all variables.