summaryrefslogtreecommitdiff
path: root/config_complex_types_1/Config_Handlers/RT-CCM/RT-CCM-Handlers.mpc
blob: 707eab51c12b25440f28f94f758fc5f85dd98046 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
//$Id$

project (RT_CCM_XML_Generation) : xscdefaults {
   requires += xsc

   xscflags += --cxx-banner-file $(CIAO_ROOT)/docs/schema/xsc-banner.cpp
   xscflags += --cxx-header-banner-file $(CIAO_ROOT)/docs/schema/xsc-banner.h
   xscflags += --cxx-export-symbol RT_CCM_Handlers_Export
   xscflags += --cxx-namespace-regex "%.*vanderbilt.*%CIAO/Config_Handlers%"
   xscflags += --cxx-export-header RT_CCM_Handlers_Export.h
   xscflags += --search-path "$(CIAO_ROOT)/docs/schema"
   
   custom_only = 1

   XSC_Files {
        gendir = .
        $(CIAO_ROOT)/docs/schema/CIAOServerResources.xsd
   }
}

project (RT_CCM_Config_Handlers) : acelib, ciao_deployment_stub, ciao_xml_utils {
  sharedname = RT_CCM_Config_Handlers
  dynamicflags   = RT_CCM_HANDLERS_BUILD_DLL
  macros   += XML_USE_PTHREADS
  includes += $(CIAO_ROOT)/tools/Config_Handlers
  includes += $(CIAO_ROOT)/ciao

  after += RT_CCM_XML_Generation

  Source_Files {
        CIAOServerResources.cpp
        CLA_Handler.cpp
        OC_Handler.cpp
        OR_Handler.cpp
        PM_Handler.cpp
        PS_Handler.cpp
        CNPM_Handler.cpp
        NPM_Handler.cpp
        SRD_Handler.cpp
        TP_Handler.cpp
        TPL_Handler.cpp
        CB_Handler.cpp
        }

  Header_Files {
  }
}

//project (RT-CCM_Config_Handlers_Tests) : ciao_component_dnc, xerces {
//  requires += dummy_label
//  exename = rt-ccm-test
//  after    += RT-CCM-Handlers
//  dynamicflags   = CONFIG_HANDLERS_BUILD_DLL
//  macros   += XML_USE_PTHREADS
//  includes += $(CIAO_ROOT)/tools/Config_Handlers
//  libs     += CIAO_DnC_Server TAO_IFR_Client RT_CCM_Config_Handlers CIAO_XML_Utils

//  Source_Files {
//    test.cpp
//  }
//}