summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/ComponentServer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/ComponentServer/Makefile')
-rw-r--r--TAO/CIAO/tools/ComponentServer/Makefile69
1 files changed, 69 insertions, 0 deletions
diff --git a/TAO/CIAO/tools/ComponentServer/Makefile b/TAO/CIAO/tools/ComponentServer/Makefile
new file mode 100644
index 00000000000..880fd0453e6
--- /dev/null
+++ b/TAO/CIAO/tools/ComponentServer/Makefile
@@ -0,0 +1,69 @@
+#----------------------------------------------------------------------------
+# 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.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