summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/XML_Helpers/XMLHelpers.mpc
blob: b1772c5e181c73b765739614fd16233d3b072603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// -*- MPC -*-
// $Id$

project(XML_Helpers): taolib_with_idl, rtcorba, portableserver, acexml {
  sharedname    = CIAO_XML_Helpers
  idlflags     += -Sc -Wb,export_include=XML_Helpers_Export.h \
                  -Wb,export_macro=CIAO_XML_HELPERS_Export
  dynamicflags += CIAO_XML_HELPERS_BUILD_DLL

  IDL_Files {
   RTConfiguration.idl
  }

  Source_Files {
    RTConfiguration_Stubs.cpp
    RTConfig_Handlers.cpp
    XML_Utils.cpp
    Softpkg_Handlers.cpp
    Cascadable_DocHandler.cpp
    Assembly_Spec.cpp
    Assembly_Handlers.cpp
//    Event_Handlers.cpp
  }
}

project(Helper_Test): rtcorba, taoserver, acexml{
  libs += CIAO_XML_Helpers
  after += XML_Helpers

  IDL_Files {
  }

  Source_Files {
    main.cpp
  }
}