summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CIDLC/CIDLC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CIDLC/CIDLC.mpc')
-rw-r--r--TAO/CIAO/CIDLC/CIDLC.mpc41
1 files changed, 0 insertions, 41 deletions
diff --git a/TAO/CIAO/CIDLC/CIDLC.mpc b/TAO/CIAO/CIDLC/CIDLC.mpc
deleted file mode 100644
index 87e965a1942..00000000000
--- a/TAO/CIAO/CIDLC/CIDLC.mpc
+++ /dev/null
@@ -1,41 +0,0 @@
-//$Id$
-
-project(CIDLC) {
- requires += cidl exceptions
- exename = cidlc
- includes += .. ../CCF
- after += IDL2 IDL3 CIDL CodeGenerationKit CompilerElements
- install = ../bin
- libpaths += ../CCF/CCF ../../../lib
- libs += CIDL IDL3 IDL2 CodeGenerationKit CompilerElements
- Source_Files {
- ExecutorMappingGenerator.cpp
- DescriptorGenerator.cpp
- ExecImplGenerator.cpp
- ExecImplHeaderGenerator.cpp
- ExecImplSourceGenerator.cpp
- ExecutorMappingGenerator.cpp
- RepositoryIdGenerator.cpp
- SizeTypeCalculator.cpp
- ServantGenerator.cpp
- ServantHeaderGenerator.cpp
- ServantSourceGenerator.cpp
- TypeNameEmitter.cpp
- Literals.cpp
- cidlc.cpp
- }
-
- specific(vc71) {
- libs += boost_regex_debug boost_filesystem_debug
- }
-
- verbatim(gnuace, top) {
- include ../CCF/Config.rules
- }
-
- verbatim(gnuace, local) {
- LIBS += $(BOOST_LD_FLAGS) \
- -lboost_regex \
- -lboost_filesystem
- }
-}