summaryrefslogtreecommitdiff
path: root/common/RACE_common.mpc
blob: bafb19241be1474562b135df664c917ec005f062 (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
62
63
64
65
66
67
project(RACE_common_stub): anytypecode, race_idl {

//   libout       = $(ACE_ROOT)/lib	
   sharedname = RACE_common_stub
   idlflags += -Wb,stub_export_macro=RACE_COMMON_STUB_Export \
               -Wb,stub_export_include=RACE_common_stub_export.h

   dynamicflags   = RACE_COMMON_STUB_BUILD_DLL

   IDL_Files {
     RACE_common.idl
   }

   Source_Files {
     RACE_commonC.cpp
   }

   Header_Files {
     RACE_commonC.h
   }

   Inline_Files {
     RACE_commonC.inl
   }
 }

project(OpString_stub): dance_deployment_stub, race_idl {

//  libout       = $(ACE_ROOT)/lib	
  after += RACE_common_stub
  sharedname = OpString_stub
  idlflags += -Wb,stub_export_macro=OPSTRING_STUB_Export \
              -Wb,stub_export_include=OpString_stub_export.h \
              -I $(CIAO_ROOT)/DAnCE/Deployment

  dynamicflags   = OPSTRING_STUB_BUILD_DLL

  libs += RACE_common_stub

  IDL_Files {
    OpString.idl
    Goal.idl
    QoS.idl
    Utils.idl
  }

  Header_Files {
    OpStringC.h
    GoalC.h
    QoSC.h
    UtilsC.h
  }

  Inline_Files {
    OpStringC.inl
    GoalC.inl
    QoSC.inl
    UtilsC.inl
  }

  Source_Files {
    OpStringC.cpp
    GoalC.cpp
    QoSC.cpp
    UtilsC.cpp
  }
}