summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Trading/Makefile
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-09 00:28:01 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-09 00:28:01 +0000
commit9aea408730cf5a04579f9ebe8f798632df025257 (patch)
treed4f711c41ae6892a5ad65dd337466772e08489f8 /TAO/orbsvcs/tests/Trading/Makefile
parente2370b4d3312a275b48a39e2e138fe115f21e888 (diff)
downloadATCD-9aea408730cf5a04579f9ebe8f798632df025257.tar.gz
ChangeLogTag: Mon Sep 9 00:24:44 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Trading/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Trading/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/orbsvcs/tests/Trading/Makefile b/TAO/orbsvcs/tests/Trading/Makefile
index 1d195e4c975..b9423e8c881 100644
--- a/TAO/orbsvcs/tests/Trading/Makefile
+++ b/TAO/orbsvcs/tests/Trading/Makefile
@@ -47,16 +47,6 @@ TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-
-ifeq ($(ACE_HAS_GNUG_PRE_2_8),1)
-
- # Since older g++ cannot handle nested classes properly, this test
- # will not build on g++ prior to 2.8.0.
- all clean realclean:
- @echo Trading tests is not built with older versions of g++
-
-else # ! ACE_HAS_GNUG_PRE_2_8
-
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
@@ -95,8 +85,6 @@ endif # BIN
realclean: clean
-$(RM) $(foreach file, $(IDL_FILES), $(foreach ext, $(IDL_EXT), $(file)$(ext)))
-endif # ! ACE_HAS_GNUG_PRE_2_8
-
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------