]> rtime.felk.cvut.cz Git - orte.git/blob - orte/liborte/Makefile.omk
Update of ORTE. Configured to compile for Linux out of box.
[orte.git] / orte / liborte / Makefile.omk
1 lib_LIBRARIES = orte
2
3 INCLUDES = -I $(srcdir)/../include -D_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 parameter.c \
36 RTPSAck.c \
37 RTPSCSTReader.c \
38 RTPSCSTReaderTimer.c \
39 RTPSCSTReaderProc.c \
40 RTPSCSTWriter.c \
41 RTPSCSTWriterTimer.c \
42 RTPSGap.c \
43 RTPSHeader.c \
44 RTPSHeardBeat.c \
45 RTPSInfoDST.c \
46 RTPSInfoREPLY.c \
47 RTPSInfoSRC.c \
48 RTPSInfoTS.c \
49 RTPSPad.c \
50 RTPSUtils.c \
51 RTPSVar.c \
52 RTPSIssue.c \
53 sock.c \
54 ul_gavl.c \
55 ul_gavlprim.c
56
57 #############################################################################
58 # RT-Linux version of build
59
60 rtlinux_LIBRARIES = orte_rt
61
62 rtlinux_INCLUDES = -I $(srcdir)/../include 
63
64 rtlinux_HEADERS = \
65 ../include/orte_api.h \
66 ../include/typedefs_defines_rtps.h \
67 ../include/defines_api.h \
68 ../include/typedefs_api.h \
69 ../include/protos_api.h
70
71 orte_rt_SOURCES = \
72 conv.c \
73 debug.c \
74 event.c \
75 fnmatch.c \
76 htimerNtp.c \
77 objectEntry.c \
78 objectEntryTimer.c \
79 objectUtils.c \
80 ORTEAppRecvMetatrafficThread.c \
81 ORTEAppRecvUserdataThread.c \
82 ORTEAppSendThread.c \
83 ORTEDomainApp.c \
84 ORTEPublication.c \
85 ORTEPublicationTimer.c \
86 ORTESubscription.c \
87 ORTEDomain.c \
88 ORTEDomainMgr.c \
89 ORTEInit.c \
90 ORTEThreadUtils.c \
91 ORTETypeRegister.c \
92 ORTEVerbosity.c \
93 ORTEPattern.c \
94 parameter.c \
95 RTPSAck.c \
96 RTPSCSTReader.c \
97 RTPSCSTReaderTimer.c \
98 RTPSCSTReaderProc.c \
99 RTPSCSTWriter.c \
100 RTPSCSTWriterTimer.c \
101 RTPSGap.c \
102 RTPSHeader.c \
103 RTPSHeardBeat.c \
104 RTPSInfoDST.c \
105 RTPSInfoREPLY.c \
106 RTPSInfoSRC.c \
107 RTPSInfoTS.c \
108 RTPSPad.c \
109 RTPSUtils.c \
110 RTPSVar.c \
111 RTPSIssue.c \
112 sock.c \
113 ul_gavl.c \
114 ul_gavlprim.c
115
116 rtlinux_MODULES = rt_orte
117
118 rt_orte_SOURCES = $(orte_rt_SOURCES)
119
120 SUBDIRS = rtl