summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/Makefile
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-15 17:11:44 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-15 17:11:44 +0000
commit3b03a6bb4d67a32e1a0a9865b9a4c5dffe040f48 (patch)
treeaf207ad9016f5df029731a2468e7ea8beb615860 /TAO/orbsvcs/tests/Property/Makefile
parentf85d0f927af0a8ac96bee9c803440fec4c57bfdf (diff)
downloadATCD-3b03a6bb4d67a32e1a0a9865b9a4c5dffe040f48.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/tests/Property/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Property/Makefile37
1 files changed, 1 insertions, 36 deletions
diff --git a/TAO/orbsvcs/tests/Property/Makefile b/TAO/orbsvcs/tests/Property/Makefile
index 963cd8708c6..3cad11fbd2c 100644
--- a/TAO/orbsvcs/tests/Property/Makefile
+++ b/TAO/orbsvcs/tests/Property/Makefile
@@ -5,40 +5,11 @@
#
#----------------------------------------------------------------------------
-#---------------
-# STL (start)
-#---------------
-
-include $(STL_ROOT)/config/local.cfg
-
-CC_INCLUDES += -I$(STD)
-CC_INCLUDES += -pta
-
-CPPFLAGS += \
- -I$(TOOLKIT) \
- $(CC_INCLUDES) \
- $(CC_FLAGS) \
- $(CC_DEFINES) \
- $(CC_EH) \
- $(CC_MT)
-
-ifndef exceptions
-CPPFLAGS += -DOS_NO_EXCEPTION_SPECIFIER
-else
-CPPFLAGS += -DOS_STL_ASSERT
-endif
-
-LDFLAGS += -L$(STL_ROOT)/lib
-
-#---------------
-# STL (end)
-#---------------
-
#----------------------------------------------------------------------------
# Local macros
#----------------------------------------------------------------------------
-LDLIBS = -lorbsvcs -lospace -lTAO -lrpcsvc
+LDLIBS = -lorbsvcs -lTAO
AVStreams_SERVER_OBJS = server.o
AVStreams_CLIENT_OBJS = client.o
@@ -83,9 +54,3 @@ realclean: clean
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
-
-
-
-
-
-