771 lines
		
	
	
		
			29 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			771 lines
		
	
	
		
			29 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile.in generated by automake 1.9.6 from Makefile.am.
 | |
| # @configure_input@
 | |
| 
 | |
| # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 | |
| # 2003, 2004, 2005  Free Software Foundation, Inc.
 | |
| # This Makefile.in is free software; the Free Software Foundation
 | |
| # gives unlimited permission to copy and/or distribute it,
 | |
| # with or without modifications, as long as this notice is preserved.
 | |
| 
 | |
| # This program is distributed in the hope that it will be useful,
 | |
| # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 | |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 | |
| # PARTICULAR PURPOSE.
 | |
| 
 | |
| @SET_MAKE@
 | |
| 
 | |
| # ./lib/Makefile.inc
 | |
| 
 | |
| srcdir = @srcdir@
 | |
| top_srcdir = @top_srcdir@
 | |
| VPATH = @srcdir@
 | |
| pkgdatadir = $(datadir)/@PACKAGE@
 | |
| pkglibdir = $(libdir)/@PACKAGE@
 | |
| pkgincludedir = $(includedir)/@PACKAGE@
 | |
| top_builddir = ..
 | |
| am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 | |
| INSTALL = @INSTALL@
 | |
| install_sh_DATA = $(install_sh) -c -m 644
 | |
| install_sh_PROGRAM = $(install_sh) -c
 | |
| install_sh_SCRIPT = $(install_sh) -c
 | |
| INSTALL_HEADER = $(INSTALL_DATA)
 | |
| transform = $(program_transform_name)
 | |
| NORMAL_INSTALL = :
 | |
| PRE_INSTALL = :
 | |
| POST_INSTALL = :
 | |
| NORMAL_UNINSTALL = :
 | |
| PRE_UNINSTALL = :
 | |
| POST_UNINSTALL = :
 | |
| build_triplet = @build@
 | |
| host_triplet = @host@
 | |
| DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 | |
| 	$(srcdir)/Makefile.inc $(srcdir)/config.h.in
 | |
| subdir = lib
 | |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 | |
| am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
 | |
| 	$(top_srcdir)/m4/curl-confopts.m4 \
 | |
| 	$(top_srcdir)/m4/curl-functions.m4 \
 | |
| 	$(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/acinclude.m4 \
 | |
| 	$(top_srcdir)/configure.ac
 | |
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | |
| 	$(ACLOCAL_M4)
 | |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 | |
| CONFIG_HEADER = config.h $(top_builddir)/src/config.h \
 | |
| 	$(top_builddir)/include/curl/curlbuild.h
 | |
| CONFIG_CLEAN_FILES =
 | |
| am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 | |
| am__vpath_adj = case $$p in \
 | |
|     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 | |
|     *) f=$$p;; \
 | |
|   esac;
 | |
| am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 | |
| am__installdirs = "$(DESTDIR)$(libdir)"
 | |
| libLTLIBRARIES_INSTALL = $(INSTALL)
 | |
| LTLIBRARIES = $(lib_LTLIBRARIES)
 | |
| libcurl_la_LIBADD =
 | |
| am__objects_1 = file.lo timeval.lo base64.lo hostip.lo progress.lo \
 | |
| 	formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo \
 | |
| 	if2ip.lo speedcheck.lo ldap.lo ssluse.lo version.lo getenv.lo \
 | |
| 	escape.lo mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo \
 | |
| 	strequal.lo easy.lo security.lo krb4.lo krb5.lo memdebug.lo \
 | |
| 	http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo \
 | |
| 	content_encoding.lo share.lo http_digest.lo md5.lo \
 | |
| 	http_negotiate.lo http_ntlm.lo inet_pton.lo strtoofft.lo \
 | |
| 	strerror.lo hostares.lo hostasyn.lo hostip4.lo hostip6.lo \
 | |
| 	hostsyn.lo hostthre.lo inet_ntop.lo parsedate.lo select.lo \
 | |
| 	gtls.lo sslgen.lo tftp.lo splay.lo strdup.lo socks.lo ssh.lo \
 | |
