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

« back to all changes in this revision

Viewing changes to utils/xindy/xindy-2.4/tex2xindy/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,
52
52
host_triplet = @host@
53
53
bin_PROGRAMS = tex2xindy$(EXEEXT)
54
54
subdir = xindy-2.4/tex2xindy
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in tex2xindy.c
 
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
56
        $(top_srcdir)/../../build-aux/depcomp \
 
57
        $(top_srcdir)/../../build-aux/ylwrap tex2xindy.c
56
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
59
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-progs.m4 \
58
60
        $(top_srcdir)/../../m4/kpse-warnings.m4 \
425
427
          && $(am__cd) $(top_srcdir) \
426
428
          && gtags -i $(GTAGS_ARGS) "$$here"
427
429
 
 
430
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
431
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
432
        case "$(srcdir)" in \
 
433
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
434
          *) sdir=$(subdir)/$(srcdir) ;; \
 
435
        esac; \
 
436
        for i in $$list; do \
 
437
          if test -f "$$i"; then \
 
438
            echo "$(subdir)/$$i"; \
 
439
          else \
 
440
            echo "$$sdir/$$i"; \
 
441
          fi; \
 
442
        done >> $(top_builddir)/cscope.files
 
443
 
428
444
distclean-tags:
429
445
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430
446
 
435
451
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
436
452
          if test -n "$$list" && \
437
453
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
438
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
454
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
439
455
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
440
456
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
441
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
457
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
442
458
            exit 1; \
443
459
          else :; fi; \
444
460
        else :; fi
583
599
.MAKE: install-am install-strip
584
600
 
585
601
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
586
 
        clean-generic ctags distclean distclean-compile \
 
602
        clean-generic cscopelist ctags distclean distclean-compile \
587
603
        distclean-generic distclean-tags distdir dvi dvi-am html \
588
604
        html-am info info-am install install-am install-binPROGRAMS \
589
605
        install-data install-data-am install-dvi install-dvi-am \