~ubuntu-branches/ubuntu/trusty/zziplib/trusty-proposed

« back to all changes in this revision

Viewing changes to zzip/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2014-01-26 18:54:39 UTC
  • mfrom: (7.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20140126185439-wm0ucivjwwq0lesb
Tags: 0.13.62-2
Merge in Ubuntu changes to use dh-autoreconf to ensure package
remains buildable across future ports. Thanks to Steve Langasek.
(Closes: #736810)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
71
73
        $(ACLOCAL_M4)
72
74
mkinstalldirs = $(SHELL) $(top_srcdir)/uses/mkinstalldirs
73
75
CONFIG_HEADER = $(top_builddir)/config.h
 
76
CONFIG_CLEAN_VPATH_FILES =
74
77
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75
78
am__vpath_adj = case $$p in \
76
79
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77
80
    *) f=$$p;; \
78
81
  esac;
79
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
82
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
83
am__install_max = 40
 
84
am__nobase_strip_setup = \
 
85
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
86
am__nobase_strip = \
 
87
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
88
am__nobase_list = $(am__nobase_strip_setup); \
 
89
  for p in $$list; do echo "$$p $$p"; done | \
 
90
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
91
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
92
    if (++n[$$2] == $(am__install_max)) \
 
93
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
94
    END { for (dir in files) print dir, files[dir] }'
 
95
am__base_list = \
 
96
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
97
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
80
98
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
81
99
        "$(DESTDIR)$(zzipdir)"
82
 
libLTLIBRARIES_INSTALL = $(INSTALL)
83
100
LTLIBRARIES = $(lib_LTLIBRARIES)
84
101
libzzip_la_DEPENDENCIES =
85
102
am_libzzip_la_OBJECTS = zip.lo file.lo dir.lo stat.lo info.lo err.lo \
102
119
        $(libzzipmmapped_la_LDFLAGS) $(LDFLAGS) -o $@
103
120
depcomp = $(SHELL) $(top_srcdir)/uses/depcomp
104
121
am__depfiles_maybe = depfiles
 
122
am__mv = mv -f
105
123
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
106
124
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107
125
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
115
133
        $(libzzipmmapped_la_SOURCES)
116
134
DIST_SOURCES = $(libzzip_la_SOURCES) $(libzzipfseeko_la_SOURCES) \
117
135
        $(libzzipmmapped_la_SOURCES)
118
 
pkgconfigHEADERS_INSTALL = $(INSTALL_HEADER)
119
 
zzipHEADERS_INSTALL = $(INSTALL_HEADER)
120
136
HEADERS = $(noinst_HEADERS) $(pkgconfig_HEADERS) $(zzip_HEADERS)
121
137
ETAGS = etags
122
138
CTAGS = ctags
179
195
PACKAGE_NAME = @PACKAGE_NAME@
180
196
PACKAGE_STRING = @PACKAGE_STRING@
181
197
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
198
PACKAGE_URL = @PACKAGE_URL@
182
199
PACKAGE_VERSION = @PACKAGE_VERSION@
183
200
PATH_SEPARATOR = @PATH_SEPARATOR@
184
201
PAX = @PAX@
191
208
RELEASE_INFO = @RELEASE_INFO@
192
209
RESOLVES = @RESOLVES@
193
210
SDL = @SDL@
 
211
SDL_GENERATE = @SDL_GENERATE@
194
212
SED = @SED@
195
213
SET_MAKE = @SET_MAKE@
196
214
SHELL = @SHELL@
297
315
        plugin.h \
298
316
        lib.h \
299
317
        zzip.h \
 
318
        zzip32.h \
300
319
        write.h \
301
320
        fetch.h \
302
321
        format.h \
312
331
 
313
332
libzzip_la_LIBADD = -lz @RESOLVES@
314
333
libzzipmmapped_la_SOURCES = mmapped.c memdisk.c fetch.c
315
 
libzzipmmapped_la_headers = mmapped.h memdisk.h fetch.h
 
334
libzzipmmapped____headers = mmapped.h memdisk.h fetch.h
 
335
libzzipmmapped_la_headers = mmapped.h memdisk.h
316
336
libzzipmmapped_la_LDFLAGS = @ZZIPLIB_LDFLAGS@ $(RELEASE_INFO) $(VERSION_INFO) \
317
337
                    $(THREAD_SAFE)
318
338
 
319
339
libzzipmmapped_la_LIBADD = -lz @RESOLVES@
320
340
libzzipfseeko_la_SOURCES = fseeko.c fetch.c
321
 
libzzipfseeko_la_headers = fseeko.h fetch.h
 
341
libzzipfseeko____headers = fseeko.h fetch.h
 
342
libzzipfseeko_la_headers = fseeko.h
322
343
libzzipfseeko_la_LDFLAGS = @ZZIPLIB_LDFLAGS@ $(RELEASE_INFO) $(VERSION_INFO) \
323
344
                    $(THREAD_SAFE)
324
345
 
377
398
        @for dep in $?; do \
378
399
          case '$(am__configure_deps)' in \
379
400
            *$$dep*) \
380
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
381
 
                && exit 0; \
 
401
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
402
                && { if test -f $@; then exit 0; else break; fi; }; \
382
403
              exit 1;; \
383
404
          esac; \
384
405
        done; \
385
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  zzip/Makefile'; \
386
 
        cd $(top_srcdir) && \
387
 
          $(AUTOMAKE) --foreign  zzip/Makefile
 
406
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign zzip/Makefile'; \
 
407
        $(am__cd) $(top_srcdir) && \
 
408
          $(AUTOMAKE) --foreign zzip/Makefile
388
409
.PRECIOUS: Makefile
389
410
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
390
411
        @case '$?' in \
402
423
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403
424
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
404
425
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
426
$(am__aclocal_m4_deps):
405
427
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
406
428
        @$(NORMAL_INSTALL)
407
429
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
408
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
430
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
431
        list2=; for p in $$list; do \
409
432
          if test -f $$p; then \
410
 
            f=$(am__strip_dir) \
411
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
412
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
433
            list2="$$list2 $$p"; \
413
434
          else :; fi; \
414
 
        done
 
435
        done; \
 
436
        test -z "$$list2" || { \
 
437
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
438
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
439
        }
415
440
 
416
441
uninstall-libLTLIBRARIES:
417
442
        @$(NORMAL_UNINSTALL)
418
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
419
 
          p=$(am__strip_dir) \
420
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
421
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
443
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
444
        for p in $$list; do \
 
445
          $(am__strip_dir) \
 
446
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
447
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
422
448
        done
423
449
 
424
450
clean-libLTLIBRARIES:
457
483
 
458
484
.c.o:
459
485
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
460
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
486
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
461
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
462
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463
489
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
464
490
 
465
491
.c.obj:
466
492
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
467
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
493
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
468
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
469
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470
496
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
471
497
 
472
498
.c.lo:
473
499
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
474
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
500
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
475
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
476
502
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477
503
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
484
510
install-pkgconfigHEADERS: $(pkgconfig_HEADERS)
485
511
        @$(NORMAL_INSTALL)
486
512
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
487
 
        @list='$(pkgconfig_HEADERS)'; for p in $$list; do \
 
513
        @list='$(pkgconfig_HEADERS)'; test -n "$(pkgconfigdir)" || list=; \
 
514
        for p in $$list; do \
488
515
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
489
 
          f=$(am__strip_dir) \
490
 
          echo " $(pkgconfigHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