| 	nss.lo qssl.lo rawstr.lo curl_addrinfo.lo
 | |
| am__objects_2 =
 | |
| am_libcurl_la_OBJECTS = $(am__objects_1) $(am__objects_2)
 | |
| libcurl_la_OBJECTS = $(am_libcurl_la_OBJECTS)
 | |
| DEFAULT_INCLUDES = 
 | |
| depcomp = $(SHELL) $(top_srcdir)/depcomp
 | |
| am__depfiles_maybe = depfiles
 | |
| COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 | |
| 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 | |
| LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 | |
| 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 | |
| 	$(AM_CFLAGS) $(CFLAGS)
 | |
| CCLD = $(CC)
 | |
| LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 | |
| 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
 | |
| SOURCES = $(libcurl_la_SOURCES)
 | |
| DIST_SOURCES = $(libcurl_la_SOURCES)
 | |
| ETAGS = etags
 | |
| CTAGS = ctags
 | |
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 | |
| ACLOCAL = @ACLOCAL@
 | |
| AMDEP_FALSE = @AMDEP_FALSE@
 | |
| AMDEP_TRUE = @AMDEP_TRUE@
 | |
| AMTAR = @AMTAR@
 | |
| AR = @AR@
 | |
| AS = @AS@
 | |
| AUTOCONF = @AUTOCONF@
 | |
| AUTOHEADER = @AUTOHEADER@
 | |
| AUTOMAKE = @AUTOMAKE@
 | |
| AWK = @AWK@
 | |
| CC = @CC@
 | |
| CCDEPMODE = @CCDEPMODE@
 | |
| CFLAGS = @CFLAGS@
 | |
| CPP = @CPP@
 | |
| CPPFLAGS = @CPPFLAGS@
 | |
| CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
 | |
| CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
 | |
| CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
 | |
| CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
 | |
| CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
 | |
| CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
 | |
| CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
 | |
| CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
 | |
| CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
 | |
| CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
 | |
| CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
 | |
| CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
 | |
| CURL_LIBS = @CURL_LIBS@
 | |
| CYGPATH_W = @CYGPATH_W@
 | |
| DEFS = @DEFS@
 | |
| DEPDIR = @DEPDIR@
 | |
| DLLTOOL = @DLLTOOL@
 | |
| DSYMUTIL = @DSYMUTIL@
 | |
| ECHO = @ECHO@
 | |
| ECHO_C = @ECHO_C@
 | |
| ECHO_N = @ECHO_N@
 | |
| ECHO_T = @ECHO_T@
 | |
| EGREP = @EGREP@
 | |
| EXEEXT = @EXEEXT@
 | |
| GREP = @GREP@
 | |
| HAVE_ARES = @HAVE_ARES@
 | |
| HAVE_LIBZ = @HAVE_LIBZ@
 | |
| HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
 | |
| HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
 | |
| HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
 | |
| IDN_ENABLED = @IDN_ENABLED@
 | |
| INSTALL_DATA = @INSTALL_DATA@
 | |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@
 | |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@
 | |
| INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 | |
| IPV6_ENABLED = @IPV6_ENABLED@
 | |
| KRB4_ENABLED = @KRB4_ENABLED@
 | |
| LDFLAGS = @LDFLAGS@
 | |
| LIBCURL_LIBS = @LIBCURL_LIBS@
 | |
| LIBOBJS = @LIBOBJS@
 | |
| LIBS = @LIBS@
 | |
| LIBTOOL = @LIBTOOL@
 | |
| LN_S = @LN_S@
 | |
| LTLIBOBJS = @LTLIBOBJS@
 | |
| MAINT = @MAINT@
 | |
| MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 | |
| MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 | |
| MAKEINFO = @MAKEINFO@
 | |
| MANOPT = @MANOPT@
 | |
| MIMPURE_FALSE = @MIMPURE_FALSE@
 | |
| MIMPURE_TRUE = @MIMPURE_TRUE@
 | |
| NMEDIT = @NMEDIT@
 | |
| NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
 | |
| NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
 | |
| NROFF = @NROFF@
 | |
| OBJDUMP = @OBJDUMP@
 | |
| OBJEXT = @OBJEXT@
 | |
| PACKAGE = @PACKAGE@
 | |
| PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 | |
| PACKAGE_NAME = @PACKAGE_NAME@
 | |
| PACKAGE_STRING = @PACKAGE_STRING@
 | |
| PACKAGE_TARNAME = @PACKAGE_TARNAME@
 | |
| PACKAGE_VERSION = @PACKAGE_VERSION@
 | |
| PATH_SEPARATOR = @PATH_SEPARATOR@
 | |
| PERL = @PERL@
 | |
| PKGADD_NAME = @PKGADD_NAME@
 | |
| PKGADD_PKG = @PKGADD_PKG@
 | |
| PKGADD_VENDOR = @PKGADD_VENDOR@
 | |
| PKGCONFIG = @PKGCONFIG@
 | |
| RANDOM_FILE = @RANDOM_FILE@
 | |
| RANLIB = @RANLIB@
 | |
| REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
 | |
| SED = @SED@
 | |
| SET_MAKE = @SET_MAKE@
 | |
| SHELL = @SHELL@
 | |
| SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
 | |
| SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
 | |
| SSL_ENABLED = @SSL_ENABLED@
 | |
| STATICLIB_FALSE = @STATICLIB_FALSE@
 | |
| STATICLIB_TRUE = @STATICLIB_TRUE@
 | |
| STRIP = @STRIP@
 | |
| SUPPORT_FEATURES = @SUPPORT_FEATURES@
 | |
| SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
 | |
| TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
 | |
| USE_GNUTLS = @USE_GNUTLS@
 | |
| USE_LIBSSH2 = @USE_LIBSSH2@
 | |
| USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
 | |
| USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
 | |
| USE_NSS = @USE_NSS@
 | |
| USE_SSLEAY = @USE_SSLEAY@
 | |
| USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
 | |
| VERSION = @VERSION@
 | |
| VERSIONNUM = @VERSIONNUM@
 | |
| ac_ct_CC = @ac_ct_CC@
 | |
| am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 | |
| am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 | |
| am__include = @am__include@
 | |
| am__leading_dot = @am__leading_dot@
 | |
| am__quote = @am__quote@
 | |
| am__tar = @am__tar@
 | |
| am__untar = @am__untar@
 | |
| bindir = @bindir@
 | |
| build = @build@
 | |
| build_alias = @build_alias@
 | |
| build_cpu = @build_cpu@
 | |
| build_os = @build_os@
 | |
| build_vendor = @build_vendor@
 | |
| datadir = @datadir@
 | |
| datarootdir = @datarootdir@
 | |
| docdir = @docdir@
 | |
| dvidir = @dvidir@
 | |
| exec_prefix = @exec_prefix@
 | |
| host = @host@
 | |
| host_alias = @host_alias@
 | |
| host_cpu = @host_cpu@
 | |
| host_os = @host_os@
 | |
| host_vendor = @host_vendor@
 | |
| htmldir = @htmldir@
 | |
| includedir = @includedir@
 | |
| infodir = @infodir@
 | |
| install_sh = @install_sh@
 | |
| libdir = @libdir@
 | |
| libexecdir = @libexecdir@
 | |
| libext = @libext@
 | |
| localedir = @localedir@
 | |
| localstatedir = @localstatedir@
 | |
| mandir = @mandir@
 | |
| mkdir_p = @mkdir_p@
 | |
| oldincludedir = @oldincludedir@
 | |
| pdfdir = @pdfdir@
 | |
| prefix = @prefix@
 | |
| program_transform_name = @program_transform_name@
 | |
| psdir = @psdir@
 | |
| sbindir = @sbindir@
 | |
| sharedstatedir = @sharedstatedir@
 | |
| subdirs = @subdirs@
 | |
| sysconfdir = @sysconfdir@
 | |
| target_alias = @target_alias@
 | |
