summaryrefslogtreecommitdiff
path: root/TAO/tao/ObjRefTemplate.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ObjRefTemplate.mpc')
-rw-r--r--TAO/tao/ObjRefTemplate.mpc68
1 files changed, 41 insertions, 27 deletions
diff --git a/TAO/tao/ObjRefTemplate.mpc b/TAO/tao/ObjRefTemplate.mpc
index 6ad1c80852f..431e97e0a93 100644
--- a/TAO/tao/ObjRefTemplate.mpc
+++ b/TAO/tao/ObjRefTemplate.mpc
@@ -1,5 +1,38 @@
//$Id$
-project(ObjRefTemplate) : valuetype, portableserver, install, tao_output, tao_versioning_idl_defaults {
+project(*idl) : tao_versioning_idl_defaults {
+ custom_only = 1
+ IDL_Files {
+ idlflags += -Gp -Gd -SS -Sorb -GX \
+ -Wb,export_macro=TAO_ORT_Export \
+ -Wb,export_include=tao/ObjRefTemplate/ort_export.h \
+ -Wb,include_guard=TAO_OBJREF_TEMPLATE_SAFE_INCLUDE \
+ -Wb,safe_include=tao/ObjRefTemplate/ObjectReferenceTemplate.h \
+ -o ObjRefTemplate
+ idlflags -= -Sa -St
+ ObjRefTemplate/ObjectReferenceTemplate.pidl
+ }
+
+ IDL_Files {
+ idlflags += -SS -Sorb -GX -Sci \
+ -Wb,export_macro=TAO_ORT_Export \
+ -Wb,export_include=tao/ObjRefTemplate/ort_export.h \
+ -Wb,unique_include=tao/ObjRefTemplate/ObjectReferenceTemplate.h \
+ -o ObjRefTemplate
+ ObjRefTemplate/ObjectReferenceTemplate_include.pidl
+ }
+
+ IDL_Files {
+ idlflags += -Gp -Gd -SS -GA -Sorb \
+ -Wb,export_macro=TAO_ORT_Export \
+ -Wb,export_include=tao/ObjRefTemplate/ort_export.h \
+ -o ObjRefTemplate
+ idlflags -= -Sa -St
+ ObjRefTemplate/Default_ORT.pidl
+ }
+}
+
+project(ObjRefTemplate) : valuetype, portableserver, install, tao_output, taoidldefaults {
+ after += *idl
sharedname = TAO_ObjRefTemplate
dynamicflags = TAO_ORT_BUILD_DLL
@@ -7,6 +40,13 @@ project(ObjRefTemplate) : valuetype, portableserver, install, tao_output, tao_ve
ObjRefTemplate
}
+ Source_Files {
+ ObjRefTemplate/ObjectReferenceTemplateC.cpp
+ ObjRefTemplate/ObjectReferenceTemplate_includeC.cpp
+ ObjRefTemplate/Default_ORTC.cpp
+ ObjRefTemplate/Default_ORTA.cpp
+ }
+
Header_Files {
ObjRefTemplate
}
@@ -28,32 +68,6 @@ project(ObjRefTemplate) : valuetype, portableserver, install, tao_output, tao_ve
}
IDL_Files {
- idlflags += -Gp -Gd -SS -Sorb -GX \
- -Wb,export_macro=TAO_ORT_Export \
- -Wb,export_include=tao/ObjRefTemplate/ort_export.h \
- -Wb,include_guard=TAO_OBJREF_TEMPLATE_SAFE_INCLUDE \
- -Wb,safe_include=tao/ObjRefTemplate/ObjectReferenceTemplate.h \
- -o ObjRefTemplate
- idlflags -= -Sa -St
- ObjRefTemplate/ObjectReferenceTemplate.pidl
- }
-
- IDL_Files {
- idlflags += -SS -Sorb -GX -Sci \
- -Wb,export_macro=TAO_ORT_Export \
- -Wb,export_include=tao/ObjRefTemplate/ort_export.h \
- -Wb,unique_include=tao/ObjRefTemplate/ObjectReferenceTemplate.h \
- -o ObjRefTemplate
- ObjRefTemplate/ObjectReferenceTemplate_include.pidl
- }
-
- IDL_Files {
- idlflags += -Gp -Gd -SS -GA -Sorb \
- -Wb,export_macro=TAO_ORT_Export \
- -Wb,export_include=tao/ObjRefTemplate/ort_export.h \
- -o ObjRefTemplate
- idlflags -= -Sa -St
- ObjRefTemplate/Default_ORT.pidl
}
Pkgconfig_Files {