summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/Makefile.impl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation/Makefile.impl')
-rw-r--r--TAO/tests/Collocation/Makefile.impl14
1 files changed, 3 insertions, 11 deletions
diff --git a/TAO/tests/Collocation/Makefile.impl b/TAO/tests/Collocation/Makefile.impl
index f64438f3b3b..8ccdfa0f0b7 100644
--- a/TAO/tests/Collocation/Makefile.impl
+++ b/TAO/tests/Collocation/Makefile.impl
@@ -1,3 +1,5 @@
+# -*- Makefile -*-
+
#----------------------------------------------------------------------------
#
# $Id$
@@ -29,13 +31,10 @@ LIB = libCollocation_Diamond.a
FILES = Diamond_i
IDL_FILES = Diamond
-IDL_SRC = DiamondS
SHLIB_SRC = $(IDL_SRC) $(FILES)
-LSRC = $(addsuffix .cpp,$(SHLIB_SRC))
-LOBJ = $(addsuffix .o,$(SHLIB_SRC))
-PSRC = $(addsuffix .cpp,$(BIN))
+LSRC = $(SHLIB_SRC)
#----------------------------------------------------------------------------
# Include macros and targets
@@ -47,16 +46,9 @@ include $(TAO_ROOT)/rules.tao.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU
-#include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
include $(TAO_ROOT)/taoconfig.mk
-
-.PRECIOUS: DiamondC.h DiamondC.i DiamondC.cpp DiamondS.h DiamondS.i DiamondS.cpp
-
-realclean: clean
- -$(RM) DiamondC.* DiamondS.* DiamondS_T.*
-
ifeq ($(shared_libs),1)
ifneq ($(SHLIB),)
CPPFLAGS += -DDIAMOND_BUILD_DLL