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

« back to all changes in this revision

Viewing changes to utils/xindy/xindy-2.4/make-rules/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-04-10 10:16:01 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120410101601-7mt8nyn280xrgza6
Tags: 2011.20120410-1
* new upstream checkout:
  - remove decls of popen and pclose (Closes: #64524) (!yow, 5 digit bug!)
  - do not declare getopt in C++, fixes FTBFS with g++ >= 4.7 
    (Closes: #667392)
* add patches (maybe to be included upstream) that allows inclusion of
  one config file in another for (x)dvipdfmx. This will be
  used by the paper code.
* fix description of libptexenc-dev package (Closes: #667694)
* remove xdvik patch, included upstream
* remove conflict with ptex-bin, we are building a transitional package now
* build with internal t1lib, as t1lib is going to disappear in
  wheezy (Closes: #667912) (no, dropping xdvi is not an option!)
  (add a lintian override otherwise this gives a lintian error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibexecdir = $(libexecdir)/@PACKAGE@
53
70
        install-pdf-recursive install-ps-recursive install-recursive \
54
71
        installcheck-recursive installdirs-recursive pdf-recursive \
55
72
        ps-recursive uninstall-recursive
 
73
am__can_run_installinfo = \
 
74
  case $$AM_UPDATE_INFO_DIR in \
 
75
    n|no|NO) false;; \
 
76
    *) (install-info --version) >/dev/null 2>&1;; \
 
77
  esac
56
78
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
79
  distclean-recursive maintainer-clean-recursive
58
80
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
397
419
        done
398
420
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
399
421
          if test "$$subdir" = .; then :; else \
400
 
            test -d "$(distdir)/$$subdir" \
401
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
402
 
            || exit 1; \
403
 
          fi; \
404
 
        done
405
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
406
 
          if test "$$subdir" = .; then :; else \
 
422
            $(am__make_dryrun) \
 
423
              || test -d "$(distdir)/$$subdir" \
 
424
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
425
              || exit 1; \
407
426
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
408
427
            $(am__relativize); \
409
428
            new_distdir=$$reldir; \