]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libkse/thread/Makefile.inc
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libkse / thread / Makefile.inc
1 # $FreeBSD$
2
3 # thr sources
4 .PATH: ${.CURDIR}/thread
5
6 SRCS+= \
7         thr_accept.c \
8         thr_aio_suspend.c \
9         thr_atfork.c \
10         thr_attr_destroy.c \
11         thr_attr_init.c \
12         thr_attr_get_np.c \
13         thr_attr_getdetachstate.c \
14         thr_attr_getguardsize.c \
15         thr_attr_getinheritsched.c \
16         thr_attr_getschedparam.c \
17         thr_attr_getschedpolicy.c \
18         thr_attr_getscope.c \
19         thr_attr_getstack.c \
20         thr_attr_getstackaddr.c \
21         thr_attr_getstacksize.c \
22         thr_attr_setcreatesuspend_np.c \
23         thr_attr_setdetachstate.c \
24         thr_attr_setguardsize.c \
25         thr_attr_setinheritsched.c \
26         thr_attr_setschedparam.c \
27         thr_attr_setschedpolicy.c \
28         thr_attr_setscope.c \
29         thr_attr_setstack.c \
30         thr_attr_setstackaddr.c \
31         thr_attr_setstacksize.c \
32         thr_autoinit.c \
33         thr_barrier.c \
34         thr_barrierattr.c \
35         thr_cancel.c \
36         thr_clean.c \
37         thr_close.c \
38         thr_concurrency.c \
39         thr_cond.c \
40         thr_condattr_destroy.c \
41         thr_condattr_init.c \
42         thr_condattr_pshared.c \
43         thr_connect.c \
44         thr_creat.c \
45         thr_create.c \
46         thr_detach.c \
47         thr_equal.c \
48         thr_execve.c \
49         thr_exit.c \
50         thr_fcntl.c \
51         thr_find_thread.c \
52         thr_fork.c \
53         thr_fsync.c \
54         thr_getprio.c \
55         thr_getschedparam.c \
56         thr_info.c \
57         thr_init.c \
58         thr_join.c \
59         thr_kern.c \
60         thr_kill.c \
61         thr_main_np.c \
62         thr_mattr_init.c \
63         thr_mattr_kind_np.c \
64         thr_mattr_pshared.c \
65         thr_msync.c \
66         thr_multi_np.c \
67         thr_mutex.c \
68         thr_mutex_prioceiling.c \
69         thr_mutex_protocol.c \
70         thr_mutexattr_destroy.c \
71         thr_nanosleep.c \
72         thr_once.c \
73         thr_open.c \
74         thr_pause.c \
75         thr_poll.c \
76         thr_printf.c \
77         thr_priority_queue.c \
78         thr_pselect.c \
79         thr_pspinlock.c \
80         thr_raise.c \
81         thr_read.c \
82         thr_readv.c \
83         thr_resume_np.c \
84         thr_rtld.c \
85         thr_rwlock.c \
86         thr_rwlockattr.c \
87         thr_select.c \
88         thr_self.c \
89         thr_sem.c \
90         thr_seterrno.c \
91         thr_setprio.c \
92         thr_setschedparam.c \
93         thr_sig.c \
94         thr_sigaction.c \
95         thr_sigaltstack.c \
96         thr_sigmask.c \
97         thr_sigpending.c \
98         thr_sigprocmask.c \
99         thr_sigsuspend.c \
100         thr_sigwait.c \
101         thr_single_np.c \
102         thr_sleep.c \
103         thr_spec.c \
104         thr_spinlock.c \
105         thr_stack.c \
106         thr_suspend_np.c \
107         thr_switch_np.c \
108         thr_system.c \
109         thr_symbols.c \
110         thr_tcdrain.c \
111         thr_vfork.c \
112         thr_wait.c \
113         thr_wait4.c \
114         thr_waitpid.c \
115         thr_write.c \
116         thr_writev.c \
117         thr_yield.c