~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/gsftopk/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
55
55
bin_PROGRAMS = gsftopk$(EXEEXT)
56
56
subdir = .
57
57
DIST_COMMON = $(am__configure_deps) $(dist_gsftopkpsheader_DATA) \
58
 
        $(srcdir)/../../build-aux/config.guess \
59
 
        $(srcdir)/../../build-aux/config.sub \
60
 
        $(srcdir)/../../build-aux/depcomp \
61
 
        $(srcdir)/../../build-aux/install-sh \
62
 
        $(srcdir)/../../build-aux/ltmain.sh \
63
 
        $(srcdir)/../../build-aux/missing $(srcdir)/Makefile.am \
64
 
        $(srcdir)/Makefile.in $(srcdir)/c-auto.in \
65
 
        $(top_srcdir)/configure ../../build-aux/config.guess \
66
 
        ../../build-aux/config.sub ../../build-aux/depcomp \
67
 
        ../../build-aux/install-sh ../../build-aux/ltmain.sh \
68
 
        ../../build-aux/missing ../../build-aux/texinfo.tex \
69
 
        ../../build-aux/ylwrap ChangeLog INSTALL
 
58
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
59
        $(srcdir)/c-auto.in $(top_srcdir)/../../build-aux/config.guess \
 
60
        $(top_srcdir)/../../build-aux/config.sub \
 
61
        $(top_srcdir)/../../build-aux/depcomp \
 
62
        $(top_srcdir)/../../build-aux/install-sh \
 
63
        $(top_srcdir)/../../build-aux/ltmain.sh \
 
64
        $(top_srcdir)/../../build-aux/missing $(top_srcdir)/configure \
 
65
        ../../build-aux/config.guess ../../build-aux/config.sub \
 
66
        ../../build-aux/depcomp ../../build-aux/install-sh \
 
67
        ../../build-aux/ltmain.sh ../../build-aux/missing \
 
68
        ../../build-aux/texinfo.tex ../../build-aux/ylwrap ChangeLog \
 
69
        INSTALL
70
70
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
71
71
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
72
72
        $(top_srcdir)/../../m4/kpse-kpathsea-flags.m4 \
146
146
DATA = $(dist_gsftopkpsheader_DATA)
147
147
ETAGS = etags
148
148
CTAGS = ctags
 
149
CSCOPE = cscope
 
150
AM_RECURSIVE_TARGETS = cscope
149
151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150
152
distdir = $(PACKAGE)-$(VERSION)
151
153
top_distdir = $(distdir)
155
157
      && rm -rf "$(distdir)" \
156
158
      || { sleep 5 && rm -rf "$(distdir)"; }; \
157
159
  else :; fi
 
160
am__post_remove_distdir = $(am__remove_distdir)
158
161
DIST_ARCHIVES = $(distdir).tar.gz
159
162
GZIP_ENV = --best
 
163
DIST_TARGETS = dist-gzip
160
164
distuninstallcheck_listfiles = find . -type f -print
161
165
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
162
166
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
481
485
        @list='$(dist_gsftopkpsheader_DATA)'; test -n "$(gsftopkpsheaderdir)" || list=; \
482
486
        if test -n "$$list"; then \
483
487
          echo " $(MKDIR_P) '$(DESTDIR)$(gsftopkpsheaderdir)'"; \
484
 
          $(MKDIR_P) '$(DESTDIR)$(gsftopkpsheaderdir)' || exit 1; \
 
488
          $(MKDIR_P) "$(DESTDIR)$(gsftopkpsheaderdir)" || exit 1; \
485
489
        fi; \
486
490
        for p in $$list; do \
487
491
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
547
551
          && $(am__cd) $(top_srcdir) \
548
552
          && gtags -i $(GTAGS_ARGS) "$$here"
549
553
 
 
554
cscope: cscope.files
 
555
        test ! -s cscope.files \
 
556
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
557
 
 
558
clean-cscope:
 
559
        -rm -f cscope.files
 
