diff options
Diffstat (limited to 'TAO/tests/UNKNOWN_Exception/Makefile')
-rw-r--r-- | TAO/tests/UNKNOWN_Exception/Makefile | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/TAO/tests/UNKNOWN_Exception/Makefile b/TAO/tests/UNKNOWN_Exception/Makefile deleted file mode 100644 index b5962d62228..00000000000 --- a/TAO/tests/UNKNOWN_Exception/Makefile +++ /dev/null @@ -1,57 +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 - -%.tgt0: -ifeq ($(KEEP_GOING),1) - -@$(MAKE) -f Makefile.UNKNOWN_Exception_Server -C . $(*); -else - @$(MAKE) -f Makefile.UNKNOWN_Exception_Server -C . $(*); -endif -%.tgt1: %.tgt0 -ifeq ($(KEEP_GOING),1) - -@$(MAKE) -f Makefile.UNKNOWN_Exception_Client -C . $(*); -else - @$(MAKE) -f Makefile.UNKNOWN_Exception_Client -C . $(*); -endif - - -all: all.tgt0 all.tgt1 - -debug: debug.tgt0 debug.tgt1 - -profile: profile.tgt0 profile.tgt1 - -optimize: optimize.tgt0 optimize.tgt1 - -install: install.tgt0 install.tgt1 - -deinstall: deinstall.tgt0 deinstall.tgt1 - -clean: clean.tgt0 clean.tgt1 - -realclean: realclean.tgt0 realclean.tgt1 - -clobber: clobber.tgt0 clobber.tgt1 - -depend: depend.tgt0 depend.tgt1 - -rcs_info: rcs_info.tgt0 rcs_info.tgt1 - -idl_stubs: idl_stubs.tgt0 idl_stubs.tgt1 |