diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-23 01:12:59 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-23 01:12:59 +0000 |
commit | 793e559da3550d0ac6b9b2072b368df53cf385d9 (patch) | |
tree | 296e490d12cfaf731e29b832cac2a778f0d6fcb6 /TAO/orbsvcs/tests/tests_svc_loader | |
parent | 4249eb2fe200adc6b7503a7dd8dd7e19071d69b9 (diff) | |
download | ATCD-793e559da3550d0ac6b9b2072b368df53cf385d9.tar.gz |
ChangeLogTag: Thu Sep 22 14:03:11 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/tests_svc_loader')
-rw-r--r-- | TAO/orbsvcs/tests/tests_svc_loader/Makefile.am | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/tests_svc_loader/Makefile.am b/TAO/orbsvcs/tests/tests_svc_loader/Makefile.am new file mode 100644 index 00000000000..ad709830bba --- /dev/null +++ b/TAO/orbsvcs/tests/tests_svc_loader/Makefile.am @@ -0,0 +1,44 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## ../bin/mwc.pl -include /home/jtc/ACE/ACE-autoconf/ACE_wrappers/TAO/../MPC/config -include /home/jtc/ACE/ACE-autoconf/ACE_wrappers/TAO/../MPC/templates -type automake -noreldefs TAO.mwc + +ACE_BUILDDIR = $(top_builddir)/.. +ACE_ROOT = $(top_srcdir)/.. +TAO_BUILDDIR = $(top_builddir) +TAO_ROOT = $(top_srcdir) + + +## Makefile.tests_svc_loader.am + +if !BUILD_MINIMUM_CORBA + +noinst_PROGRAMS = tests_svc_loader + +tests_svc_loader_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) + +tests_svc_loader_SOURCES = \ + tests_svc_loader.cpp + +tests_svc_loader_LDADD = \ + $(TAO_BUILDDIR)/tao/libTAO.la \ + $(ACE_BUILDDIR)/ace/libACE.la + +endif !BUILD_MINIMUM_CORBA + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB |