Makefile.inc revision 177494
1112918Sjeff# $FreeBSD: head/lib/libthr/thread/Makefile.inc 177494 2008-03-22 09:59:20Z davidxu $
2112918Sjeff
3112918Sjeff# thr sources
4112918Sjeff.PATH: ${.CURDIR}/thread
5112918Sjeff
6112918SjeffSRCS+= \
7176763Sdavidxu	thr_affinity.c \
8112918Sjeff	thr_attr.c \
9126000Smtm	thr_barrier.c \
10126000Smtm	thr_barrierattr.c \
11112918Sjeff	thr_cancel.c \
12112918Sjeff	thr_clean.c \
13113729Sjdp	thr_concurrency.c \
14112918Sjeff	thr_cond.c \
15144518Sdavidxu	thr_condattr.c \
16112918Sjeff	thr_create.c \
17112918Sjeff	thr_detach.c \
18112918Sjeff	thr_equal.c \
19144921Sdavidxu	thr_event.c \
20112918Sjeff	thr_exit.c \
21144518Sdavidxu	thr_fork.c \
22112918Sjeff	thr_getprio.c \
23177494Sdavidxu	thr_getcpuclockid.c \
24144518Sdavidxu	thr_getschedparam.c \
25154130Sdavidxu	thr_info.c \
26112918Sjeff	thr_init.c \
27112918Sjeff	thr_join.c \
28144518Sdavidxu	thr_list.c \
29112918Sjeff	thr_kern.c \
30144518Sdavidxu	thr_kill.c \
31112918Sjeff	thr_main_np.c \
32112918Sjeff	thr_multi_np.c \
33112918Sjeff	thr_mutex.c \
34144518Sdavidxu	thr_mutexattr.c \
35112918Sjeff	thr_once.c \
36112918Sjeff	thr_printf.c \
37144518Sdavidxu	thr_pspinlock.c \
38112918Sjeff	thr_resume_np.c \
39157112Sdavidxu	thr_rtld.c \
40112918Sjeff	thr_rwlock.c \
41112918Sjeff	thr_rwlockattr.c \
42112918Sjeff	thr_self.c \
43112918Sjeff	thr_sem.c \
44112918Sjeff	thr_setprio.c \
45112918Sjeff	thr_setschedparam.c \
46112918Sjeff	thr_sig.c \
47144518Sdavidxu	thr_single_np.c \
48112918Sjeff	thr_spec.c \
49112918Sjeff	thr_spinlock.c \
50112918Sjeff	thr_stack.c \
51144518Sdavidxu	thr_syscalls.c \
52112918Sjeff	thr_suspend_np.c \
53144518Sdavidxu	thr_switch_np.c \
54144518Sdavidxu	thr_symbols.c \
55144518Sdavidxu	thr_umtx.c \
56112918Sjeff	thr_yield.c
57