| 
 | |
| #***************************************************************************
 | |
| #                                  _   _ ____  _
 | |
| #  Project                     ___| | | |  _ \| |
 | |
| #                             / __| | | | |_) | |
 | |
| #                            | (__| |_| |  _ <| |___
 | |
| #                             \___|\___/|_| \_\_____|
 | |
| #
 | |
| # Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
 | |
| #
 | |
| # This software is licensed as described in the file COPYING, which
 | |
| # you should have received as part of this distribution. The terms
 | |
| # are also available at http://curl.haxx.se/docs/copyright.html.
 | |
| #
 | |
| # You may opt to use, copy, modify, merge, publish, distribute and/or sell
 | |
| # copies of the Software, and permit persons to whom the Software is
 | |
| # furnished to do so, under the terms of the COPYING file.
 | |
| #
 | |
| # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
 | |
| # KIND, either express or implied.
 | |
| #
 | |
| # $Id: Makefile.am,v 1.139 2008-11-03 08:50:58 bagder Exp $
 | |
| ###########################################################################
 | |
| AUTOMAKE_OPTIONS = foreign nostdinc
 | |
| DSP = curllib.dsp
 | |
| VCPROJ = curllib.vcproj
 | |
| DOCS = README.encoding README.memoryleak README.ares README.curlx	\
 | |
|  README.hostip README.multi_socket README.httpauth README.pipelining    \
 | |
|  README.NSS README.curl_off_t
 | |
| 
 | |
| EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \
 | |
|  curllib.dsw config-win32.h config-win32ce.h config-riscos.h config-mac.h  \
 | |
|  config.h.in makefile.dj config.dos libcurl.framework.make libcurl.plist   \
 | |
|  libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga		   \
 | |
|  Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot   \
 | |
|  config-win32ce.h config-os400.h setup-os400.h config-symbian.h		   \
 | |
|  Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl		   \
 | |
|  firefox-db2pem.sh
 | |
| 
 | |
| CLEANFILES = $(DSP) $(VCPROJ)
 | |
| lib_LTLIBRARIES = libcurl.la
 | |
| 
 | |
| # Specify our include paths here, and do it relative to $(top_srcdir) and
 | |
| # $(top_builddir), to ensure that these paths which belong to the library
 | |
| # being currently built and tested are searched before the library which
 | |
| # might possibly already be installed in the system.
 | |
| #
 | |
| # $(top_builddir)/include is for libcurl's generated curl/curlbuild.h file
 | |
| # $(top_srcdir)/include is for libcurl's external include files
 | |
| # $(top_builddir)/lib is for libcurl's generated lib/config.h file
 | |
| # $(top_srcdir)/lib is for libcurl's lib/setup.h and other "private" files
 | |
| INCLUDES = -I$(top_builddir)/include \
 | |
|            -I$(top_srcdir)/include   \
 | |
|            -I$(top_builddir)/lib     \
 | |
|            -I$(top_srcdir)/lib
 | |
| 
 | |
| @SONAME_BUMP_FALSE@VERSIONINFO = -version-info 5:1:1
 | |
| 
 | |
| #
 | |
| # Bumping of SONAME conditionally may seem like a weird thing to do, and yeah
 | |
| # it is. The problem is that we try to avoid the bump as hard as possible, but
 | |
| # yet it is still necessary for a few rare situations. The configure script will
 | |
| # attempt to figure out these situations, and it can be forced to consider this
 | |
| # to be such a case! See README.curl_off_t for further details.
 | |
| #
 | |
| # This conditional soname bump SHOULD be removed at next "proper" bump.
 | |
| #
 | |
| @SONAME_BUMP_TRUE@VERSIONINFO = -version-info 6:1:1
 | |
| 
 | |
| # This flag accepts an argument of the form current[:revision[:age]]. So,
 | |
| # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
 | |
| # 1.
 | |
| #
 | |
| # Here's the simplified rule guide on how to change -version-info:
 | |
| # (current version is C:R:A)
 | |
| # 
 | |
| # 1. if there are only source changes, use C:R+1:A
 | |
