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

« back to all changes in this revision

Viewing changes to texk/lcdf-typetools/liblcdf/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
@FIXLIBC_TRUE@am__append_1 = fixlibc.c
55
55
subdir = liblcdf
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 \
420
421
          && $(am__cd) $(top_srcdir) \
421
422
          && gtags -i $(GTAGS_ARGS) "$$here"
422
423
 
 
424
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
425
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
426
        case "$(srcdir)" in \
 
427
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
428
          *) sdir=$(subdir)/$(srcdir) ;; \
 
429
        esac; \
 
430
        for i in $$list; do \
 
431
          if test -f "$$i"; then \
 
432
            echo "$(subdir)/$$i"; \
 
433
          else \
 
434
            echo "$$sdir/$$i"; \
 
435
          fi; \
 
436
        done >> $(top_builddir)/cscope.files
 
437
 
423
438
distclean-tags:
424
439
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
425
440
 
562
577
.MAKE: install-am install-strip
563
578
 
564
579
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
565
 
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
580
        clean-libtool clean-noinstLIBRARIES cscopelist ctags distclean \
566
581
        distclean-compile distclean-generic distclean-libtool \
567
582
        distclean-tags distdir dvi dvi-am html html-am info info-am \
568
583
        install install-am install-data install-data-am install-dvi \