#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# @file Makefile
#
# Makefile,v 1.1 2004/01/01 17:50:50 dhinton Exp
#
# This file was automatically generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
#----------------------------------------------------------------------------


MAKE_OPTIONS=$(shell echo $(MAKEFLAGS) | sed 's/--unix *//; s/ .*//')
ifeq ($(findstring k,$(MAKE_OPTIONS)),k)
  KEEP_GOING = 1
else
  KEEP_GOING = 0
endif


all: all.ComponentServer all.ComponentServer_test_client

debug: debug.ComponentServer debug.ComponentServer_test_client

profile: profile.ComponentServer profile.ComponentServer_test_client

optimize: optimize.ComponentServer optimize.ComponentServer_test_client

install: install.ComponentServer install.ComponentServer_test_client

deinstall: deinstall.ComponentServer deinstall.ComponentServer_test_client

clean: clean.ComponentServer clean.ComponentServer_test_client

realclean: realclean.ComponentServer realclean.ComponentServer_test_client

clobber: clobber.ComponentServer clobber.ComponentServer_test_client

depend: depend.ComponentServer depend.ComponentServer_test_client

rcs_info: rcs_info.ComponentServer rcs_info.ComponentServer_test_client

idl_stubs: idl_stubs.ComponentServer idl_stubs.ComponentServer_test_client

ComponentServer: all.ComponentServer

%.ComponentServer:
ifeq ($(KEEP_GOING),1)
	-@$(MAKE) -f Makefile.ComponentServer -C . $(*);
else
	@$(MAKE) -f Makefile.ComponentServer -C . $(*);
endif

ComponentServer_test_client: all.ComponentServer_test_client

%.ComponentServer_test_client:
ifeq ($(KEEP_GOING),1)
	-@$(MAKE) -f Makefile.ComponentServer_test_client -C . $(*);
else
	@$(MAKE) -f Makefile.ComponentServer_test_client -C . $(*);
endif


reverseclean: realclean.ComponentServer_test_client realclean.ComponentServer

project_name_list:
	@echo ComponentServer
	@echo ComponentServer_test_client