| # 2. if interfaces were added use C+1:0:A+1
 | |
| # 3. if interfaces were removed, then use C+1:0:0
 | |
| #
 | |
| # For the full guide on libcurl ABI rules, see docs/libcurl/ABI
 | |
| 
 | |
| # The -no-undefined flag is CRUCIAL for this to build fine on Cygwin.
 | |
| @NO_UNDEFINED_TRUE@UNDEF = -no-undefined
 | |
| 
 | |
| # This is for gcc on Solaris (8+ ?) to avoid "relocations remain against
 | |
| # allocatable but non-writable sections" problems.
 | |
| @MIMPURE_TRUE@MIMPURE = -mimpure-text
 | |
| libcurl_la_LDFLAGS = $(UNDEF) $(VERSIONINFO) $(MIMPURE) $(LIBCURL_LIBS)
 | |
| CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c	\
 | |
|   cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c	\
 | |
|   ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c	\
 | |
|   netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c	\
 | |
|   krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c	\
 | |
|   multi.c content_encoding.c share.c http_digest.c md5.c		\
 | |
|   http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c	\
 | |
|   hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c	\
 | |
|   inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c	\
 | |
|   strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c
 | |
| 
 | |
| HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h	\
 | |
|   progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h	\
 | |
|   if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h	\
 | |
|   getinfo.h strequal.h krb4.h memdebug.h http_chunks.h	                \
 | |
|   strtok.h connect.h llist.h hash.h content_encoding.h share.h		\
 | |
|   curl_md5.h http_digest.h http_negotiate.h http_ntlm.h inet_pton.h	\
 | |
|   strtoofft.h strerror.h inet_ntop.h curlx.h memory.h setup.h		\
 | |
|   transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h	\
 | |
|   tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h	\
 | |
|   curl_base64.h rawstr.h curl_addrinfo.h
 | |
| 
 | |
| 
 | |
| # Makefile.inc provides the CSOURCES and HHEADERS defines
 | |
| libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS)
 | |
| WIN32SOURCES = $(CSOURCES)
 | |
| WIN32HEADERS = $(HHEADERS) config-win32.h
 | |
| DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP)
 | |
| VCPROJOUT = | awk '{printf("%s\r\n", $$0)}' >> $(VCPROJ)
 | |
| all: config.h
 | |
| 	$(MAKE) $(AM_MAKEFLAGS) all-am
 | |
| 
 | |
| .SUFFIXES:
 | |
| .SUFFIXES: .c .lo .o .obj
 | |
| $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
 | |
| 	@for dep in $?; do \
 | |
| 	  case '$(am__configure_deps)' in \
 | |
| 	    *$$dep*) \
 | |
| 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 | |
| 		&& exit 0; \
 | |
| 	      exit 1;; \
 | |
| 	  esac; \
 | |
| 	done; \
 | |
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  lib/Makefile'; \
 | |
| 	cd $(top_srcdir) && \
 | |
| 	  $(AUTOMAKE) --foreign  lib/Makefile
 | |
| .PRECIOUS: Makefile
 | |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 | |
| 	@case '$?' in \
 | |
| 	  *config.status*) \
 | |
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | |
| 	  *) \
 | |
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | |
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | |
| 	esac;
 | |
| 
 | |
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 | |
| 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | |
| 
 | |
| $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 | |
| 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | |
| $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 | |
| 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | |
| 
 | |
| config.h: stamp-h1
 | |
| 	@if test ! -f $@; then \
 | |
| 	  rm -f stamp-h1; \
 | |
| 	  $(MAKE) stamp-h1; \
 | |
| 	else :; fi
 | |
| 
 | |
| stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 | |
| 	@rm -f stamp-h1
 | |
| 	cd $(top_builddir) && $(SHELL) ./config.status lib/config.h
 | |
| $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 | |
| 	cd $(top_srcdir) && $(AUTOHEADER)
 | |
| 	rm -f stamp-h1
 | |
| 	touch $@
 | |
| 
 | |
| distclean-hdr:
 | |
