]> rtime.felk.cvut.cz Git - orte.git/blob - orte/libjorte/Makefile.am
JORTE: ignore 'int-to-pointer' and 'pointer-to-int' compiler warnings
[orte.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 JORTEDomainEvents.c \
17 JORTEDomainEventsDestroy.c \
18 JORTEDomainInitEvents.c \
19 JORTEDomainMgrCreate.c \
20 JORTEDomainMgrDestroy.c \
21 JORTEDomainPropDefaultGet.c \
22 JORTEDomainPropSet.c \
23 JORTEDomainPropDestroy.c \
24 JORTEDomainStart.c \
25 JORTEInit.c \
26 JORTEPublicationCreate.c \
27 JORTEPublicationDestroy.c \
28 JORTEPublicationSend.c \
29 JORTESleepMs.c \
30 JORTESubscriptionCreate.c \
31 JORTESubscriptionDestroy.c \
32 JORTESubscriptionPull.c \
33 JORTETypeRegisterAdd.c \
34 JStringToIPAddress.c
35
36 lib_LTLIBRARIES = libjorte.la
37 libjorte_la_SOURCES = $(LIBJORTE_FILES)
38 libjorte_la_LDFLAGS = \
39     -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
40     -release $(LT_RELEASE) \
41     -export-dynamic 
42 libjorte_la_CFLAGS = $(AM_CFLAGS) -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast
43 libjorte_la_LIBADD = $(top_builddir)/orte/liborte/liborte.la 
44
45 EXTRA_DIST = Makefile Makefile.omk \
46 createAppInfo.c createPubInfo.c createSubInfo.c \
47 JORTEPublicationGetStatus.c \
48 JORTEPublicationPropertiesGet.c \
49 JORTEPublicationPropertiesSet.c \
50 JORTEPublicationWaitForSubscriptions.c \
51 JORTESubscriptionGetStatus.c \
52 JORTESubscriptionPropertiesGet.c \
53 JORTESubscriptionPropertiesSet.c \
54 JORTESubscriptionWaitForPublications.c \
55 JORTETypeRegisterDestroyAll.c \
56 JORTEVerbositySetLogFile.c \
57 JORTEVerbositySetOptions.c \
58 setRecvInfo.c setTopic.c setType.c
59
60 dist-hook:
61         cp -f  $(srcdir)/Makefile $(distdir)/Makefile