CSM_DEV_DIR=../../../..
MODULE_DIR=engine/cpp/util

include $(CSM_DEV_DIR)/config/Makefile.common

DIR_LIST=curl

LIB1=curl
LIB1_SRCS=	\
        base64.c	\
        connect.c	\
	content_encoding.c	\
	cookie.c	\
	dict.c	\
	easy.c	\
	escape.c	\
	file.c	\
	formdata.c	\
	ftp.c	\
	getdate.c	\
	getenv.c	\
	getinfo.c	\
	hash.c	\
	hostares.c	\
	hostasyn.c	\
	hostip.c	\
	hostip4.c	\
	hostip6.c	\
	hostsyn.c	\
	hostthre.c	\
	http.c	\
	http_chunks.c	\
	http_digest.c	\
	http_negotiate.c	\
	http_ntlm.c	\
	if2ip.c	\
	inet_ntop.c	\
	inet_pton.c	\
	krb4.c	\
	ldap.c	\
	llist.c	\
	md5.c	\
	memdebug.c	\
	mprintf.c	\
	multi.c	\
	netrc.c	\
	progress.c	\
	security.c	\
	sendf.c	\
	share.c	\
	speedcheck.c	\
	ssluse.c	\
	strequal.c	\
	strerror.c	\
	strtok.c	\
	strtoofft.c	\
	telnet.c	\
	timeval.c	\
	transfer.c	\
	url.c	\
	version.c \
	ares_cancel.c	\
	ares__close_sockets.c	\
	ares__get_hostent.c	\
	ares__read_line.c	\
	ares_destroy.c	\
	ares_expand_name.c	\
	ares_fds.c	\
	ares_free_hostent.c	\
	ares_free_string.c	\
	ares_gethostbyaddr.c	\
	ares_gethostbyname.c	\
	ares_init.c	\
	ares_mkquery.c	\
	ares_parse_a_reply.c	\
	ares_parse_ptr_reply.c	\
	ares_process.c	\
	ares_query.c	\
	ares_search.c	\
	ares_send.c	\
	ares_strerror.c	\
	ares_timeout.c	\
	ares_version.c	\


ifeq ($(PLATFORM),w32)
LIB1_SRCS += windows_port.c
endif	

EXPORT_INCLUDES= ares.h	\

include $(CSM_DEV_DIR)/config/Makefile.rules
