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

« back to all changes in this revision

Viewing changes to texk/bibtex8/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,
17
17
 
18
18
 
19
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkgincludedir = $(includedir)/@PACKAGE@
22
39
pkglibdir = $(libdir)/@PACKAGE@
93
110
        $(LDFLAGS) -o $@
94
111
SOURCES = $(bibtex8_SOURCES)
95
112
DIST_SOURCES = $(bibtex8_SOURCES)
 
113
am__can_run_installinfo = \
 
114
  case $$AM_UPDATE_INFO_DIR in \
 
115
    n|no|NO) false;; \
 
116
    *) (install-info --version) >/dev/null 2>&1;; \
 
117
  esac
96
118
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
97
119
am__vpath_adj = case $$p in \
98
120
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
362
384
        -rm -f config.h stamp-h1
363
385
install-binPROGRAMS: $(bin_PROGRAMS)
364
386
        @$(NORMAL_INSTALL)
365
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
366
387
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
388
        if test -n "$$list"; then \
 
389
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
390
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
391
        fi; \
367
392
        for p in $$list; do echo "$$p $$p"; done | \
368
393
        sed 's/$(EXEEXT)$$//' | \
369
394
        while read p p1; do if test -f $$p || test -f $$p1; \
451
476
        -rm -f libtool config.lt
452
477
install-dist_btdocDATA: $(dist_btdoc_DATA)
453
478
        @$(NORMAL_INSTALL)
454
 
        test -z "$(btdocdir)" || $(MKDIR_P) "$(DESTDIR)$(btdocdir)"
455
479
        @list='$(dist_btdoc_DATA)'; test -n "$(btdocdir)" || list=; \
 
480
        if test -n "$$list"; then \
 
481
          echo " $(MKDIR_P) '$(DESTDIR)$(btdocdir)'"; \
 
482
          $(MKDIR_P) '$(DESTDIR)$(btdocdir)' || exit 1; \
 
483
        fi; \
456
484
        for p in $$list; do \
457
485
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
458
486
          echo "$$d$$p"; \
469
497
        dir='$(DESTDIR)$(btdocdir)'; $(am__uninstall_files_from_dir)
470
498
install-dist_csfDATA: $(dist_csf_DATA)
471
499
        @$(NORMAL_INSTALL)
472
 
        test -z "$(csfdir)" || $(MKDIR_P) "$(DESTDIR)$(csfdir)"
473
500
        @list='$(dist_csf_DATA)'; test -n "$(csfdir)" || list=; \
 
501
        if test -n "$$list"; then \
 
502
          echo " $(MKDIR_P) '$(DESTDIR)$(csfdir)'"; \
 
503
          $(MKDIR_P) '$(DESTDIR)$(csfdir)' || exit 1; \
 
504
        fi; \
474
505
        for p in $$list; do \
475
506
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
476
507
          echo "$$d$$p"; \