summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/ECConfigurator/ecconfigurator.mpc
blob: 3e7b82f9ca37a16935a6c3803117e87546be60b7 (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
project(configurable_ec): orbsvcsexe, rtevent, rtsched, rtschedevent, rtkokyuevent, kokyu, acexml {
  exename = ConfigurableEC
  libpaths += .
  idlflags += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs -Ge 1 -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h
  includes += $(TAO_ROOT)/orbsvcs $(TAO_ROOT)/orbsvcs/orbsvcs

  Source_Files {
    Configurator_ParseHandler.cpp
    Configurator_SyntaxHandler.cpp
    SyntaxTree.cpp
    ConfigurableEC.cpp
    Kokyu_EC.cpp
    ECConsumer.cpp
    ECSupplier.cpp
  }

  Header_Files {
    Configurator_ParseHandler.h
    Configurator_SyntaxHandler.h
    SyntaxTree.h
    SyntaxVisitor.h
    Kokyu_EC.h
    ECConsumer.h
    ECSupplier.h
    Service_Handler.h
  }

  IDL_Files {
    RtSchedEventChannel.idl
  }
}