diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-01-15 05:45:29 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-01-15 05:45:29 +0000 |
commit | b176caa49cb5c1a4619b99e9aeca5e300c0dc768 (patch) | |
tree | 72d7b5e6312ba86cd51ea626194a6eaf2899b251 /TAO/orbsvcs/tests/InterfaceRepo | |
parent | 9df4deb0231404b55faea5d187ecd534b9646b25 (diff) | |
download | ATCD-b176caa49cb5c1a4619b99e9aeca5e300c0dc768.tar.gz |
ChangeLogTag: Sun Jan 15 05:35:57 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo')
-rw-r--r-- | TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/Makefile.am | 42 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/InterfaceRepo/Makefile.am | 1 |
2 files changed, 43 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/Makefile.am b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/Makefile.am new file mode 100644 index 00000000000..6c0d2e881d0 --- /dev/null +++ b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/Makefile.am @@ -0,0 +1,42 @@ +## 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.IFR_Inheritance_Test.am + +noinst_PROGRAMS = IFR_Inheritance_Test + +IFR_Inheritance_Test_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) + +IFR_Inheritance_Test_SOURCES = \ + main.cpp + +IFR_Inheritance_Test_LDADD = \ + $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \ + $(TAO_BUILDDIR)/tao/libTAO_IFR_Client.la \ + $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.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_* 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 diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Makefile.am b/TAO/orbsvcs/tests/InterfaceRepo/Makefile.am index 00e9d9fca48..f22bf832e38 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Makefile.am +++ b/TAO/orbsvcs/tests/InterfaceRepo/Makefile.am @@ -11,6 +11,7 @@ SUBDIRS = \ Application_Test \ IDL3_Test \ + IFR_Inheritance_Test \ IFR_Test \ Latency_Test \ Persistence_Test |