summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2800_Regression
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-05-03 22:31:51 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-05-03 22:31:51 +0000
commitad7084d385d8134b3a5b023511cedbf322c52555 (patch)
tree3325d2bedf0c6feb0176cc09dd9e891b1f04cd51 /TAO/orbsvcs/tests/Bug_2800_Regression
parent302a8922dc1f825e4b6099525862a69131d38004 (diff)
downloadATCD-ad7084d385d8134b3a5b023511cedbf322c52555.tar.gz
ChangeLogTag: Sat May 3 22:23:22 UTC 2008 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2800_Regression')
-rw-r--r--TAO/orbsvcs/tests/Bug_2800_Regression/Makefile.am75
1 files changed, 5 insertions, 70 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2800_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_2800_Regression/Makefile.am
index a35d7ecc80b..95a58461103 100644
--- a/TAO/orbsvcs/tests/Bug_2800_Regression/Makefile.am
+++ b/TAO/orbsvcs/tests/Bug_2800_Regression/Makefile.am
@@ -50,24 +50,6 @@ noinst_HEADERS = \
if BUILD_EXCEPTIONS
-BUILT_SOURCES += \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS.inl
-
-CLEANFILES += \
- Test-stamp \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS.inl
-
-TestC.cpp TestC.h TestC.inl TestS.h TestS.inl: Test-stamp
-
-
noinst_PROGRAMS += client
client_CPPFLAGS = \
@@ -81,10 +63,9 @@ client_CPPFLAGS = \
client_SOURCES = \
TestC.cpp \
client.cpp \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS.inl
+ Hello.h \
+ NamingTask.h \
+ NsShutdown.h
client_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNaming.la \
@@ -98,25 +79,6 @@ endif BUILD_EXCEPTIONS
if BUILD_EXCEPTIONS
-BUILT_SOURCES += \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.cpp \
- TestS.h \
- TestS.inl
-
-CLEANFILES += \
- Test-stamp \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.cpp \
- TestS.h \
- TestS.inl
-
-
-
noinst_PROGRAMS += nsmain
nsmain_CPPFLAGS = \
@@ -136,11 +98,7 @@ nsmain_SOURCES = \
nsmain.cpp \
Hello.h \
NamingTask.h \
- NsShutdown.h \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS.inl
+ NsShutdown.h
nsmain_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNaming_Serv.la \
@@ -163,25 +121,6 @@ endif BUILD_EXCEPTIONS
if BUILD_EXCEPTIONS
-BUILT_SOURCES += \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.cpp \
- TestS.h \
- TestS.inl
-
-CLEANFILES += \
- Test-stamp \
- TestC.cpp \
- TestC.h \
- TestC.inl \
- TestS.cpp \
- TestS.h \
- TestS.inl
-
-
-
noinst_PROGRAMS += server
server_CPPFLAGS = \
@@ -197,11 +136,7 @@ server_SOURCES = \
TestC.cpp \
TestS.cpp \
server.cpp \
- Hello.h \
- TestC.h \
- TestC.inl \
- TestS.h \
- TestS.inl
+ Hello.h
server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \