From 55d1494e751f0af363948fde72db6bd3bc5b55ea Mon Sep 17 00:00:00 2001 From: nandika Date: Mon, 3 Oct 2011 23:20:47 +0000 Subject: makefile updated git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1178630 13f79535-47bb-0310-9956-ffa450edef68 --- build/win32/makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/build/win32/makefile b/build/win32/makefile index 496a6df..5b31f28 100644 --- a/build/win32/makefile +++ b/build/win32/makefile @@ -1585,8 +1585,10 @@ mv_dist: all_services: axis2_services_echo axis2_services_math axis2_services_session axis2_services_version axis2_services_notify axis2_services_sg_math axis2_services_mtom axis2_services_mtom_callback axis2_services_calculator -all_clients: axis2_clients_intdir axis2_client_echo axis2_client_math axis2_client_session axis2_client_version axis2_client_google_spell axis2_client_yahoo axis2_client_notify axis2_client_mtom axis2_client_mtom_callback axis2_client_userguide axis2_client_ntlm axis2_client_ntlmpost - +all_clients_with_ntml: axis2_client_ntlm axis2_client_ntlmpost + +all_clients: axis2_clients_intdir axis2_client_echo axis2_client_math axis2_client_session axis2_client_version axis2_client_google_spell axis2_client_yahoo axis2_client_notify axis2_client_mtom axis2_client_mtom_callback axis2_client_userguide + all_callback: axis2_mtom_sending_callback axis2_mtom_caching_callback axis2_samples: axis2_mod_log all_services all_clients all_callback @@ -1633,7 +1635,10 @@ all: build install: all copy_extra copy_wsdl2c -dist: install axis2_apache_module axis2_IIS_module axis2_cgi tcpmon copy_samples copy_vc_projects clean_manifest mv_dist +dist: install axis2_apache_module axis2_IIS_module axis2_cgi tcpmon copy_samples copy_vc_projects clean_manifest mv_dist + +dist_with_ntlm: install axis2_clients_with_ntlm axis2_apache_module axis2_IIS_module axis2_cgi tcpmon copy_samples copy_vc_projects clean_manifest mv_dist + dist_as_lib : deploy axis2_core_without_server copy_axis2_xml copy_include clean_manifest mv_dist -- cgit v1.1-32-gdbae