560
 
 
561
cscope.files: clean-cscope  cscopelist
 
562
 
 
563
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
564
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
565
        case "$(srcdir)" in \
 
566
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
567
          *) sdir=$(subdir)/$(srcdir) ;; \
 
568
        esac; \
 
569
        for i in $$list; do \
 
570
          if test -f "$$i"; then \
 
571
            echo "$(subdir)/$$i"; \
 
572
          else \
 
573
            echo "$$sdir/$$i"; \
 
574
          fi; \
 
575
        done >> $(top_builddir)/cscope.files
 
576
 
550
577
distclean-tags:
551
578
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
579
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
552
580
 
553
581
distdir: $(DISTFILES)
554
582
        @list='$(MANS)'; if test -n "$$list"; then \
557
585
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
558
586
          if test -n "$$list" && \
559
587
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
560
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
588
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
561
589
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
562
590
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
563
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
591
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
564
592
            exit 1; \
565
593
          else :; fi; \
566
594
        else :; fi
604
632
        || chmod -R a+r "$(distdir)"
605
633
dist-gzip: distdir
606
634
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
607
 
        $(am__remove_distdir)
 
635
        $(am__post_remove_distdir)
608
636
 
609
637
dist-bzip2: distdir
610
638
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
611
 
        $(am__remove_distdir)
 
639
        $(am__post_remove_distdir)
612
640
 
613
641
dist-lzip: distdir
614
642
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
615
 
        $(am__remove_distdir)
616
 
 
617
 
dist-lzma: distdir
618
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
619
 
        $(am__remove_distdir)
 
643
        $(am__post_remove_distdir)
620
644
 
621
645
dist-xz: distdir
622
646
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
623
 
        $(am__remove_distdir)
 
647
        $(am__post_remove_distdir)
624
648
 
625
649
dist-tarZ: distdir
626
650
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
627
 
        $(am__remove_distdir)
 
651
        $(am__post_remove_distdir)
628
652
 
629
653
dist-shar: distdir
630
654
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
631
 
        $(am__remove_distdir)
 
655
        $(am__post_remove_distdir)
632
656
 
633
657
dist-zip: distdir
634
658
        -rm -f $(distdir).zip
635
659
        zip -rq $(distdir).zip $(distdir)
636
 
        $(am__remove_distdir)
 
660
        $(am__post_remove_distdir)
637
661
 
638
 
dist dist-all: distdir
639
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
640
 
        $(am__remove_distdir)
 
662
dist dist-all:
 
663
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
664
        $(am__post_remove_distdir)
641
665
 
642
666
# This target untars the dist file and tries a VPATH configuration.  Then
643
667
# it guarantees that the distribution is self-contained by making another
648
672
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
649
673
        *.tar.bz2*) \
650
674
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
651
 
        *.tar.lzma*) \
652
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
653
675
        *.tar.lz*) \
654
676
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
655
677
        *.tar.xz*) \
695
717
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
696
718
          && cd "$$am__cwd" \
697
719
          || exit 1
698
 
        $(am__remove_distdir)
 
720
        $(am__post_remove_distdir)
699
721
        @(echo "$(distdir) archives ready for distribution: "; \
700
722
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
701
723
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
842
864
.MAKE: all install-am install-strip
843
865
 
844
866
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
845
 
        clean-binPROGRAMS clean-generic clean-libtool ctags dist \
846
 
        dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
847
 
        dist-tarZ dist-xz dist-zip distcheck distclean \
848
 
        distclean-compile distclean-generic distclean-hdr \
 
867
        clean-binPROGRAMS clean-cscope clean-generic clean-libtool \
 
868
        cscope cscopelist ctags dist dist-all dist-bzip2 dist-gzip \
 
869
        dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
870
        distclean distclean-compile distclean-generic distclean-hdr \
849
871
        distclean-libtool distclean-tags distcleancheck distdir \
850
872
        distuninstallcheck dvi dvi-am html html-am info info-am \
851
873
        install install-am install-binPROGRAMS install-data \