]> rtime.felk.cvut.cz Git - orte/eurobot.git/blob - orte/libjorte/Makefile.am
cbb9c30fa6117929b6d24ee42db480d51d5b6257
[orte/eurobot.git] / orte / libjorte / 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 LIBJORTE_FILES = \
8 onLoad.c \
9 getNtpTime.c \
10 JGetORTEConstant.c \
11 JIPAddressToString.c \
12 JNtpTimeToStringMs.c \
13 JNtpTimeToStringUs.c \
14 JORTEDomainAppCreate.c \
15 JORTEDomainAppDestroy.c \
16 JORTEDomainInitEvents.c \
17 JORTEDomainMgrCreate.c \
18 JORTEDomainMgrDestroy.c \
19 JORTEDomainPropDefaultGet.c \
20 JORTEDomainPropSet.c \
21 JORTEDomainPropDestroy.c \
22 JORTEInit.c \
23 JORTEPublicationCreate.c \
24 JORTEPublicationDestroy.c \
25 JORTEPublicationSend.c \
26 JORTESleepMs.c \
27 JORTESubscriptionCreate.c \
28 JORTESubscriptionDestroy.c \
29 JORTETypeRegisterAdd.c \
30 JStringToIPAddress.c
31
32 lib_LTLIBRARIES = libjorte.la
33 libjorte_la_SOURCES = $(LIBJORTE_FILES)
34 libjorte_la_LDFLAGS = \
35     -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
36     -release $(LT_RELEASE) \
37     -export-dynamic 
38 libjorte_la_CFLAGS = $(AM_CFLAGS)
39 libjorte_la_LIBADD = $(top_builddir)/orte/liborte/liborte.la 
40
41 EXTRA_DIST = Makefile Makefile.omk \
42 createAppInfo.c createPubInfo.c createSubInfo.c \
43 JORTEPublicationGetStatus.c \
44 JORTEPublicationPropertiesGet.c \
45 JORTEPublicationPropertiesSet.c \
46 JORTEPublicationWaitForSubscriptions.c \
47 JORTESubscriptionGetStatus.c \
48 JORTESubscriptionPropertiesGet.c \
49 JORTESubscriptionPropertiesSet.c \
50 JORTESubscriptionWaitForPublications.c \
51 JORTETypeRegisterDestroyAll.c \
52 JORTEVerbositySetLogFile.c \
53 JORTEVerbositySetOptions.c \
54 setRecvInfo.c setTopic.c setType.c
55
56 dist-hook:
57         cp -f  $(srcdir)/Makefile $(distdir)/Makefile