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

project (CIAO_RTEvent) : naming, rtevent_serv, ciao_events_base_dnc {

  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
    SimpleAddressServer.h
  }
}