summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/impl/ndds/ndds_impl.mpc
blob: 1edb2b0195d9171a1b32db0781e4db3f4ae4e996 (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
// $Id$

project(CIAO_DDS4CCM_NDDS_Impl) : dds4ccm_skel, taolib, ciao_output, ccm_stub, ciao_logger {

  after += DDS4CCM_lem_stub
  libs += DDS4CCM_lem_stub

  dynamicflags = DDS4CCM_NDDS_IMPL_BUILD_DLL
  macros += BUILDING_NDDS_LIB
  Header_Files {
    *.h
  }

  Template_Files {
    *_T.cpp
  }

  Source_Files {
    Coherent_Changes_Guard.cpp
    DataWriter.cpp
    DataWriterListener.cpp
    DataReader.cpp
    DataReaderListener.cpp
    DomainParticipant.cpp
    DomainParticipantListener.cpp
    DomainParticipantFactory.cpp
    ContentFilteredTopic.cpp
    Topic.cpp
    TopicDescription.cpp
    Publisher.cpp
    PublisherListener.cpp
    Subscriber.cpp
    SubscriberListener.cpp
    StatusCondition.cpp
    ReadCondition.cpp
    QueryCondition.cpp
    Utils.cpp
    TopicListener.cpp
    DDSCallbackStatusHandler.cpp
  }
}