Merge branch 'vendor/ELFTOOLCHAIN'
[dragonfly.git] / lib / libthread_xu / thread / Makefile.inc
1 # $DragonFly: src/lib/libthread_xu/thread/Makefile.inc,v 1.5 2008/01/19 14:05:29 corecode Exp $
2
3 # thr sources
4 .PATH: ${.CURDIR}/thread
5
6 SRCS+= \
7         thr_attr.c \
8         thr_barrier.c \
9         thr_barrierattr.c \
10         thr_cancel.c \
11         thr_clean.c \
12         thr_concurrency.c \
13         thr_cond.c \
14         thr_condattr.c \
15         thr_create.c \
16         thr_detach.c \
17         thr_equal.c \
18         thr_event.c \
19         thr_exit.c \
20         thr_fork.c \
21         thr_getprio.c \
22         thr_getschedparam.c \
23         thr_info.c \
24         thr_init.c \
25         thr_join.c \
26         thr_list.c \
27         thr_kern.c \
28         thr_kill.c \
29         thr_main_np.c \
30         thr_multi_np.c \
31         thr_mutex.c \
32         thr_mutexattr.c \
33         thr_mutex_prioceiling.c \
34         thr_mutex_protocol.c \
35         thr_once.c \
36         thr_printf.c \
37         thr_pspinlock.c \
38         thr_resume_np.c \
39         thr_rwlock.c \
40         thr_rwlockattr.c \
41         thr_self.c \
42         thr_sem.c \
43         thr_setprio.c \
44         thr_setschedparam.c \
45         thr_sig.c \
46         thr_single_np.c \
47         thr_spec.c \
48         thr_spinlock.c \
49         thr_stack.c \
50         thr_syscalls.c \
51         thr_suspend_np.c \
52         thr_switch_np.c \
53         thr_symbols.c \
54         thr_umtx.c \
55         thr_yield.c