#################################################################
#
# Makefile to build the whole integration test suites
# on the Install Server host for Testing Purposes
#
#
# Copyright 2001 Sun Microsystems, Inc. All rights reserved.
#
##################################################################

STAGE_LIST = container_men ldap addon_men container_nmen addon_nmen

install-application-services: 
	cd appli-install ; \
	for STAGE in $(STAGE_LIST) ;\
		do $(MAKE) $$STAGE ;\
	done 

container_men ldap addon_men container_nmen addon_nmen:
	cd appli-install ; $(MAKE) $@