| 	-rm -f config.h stamp-h1
 | |
| install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 | |
| 	@$(NORMAL_INSTALL)
 | |
| 	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 | |
| 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 | |
| 	  if test -f $$p; then \
 | |
| 	    f=$(am__strip_dir) \
 | |
| 	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 | |
| 	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 | |
| 	  else :; fi; \
 | |
| 	done
 | |
| 
 | |
| uninstall-libLTLIBRARIES:
 | |
| 	@$(NORMAL_UNINSTALL)
 | |
| 	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 | |
| 	  p=$(am__strip_dir) \
 | |
| 	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 | |
| 	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 | |
| 	done
 | |
| 
 | |
| clean-libLTLIBRARIES:
 | |
| 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 | |
| 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 | |
| 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 | |
| 	  test "$$dir" != "$$p" || dir=.; \
 | |
| 	  echo "rm -f \"$${dir}/so_locations\""; \
 | |
| 	  rm -f "$${dir}/so_locations"; \
 | |
| 	done
 | |
| libcurl.la: $(libcurl_la_OBJECTS) $(libcurl_la_DEPENDENCIES) 
 | |
| 	$(LINK) -rpath $(libdir) $(libcurl_la_LDFLAGS) $(libcurl_la_OBJECTS) $(libcurl_la_LIBADD) $(LIBS)
 | |
| 
 | |
| mostlyclean-compile:
 | |
| 	-rm -f *.$(OBJEXT)
 | |
| 
 | |
| distclean-compile:
 | |
| 	-rm -f *.tab.c
 | |
| 
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/content_encoding.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cookie.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_addrinfo.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/easy.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escape.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/formdata.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftp.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getenv.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getinfo.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtls.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostares.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostasyn.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip4.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip6.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostsyn.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostthre.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_chunks.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_digest.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_negotiate.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_ntlm.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if2ip.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb4.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb5.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldap.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/llist.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memdebug.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprintf.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netrc.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsedate.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qssl.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawstr.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendf.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/share.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/speedcheck.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splay.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssh.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslgen.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssluse.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strequal.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoofft.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/telnet.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tftp.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transfer.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Plo@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
 | |
| 
 | |
| .c.o:
 | |
| @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 | |
| @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | |
| @am__fastdepCC_FALSE@	$(COMPILE) -c $<
 | |
| 
 | |
| .c.obj:
 | |
| @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 | |
| @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | |
| @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 | |
| 
 | |
| .c.lo:
 | |
| @am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 | |
| @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | |
| @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
 | |
| 
 | |
| mostlyclean-libtool:
 | |
| 	-rm -f *.lo
 | |
| 
 | |
| clean-libtool:
 | |
| 	-rm -rf .libs _libs
 | |
| 
 | |
| distclean-libtool:
 | |
| 	-rm -f libtool
 | |
| uninstall-info-am:
 | |
| 
 | |
| ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 | |
| 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 | |
| 	unique=`for i in $$list; do \
 | |
| 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 | |
| 	  done | \
 | |
| 	  $(AWK) '    { files[$$0] = 1; } \
 | |
| 	       END { for (i in files) print i; }'`; \
 | |
| 	mkid -fID $$unique
 | |
| tags: TAGS
 | |
| 
 | |
| TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 | |
| 		$(TAGS_FILES) $(LISP)
 | |
| 	tags=; \
 | |
| 	here=`pwd`; \
 | |
| 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 | |
| 	unique=`for i in $$list; do \
 | |
| 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 | |
| 	  done | \
 | |
| 	  $(AWK) '    { files[$$0] = 1; } \
 | |
| 	       END { for (i in files) print i; }'`; \
 | |
| 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 | |
| 	  test -n "$$unique" || unique=$$empty_fix; \
 | |
| 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 | |
| 	    $$tags $$unique; \
 | |
| 	fi
 | |
| ctags: CTAGS
 | |
| CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 | |
| 		$(TAGS_FILES) $(LISP)
 | |
| 	tags=; \
 | |
