Makefile.inc revision 113729
1112918Sjeff# $FreeBSD: head/lib/libthr/thread/Makefile.inc 113729 2003-04-20 01:53:13Z jdp $
2112918Sjeff
3112918Sjeff# thr sources
4112918Sjeff.PATH: ${.CURDIR}/thread
5112918Sjeff
6112918SjeffSRCS+= \
7112918Sjeff	thr_attr.c \
8112918Sjeff	thr_autoinit.c \
9112918Sjeff	thr_cancel.c \
10112918Sjeff	thr_clean.c \
11113729Sjdp	thr_concurrency.c \
12112918Sjeff	thr_cond.c \
13112918Sjeff	thr_condattr_destroy.c \
14112918Sjeff	thr_condattr_init.c \
15112918Sjeff	thr_create.c \
16112918Sjeff	thr_detach.c \
17112918Sjeff	thr_equal.c \
18112918Sjeff	thr_exit.c \
19112918Sjeff	thr_find_thread.c \
20112918Sjeff	thr_gc.c \
21112918Sjeff	thr_getprio.c \
22112918Sjeff	thr_getschedparam.c \
23112918Sjeff	thr_info.c \
24112918Sjeff	thr_init.c \
25112918Sjeff	thr_join.c \
26112918Sjeff	thr_kern.c \
27112918Sjeff	thr_main_np.c \
28112918Sjeff	thr_mattr_init.c \
29112918Sjeff	thr_mattr_kind_np.c \
30112918Sjeff	thr_multi_np.c \
31112918Sjeff	thr_mutex.c \
32112918Sjeff	thr_mutex_prioceiling.c \
33112918Sjeff	thr_mutex_protocol.c \
34112918Sjeff	thr_mutexattr_destroy.c \
35112918Sjeff	thr_once.c \
36112918Sjeff	thr_printf.c \
37112918Sjeff	thr_resume_np.c \
38112918Sjeff	thr_rwlock.c \
39112918Sjeff	thr_rwlockattr.c \
40112918Sjeff	thr_self.c \
41112918Sjeff	thr_sem.c \
42112918Sjeff	thr_seterrno.c \
43112918Sjeff	thr_setprio.c \
44112918Sjeff	thr_setschedparam.c \
45112918Sjeff	thr_sig.c \
46112918Sjeff	thr_spec.c \
47112918Sjeff	thr_spinlock.c \
48112918Sjeff	thr_stack.c \
49112918Sjeff	thr_suspend_np.c \
50112918Sjeff	thr_syscalls.c \
51112918Sjeff	thr_yield.c
52