summaryrefslogtreecommitdiff
path: root/DAnCE/tools/System_Health/System_Health.mpc
blob: c7393dfed972ad53fb0f3c50a76c8f0b2d5bd195 (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
// $Id$
project (DAnCE_System_Health) : install, dance_deployment_stub, dance_output, gen_ostream {
  custom_only = 1
  idlflags     += -Wb,stub_export_macro=SystemHealth_STUB_Export \
                  -Wb,stub_export_include=SystemHealth_stub_export.h \
                  -SS -Sci -Gxhst

  IDL_Files {
    SHS_DataModel.idl
  }

  specific {
    install_dir = tools/System_Health
  }
}

project (DAnCE_System_Health_stub) : install, dance_lib, dance_output, gen_ostream, \
        dance_deployment_stub {
  after += DAnCE_System_Health
  dynamicflags += SystemHealth_STUB_BUILD_DLL  
  includes += $(DANCE_ROOT)/tools
  IDL_Files {
  }

  Source_Files {
    SHS_DataModelC.cpp
  }

  Header_Files {
    SHS_DataModelC.h
  }

  specific {
    install_dir = tools/System_Health
  }
}