| 	here=`pwd`; \
 | |
| 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 | |
| 	unique=`for i in $$list; do \
 | |
| 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 | |
| 	  done | \
 | |
| 	  $(AWK) '    { files[$$0] = 1; } \
 | |
| 	       END { for (i in files) print i; }'`; \
 | |
| 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
 | |
| 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 | |
| 	     $$tags $$unique
 | |
| 
 | |
| GTAGS:
 | |
| 	here=`$(am__cd) $(top_builddir) && pwd` \
 | |
| 	  && cd $(top_srcdir) \
 | |
| 	  && gtags -i $(GTAGS_ARGS) $$here
 | |
| 
 | |
| distclean-tags:
 | |
| 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 | |
| 
 | |
| distdir: $(DISTFILES)
 | |
| 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 | |
| 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 | |
| 	list='$(DISTFILES)'; for file in $$list; do \
 | |
| 	  case $$file in \
 | |
| 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 | |
| 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 | |
| 	  esac; \
 | |
| 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 | |
| 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 | |
| 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 | |
| 	    dir="/$$dir"; \
 | |
| 	    $(mkdir_p) "$(distdir)$$dir"; \
 | |
| 	  else \
 | |
| 	    dir=''; \
 | |
| 	  fi; \
 | |
| 	  if test -d $$d/$$file; then \
 | |
| 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 | |
| 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 | |
| 	    fi; \
 | |
| 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 | |
| 	  else \
 | |
| 	    test -f $(distdir)/$$file \
 | |
| 	    || cp -p $$d/$$file $(distdir)/$$file \
 | |
| 	    || exit 1; \
 | |
| 	  fi; \
 | |
| 	done
 | |
| check-am: all-am
 | |
| check: check-am
 | |
| all-am: Makefile $(LTLIBRARIES) config.h
 | |
| installdirs:
 | |
| 	for dir in "$(DESTDIR)$(libdir)"; do \
 | |
| 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
 | |
| 	done
 | |
| install: install-am
 | |
| install-exec: install-exec-am
 | |
| install-data: install-data-am
 | |
| uninstall: uninstall-am
 | |
| 
 | |
| install-am: all-am
 | |
| 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 | |
| 
 | |
| installcheck: installcheck-am
 | |
| install-strip:
 | |
