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

« back to all changes in this revision

Viewing changes to libs/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,
51
51
build_triplet = @build@
52
52
host_triplet = @host@
53
53
subdir = .
54
 
DIST_COMMON = README $(am__configure_deps) \
55
 
        $(srcdir)/../build-aux/config.guess \
56
 
        $(srcdir)/../build-aux/config.sub \
57
 
        $(srcdir)/../build-aux/install-sh \
58
 
        $(srcdir)/../build-aux/missing $(srcdir)/Makefile.am \
59
 
        $(srcdir)/Makefile.in $(top_srcdir)/configure \
 
54
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
55
        $(srcdir)/Makefile.in $(top_srcdir)/../build-aux/config.guess \
 
56
        $(top_srcdir)/../build-aux/config.sub \
 
57
        $(top_srcdir)/../build-aux/install-sh \
 
58
        $(top_srcdir)/../build-aux/missing $(top_srcdir)/configure \
60
59
        ../build-aux/config.guess ../build-aux/config.sub \
61
60
        ../build-aux/depcomp ../build-aux/install-sh \
62
61
        ../build-aux/ltmain.sh ../build-aux/missing \
87
86
        $(top_srcdir)/../m4/kpse-zziplib-flags.m4 \
88
87
        $(top_srcdir)/../utils/biber/ac/withenable.ac \
89
88
        $(top_srcdir)/../utils/chktex/ac/withenable.ac \
 
89
        $(top_srcdir)/../utils/mtx/ac/withenable.ac \
90
90
        $(top_srcdir)/../utils/pmx/ac/withenable.ac \
91
91
        $(top_srcdir)/../utils/ps2eps/ac/withenable.ac \
92
92
        $(top_srcdir)/../utils/psutils/ac/withenable.ac \
178
178
  distclean-recursive maintainer-clean-recursive
179
179
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
180
180
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
181
 
        distdir dist dist-all distcheck
 
181
        cscope distdir dist dist-all distcheck
182
182
ETAGS = etags
183
183
CTAGS = ctags
 
184
CSCOPE = cscope
184
185
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185
186
distdir = $(PACKAGE)-$(VERSION)
186
187
top_distdir = $(distdir)
190
191
      && rm -rf "$(distdir)" \
191
192
      || { sleep 5 && rm -rf "$(distdir)"; }; \
192
193
  else :; fi
 
194
am__post_remove_distdir = $(am__remove_distdir)
193
195
am__relativize = \
194
196
  dir0=`pwd`; \
195
197
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
217
219
  reldir="$$dir2"
218
220
DIST_ARCHIVES = $(distdir).tar.gz
219
221
GZIP_ENV = --best
 
222
DIST_TARGETS = dist-gzip
220
223
distuninstallcheck_listfiles = find . -type f -print
221
224
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
222
225
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
359
362
$(am__aclocal_m4_deps):
360
363
 
361
364
# This directory's subdirectories are mostly independent; you can cd
362
 
# into them and run `make' without going through this Makefile.
363
 
# To change the values of `make' variables: instead of editing Makefiles,
364
 
# (1) if the variable is set in `config.status', edit `config.status'
365
 
#     (which will cause the Makefiles to be regenerated when you run `make');
366
 
# (2) otherwise, pass the desired values on the `make' command line.
 
365
# into them and run 'make' without going through this Makefile.
 
366
# To change the values of 'make' variables: instead of editing Makefiles,
 
367
# (1) if the variable is set in 'config.status', edit 'config.status'
 
368
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
369
# (2) otherwise, pass the desired values on the 'make' command line.
367
370
$(RECURSIVE_TARGETS):
368
371
        @fail= failcom='exit 1'; \
369
372
        for f in x $$MAKEFLAGS; do \
427
430
        list='$(SUBDIRS)'; for subdir in $$list; do \
428
431
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
429
432
        done
 
433
cscopelist-recursive:
 
434
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
435
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
436
        done
430
437
 
431
438
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
432
439
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
490
497
          && $(am__cd) $(top_srcdir) \
491
498
          && gtags -i $(GTAGS_ARGS) "$$here"
492
499
 
 
500
cscope: cscope.files
 
501
        test ! -s cscope.files \
 
502
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
503
 
 
504
clean-cscope:
 
505
        -rm -f cscope.files
 
506
 
 
507
cscope.files: clean-cscope cscopelist-recursive cscopelist
 
508
 
 
509
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
510
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
511
        case "$(srcdir)" in \
 
512
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
513
          *) sdir=$(subdir)/$(srcdir) ;; \
 
514
        esac; \
 
515
        for i in $$list; do \
 
516
          if test -f "$$i"; then \
 
517
            echo "$(subdir)/$$i"; \
 
518
          else \
 
519
            echo "$$sdir/$$i"; \
 
520
          fi; \
 
521
        done >> $(top_builddir)/cscope.files
 
522
 
493
523
distclean-tags:
494
524
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
525
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
495
526
 
496
527
distdir: $(DISTFILES)
497
528
        $(am__remove_distdir)
562
593
        || chmod -R a+r "$(distdir)"
563
594
dist-gzip: distdir
564
595
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
565
 
        $(am__remove_distdir)
 
596
        $(am__post_remove_distdir)
566
597
 
567
598
dist-bzip2: distdir
568
599
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
569
 
        $(am__remove_distdir)
 
600
        $(am__post_remove_distdir)
570
601
 
571
602
dist-lzip: distdir
572
603
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
573
 
        $(am__remove_distdir)
574
 
 
575
 
dist-lzma: distdir
576
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
577
 
        $(am__remove_distdir)
 
604
        $(am__post_remove_distdir)
578
605
 
579
606
dist-xz: distdir
580
607
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
581
 
        $(am__remove_distdir)
 
608
        $(am__post_remove_distdir)
582
609
 
583
610
dist-tarZ: distdir
584
611
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
585
 
        $(am__remove_distdir)
 
612
        $(am__post_remove_distdir)
586
613
 
587
614
dist-shar: distdir
588
615
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
589
 
        $(am__remove_distdir)
 
616
        $(am__post_remove_distdir)
590
617
 
591
618
dist-zip: distdir
592
619
        -rm -f $(distdir).zip
593
620
        zip -rq $(distdir).zip $(distdir)
594
 
        $(am__remove_distdir)
 
621
        $(am__post_remove_distdir)
595
622
 
596
 
dist dist-all: distdir
597
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
598
 
        $(am__remove_distdir)
 
623
dist dist-all:
 
624
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
625
        $(am__post_remove_distdir)
599
626
 
600
627
# This target untars the dist file and tries a VPATH configuration.  Then
601
628
# it guarantees that the distribution is self-contained by making another
606
633
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
607
634
        *.tar.bz2*) \
608
635
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
609
 
        *.tar.lzma*) \
610
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
611
636
        *.tar.lz*) \
612
637
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
613
638
        *.tar.xz*) \
653
678
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
654
679
          && cd "$$am__cwd" \
655
680
          || exit 1
656
 
        $(am__remove_distdir)
 
681
        $(am__post_remove_distdir)
657
682
        @(echo "$(distdir) archives ready for distribution: "; \
658
683
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
659
684
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
787
812
 
788
813
uninstall-am:
789
814
 
790
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
791
 
        install-am install-strip tags-recursive
 
815
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
816
        cscopelist-recursive ctags-recursive install-am install-strip \
 
817
        tags-recursive
792
818
 
793
819
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
794
820
        all all-am all-local am--refresh check check-am clean \
795
 
        clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
796
 
        dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
 
821
        clean-cscope clean-generic cscope cscopelist \
 
822
        cscopelist-recursive ctags ctags-recursive dist dist-all \
 
823
        dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
797
824
        dist-xz dist-zip distcheck distclean distclean-generic \
798
825
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
799
826
        dvi-am html html-am info info-am install install-am \