]> rtime.felk.cvut.cz Git - orte.git/blob - orte/liborte/Makefile.am
60618d34893e58820063e29af653a336d53e9099
[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 ORTEMisc.c \
31 parameter.c \
32 RTPSAck.c \
33 RTPSCSTReader.c \
34 RTPSCSTReaderTimer.c \
35 RTPSCSTReaderProc.c \
36 RTPSCSTWriter.c \
37 RTPSCSTWriterTimer.c \
38 RTPSGap.c \
39 RTPSHeader.c \
40 RTPSHeardBeat.c \
41 RTPSInfoDST.c \
42 RTPSInfoREPLY.c \
43 RTPSInfoSRC.c \
44 RTPSInfoTS.c \
45 RTPSPad.c \
46 RTPSUtils.c \
47 RTPSVar.c \
48 RTPSIssue.c \
49 sock.c \
50 ul_gavl.c \
51 ul_gavlprim.c
52
53 if CONFIG_ORTE_RT
54 module_PROGRAMS = rt_orte.ko
55 #rt_orte_ko_CFLAGS = $(ORTE_CFLAGS) 
56 rt_orte_ko_SOURCES = $(LIBORTE_SOURCES)
57 rt_orte_ko_LINK = $(top_builddir)/modtool --link -o $@
58
59 if USE_RTLINUX
60 SUBDIRS = rtl
61 endif
62 else
63 lib_LIBRARIES = liborte.a
64 liborte_a_SOURCES = $(LIBORTE_SOURCES)
65 endif
66
67 EXTRA_DIST = usedSections.txt