]> rtime.felk.cvut.cz Git - orte.git/blob - orte/liborte/rtl/Makefile.am
changed name to Open Real-time Ethernet, some source header arranging
[orte.git] / orte / liborte / rtl / 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 PTHREAD_RWLOCK_SOURCES = \
8 ptw32_rwlock_check_need_init.c \
9 ptw32_rwlock_cancelwrwait.c \
10 pthread_rwlock_init.c \
11 pthread_rwlock_destroy.c \
12 pthread_rwlockattr_init.c \
13 pthread_rwlockattr_destroy.c \
14 pthread_rwlockattr_getpshared.c \
15 pthread_rwlockattr_setpshared.c \
16 pthread_rwlock_rdlock.c \
17 pthread_rwlock_timedrdlock.c \
18 pthread_rwlock_wrlock.c \
19 pthread_rwlock_timedwrlock.c \
20 pthread_rwlock_unlock.c \
21 pthread_rwlock_tryrdlock.c \
22 pthread_rwlock_trywrlock.c
23
24 if USE_RTLINUX
25 module_PROGRAMS = pthread_rwlock_rt.ko
26 pthread_rwlock_rt_ko_SOURCES = $(PTHREAD_RWLOCK_SOURCES)
27 pthread_rwlock_rt_ko_LINK = $(top_builddir)/modtool --link -o $@
28 endif
29
30 EXTRA_DIST = Makefile Makefile.omk