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

« back to all changes in this revision

Viewing changes to texk/ptexenc/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@
121
138
        $(LDFLAGS) -o $@
122
139
SOURCES = $(libptexenc_la_SOURCES)
123
140
DIST_SOURCES = $(libptexenc_la_SOURCES)
 
141
am__can_run_installinfo = \
 
142
  case $$AM_UPDATE_INFO_DIR in \
 
143
    n|no|NO) false;; \
 
144
    *) (install-info --version) >/dev/null 2>&1;; \
 
145
  esac
124
146
HEADERS = $(nobase_include_HEADERS)
125
147
ETAGS = etags
126
148
CTAGS = ctags
339
361
        -rm -f ptexenc/c-auto.h ptexenc/stamp-h1
340
362
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
341
363
        @$(NORMAL_INSTALL)
342
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
343
364
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
344
365
        list2=; for p in $$list; do \
345
366
          if test -f $$p; then \
347
368
          else :; fi; \
348
369
        done; \
349
370
        test -z "$$list2" || { \
 
371
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
372
          $(MKDIR_P) '$(DESTDIR)$(libdir)' || exit 1; \
350
373
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
351
374
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
352
375
        }
441
464
        -rm -f libtool config.lt
442
465
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
443
466
        @$(NORMAL_INSTALL)
444
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
445
467
        @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
 
468
        if test -n "$$list"; then \
 
469
          echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
 
470
          $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
 
471
        fi; \
446
472
        $(am__nobase_list) | while read dir files; do \
447
473
          xfiles=; for file in $$files; do \
448
474
            if test -f "$$file"; then xfiles="$$xfiles $$file"; \
449
475
            else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
450
476
          test -z "$$xfiles" || { \
451
477
            test "x$$dir" = x. || { \
452
 
              echo "$(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
 
478
              echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
453
479
              $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
454
480
            echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
455
481
            $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \