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

« back to all changes in this revision

Viewing changes to texk/makeindexk/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,
56
56
subdir = .
57
57
DIST_COMMON = README $(am__configure_deps) \
58
58
        $(am__dist_bin_SCRIPTS_DIST) $(dist_man1_MANS) \
59
 
        $(srcdir)/../../build-aux/config.guess \
60
 
        $(srcdir)/../../build-aux/config.sub \
61
 
        $(srcdir)/../../build-aux/depcomp \
62
 
        $(srcdir)/../../build-aux/install-sh \
63
 
        $(srcdir)/../../build-aux/ltmain.sh \
64
 
        $(srcdir)/../../build-aux/missing $(srcdir)/Makefile.am \
65
 
        $(srcdir)/Makefile.in $(srcdir)/c-auto.in \
66
 
        $(top_srcdir)/configure ../../build-aux/config.guess \
67
 
        ../../build-aux/config.sub ../../build-aux/depcomp \
68
 
        ../../build-aux/install-sh ../../build-aux/ltmain.sh \
69
 
        ../../build-aux/missing ../../build-aux/texinfo.tex \
70
 
        ../../build-aux/ylwrap COPYING ChangeLog
 
59
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
60
        $(srcdir)/c-auto.in $(top_srcdir)/../../build-aux/config.guess \
 
61
        $(top_srcdir)/../../build-aux/config.sub \
 
62
        $(top_srcdir)/../../build-aux/depcomp \
 
63
        $(top_srcdir)/../../build-aux/install-sh \
 
64
        $(top_srcdir)/../../build-aux/ltmain.sh \
 
65
        $(top_srcdir)/../../build-aux/missing $(top_srcdir)/configure \
 
66
        ../../build-aux/config.guess ../../build-aux/config.sub \
 
67
        ../../build-aux/depcomp ../../build-aux/install-sh \
 
68
        ../../build-aux/ltmain.sh ../../build-aux/missing \
 
69
        ../../build-aux/texinfo.tex ../../build-aux/ylwrap COPYING \
 
70
        ChangeLog
71
71
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72
72
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
73
73
        $(top_srcdir)/../../m4/kpse-kpathsea-flags.m4 \
151
151
MANS = $(dist_man1_MANS)
152
152
ETAGS = etags
153
153
CTAGS = ctags
154
 
am__tty_colors = \
155
 
red=; grn=; lgn=; blu=; std=
 
154
CSCOPE = cscope
 
155
AM_RECURSIVE_TARGETS = cscope
 
156
am__tty_colors_dummy = \
 
157
  mgn= red= grn= lgn= blu= brg= std=; \
 
158
  am__color_tests=no
 
159
am__tty_colors = $(am__tty_colors_dummy)
156
160
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157
161
distdir = $(PACKAGE)-$(VERSION)
158
162
top_distdir = $(distdir)
162
166
      && rm -rf "$(distdir)" \
163
167
      || { sleep 5 && rm -rf "$(distdir)"; }; \
164
168
  else :; fi
 
169
am__post_remove_distdir = $(am__remove_distdir)
165
170
DIST_ARCHIVES = $(distdir).tar.gz
166
171
GZIP_ENV = --best
 
172
DIST_TARGETS = dist-gzip
167
173
distuninstallcheck_listfiles = find . -type f -print
168
174
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
169
175
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
583
589
          && $(am__cd) $(top_srcdir) \
584
590
          && gtags -i $(GTAGS_ARGS) "$$here"
585
591
 
 
592
cscope: cscope.files
 
593
        test ! -s cscope.files \
 
594
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
595
 
 
596
clean-cscope:
 
597
        -rm -f cscope.files
 
598
 
 
599
cscope.files: clean-cscope  cscopelist
 
600
 
 
601
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
602
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
603
        case "$(srcdir)" in \
 
604
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
605
          *) sdir=$(subdir)/$(srcdir) ;; \
 
606
        esac; \
 
607
        for i in $$list; do \
 
608
          if test -f "$$i"; then \
 
609
            echo "$(subdir)/$$i"; \
 
610
          else \
 
611
            echo "$$sdir/$$i"; \
 
