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

« back to all changes in this revision

Viewing changes to texk/lcdf-typetools/t1testpage/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,
53
53
host_triplet = @host@
54
54
bin_PROGRAMS = t1testpage$(EXEEXT)
55
55
subdir = t1testpage
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
57
        $(top_srcdir)/../../build-aux/depcomp
57
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
59
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \
59
60
        $(top_srcdir)/../../m4/kpse-common.m4 \
477
478
          && $(am__cd) $(top_srcdir) \
478
479
          && gtags -i $(GTAGS_ARGS) "$$here"
479
480
 
 
481
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
482
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
483
        case "$(srcdir)" in \
 
484
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
485
          *) sdir=$(subdir)/$(srcdir) ;; \
 
486
        esac; \
 
487
        for i in $$list; do \
 
488
          if test -f "$$i"; then \
 
489
            echo "$(subdir)/$$i"; \
 
490
          else \
 
491
            echo "$$sdir/$$i"; \
 
492
          fi; \
 
493
        done >> $(top_builddir)/cscope.files
 
494
 
480
495
distclean-tags:
481
496
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482
497
 
487
502
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
488
503
          if test -n "$$list" && \
489
504
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
490
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
505
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
491
506
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
492
507
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
493
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
508
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
494
509
            exit 1; \
495
510
          else :; fi; \
496
511
        else :; fi
636
651
.MAKE: install-am install-strip
637
652
 
638
653
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
639
 
        clean-generic clean-libtool ctags distclean distclean-compile \
640
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
641
 
        dvi-am html html-am info info-am install install-am \
642
 
        install-binPROGRAMS install-data install-data-am install-dvi \
643
 
        install-dvi-am install-exec install-exec-am install-html \
644
 
        install-html-am install-info install-info-am install-man \
645
 
        install-man1 install-pdf install-pdf-am install-ps \
646
 
        install-ps-am install-strip installcheck installcheck-am \
647
 
        installdirs maintainer-clean maintainer-clean-generic \
648
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
649
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
650
 
        uninstall-am uninstall-binPROGRAMS uninstall-man \
651
 
        uninstall-man1
 
654
        clean-generic clean-libtool cscopelist ctags distclean \
 
655
        distclean-compile distclean-generic distclean-libtool \
 
656
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
657
        install install-am install-binPROGRAMS install-data \
 
658
        install-data-am install-dvi install-dvi-am install-exec \
 
659
        install-exec-am install-html install-html-am install-info \
 
660
        install-info-am install-man install-man1 install-pdf \
 
661
        install-pdf-am install-ps install-ps-am install-strip \
 
662
        installcheck installcheck-am installdirs maintainer-clean \
 
663
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
664
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
665
        tags uninstall uninstall-am uninstall-binPROGRAMS \
 
666
        uninstall-man uninstall-man1
652
667
 
653
668
 
654
669
# Tell versions [3.59,3.63) of GNU make to not export all variables.