diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-11-29 13:59:57 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-11-29 13:59:57 +0000 |
commit | 8ab8a9002177f1b9560bce986546fd7152dfee97 (patch) | |
tree | 75345d43272b362a231c940eae2b144e45086898 /TAO/tests/Smart_Proxies/Collocation/Makefile.am | |
parent | 78661d8ec0d9fee61c4dd58dc94e0ca01f206a40 (diff) | |
download | ATCD-8ab8a9002177f1b9560bce986546fd7152dfee97.tar.gz |
ChangeLogTag: Wed Nov 29 13:45:23 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tests/Smart_Proxies/Collocation/Makefile.am')
-rw-r--r-- | TAO/tests/Smart_Proxies/Collocation/Makefile.am | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/TAO/tests/Smart_Proxies/Collocation/Makefile.am b/TAO/tests/Smart_Proxies/Collocation/Makefile.am new file mode 100644 index 00000000000..d00bbc9fbd9 --- /dev/null +++ b/TAO/tests/Smart_Proxies/Collocation/Makefile.am @@ -0,0 +1,155 @@ +## 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 -type automake -noreldefs TAO.mwc + +ACE_BUILDDIR = $(top_builddir)/.. +ACE_ROOT = $(top_srcdir)/.. +TAO_BUILDDIR = $(top_builddir) +TAO_IDL = ACE_ROOT=$(ACE_ROOT) TAO_ROOT=$(TAO_ROOT) $(TAO_BUILDDIR)/TAO_IDL/tao_idl +TAO_IDL_DEP = $(TAO_BUILDDIR)/TAO_IDL/tao_idl +TAO_IDLFLAGS = -Ge 1 -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(TAO_ROOT) -I$(srcdir) -g $(ACE_BUILDDIR)/apps/gperf/src/gperf +TAO_ROOT = $(top_srcdir) + +noinst_LTLIBRARIES = +noinst_HEADERS = +CLEANFILES = +BUILT_SOURCES = + +## Makefile.SP_Collocation_TestStubsLib.am + +if BUILD_EXCEPTIONS + +BUILT_SOURCES += \ + DiamondC.cpp \ + DiamondC.h \ + DiamondC.inl \ + DiamondS.h \ + DiamondS.inl + +CLEANFILES += \ + Diamond-stamp \ + DiamondC.cpp \ + DiamondC.h \ + DiamondC.inl \ + DiamondS.h \ + DiamondS.inl + +DiamondC.cpp DiamondC.h DiamondC.inl DiamondS.h DiamondS.inl: Diamond-stamp + +Diamond-stamp: $(srcdir)/Diamond.idl $(TAO_IDL_DEP) + $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St -Gsp -Wb,stub_export_macro=MY_Stub_Export -Wb,stub_export_include=stub_export.h -Wb,skel_export_macro=Diamond_Export -Wb,skel_export_include=diamond_export.h -Gd $(srcdir)/Diamond.idl + @touch $@ + +noinst_LTLIBRARIES += libColl_Test_Stubs.la + +libColl_Test_Stubs_la_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) \ + -DMY_STUB_BUILD_DLL + +libColl_Test_Stubs_la_SOURCES = \ + DiamondC.cpp \ + Smart_Proxy_Impl.cpp + +noinst_HEADERS += \ + Diamond.idl \ + DiamondC.h \ + DiamondC.inl \ + DiamondS.h \ + DiamondS.inl \ + Smart_Proxy_Impl.h + +endif BUILD_EXCEPTIONS + +## Makefile.SP_Collocation_DiamondLib.am + +if BUILD_EXCEPTIONS + +BUILT_SOURCES += \ + DiamondC.h \ + DiamondC.inl \ + DiamondS.cpp \ + DiamondS.h \ + DiamondS.inl + +CLEANFILES += \ + Diamond-stamp \ + DiamondC.h \ + DiamondC.inl \ + DiamondS.cpp \ + DiamondS.h \ + DiamondS.inl + +DiamondC.h DiamondC.inl DiamondS.cpp DiamondS.h DiamondS.inl: Diamond-stamp + +Diamond-stamp: $(srcdir)/Diamond.idl $(TAO_IDL_DEP) + $(TAO_IDL) $(TAO_IDLFLAGS) -Gsp -Wb,stub_export_macro=MY_Stub_Export -Wb,stub_export_include=stub_export.h -Wb,skel_export_macro=Diamond_Export -Wb,skel_export_include=diamond_export.h -Gd $(srcdir)/Diamond.idl + @touch $@ + +noinst_LTLIBRARIES += libDiamond.la + +libDiamond_la_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) \ + -DDIAMOND_BUILD_DLL + +libDiamond_la_SOURCES = \ + DiamondS.cpp \ + Diamond_i.cpp + +noinst_HEADERS += \ + Diamond.idl \ + DiamondC.h \ + DiamondC.inl \ + DiamondS.h \ + DiamondS.inl \ + Diamond_i.h + +endif BUILD_EXCEPTIONS + +## Makefile.SP_Collocation_Test.am + +if BUILD_EXCEPTIONS + +noinst_PROGRAMS = main + +main_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -I$(TAO_ROOT) \ + -I$(TAO_BUILDDIR) + +main_SOURCES = \ + Coll_Tester.cpp \ + main.cpp \ + Coll_Tester.h + +main_LDADD = \ + libColl_Test_Stubs.la \ + libDiamond.la \ + $(TAO_BUILDDIR)/tao/libTAO_Strategies.la \ + $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \ + $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \ + $(TAO_BUILDDIR)/tao/libTAO_SmartProxies.la \ + $(TAO_BUILDDIR)/tao/libTAO.la \ + $(ACE_BUILDDIR)/ace/libACE.la + +endif BUILD_EXCEPTIONS + +## 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 |