~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to libltdl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-02-15 18:46:13 UTC
  • mfrom: (21.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110215184613-1u3dh5sz4i055flk
Tags: 3.1.10-1ubuntu1
* Merge from debian unstable. (LP: #719283)  Remaining changes:
  - debian/patches/18-fix-ftbfs-binutils-gold.dpatch: Add library linker into
    LIBS instead to LDFLAGS to fixing FTBFS binutils-gold.
* Drop Ubuntu configuration for ufw which landed in Debian and sync it: 
  - debian/squid3.ufw.profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 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,
284
284
libexecdir = @libexecdir@
285
285
localedir = @localedir@
286
286
localstatedir = @localstatedir@
287
 
lt_ECHO = @lt_ECHO@
288
287
mandir = @mandir@
289
288
mkdir_p = @mkdir_p@
290
289
oldincludedir = @oldincludedir@
321
320
CLEANFILES = libltdl.la libltdlc.la libdlloader.la $(LIBOBJS) \
322
321
        $(LTLIBOBJS)
323
322
MOSTLYCLEANFILES = argz.h argz.h-t
324
 
LTDL_VERSION_INFO = -version-info 9:1:2
 
323
LTDL_VERSION_INFO = -version-info 9:2:2
325
324
@INSTALL_LTDL_TRUE@ltdlincludedir = $(includedir)/libltdl
326
325
@INSTALL_LTDL_TRUE@ltdlinclude_HEADERS = libltdl/lt_system.h \
327
326
@INSTALL_LTDL_TRUE@                       libltdl/lt_error.h \
783
782
          fi; \
784
783
        done
785
784
        -test -n "$(am__skip_mode_fix)" \
786
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
785
        || find "$(distdir)" -type d ! -perm -755 \
 
786
                -exec chmod u+rwx,go+rx {} \; -o \
787
787
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
788
788
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
789
789
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
827
827
distcheck: dist
828
828
        case '$(DIST_ARCHIVES)' in \
829
829
        *.tar.gz*) \
830
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
830
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
831
831
        *.tar.bz2*) \
832
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
832
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
833
833
        *.tar.lzma*) \
834
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
834
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
835
835
        *.tar.xz*) \
836
836
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
837
837
        *.tar.Z*) \
838
838
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
839
839
        *.shar.gz*) \
840
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
840
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
841
841
        *.zip*) \
842
842
          unzip $(distdir).zip ;;\
843
843
        esac