491
 
          $(pkgconfigHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
516
          echo "$$d$$p"; \
 
517
        done | $(am__base_list) | \
 
518
        while read files; do \
 
519
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
520
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
492
521
        done
493
522
 
494
523
uninstall-pkgconfigHEADERS:
495
524
        @$(NORMAL_UNINSTALL)
496
 
        @list='$(pkgconfig_HEADERS)'; for p in $$list; do \
497
 
          f=$(am__strip_dir) \
498
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
499
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
500
 
        done
 
525
        @list='$(pkgconfig_HEADERS)'; test -n "$(pkgconfigdir)" || list=; \
 
526
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
527
        test -n "$$files" || exit 0; \
 
528
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
529
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
501
530
install-zzipHEADERS: $(zzip_HEADERS)
502
531
        @$(NORMAL_INSTALL)
503
532
        test -z "$(zzipdir)" || $(MKDIR_P) "$(DESTDIR)$(zzipdir)"
504
 
        @list='$(zzip_HEADERS)'; for p in $$list; do \
 
533
        @list='$(zzip_HEADERS)'; test -n "$(zzipdir)" || list=; \
 
534
        for p in $$list; do \
505
535
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
506
 
          f=$(am__strip_dir) \
507
 
          echo " $(zzipHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(zzipdir)/$$f'"; \
508
 
          $(zzipHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(zzipdir)/$$f"; \
 
536
          echo "$$d$$p"; \
 
537
        done | $(am__base_list) | \
 
538
        while read files; do \
 
539
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(zzipdir)'"; \
 
540
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(zzipdir)" || exit $$?; \
509
541
        done
510
542
 
511
543
uninstall-zzipHEADERS:
512
544
        @$(NORMAL_UNINSTALL)
513
 
        @list='$(zzip_HEADERS)'; for p in $$list; do \
514
 
          f=$(am__strip_dir) \
515
 
          echo " rm -f '$(DESTDIR)$(zzipdir)/$$f'"; \
516
 
          rm -f "$(DESTDIR)$(zzipdir)/$$f"; \
517
 
        done
 
545
        @list='$(zzip_HEADERS)'; test -n "$(zzipdir)" || list=; \
 
546
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
547
        test -n "$$files" || exit 0; \
 
548
        echo " ( cd '$(DESTDIR)$(zzipdir)' && rm -f" $$files ")"; \
 
549
        cd "$(DESTDIR)$(zzipdir)" && rm -f $$files
518
550
 
519
551
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
520
552
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
521
553
        unique=`for i in $$list; do \
522
554
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523
555
          done | \
524
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
556
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
525
557
              END { if (nonempty) { for (i in files) print i; }; }'`; \
526
558
        mkid -fID $$unique
527
559
tags: TAGS
528
560
 
529
561
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
530
562
                $(TAGS_FILES) $(LISP)
531
 
        tags=; \
 
563
        set x; \
532
564
        here=`pwd`; \
533
565
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
534
566
        unique=`for i in $$list; do \
536
568
          done | \
537
569
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
538
570
              END { if (nonempty) { for (i in files) print i; }; }'`; \
539
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
571
        shift; \
 
572
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
540
573
          test -n "$$unique" || unique=$$empty_fix; \
541
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
542
 
            $$tags $$unique; \
 
574
          if test $$# -gt 0; then \
 
575
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
576
              "$$@" $$unique; \
 
577
          else \
 
578
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
579
              $$unique; \
 
580
          fi; \
543
581
        fi
544
582
ctags: CTAGS
545
583
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
546
584
                $(TAGS_FILES) $(LISP)
547
 
        tags=; \
548
585
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
549
586
        unique=`for i in $$list; do \
550
587
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
551
588
          done | \
552
589
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
553
590
              END { if (nonempty) { for (i in files) print i; }; }'`; \
554
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
591
        test -z "$(CTAGS_ARGS)$$unique" \
555
592
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
556
 
             $$tags $$unique
 
593
             $$unique
557
594
 
558
595
GTAGS:
559
596
        here=`$(am__cd) $(top_builddir) && pwd` \
560
 
          && cd $(top_srcdir) \
561
 
          && gtags -i $(GTAGS_ARGS) $$here
 
597
          && $(am__cd) $(top_srcdir) \
 
598
          && gtags -i $(GTAGS_ARGS) "$$here"
562
599
 
563
600
distclean-tags:
564
601
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
579
616
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
580
617
          if test -d $$d/$$file; then \
581
618
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
619
            if test -d "$(distdir)/$$file"; then \
 
620
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
621
            fi; \
582
622
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
583
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
623
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
624
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
584
625
            fi; \
585
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
626
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
586
627
          else \
587
 
            test -f $(distdir)/$$file \
588
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
628
            test -f "$(distdir)/$$file" \
 
629
            || cp -p $$d/$$file "$(distdir)/$$file" \
589
630
            || exit 1; \
590
631
          fi; \
591
632
        done
617
658
 
618
659
distclean-generic:
619
660
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
661
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
620
662
 
621
663
maintainer-clean-generic:
622
664
        @echo "This command is intended for maintainers to use"
639
681
 
640
682
html: html-am
641
683
 
 
684
html-am:
 
685
 
642
686
info: info-am
643
687
 
644
688
info-am:
645
689
 
646
 
install-data-am: install-data-local install-pkgconfigHEADERS \
647
 
        install-zzipHEADERS
648
 
 
 
690
install-data-am: install-pkgconfigHEADERS install-zzipHEADERS
 
691
        @$(NORMAL_INSTALL)
 
692
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
649
693
install-dvi: install-dvi-am
650
694
 
651
 
install-exec-am: install-exec-local install-libLTLIBRARIES
 
695
install-dvi-am:
652
696
 
 
697
install-exec-am: install-libLTLIBRARIES
 
698
        @$(NORMAL_INSTALL)
 
699
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
653
700
install-html: install-html-am
654
701
 
 
702
install-html-am:
 
703
 
655
704
install-info: install-info-am
656
705
 
 
706
install-info-am:
 
707
 
657
708
install-man:
658
709
 
659
710
install-pdf: install-pdf-am
660
711
 
 
712
install-pdf-am:
 
713
 
661
714
install-ps: install-ps-am
662
715
 
 
716
install-ps-am:
 
717
 
663
718
installcheck-am:
664
719
 
665
720
maintainer-clean: maintainer-clean-am
683
738
uninstall-am: uninstall-libLTLIBRARIES uninstall-local \
684
739
        uninstall-pkgconfigHEADERS uninstall-zzipHEADERS
685
740
 
686
 
.MAKE: install-am install-strip
 
741
.MAKE: install-am install-data-am install-exec-am install-strip
687
742
 
688
743
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
689
744
        clean-libLTLIBRARIES clean-libtool ctags distclean \
690
745
        distclean-compile distclean-generic distclean-libtool \
691
746
        distclean-tags distdir dvi dvi-am html html-am info info-am \
692
747
        install install-am install-data install-data-am \
693
 
        install-data-local install-dvi install-dvi-am install-exec \
694
 
        install-exec-am install-exec-local install-html \
695
 
        install-html-am install-info install-info-am \
696
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
748
        install-data-hook install-dvi install-dvi-am install-exec \
 
749
        install-exec-am install-exec-hook install-html install-html-am \
 
750
        install-info install-info-am install-libLTLIBRARIES \
 
751
        install-man install-pdf install-pdf-am \
697
752
        install-pkgconfigHEADERS install-ps install-ps-am \
698
753
        install-strip install-zzipHEADERS installcheck installcheck-am \
699
754
        installdirs maintainer-clean maintainer-clean-generic \
704
759
 
705
760
 
706
761
# here is some backward compatibility with version 0.10.* of zziplib
707
 
install-data-local : install-zzipHEADERS
 
762
install-data-hook : install-zzipHEADERS
708
763
        echo '#ifndef ZZIP_WARNING'   > $(DESTDIR)$(includedir)/zzip.h
709
764
        echo '#define ZZIP_WARNING 1' >>$(DESTDIR)$(includedir)/zzip.h
710
765
        echo '#ifdef __GNUC__'        >>$(DESTDIR)$(includedir)/zzip.h
721
776
        sed -e 's|zzip.h|zzip-io.h|' -e 's|zzip/lib.h|zzip/plugin.h|' \
722
777
        $(DESTDIR)$(includedir)/zzip.h >$(DESTDIR)$(includedir)/zzip-io.h
723
778
 
724
 
install-exec-local:
 
779
install-exec-hook:
725
780
        @ for i in . $(DESTDIR)$(libdir)/libzzip*.so.13 \
726
 
        ; do test -d $$i && continue ; lib=`basename "$$i" .so.13` \
 
781
        ; do test -d $$i && continue ; test -f $$i || continue \
 
782
        ; lib=`basename "$$i" .so.13` \
727
783
        ; echo "$(DESTDIR)$(libdir): ln -s $$lib.so.13 $$lib.so.10" \
728
784
        ; (cd $(DESTDIR)$(libdir) && ln -s $$lib.so.13 $$lib.so.10) \
729
785
        ; echo "$(DESTDIR)$(libdir): ln -s $$lib.so.13 $$lib.so.11" \
788
844
# ----------------------------------------------------------------------
789
845
.c.i :
790
846
        $(COMPILE) -E $< >$@
 
847
 
791
848
# Tell versions [3.59,3.63) of GNU make to not export all variables.
792
849
# Otherwise a system limit (for SysV at least) may be exceeded.
793
850
.NOEXPORT: