]> rtime.felk.cvut.cz Git - orte.git/blob - orte/liborte/Makefile.am
changed name to Open Real-time Ethernet, some source header arranging
[orte.git] / orte / liborte / Makefile.am
1 #
2 #  Makefile for the Open Real-Time Ethernet
3 #
4 #  $Id: Makefile.am,v 1.0 2003/08/04
5 #
6
7 LIBORTE_FILES = \
8 cdr.c \
9 conv.c \
10 debug.c \
11 event.c \
12 fnmatch.c \
13 htimerNtp.c \
14 objectEntry.c \
15 objectEntryTimer.c \
16 objectUtils.c \
17 ORTEAppRecvThread.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 LIBORTE_HDRS1 = \
54 ../include/orte.h 
55
56 LIBORTE_HDRS2 = \
57 $(top_builddir)/orte/include/orte/orte_config.h \
58 ../include/orte/cdr.h \
59 ../include/orte/basic_types.h \
60 ../include/orte/typedefs_defines_rtps.h \
61 ../include/orte/defines_api.h \
62 ../include/orte/typedefs_api.h \
63 ../include/orte/protos_api.h 
64
65 if CONFIG_ORTE_RT
66 # --------------- KERNEL SPACE ---------------
67 module_PROGRAMS = orte_rt.ko
68 orte_rt_ko_SOURCES = $(LIBORTE_FILES)
69 orte_rt_ko_LINK = $(top_builddir)/modtool --link -o $@
70 if USE_RTLINUX
71 SUBDIRS = rtl
72 endif
73 else
74 # --------------- USER  SPACE ---------------
75 lib_LTLIBRARIES = liborte.la
76 liborte_la_SOURCES = $(LIBORTE_FILES)
77 liborte_la_LDFLAGS = \
78     -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
79     -release $(LT_RELEASE) \
80     -export-dynamic 
81 #    $(LDADDS)
82 liborte_la_CFLAGS = $(AM_CFLAGS)
83 endif
84
85 # headers
86 liborte1dir=$(includedir)
87 liborte1_HEADERS= $(LIBORTE_HDRS1)
88 liborte2dir=$(includedir)/orte
89 liborte2_HEADERS= $(LIBORTE_HDRS2)
90
91 EXTRA_DIST = usedSections.txt Makefile Makefile.omk \
92 msvc pharlap
93
94 dist-hook:
95         cp -f  $(srcdir)/Makefile $(distdir)/Makefile