Deleted Added
full compact
Makefile.inc (155890) Makefile.inc (157112)
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 155890 2006-02-22 02:52:22Z davidxu $
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 157112 2006-03-25 05:00:54Z davidxu $
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_attr.c \
8 thr_barrier.c \
9 thr_barrierattr.c \

--- 21 unchanged lines hidden (view full) ---

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 \
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_attr.c \
8 thr_barrier.c \
9 thr_barrierattr.c \

--- 21 unchanged lines hidden (view full) ---

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_rtld.c \
39 thr_rwlock.c \
40 thr_rwlockattr.c \
41 thr_self.c \
42 thr_sem.c \
43 thr_seterrno.c \
44 thr_setprio.c \
45 thr_setschedparam.c \
46 thr_sig.c \
47 thr_single_np.c \
48 thr_spec.c \
49 thr_spinlock.c \
50 thr_stack.c \
51 thr_syscalls.c \
52 thr_suspend_np.c \
53 thr_switch_np.c \
54 thr_symbols.c \
55 thr_umtx.c \
56 thr_yield.c
40 thr_rwlock.c \
41 thr_rwlockattr.c \
42 thr_self.c \
43 thr_sem.c \
44 thr_seterrno.c \
45 thr_setprio.c \
46 thr_setschedparam.c \
47 thr_sig.c \
48 thr_single_np.c \
49 thr_spec.c \
50 thr_spinlock.c \
51 thr_stack.c \
52 thr_syscalls.c \
53 thr_suspend_np.c \
54 thr_switch_np.c \
55 thr_symbols.c \
56 thr_umtx.c \
57 thr_yield.c