summaryrefslogtreecommitdiff
path: root/tao/IORInterceptor.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'tao/IORInterceptor.mpc')
-rw-r--r--tao/IORInterceptor.mpc67
1 files changed, 0 insertions, 67 deletions
diff --git a/tao/IORInterceptor.mpc b/tao/IORInterceptor.mpc
deleted file mode 100644
index f774f9a8123..00000000000
--- a/tao/IORInterceptor.mpc
+++ /dev/null
@@ -1,67 +0,0 @@
-//$Id$
-project(*idl) : tao_versioning_idl_defaults {
- custom_only = 1
- IDL_Files {
- idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
- -Wb,export_macro=TAO_IORInterceptor_Export \
- -Wb,export_include=tao/IORInterceptor/iorinterceptor_export.h \
- -Wb,include_guard=TAO_IORINTERCEPTOR_SAFE_INCLUDE \
- -Wb,safe_include=tao/IORInterceptor/IORInterceptor.h \
- -o IORInterceptor
- IORInterceptor/IORInterceptor.pidl
- }
-
- IDL_Files {
- idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
- -Wb,export_macro=TAO_IORInterceptor_Export \
- -Wb,export_include=tao/IORInterceptor/iorinterceptor_export.h \
- -o IORInterceptor
- IORInterceptor/IORInfo.pidl
- }
-}
-
-project(IORInterceptor) : taolib, tao_output, portableserver, objreftemplate, pi, install, taoidldefaults {
- after += *idl
- sharedname = TAO_IORInterceptor
- dynamicflags += TAO_IORINTERCEPTOR_BUILD_DLL
-
- Source_Files {
- IORInterceptor
- }
-
- Source_Files {
- IORInterceptor/IORInterceptorC.cpp
- IORInterceptor/IORInfoC.cpp
- }
-
- Header_Files {
- IORInterceptor
- IORInterceptor/IORInterceptorC.h
- IORInterceptor/IORInterceptorS.h
- IORInterceptor/IORInfoC.h
- IORInterceptor/IORInfoS.h
- }
-
- Inline_Files {
- IORInterceptor
- }
-
- Template_Files {
- IORInterceptor
- }
-
- Resource_Files {
- IORInterceptor
- }
-
- PIDL_Files {
- IORInterceptor
- }
-
- IDL_Files {
- }
-
- Pkgconfig_Files {
- IORInterceptor/TAO_IORInterceptor.pc.in
- }
-}