]> rtime.felk.cvut.cz Git - orte.git/blob - orte/libjorte/Makefile.am
JORTE: free() domain events
[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 JORTEInit.c \
25 JORTEPublicationCreate.c \
26 JORTEPublicationDestroy.c \
27 JORTEPublicationSend.c \
28 JORTESleepMs.c \
29 JORTESubscriptionCreate.c \
30 JORTESubscriptionDestroy.c \
31 JORTETypeRegisterAdd.c \
32 JStringToIPAddress.c
33
34 lib_LTLIBRARIES = libjorte.la
35 libjorte_la_SOURCES = $(LIBJORTE_FILES)
36 libjorte_la_LDFLAGS = \
37     -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
38     -release $(LT_RELEASE) \
39     -export-dynamic 
40 libjorte_la_CFLAGS = $(AM_CFLAGS)
41 libjorte_la_LIBADD = $(top_builddir)/orte/liborte/liborte.la 
42
43 EXTRA_DIST = Makefile Makefile.omk \
44 createAppInfo.c createPubInfo.c createSubInfo.c \
45 JORTEPublicationGetStatus.c \
46 JORTEPublicationPropertiesGet.c \
47 JORTEPublicationPropertiesSet.c \
48 JORTEPublicationWaitForSubscriptions.c \
49 JORTESubscriptionGetStatus.c \
50 JORTESubscriptionPropertiesGet.c \
51 JORTESubscriptionPropertiesSet.c \
52 JORTESubscriptionWaitForPublications.c \
53 JORTETypeRegisterDestroyAll.c \
54 JORTEVerbositySetLogFile.c \
55 JORTEVerbositySetOptions.c \
56 setRecvInfo.c setTopic.c setType.c
57
58 dist-hook:
59         cp -f  $(srcdir)/Makefile $(distdir)/Makefile