diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:30 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:30 +0000 |
commit | c44379cc7d9c7aa113989237ab0f56db12aa5219 (patch) | |
tree | 66a84b20d47f2269d8bdc6e0323f338763424d3a /ACE/protocols/ace/TMCast/Makefile.am | |
parent | 3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c (diff) | |
download | ATCD-c44379cc7d9c7aa113989237ab0f56db12aa5219.tar.gz |
Repo restructuring
Diffstat (limited to 'ACE/protocols/ace/TMCast/Makefile.am')
-rw-r--r-- | ACE/protocols/ace/TMCast/Makefile.am | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/ACE/protocols/ace/TMCast/Makefile.am b/ACE/protocols/ace/TMCast/Makefile.am new file mode 100644 index 00000000000..13f369142f4 --- /dev/null +++ b/ACE/protocols/ace/TMCast/Makefile.am @@ -0,0 +1,76 @@ +## 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: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +includedir = @includedir@/protocols/ace/TMCast +pkgconfigdir = @libdir@/pkgconfig + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + + +## Makefile.TMCast.am + +if BUILD_EXCEPTIONS +if BUILD_THREADS +if !BUILD_ACE_FOR_TAO + +lib_LTLIBRARIES = libACE_TMCast.la + +libACE_TMCast_la_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -DTMCAST_BUILD_DLL + +libACE_TMCast_la_SOURCES = \ + Group.cpp \ + MTQueue.cpp \ + Protocol.cpp + +libACE_TMCast_la_LDFLAGS = \ + -release @ACE_VERSION_NAME@ + +libACE_TMCast_la_LIBADD = \ + $(ACE_BUILDDIR)/ace/libACE.la + +nobase_include_HEADERS = \ + Export.hpp \ + FaultDetector.hpp \ + Group.hpp \ + GroupFwd.hpp \ + LinkListener.hpp \ + MTQueue.hpp \ + Messaging.hpp \ + Protocol.hpp \ + TransactionController.hpp + +pkgconfig_DATA = \ + ACE_TMCast.pc + +CLEANFILES = \ + ACE_TMCast.pc + +ACE_TMCast.pc: ${top_builddir}/config.status ${srcdir}/ACE_TMCast.pc.in + ${top_builddir}/config.status --file "$@":${srcdir}/ACE_TMCast.pc.in + +endif !BUILD_ACE_FOR_TAO +endif BUILD_THREADS +endif BUILD_EXCEPTIONS + +EXTRA_DIST = \ + ACE_TMCast.pc.in + + +## 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 |