]> rtime.felk.cvut.cz Git - orte.git/blob - orte/liborte/Makefile.omk
OCERA SF CVS tree of ORTE framework updated to
[orte.git] / orte / liborte / Makefile.omk
1 lib_LIBRARIES = orte
2
3 INCLUDES = -I $(srcdir)/../include -DORTE_OMK_UNIX
4
5 include_HEADERS = \
6 ../include/orte_api.h \
7 ../include/typedefs_defines_rtps.h \
8 ../include/defines_api.h \
9 ../include/typedefs_api.h \
10 ../include/protos_api.h
11
12 orte_SOURCES = \
13 conv.c \
14 debug.c \
15 event.c \
16 fnmatch.c \
17 htimerNtp.c \
18 objectEntry.c \
19 objectEntryTimer.c \
20 objectUtils.c \
21 ORTEAppRecvMetatrafficThread.c \
22 ORTEAppRecvUserdataThread.c \
23 ORTEAppSendThread.c \
24 ORTEDomainApp.c \
25 ORTEPublication.c \
26 ORTEPublicationTimer.c \
27 ORTESubscription.c \
28 ORTEDomain.c \
29 ORTEDomainMgr.c \
30 ORTEInit.c \
31 ORTEThreadUtils.c \
32 ORTETypeRegister.c \
33 ORTEVerbosity.c \
34 ORTEPattern.c \
35 ORTEMisc.c \
36 parameter.c \
37 RTPSAck.c \
38 RTPSCSTReader.c \
39 RTPSCSTReaderTimer.c \
40 RTPSCSTReaderProc.c \
41 RTPSCSTWriter.c \
42 RTPSCSTWriterTimer.c \
43 RTPSGap.c \
44 RTPSHeader.c \
45 RTPSHeardBeat.c \
46 RTPSInfoDST.c \
47 RTPSInfoREPLY.c \
48 RTPSInfoSRC.c \
49 RTPSInfoTS.c \
50 RTPSPad.c \
51 RTPSUtils.c \
52 RTPSVar.c \
53 RTPSIssue.c \
54 sock.c \
55 ul_gavl.c \
56 ul_gavlprim.c
57
58 #############################################################################
59 # RT-Linux version of build
60
61 rtlinux_LIBRARIES = orte_rt
62
63 rtlinux_INCLUDES = -I $(srcdir)/../include -DORTE_OMK_RTL
64
65 rtlinux_HEADERS = \
66 ../include/orte_api.h \
67 ../include/typedefs_defines_rtps.h \
68 ../include/defines_api.h \
69 ../include/typedefs_api.h \
70 ../include/protos_api.h
71
72 orte_rt_SOURCES = \
73 conv.c \
74 debug.c \
75 event.c \
76 fnmatch.c \
77 htimerNtp.c \
78 objectEntry.c \
79 objectEntryTimer.c \
80 objectUtils.c \
81 ORTEAppRecvMetatrafficThread.c \
82 ORTEAppRecvUserdataThread.c \
83 ORTEAppSendThread.c \
84 ORTEDomainApp.c \
85 ORTEPublication.c \
86 ORTEPublicationTimer.c \
87 ORTESubscription.c \
88 ORTEDomain.c \
89 ORTEDomainMgr.c \
90 ORTEInit.c \
91 ORTEThreadUtils.c \
92 ORTETypeRegister.c \
93 ORTEVerbosity.c \
94 ORTEPattern.c \
95 ORTEMisc.c \
96 parameter.c \
97 RTPSAck.c \
98 RTPSCSTReader.c \
99 RTPSCSTReaderTimer.c \
100 RTPSCSTReaderProc.c \
101 RTPSCSTWriter.c \
102 RTPSCSTWriterTimer.c \
103 RTPSGap.c \
104 RTPSHeader.c \
105 RTPSHeardBeat.c \
106 RTPSInfoDST.c \
107 RTPSInfoREPLY.c \
108 RTPSInfoSRC.c \
109 RTPSInfoTS.c \
110 RTPSPad.c \
111 RTPSUtils.c \
112 RTPSVar.c \
113 RTPSIssue.c \
114 sock.c \
115 ul_gavl.c \
116 ul_gavlprim.c
117
118 rtlinux_MODULES = rt_orte
119
120 rt_orte_SOURCES = $(orte_rt_SOURCES)
121
122 SUBDIRS = rtl