summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_1630_Regression
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-13 15:57:42 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-13 15:57:42 +0000
commit78012f7a29e017f5e7af51b86ad0d2b13f2d2b07 (patch)
treedf75b63beb1ee04fd4e476460c7147dbe04595f1 /TAO/orbsvcs/tests/Bug_1630_Regression
parent68e73cd87d7776fa02e297c63dbb02151e9604bd (diff)
downloadATCD-78012f7a29e017f5e7af51b86ad0d2b13f2d2b07.tar.gz
ChangeLogTag: Fri Aug 13 09:01:00 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_1630_Regression')
-rw-r--r--TAO/orbsvcs/tests/Bug_1630_Regression/Makefile.am33
1 files changed, 33 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1630_Regression/Makefile.am b/TAO/orbsvcs/tests/Bug_1630_Regression/Makefile.am
new file mode 100644
index 00000000000..089fdde2c62
--- /dev/null
+++ b/TAO/orbsvcs/tests/Bug_1630_Regression/Makefile.am
@@ -0,0 +1,33 @@
+## Process this file with automake to create Makefile.in
+
+ACE_ROOT = $(top_srcdir)/..
+ACE_BUILDDIR = $(top_builddir)/..
+TAO_ROOT = $(top_srcdir)
+TAO_BUILDDIR = $(top_builddir)
+
+## Makefile.Bug_1630_testclient.am
+
+if !BUILD_MINIMUM_CORBA
+noinst_PROGRAMS = testclient
+endif
+
+testclient_CPPFLAGS = \
+ -I$(ACE_ROOT) \
+ -I$(ACE_BUILDDIR) \
+ -I$(TAO_ROOT) \
+ -I$(TAO_BUILDDIR)
+
+testclient_SOURCES = \
+ testclient.cpp
+
+testclient_LDADD = \
+ $(TAO_BUILDDIR)/tao/libTAO_IFR_Client.la \
+ $(TAO_BUILDDIR)/tao/libTAO.la \
+ $(ACE_BUILDDIR)/ace/libACE.la
+
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -f gcctemp.c gcctemp so_locations
+ -rm -rf ptrepository SunWS_cache Templates.DB