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

« back to all changes in this revision

Viewing changes to libs/zziplib/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,
54
54
@build_TRUE@check_PROGRAMS = unzzip$(EXEEXT)
55
55
subdir = .
56
56
DIST_COMMON = README $(am__configure_deps) \
57
 
        $(am__dist_check_SCRIPTS_DIST) \
58
 
        $(srcdir)/../../build-aux/config.guess \
59
 
        $(srcdir)/../../build-aux/config.sub \
60
 
        $(srcdir)/../../build-aux/depcomp \
61
 
        $(srcdir)/../../build-aux/install-sh \
62
 
        $(srcdir)/../../build-aux/missing $(srcdir)/Makefile.am \
 
57
        $(am__dist_check_SCRIPTS_DIST) $(srcdir)/Makefile.am \
63
58
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
64
 
        $(top_srcdir)/configure ../../build-aux/config.guess \
65
 
        ../../build-aux/config.sub ../../build-aux/depcomp \
66
 
        ../../build-aux/install-sh ../../build-aux/ltmain.sh \
67
 
        ../../build-aux/missing ../../build-aux/texinfo.tex \
68
 
        ../../build-aux/ylwrap ChangeLog
 
59
        $(top_srcdir)/../../build-aux/config.guess \
 
60
        $(top_srcdir)/../../build-aux/config.sub \
 
61
        $(top_srcdir)/../../build-aux/depcomp \
 
62
        $(top_srcdir)/../../build-aux/install-sh \
 
63
        $(top_srcdir)/../../build-aux/missing $(top_srcdir)/configure \
 
64
        ../../build-aux/config.guess ../../build-aux/config.sub \
 
65
        ../../build-aux/depcomp ../../build-aux/install-sh \
 
66
        ../../build-aux/ltmain.sh ../../build-aux/missing \
 
67
        ../../build-aux/texinfo.tex ../../build-aux/ylwrap ChangeLog
69
68
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70
69
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_sys_largefile_sensitive.m4 \
71
70
        $(top_srcdir)/m4/ax_prefix_config_h.m4 \
122
121
  distclean-recursive maintainer-clean-recursive
123
122
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
124
123
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
125
 
        distdir dist dist-all distcheck
 
124
        cscope distdir dist dist-all distcheck
126
125
ETAGS = etags
127
126
CTAGS = ctags
128
 
am__tty_colors = \
129
 
red=; grn=; lgn=; blu=; std=
 
127
CSCOPE = cscope
 
128
am__tty_colors_dummy = \
 
129
  mgn= red= grn= lgn= blu= brg= std=; \
 
130
  am__color_tests=no
 
131
am__tty_colors = $(am__tty_colors_dummy)
130
132
DIST_SUBDIRS = $(SUBDIRS)
131
133
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132
134
distdir = $(PACKAGE)-$(VERSION)
137
139
      && rm -rf "$(distdir)" \
138
140
      || { sleep 5 && rm -rf "$(distdir)"; }; \
139
141
  else :; fi
 
142
am__post_remove_distdir = $(am__remove_distdir)
140
143
am__relativize = \
141
144
  dir0=`pwd`; \
142
145
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
164
167
  reldir="$$dir2"
165
168
DIST_ARCHIVES = $(distdir).tar.gz
166
169
GZIP_ENV = --best
 
170
DIST_TARGETS = dist-gzip
167
171
distuninstallcheck_listfiles = find . -type f -print
168
172
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
169
173
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
535
539
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unzzip.obj `if test -f '$(ZZIPLIB_TREE)/bins/unzzip.c'; then $(CYGPATH_W) '$(ZZIPLIB_TREE)/bins/unzzip.c'; else $(CYGPATH_W) '$(srcdir)/$(ZZIPLIB_TREE)/bins/unzzip.c'; fi`
536
540
 
537
541
# This directory's subdirectories are mostly independent; you can cd
538
 
# into them and run `make' without going through this Makefile.
539
 
# To change the values of `make' variables: instead of editing Makefiles,
540
 
# (1) if the variable is set in `config.status', edit `config.status'
541
 
#     (which will cause the Makefiles to be regenerated when you run `make');
542
 
# (2) otherwise, pass the desired values on the `make' command line.
 
542
# into them and run 'make' without going through this Makefile.
 
543
# To change the values of 'make' variables: instead of editing Makefiles,
 
544
# (1) if the variable is set in 'config.status', edit 'config.status'
 
545
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
546
# (2) otherwise, pass the desired values on the 'make' command line.
543
547
$(RECURSIVE_TARGETS):
544
548
        @fail= failcom='exit 1'; \
545
549
        for f in x $$MAKEFLAGS; do \
603
607
        list='$(SUBDIRS)'; for subdir in $$list; do \
604
608
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
605
609
        done
 
610
cscopelist-recursive:
 
611
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
612
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
613
        done
606
614
 
607
615
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
608
616
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
666
674
          && $(am__cd) $(top_srcdir) \
667
675
          && gtags -i $(GTAGS_ARGS) "$$here"
668
676
 
 
677
cscope: cscope.files
 
678
        test ! -s cscope.files \
 
679
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
680
 
 
681
clean-cscope:
 
682
        -rm -f cscope.files
 
683
 
 
684
cscope.files: clean-cscope cscopelist-recursive cscopelist
 
685
 
 
686
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
687
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
688
        case "$(srcdir)" in \
 
689
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
690
          *) sdir=$(subdir)/$(srcdir) ;; \
 
691
        esac; \
 
692
        for i in $$list; do \
 
693
          if test -f "$$i"; then \
 
694
            echo "$(subdir)/$$i"; \
 
695
          else \
 
696
            echo "$$sdir/$$i"; \
 
697
          fi; \
 
698
        done >> $(top_builddir)/cscope.files
 
699
 
669
700
distclean-tags:
670
701
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
702
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
671
703
 
672
704
check-TESTS: $(TESTS)
673
705
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
679
711
            if test -f ./$$tst; then dir=./; \
680
712
            elif test -f $$tst; then dir=; \
681
713
            else dir="$(srcdir)/"; fi; \
682
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
714
            if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
683
715
              all=`expr $$all + 1`; \
684
716
              case " $(XFAIL_TESTS) " in \
685
717
              *[\ \     ]$$tst[\ \      ]*) \
831
863
        || chmod -R a+r "$(distdir)"
832
864
dist-gzip: distdir
833
865
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
834
 
        $(am__remove_distdir)
 
866
        $(am__post_remove_distdir)
835
867
 
836
868
dist-bzip2: distdir
837
869
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
838
 
        $(am__remove_distdir)
 
870
        $(am__post_remove_distdir)
839
871
 
840
872
dist-lzip: distdir
841
873
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
842
 
        $(am__remove_distdir)
843
 
 
844
 
dist-lzma: distdir
845
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
846
 
        $(am__remove_distdir)
 
874
        $(am__post_remove_distdir)
847
875
 
848
876
dist-xz: distdir
849
877
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
850
 
        $(am__remove_distdir)
 
878
        $(am__post_remove_distdir)
851
879
 
852
880
dist-tarZ: distdir
853
881
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
854
 
        $(am__remove_distdir)
 
882
        $(am__post_remove_distdir)
855
883
 
856
884
dist-shar: distdir
857
885
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
858
 
        $(am__remove_distdir)
 
886
        $(am__post_remove_distdir)
859
887
 
860
888
dist-zip: distdir
861
889
        -rm -f $(distdir).zip
862
890
        zip -rq $(distdir).zip $(distdir)
863
 
        $(am__remove_distdir)
 
891
        $(am__post_remove_distdir)
864
892
 
865
 
dist dist-all: distdir
866
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
867
 
        $(am__remove_distdir)
 
893
dist dist-all:
 
894
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
895
        $(am__post_remove_distdir)
868
896
 
869
897
# This target untars the dist file and tries a VPATH configuration.  Then
870
898
# it guarantees that the distribution is self-contained by making another
875
903
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
876
904
        *.tar.bz2*) \
877
905
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
878
 
        *.tar.lzma*) \
879
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
880
906
        *.tar.lz*) \
881
907
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
882
908
        *.tar.xz*) \
922
948
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
923
949
          && cd "$$am__cwd" \
924
950
          || exit 1
925
 
        $(am__remove_distdir)
 
951
        $(am__post_remove_distdir)
926
952
        @(echo "$(distdir) archives ready for distribution: "; \
927
953
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
928
954
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1065
1091
uninstall-am:
1066
1092
 
1067
1093
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
1068
 
        ctags-recursive install-am install-strip tags-recursive
 
1094
        cscopelist-recursive ctags-recursive install-am install-strip \
 
1095
        tags-recursive
1069
1096
 
1070
1097
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1071
1098
        all all-am am--refresh check check-TESTS check-am clean \
1072
 
        clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES ctags \
1073
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
1074
 
        dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
1099
        clean-checkPROGRAMS clean-cscope clean-generic \
 
1100
        clean-noinstLIBRARIES cscope cscopelist cscopelist-recursive \
 
1101
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
1102
        dist-hook dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1075
1103
        distcheck distclean distclean-compile distclean-generic \
1076
1104
        distclean-hdr distclean-local distclean-tags distcleancheck \
1077
1105
        distdir distuninstallcheck dvi dvi-am html html-am info \