]> rtime.felk.cvut.cz Git - orte.git/blob - orte/liborte/Makefile.am
8ed3a966f5b75757ae415c22c421a7a3aa2458a8
[orte.git] / orte / liborte / Makefile.am
1 #
2 #  Makefile for the Ocera Real-Time Ethernet
3 #
4 #  $Id: Makefile.am,v 1.0 2003/08/04
5 #
6
7 LIBORTE_SOURCES = \
8 conv.c \
9 debug.c \
10 event.c \
11 fnmatch.c \
12 htimerNtp.c \
13 objectEntry.c \
14 objectEntryTimer.c \
15 objectUtils.c \
16 ORTEAppRecvMetatrafficThread.c \
17 ORTEAppRecvUserdataThread.c \
18 ORTEAppSendThread.c \
19 ORTEDomainApp.c \
20 ORTEPublication.c \
21 ORTEPublicationTimer.c \
22 ORTESubscription.c \
23 ORTEDomain.c \
24 ORTEDomainMgr.c \
25 ORTEInit.c \
26 ORTEThreadUtils.c \
27 ORTETypeRegister.c \
28 ORTEVerbosity.c \
29 ORTEPattern.c \
30 parameter.c \
31 RTPSAck.c \
32 RTPSCSTReader.c \
33 RTPSCSTReaderTimer.c \
34 RTPSCSTReaderProc.c \
35 RTPSCSTWriter.c \
36 RTPSCSTWriterTimer.c \
37 RTPSGap.c \
38 RTPSHeader.c \
39 RTPSHeardBeat.c \
40 RTPSInfoDST.c \
41 RTPSInfoREPLY.c \
42 RTPSInfoSRC.c \
43 RTPSInfoTS.c \
44 RTPSPad.c \
45 RTPSUtils.c \
46 RTPSVar.c \
47 RTPSIssue.c \
48 sock.c \
49 ul_gavl.c \
50 ul_gavlprim.c
51
52 if CONFIG_ORTE_RT
53 module_PROGRAMS = orte.ko
54 orte_ko_CFLAGS = $(ORTE_CFLAGS) $(LINUX_CFLAGS) $(RTAI_CFLAGS) $(RTLINUX_CFLAGS)
55 orte_ko_SOURCES = $(LIBORTE_SOURCES)
56 orte_ko_LINK = $(top_builddir)/modtool --link -o $@
57
58 SUBDIRS = rtl
59 else
60 lib_LIBRARIES = liborte.a
61 liborte_a_SOURCES = $(LIBORTE_SOURCES)
62 endif
63
64 EXTRA_DIST = usedSections.txt