summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar nandika2011-10-03 23:20:47 +0000
committerGravatar nandika2011-10-03 23:20:47 +0000
commit55d1494e751f0af363948fde72db6bd3bc5b55ea (patch)
treeddd1affb86617565bccd24462ac3d9f44c6a8b5b
parente18971bf14ee52848e2ed4c6374109315bd8fc28 (diff)
downloadaxis2c-55d1494e751f0af363948fde72db6bd3bc5b55ea.tar.gz
axis2c-55d1494e751f0af363948fde72db6bd3bc5b55ea.tar.bz2
makefile updated
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1178630 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/win32/makefile11
1 files 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