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