summaryrefslogtreecommitdiff
path: root/TAO/tao/CodecFactory.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:21 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:21 +0000
commit0e49389337be86641451a5c36c24bf742fe97523 (patch)
tree197c810e5f5bce17b1233a7cb8d7b50c0bcd25e2 /TAO/tao/CodecFactory.mpc
parent8008dd09ccf88d4edef237a184a698cac42f2952 (diff)
downloadATCD-0e49389337be86641451a5c36c24bf742fe97523.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/CodecFactory.mpc')
-rw-r--r--TAO/tao/CodecFactory.mpc44
1 files changed, 44 insertions, 0 deletions
diff --git a/TAO/tao/CodecFactory.mpc b/TAO/tao/CodecFactory.mpc
new file mode 100644
index 00000000000..e19070e2433
--- /dev/null
+++ b/TAO/tao/CodecFactory.mpc
@@ -0,0 +1,44 @@
+//$Id$
+project : taolib, core, core_anytypecode, tao_versioning_idl_defaults {
+ sharedname = TAO_CodecFactory
+ dynamicflags = TAO_CODECFACTORY_BUILD_DLL
+
+ Source_Files {
+ CodecFactory
+ }
+
+ Header_Files {
+ CodecFactory
+ }
+
+ Inline_Files {
+ CodecFactory
+ }
+
+ Template_Files {
+ CodecFactory
+ }
+
+ Resource_Files {
+ CodecFactory
+ }
+
+ PIDL_Files {
+ CodecFactory
+ }
+
+ IDL_Files {
+ idlflags += -Gp -Gd -Ge 1 -Sci -SS -Sorb -Sal \
+ -Wb,export_macro=TAO_CodecFactory_Export \
+ -Wb,export_include=tao/CodecFactory/codecfactory_export.h \
+ -Wb,include_guard=TAO_CODECFACTORY_SAFE_INCLUDE \
+ -Wb,safe_include=tao/CodecFactory/CodecFactory.h \
+ -o CodecFactory
+ idlflags -= -Sa -St
+ CodecFactory/IOP_Codec.pidl
+ }
+
+ Pkgconfig_Files {
+ CodecFactory/TAO_CodecFactory.pc.in
+ }
+}