summaryrefslogtreecommitdiff
path: root/CIAO/CCF/CCF/CIDL/CIDL.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/CCF/CIDL/CIDL.mpc')
-rw-r--r--CIAO/CCF/CCF/CIDL/CIDL.mpc15
1 files changed, 15 insertions, 0 deletions
diff --git a/CIAO/CCF/CCF/CIDL/CIDL.mpc b/CIAO/CCF/CCF/CIDL/CIDL.mpc
new file mode 100644
index 00000000000..833f3979582
--- /dev/null
+++ b/CIAO/CCF/CCF/CIDL/CIDL.mpc
@@ -0,0 +1,15 @@
+//$Id$
+
+project(CIDL): cidlc {
+ sharedname =
+ staticname = CIDL
+ libout = ..
+
+ Source_Files {
+ .
+ ./SemanticGraph
+ ./Traversal
+ ./SemanticAction
+ ./SemanticAction/Impl
+ }
+}