summaryrefslogtreecommitdiff
path: root/CIAO/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.mpc
blob: d61788edbacd39ca89598b8c17513dbfdca6a84e (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
// -*- MPC -*-
// $Id$

project (CIAO_RTEvent) : naming, rtevent_serv, ciao_events_base_dnc, ace_output  {
  requires += dummy_label
  sharedname  = CIAO_RTEvent
  idlflags  += -Wb,export_include=CIAO_RTEVENT_Export.h \
               -Wb,export_macro=CIAO_RTEVENT_Export
  dynamicflags = CIAO_RTEVENT_BUILD_DLL

  IDL_Files {
    CIAO_RTEvent.idl
  }

  Source_Files {
    CIAO_RTEvent.cpp
    CIAO_RTEventC.cpp
    CIAO_RTEventS.cpp
    SimpleAddressServer.cpp
  }

  Header_Files {
    CIAO_RTEvent.h
    CIAO_RTEventC.h
    CIAO_RTEventS.h
    CIAO_RTEVENT_Export.h
    SimpleAddressServer.h
  }
}