1# @(#)Makefile 8.2 (Berkeley) 12/13/93 2# $FreeBSD$ 3 4MAN= assert.3 bitstring.3 end.3 fpgetround.3 intro.3 queue.3 \ 5 stdarg.3 sysexits.3 timeradd.3 tree.3 6 7MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \ 8 bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \ 9 bitstring.3 bit_nclear.3 bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \ 10 bitstring.3 bitstr_size.3 bitstring.3 bit_test.3 11MLINKS+=end.3 edata.3 end.3 etext.3 12MLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3 13MLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3 14MLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3 15MLINKS+=fpgetround.3 fpsetprec.3 fpgetround.3 fpgetprec.3 16 17MLINKS+=queue.3 LIST_EMPTY.3 18MLINKS+=queue.3 LIST_ENTRY.3 19MLINKS+=queue.3 LIST_HEAD.3 20MLINKS+=queue.3 LIST_HEAD_INITIALIZER.3 21MLINKS+=queue.3 LIST_INIT.3 22MLINKS+=queue.3 LIST_INSERT_AFTER.3 23MLINKS+=queue.3 LIST_INSERT_BEFORE.3 24MLINKS+=queue.3 LIST_INSERT_HEAD.3 25MLINKS+=queue.3 LIST_FIRST.3 26MLINKS+=queue.3 LIST_FOREACH.3 27MLINKS+=queue.3 LIST_NEXT.3 28MLINKS+=queue.3 LIST_REMOVE.3 29MLINKS+=queue.3 SLIST_EMPTY.3 30MLINKS+=queue.3 SLIST_ENTRY.3 31MLINKS+=queue.3 SLIST_FIRST.3 32MLINKS+=queue.3 SLIST_FOREACH.3 33MLINKS+=queue.3 SLIST_HEAD.3 34MLINKS+=queue.3 SLIST_HEAD_INITIALIZER.3 35MLINKS+=queue.3 SLIST_INIT.3 36MLINKS+=queue.3 SLIST_INSERT_AFTER.3 37MLINKS+=queue.3 SLIST_INSERT_HEAD.3 38MLINKS+=queue.3 SLIST_NEXT.3 39MLINKS+=queue.3 SLIST_REMOVE.3 40MLINKS+=queue.3 SLIST_REMOVE_HEAD.3 41MLINKS+=queue.3 STAILQ_CONCAT.3 42MLINKS+=queue.3 STAILQ_EMPTY.3 43MLINKS+=queue.3 STAILQ_ENTRY.3 44MLINKS+=queue.3 STAILQ_FIRST.3 45MLINKS+=queue.3 STAILQ_FOREACH.3 46MLINKS+=queue.3 STAILQ_HEAD.3 47MLINKS+=queue.3 STAILQ_HEAD_INITIALIZER.3 48MLINKS+=queue.3 STAILQ_INIT.3 49MLINKS+=queue.3 STAILQ_INSERT_AFTER.3 50MLINKS+=queue.3 STAILQ_INSERT_HEAD.3 51MLINKS+=queue.3 STAILQ_INSERT_TAIL.3 52MLINKS+=queue.3 STAILQ_LAST.3 53MLINKS+=queue.3 STAILQ_NEXT.3 54MLINKS+=queue.3 STAILQ_REMOVE.3 55MLINKS+=queue.3 STAILQ_REMOVE_HEAD.3 56MLINKS+=queue.3 TAILQ_CONCAT.3 57MLINKS+=queue.3 TAILQ_EMPTY.3 58MLINKS+=queue.3 TAILQ_ENTRY.3 59MLINKS+=queue.3 TAILQ_FIRST.3 60MLINKS+=queue.3 TAILQ_FOREACH.3 61MLINKS+=queue.3 TAILQ_FOREACH_REVERSE.3 62MLINKS+=queue.3 TAILQ_HEAD.3 63MLINKS+=queue.3 TAILQ_HEAD_INITIALIZER.3 64MLINKS+=queue.3 TAILQ_INIT.3 65MLINKS+=queue.3 TAILQ_INSERT_AFTER.3 66MLINKS+=queue.3 TAILQ_INSERT_BEFORE.3 67MLINKS+=queue.3 TAILQ_INSERT_HEAD.3 68MLINKS+=queue.3 TAILQ_INSERT_TAIL.3 69MLINKS+=queue.3 TAILQ_LAST.3 70MLINKS+=queue.3 TAILQ_NEXT.3 71MLINKS+=queue.3 TAILQ_PREV.3 72MLINKS+=queue.3 TAILQ_REMOVE.3 73 74MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3 75MLINKS+=stdarg.3 va_copy.3 stdarg.3 va_start.3 76 77MLINKS+=timeradd.3 timersub.3 timeradd.3 timerclear.3 timeradd.3 timerisset.3 78MLINKS+=timeradd.3 timercmp.3 79 80MLINKS+=tree.3 SPLAY_PROTOTYPE.3 81MLINKS+=tree.3 SPLAY_GENERATE.3 82MLINKS+=tree.3 SPLAY_ENTRY.3 83MLINKS+=tree.3 SPLAY_HEAD.3 84MLINKS+=tree.3 SPLAY_INITIALIZER.3 85MLINKS+=tree.3 SPLAY_ROOT.3 86MLINKS+=tree.3 SPLAY_EMPTY.3 87MLINKS+=tree.3 SPLAY_NEXT.3 88MLINKS+=tree.3 SPLAY_MIN.3 89MLINKS+=tree.3 SPLAY_MAX.3 90MLINKS+=tree.3 SPLAY_FIND.3 91MLINKS+=tree.3 SPLAY_LEFT.3 92MLINKS+=tree.3 SPLAY_RIGHT.3 93MLINKS+=tree.3 SPLAY_FOREACH.3 94MLINKS+=tree.3 SPLAY_INIT.3 95MLINKS+=tree.3 SPLAY_INSERT.3 96MLINKS+=tree.3 SPLAY_REMOVE.3 97MLINKS+=tree.3 RB_PROTOTYPE.3 98MLINKS+=tree.3 RB_GENERATE.3 99MLINKS+=tree.3 RB_ENTRY.3 100MLINKS+=tree.3 RB_HEAD.3 101MLINKS+=tree.3 RB_INITIALIZER.3 102MLINKS+=tree.3 RB_ROOT.3 103MLINKS+=tree.3 RB_EMPTY.3 104MLINKS+=tree.3 RB_NEXT.3 105MLINKS+=tree.3 RB_MIN.3 106MLINKS+=tree.3 RB_MAX.3 107MLINKS+=tree.3 RB_FIND.3 108MLINKS+=tree.3 RB_LEFT.3 109MLINKS+=tree.3 RB_RIGHT.3 110MLINKS+=tree.3 RB_PARENT.3 111MLINKS+=tree.3 RB_FOREACH.3 112MLINKS+=tree.3 RB_INIT.3 113MLINKS+=tree.3 RB_INSERT.3 114MLINKS+=tree.3 RB_REMOVE.3 115 116.ifndef NOLIBC_R || NOLIBPTHREAD || NOLIBTHR 117 118MAN+= pthread.3 \ 119 pthread_attr.3 \ 120 pthread_attr_get_np.3 \ 121 pthread_attr_setcreatesuspend_np.3 \ 122 pthread_cancel.3 \ 123 pthread_cleanup_pop.3 \ 124 pthread_cleanup_push.3 \ 125 pthread_getconcurrency.3 \ 126 pthread_condattr.3 \ 127 pthread_cond_broadcast.3 \ 128 pthread_cond_destroy.3 \ 129 pthread_cond_init.3 \ 130 pthread_cond_signal.3 \ 131 pthread_cond_timedwait.3 \ 132 pthread_cond_wait.3 \ 133 pthread_create.3 \ 134 pthread_detach.3 \ 135 pthread_equal.3 \ 136 pthread_exit.3 \ 137 pthread_getspecific.3 \ 138 pthread_join.3 \ 139 pthread_key_create.3 \ 140 pthread_key_delete.3 \ 141 pthread_kill.3 \ 142 pthread_main_np.3 \ 143 pthread_multi_np.3 \ 144 pthread_mutexattr.3 \ 145 pthread_mutexattr_getkind_np.3 \ 146 pthread_mutex_destroy.3 \ 147 pthread_mutex_init.3 \ 148 pthread_mutex_lock.3 \ 149 pthread_mutex_timedlock.3 \ 150 pthread_mutex_trylock.3 \ 151 pthread_mutex_unlock.3 \ 152 pthread_once.3 \ 153 pthread_resume_all_np.3 \ 154 pthread_resume_np.3 \ 155 pthread_rwlock_destroy.3 \ 156 pthread_rwlock_init.3 \ 157 pthread_rwlock_rdlock.3 \ 158 pthread_rwlock_unlock.3 \ 159 pthread_rwlock_wrlock.3 \ 160 pthread_rwlockattr_destroy.3 \ 161 pthread_rwlockattr_getpshared.3 \ 162 pthread_rwlockattr_init.3 \ 163 pthread_rwlockattr_setpshared.3 \ 164 pthread_schedparam.3 \ 165 pthread_self.3 \ 166 pthread_set_name_np.3 \ 167 pthread_setspecific.3 \ 168 pthread_sigmask.3 \ 169 pthread_suspend_all_np.3 \ 170 pthread_suspend_np.3 \ 171 pthread_switch_add_np.3 \ 172 pthread_testcancel.3 173 174MLINKS+=pthread_attr.3 pthread_attr_destroy.3 \ 175 pthread_attr.3 pthread_attr_getdetachstate.3 \ 176 pthread_attr.3 pthread_attr_getguardsize.3 \ 177 pthread_attr.3 pthread_attr_getinheritsched.3 \ 178 pthread_attr.3 pthread_attr_getschedparam.3 \ 179 pthread_attr.3 pthread_attr_getschedpolicy.3 \ 180 pthread_attr.3 pthread_attr_getscope.3 \ 181 pthread_attr.3 pthread_attr_getstack.3 \ 182 pthread_attr.3 pthread_attr_getstackaddr.3 \ 183 pthread_attr.3 pthread_attr_getstacksize.3 \ 184 pthread_attr.3 pthread_attr_init.3 \ 185 pthread_attr.3 pthread_attr_setdetachstate.3 \ 186 pthread_attr.3 pthread_attr_setguardsize.3 \ 187 pthread_attr.3 pthread_attr_setinheritsched.3 \ 188 pthread_attr.3 pthread_attr_setschedparam.3 \ 189 pthread_attr.3 pthread_attr_setschedpolicy.3 \ 190 pthread_attr.3 pthread_attr_setscope.3 \ 191 pthread_attr.3 pthread_attr_setstack.3 \ 192 pthread_attr.3 pthread_attr_setstackaddr.3 \ 193 pthread_attr.3 pthread_attr_setstacksize.3 194MLINKS+=pthread_getconcurrency.3 pthread_setconcurrency.3 195MLINKS+=pthread_condattr.3 pthread_condattr_init.3 \ 196 pthread_condattr.3 pthread_condattr_destroy.3 197MLINKS+=pthread_multi_np.3 pthread_single_np.3 198MLINKS+=pthread_mutexattr.3 pthread_mutexattr_init.3 \ 199 pthread_mutexattr.3 pthread_mutexattr_destroy.3 \ 200 pthread_mutexattr.3 pthread_mutexattr_getprioceiling.3 \ 201 pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \ 202 pthread_mutexattr.3 pthread_mutexattr_gettype.3 \ 203 pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \ 204 pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \ 205 pthread_mutexattr.3 pthread_mutexattr_settype.3 206MLINKS+=pthread_mutexattr_getkind_np.3 pthread_mutexattr_setkind_np.3 207MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 208MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3 209MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \ 210 pthread_schedparam.3 pthread_setschedparam.3 211MLINKS+=pthread_switch_add_np.3 pthread_switch_delete_np.3 212MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \ 213 pthread_testcancel.3 pthread_setcanceltype.3 214 215.endif 216 217.include <bsd.prog.mk> 218