summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Simple_Component_Server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Simple_Component_Server/Makefile')
-rw-r--r--TAO/CIAO/tools/Simple_Component_Server/Makefile79
1 files changed, 0 insertions, 79 deletions
diff --git a/TAO/CIAO/tools/Simple_Component_Server/Makefile b/TAO/CIAO/tools/Simple_Component_Server/Makefile
deleted file mode 100644
index 0392dcfb234..00000000000
--- a/TAO/CIAO/tools/Simple_Component_Server/Makefile
+++ /dev/null
@@ -1,79 +0,0 @@
-#----------------------------------------------------------------------------
-# GNU ACE Workspace
-#
-# @file Makefile
-#
-# $Id$
-#
-# 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.Simple_Server_Stub all.Simple_Component_Server all.Simple_Component_Server_test_client
-
-debug: debug.Simple_Server_Stub debug.Simple_Component_Server debug.Simple_Component_Server_test_client
-
-profile: profile.Simple_Server_Stub profile.Simple_Component_Server profile.Simple_Component_Server_test_client
-
-optimize: optimize.Simple_Server_Stub optimize.Simple_Component_Server optimize.Simple_Component_Server_test_client
-
-install: install.Simple_Server_Stub install.Simple_Component_Server install.Simple_Component_Server_test_client
-
-deinstall: deinstall.Simple_Server_Stub deinstall.Simple_Component_Server deinstall.Simple_Component_Server_test_client
-
-clean: clean.Simple_Server_Stub clean.Simple_Component_Server clean.Simple_Component_Server_test_client
-
-realclean: realclean.Simple_Server_Stub realclean.Simple_Component_Server realclean.Simple_Component_Server_test_client
-
-clobber: clobber.Simple_Server_Stub clobber.Simple_Component_Server clobber.Simple_Component_Server_test_client
-
-depend: depend.Simple_Server_Stub depend.Simple_Component_Server depend.Simple_Component_Server_test_client
-
-rcs_info: rcs_info.Simple_Server_Stub rcs_info.Simple_Component_Server rcs_info.Simple_Component_Server_test_client
-
-idl_stubs: idl_stubs.Simple_Server_Stub idl_stubs.Simple_Component_Server idl_stubs.Simple_Component_Server_test_client
-
-Simple_Server_Stub: all.Simple_Server_Stub
-
-%.Simple_Server_Stub:
-ifeq ($(KEEP_GOING),1)
- -@$(MAKE) -f Makefile.Simple_Server_Stub -C . $(*);
-else
- @$(MAKE) -f Makefile.Simple_Server_Stub -C . $(*);
-endif
-
-Simple_Component_Server: all.Simple_Component_Server
-
-%.Simple_Component_Server: %.Simple_Server_Stub
-ifeq ($(KEEP_GOING),1)
- -@$(MAKE) -f Makefile.Simple_Component_Server -C . $(*);
-else
- @$(MAKE) -f Makefile.Simple_Component_Server -C . $(*);
-endif
-
-Simple_Component_Server_test_client: all.Simple_Component_Server_test_client
-
-%.Simple_Component_Server_test_client: %.Simple_Server_Stub
-ifeq ($(KEEP_GOING),1)
- -@$(MAKE) -f Makefile.Simple_Component_Server_test_client -C . $(*);
-else
- @$(MAKE) -f Makefile.Simple_Component_Server_test_client -C . $(*);
-endif
-
-
-reverseclean: realclean.Simple_Component_Server_test_client realclean.Simple_Component_Server realclean.Simple_Server_Stub
-
-project_name_list:
- @echo Simple_Server_Stub
- @echo Simple_Component_Server
- @echo Simple_Component_Server_test_client