| 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 | |
| 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 | |
| 	  `test -z '$(STRIP)' || \
 | |
| 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 | |
| mostlyclean-generic:
 | |
| 
 | |
| clean-generic:
 | |
| 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 | |
| 
 | |
| distclean-generic:
 | |
| 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 | |
| 
 | |
| maintainer-clean-generic:
 | |
| 	@echo "This command is intended for maintainers to use"
 | |
| 	@echo "it deletes files that may require special tools to rebuild."
 | |
| clean: clean-am
 | |
| 
 | |
| clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 | |
| 	mostlyclean-am
 | |
| 
 | |
| distclean: distclean-am
 | |
| 	-rm -rf ./$(DEPDIR)
 | |
| 	-rm -f Makefile
 | |
| distclean-am: clean-am distclean-compile distclean-generic \
 | |
| 	distclean-hdr distclean-libtool distclean-tags
 | |
| 
 | |
| dvi: dvi-am
 | |
| 
 | |
| dvi-am:
 | |
| 
 | |
| html: html-am
 | |
| 
 | |
| info: info-am
 | |
| 
 | |
| info-am:
 | |
| 
 | |
| install-data-am:
 | |
| 
 | |
| install-exec-am: install-libLTLIBRARIES
 | |
| 
 | |
| install-info: install-info-am
 | |
| 
 | |
| install-man:
 | |
| 
 | |
| installcheck-am:
 | |
| 
 | |
| maintainer-clean: maintainer-clean-am
 | |
| 	-rm -rf ./$(DEPDIR)
 | |
| 	-rm -f Makefile
 | |
| maintainer-clean-am: distclean-am maintainer-clean-generic
 | |
| 
 | |
| mostlyclean: mostlyclean-am
 | |
| 
 | |
| mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 | |
| 	mostlyclean-libtool
 | |
| 
 | |
| pdf: pdf-am
 | |
| 
 | |
| pdf-am:
 | |
| 
 | |
| ps: ps-am
 | |
| 
 | |
| ps-am:
 | |
| 
 | |
| uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 | |
| 
 | |
| .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 | |
| 	clean-libLTLIBRARIES clean-libtool ctags distclean \
 | |
| 	distclean-compile distclean-generic distclean-hdr \
 | |
| 	distclean-libtool distclean-tags distdir dvi dvi-am html \
 | |
| 	html-am info info-am install install-am install-data \
 | |
| 	install-data-am install-exec install-exec-am install-info \
 | |
| 	install-info-am install-libLTLIBRARIES install-man \
 | |
| 	install-strip installcheck installcheck-am installdirs \
 | |
| 	maintainer-clean maintainer-clean-generic mostlyclean \
 | |
| 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 | |
| 	pdf pdf-am ps ps-am tags uninstall uninstall-am \
 | |
| 	uninstall-info-am uninstall-libLTLIBRARIES
 | |
| 
 | |
| 
 | |
| $(DSP): msvcproj.head msvcproj.foot Makefile.am
 | |
| 	echo "creating $(DSP)"
 | |
| 	@(cp $(srcdir)/msvcproj.head $(DSP); \
 | |
| 	echo "# Begin Group \"Source Files\"" $(DSPOUT); \
 | |
|         echo "" $(DSPOUT); \
 | |
|         echo "# PROP Default_Filter \"\"" $(DSPOUT); \
 | |
|         win32_srcs='$(WIN32SOURCES)'; \
 | |
|         sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
 | |
|         for file in $$sorted_srcs; do \
 | |
| 	echo "# Begin Source File" $(DSPOUT); \
 | |
| 	echo "" $(DSPOUT); \
 | |
| 	echo "SOURCE=.\\"$$file $(DSPOUT); \
 | |
| 	echo "# End Source File" $(DSPOUT); \
 | |
| 	done; \
 | |
| 	echo "# End Group" $(DSPOUT); \
 | |
| 	echo "# Begin Group \"Header Files\"" $(DSPOUT); \
 | |
|         echo "" $(DSPOUT); \
 | |
|         echo "# PROP Default_Filter \"\"" $(DSPOUT); \
 | |
|         win32_hdrs='$(WIN32HEADERS)'; \
 | |
|         sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
 | |
|         for file in $$sorted_hdrs; do \
 | |
| 	echo "# Begin Source File" $(DSPOUT); \
 | |
| 	echo "" $(DSPOUT); \
 | |
| 	echo "SOURCE=.\\"$$file $(DSPOUT); \
 | |
| 	echo "# End Source File" $(DSPOUT); \
 | |
| 	done; \
 | |
| 	echo "# End Group" $(DSPOUT); \
 | |
| 	cat $(srcdir)/msvcproj.foot $(DSPOUT) )
 | |
| 
 | |
| $(VCPROJ): vc8proj.head vc8proj.foot Makefile.am
 | |
| 	echo "creating $(VCPROJ)"
 | |
| 	@(cp $(srcdir)/vc8proj.head $(VCPROJ); \
 | |
|         win32_srcs='$(WIN32SOURCES)'; \
 | |
|         sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
 | |
|         for file in $$sorted_srcs; do \
 | |
| 	echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
 | |
| 	done; \
 | |
| 	echo "</Filter><Filter	Name=\"Header Files\">" $(VCPROJOUT); \
 | |
|         win32_hdrs='$(WIN32HEADERS)'; \
 | |
|         sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
 | |
|         for file in $$sorted_hdrs; do \
 | |
| 	echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
 | |
| 	done; \
 | |
| 	cat $(srcdir)/vc8proj.foot $(VCPROJOUT) )
 | |
| # Tell versions [3.59,3.63) of GNU make to not export all variables.
 | |
| # Otherwise a system limit (for SysV at least) may be exceeded.
 | |
| .NOEXPORT:
 |