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

« back to all changes in this revision

Viewing changes to texk/kpathsea/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,
20
20
 
21
21
 
22
22
VPATH = @srcdir@
 
23
am__make_dryrun = \
 
24
  { \
 
25
    am__dry=no; \
 
26
    case $$MAKEFLAGS in \
 
27
      *\\[\ \   ]*) \
 
28
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
29
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
30
      *) \
 
31
        for am__flg in $$MAKEFLAGS; do \
 
32
          case $$am__flg in \
 
33
            *=*|--*) ;; \
 
34
            *n*) am__dry=yes; break;; \
 
35
          esac; \
 
36
        done;; \
 
37
    esac; \
 
38
    test $$am__dry = yes; \
 
39
  }
23
40
pkgdatadir = $(datadir)/@PACKAGE@
24
41
pkgincludedir = $(includedir)/@PACKAGE@
25
42
pkglibdir = $(libdir)/@PACKAGE@
208
225
        install-pdf-recursive install-ps-recursive install-recursive \
209
226
        installcheck-recursive installdirs-recursive pdf-recursive \
210
227
        ps-recursive uninstall-recursive
 
228
am__can_run_installinfo = \
 
229
  case $$AM_UPDATE_INFO_DIR in \
 
230
    n|no|NO) false;; \
 
231
    *) (install-info --version) >/dev/null 2>&1;; \
 
232
  esac
211
233
DATA = $(dist_noinst_DATA) $(dist_web2c_DATA)
212
234
HEADERS = $(kpseinclude_HEADERS) $(nodist_kpseinclude_HEADERS) \
213
235
        $(noinst_HEADERS)
544
566
        -rm -f c-auto.h stamp-h1
545
567
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
546
568
        @$(NORMAL_INSTALL)
547
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
548
569
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
549
570
        list2=; for p in $$list; do \
550
571
          if test -f $$p; then \
552
573
          else :; fi; \
553
574
        done; \
554
575
        test -z "$$list2" || { \
 
576
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
577
          $(MKDIR_P) '$(DESTDIR)$(libdir)' || exit 1; \
555
578
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
556
579
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
557
580
        }
577
600
        $(libkpathsea_la_LINK) -rpath $(libdir) $(libkpathsea_la_OBJECTS) $(libkpathsea_la_LIBADD) $(LIBS)
578
601
install-binPROGRAMS: $(bin_PROGRAMS)
579
602
        @$(NORMAL_INSTALL)
580
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
581
603
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
604
        if test -n "$$list"; then \
 
605
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
606
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
607
        fi; \
582
608
        for p in $$list; do echo "$$p $$p"; done | \
583
609
        sed 's/$(EXEEXT)$$//' | \
584
610
        while read p p1; do if test -f $$p || test -f $$p1; \
638
664
        $(LINK) $(xdirtest_OBJECTS) $(xdirtest_LDADD) $(LIBS)
639
665
install-dist_web2cSCRIPTS: $(dist_web2c_SCRIPTS)
640
666
        @$(NORMAL_INSTALL)
641
 
        test -z "$(web2cdir)" || $(MKDIR_P) "$(DESTDIR)$(web2cdir)"
642
667
        @list='$(dist_web2c_SCRIPTS)'; test -n "$(web2cdir)" || list=; \
 
668
        if test -n "$$list"; then \
 
669
          echo " $(MKDIR_P) '$(DESTDIR)$(web2cdir)'"; \
 
670
          $(MKDIR_P) "$(DESTDIR)$(web2cdir)" || exit 1; \
 
671
        fi; \
643
672
        for p in $$list; do \
644
673
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
645
674
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1203
1232
        -rm -f libtool config.lt
1204
1233
install-dist_web2cDATA: $(dist_web2c_DATA)
1205
1234
        @$(NORMAL_INSTALL)
1206
 
        test -z "$(web2cdir)" || $(MKDIR_P) "$(DESTDIR)$(web2cdir)"
1207
1235
        @list='$(dist_web2c_DATA)'; test -n "$(web2cdir)" || list=; \
 
1236
        if test -n "$$list"; then \
 
1237
          echo " $(MKDIR_P) '$(DESTDIR)$(web2cdir)'"; \
 
1238
          $(MKDIR_P) '$(DESTDIR)$(web2cdir)' || exit 1; \
 
1239
        fi; \
1208
1240
        for p in $$list; do \
1209
1241
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1210
1242
          echo "$$d$$p"; \
1221
1253
        dir='$(DESTDIR)$(web2cdir)'; $(am__uninstall_files_from_dir)
1222
1254
install-kpseincludeHEADERS: $(kpseinclude_HEADERS)
1223
1255
        @$(NORMAL_INSTALL)
1224
 
        test -z "$(kpseincludedir)" || $(MKDIR_P) "$(DESTDIR)$(kpseincludedir)"
1225
1256
        @list='$(kpseinclude_HEADERS)'; test -n "$(kpseincludedir)" || list=; \
 
1257
        if test -n "$$list"; then \
 
1258
          echo " $(MKDIR_P) '$(DESTDIR)$(kpseincludedir)'"; \
 
1259
          $(MKDIR_P) '$(DESTDIR)$(kpseincludedir)' || exit 1; \
 
1260
        fi; \
1226
1261
        for p in $$list; do \
1227
1262
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1228
1263
          echo "$$d$$p"; \
1239
1274
        dir='$(DESTDIR)$(kpseincludedir)'; $(am__uninstall_files_from_dir)
1240
1275
install-nodist_kpseincludeHEADERS: $(nodist_kpseinclude_HEADERS)
1241
1276
        @$(NORMAL_INSTALL)
1242
 
        test -z "$(kpseincludedir)" || $(MKDIR_P) "$(DESTDIR)$(kpseincludedir)"
1243
1277
        @list='$(nodist_kpseinclude_HEADERS)'; test -n "$(kpseincludedir)" || list=; \
 
1278
        if test -n "$$list"; then \
 
1279
          echo " $(MKDIR_P) '$(DESTDIR)$(kpseincludedir)'"; \
 
1280
          $(MKDIR_P) '$(DESTDIR)$(kpseincludedir)' || exit 1; \
 
1281
        fi; \
1244
1282
        for p in $$list; do \
1245
1283
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1246
1284
          echo "$$d$$p"; \
1518
1556
        done
1519
1557
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1520
1558
          if test "$$subdir" = .; then :; else \
1521
 
            test -d "$(distdir)/$$subdir" \
1522
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1523
 
            || exit 1; \
1524
 
          fi; \
1525
 
        done
1526
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1527
 
          if test "$$subdir" = .; then :; else \
 
1559
            $(am__make_dryrun) \
 
1560
              || test -d "$(distdir)/$$subdir" \
 
1561
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
1562
              || exit 1; \
1528
1563
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1529
1564
            $(am__relativize); \
1530
1565
            new_distdir=$$reldir; \