summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/ciaocidldefaults.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/MPC/config/ciaocidldefaults.mpb')
-rw-r--r--CIAO/MPC/config/ciaocidldefaults.mpb30
1 files changed, 0 insertions, 30 deletions
diff --git a/CIAO/MPC/config/ciaocidldefaults.mpb b/CIAO/MPC/config/ciaocidldefaults.mpb
deleted file mode 100644
index 0d9c3165ce7..00000000000
--- a/CIAO/MPC/config/ciaocidldefaults.mpb
+++ /dev/null
@@ -1,30 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project {
- after += CIDLC
- // Set the cidl compiler and flags as template values
- specific {
- cidlc = $(CIAO_ROOT)/bin/cidlc
- cidlc_dep = $(CIAO_ROOT)/bin/cidlc
- cidlc_flags = -I $(CIAO_ROOT) \
- -I$(CIAO_ROOT)/DAnCE \
- -I$(CIAO_ROOT)/ciao \
- -I$(TAO_ROOT) \
- -I$(TAO_ROOT)/tao \
- -I$(TAO_ROOT)/orbsvcs
- }
-
- Define_Custom(CIDL) {
- automatic = 0
- dependent = $(CIDLC_DEP)
- command = $(CIDLC)
- commandflags = $(CIDLC_FLAGS)
- inputext = .cidl
- source_outputext = _svnt.cpp
- header_outputext = _svnt.h
- generic_outputext = E.idl
- documentation_outputext = _Impl.ccd
- keyword cidlflags = commandflags
- }
-}