612
          fi; \
 
613
        done >> $(top_builddir)/cscope.files
 
614
 
586
615
distclean-tags:
587
616
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
617
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
588
618
 
589
619
check-TESTS: $(TESTS)
590
620
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
596
626
            if test -f ./$$tst; then dir=./; \
597
627
            elif test -f $$tst; then dir=; \
598
628
            else dir="$(srcdir)/"; fi; \
599
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
629
            if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
600
630
              all=`expr $$all + 1`; \
601
631
              case " $(XFAIL_TESTS) " in \
602
632
              *[\ \     ]$$tst[\ \      ]*) \
686
716
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
687
717
          if test -n "$$list" && \
688
718
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
689
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
719
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
690
720
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
691
721
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
692
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
722
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
693
723
            exit 1; \
694
724
          else :; fi; \
695
725
        else :; fi
733
763
        || chmod -R a+r "$(distdir)"
734
764
dist-gzip: distdir
735
765
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
736
 
        $(am__remove_distdir)
 
766
        $(am__post_remove_distdir)
737
767
 
738
768
dist-bzip2: distdir
739
769
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
740
 
        $(am__remove_distdir)
 
770
        $(am__post_remove_distdir)
741
771
 
742
772
dist-lzip: distdir
743
773
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
744
 
        $(am__remove_distdir)
745
 
 
746
 
dist-lzma: distdir
747
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
748
 
        $(am__remove_distdir)
 
774
        $(am__post_remove_distdir)
749
775
 
750
776
dist-xz: distdir
751
777
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
752
 
        $(am__remove_distdir)
 
778
        $(am__post_remove_distdir)
753
779
 
754
780
dist-tarZ: distdir
755
781
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
756
 
        $(am__remove_distdir)
 
782
        $(am__post_remove_distdir)
757
783
 
758
784
dist-shar: distdir
759
785
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
760
 
        $(am__remove_distdir)
 
786
        $(am__post_remove_distdir)
761
787
 
762
788
dist-zip: distdir
763
789
        -rm -f $(distdir).zip
764
790
        zip -rq $(distdir).zip $(distdir)
765
 
        $(am__remove_distdir)
 
791
        $(am__post_remove_distdir)
766
792
 
767
 
dist dist-all: distdir
768
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
769
 
        $(am__remove_distdir)
 
793
dist dist-all:
 
794
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
795
        $(am__post_remove_distdir)
770
796
 
771
797
# This target untars the dist file and tries a VPATH configuration.  Then
772
798
# it guarantees that the distribution is self-contained by making another
777
803
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
778
804
        *.tar.bz2*) \
779
805
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
780
 
        *.tar.lzma*) \
781
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
782
806
        *.tar.lz*) \
783
807
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
784
808
        *.tar.xz*) \
824
848
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
825
849
          && cd "$$am__cwd" \
826
850
          || exit 1
827
 
        $(am__remove_distdir)
 
851
        $(am__post_remove_distdir)
828
852
        @(echo "$(distdir) archives ready for distribution: "; \
829
853
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
830
854
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
972
996
.MAKE: all check-am install-am install-strip
973
997
 
974
998
.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
975
 
        clean clean-binPROGRAMS clean-generic clean-libtool ctags dist \
976
 
        dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
977
 
        dist-tarZ dist-xz dist-zip distcheck distclean \
978
 
        distclean-compile distclean-generic distclean-hdr \
979
 
        distclean-libtool distclean-tags distcleancheck distdir \
980
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
981
 
        install install-am install-binPROGRAMS install-data \
 
999
        clean clean-binPROGRAMS clean-cscope clean-generic \
 
1000
        clean-libtool cscope cscopelist ctags dist dist-all dist-bzip2 \
 
1001
        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
 
1002
        distcheck distclean distclean-compile distclean-generic \
 
1003
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
1004
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
1005
        info-am install install-am install-binPROGRAMS install-data \
982
1006
        install-data-am install-dist_binSCRIPTS install-dvi \
983
1007
        install-dvi-am install-exec install-exec-am install-html \
984
1008
        install-html-am install-info install-info-am install-man \