1afe61c15SRodney W. Grimes# @(#)Makefile 8.2 (Berkeley) 12/13/93 20b607240SJohn-Mark Gurney# $Id: Makefile,v 1.13 1998/02/04 22:30:20 jlemon Exp $ 3afe61c15SRodney W. Grimes 40f7d6847SJulian ElischerMAN3= assert.3 bitstring.3 end.3 fpgetround.3 intro.3 pthread.3 queue.3 \ 50f7d6847SJulian Elischer stdarg.3 sysexits.3 6c211e812SMike PritchardMLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \ 70b607240SJohn-Mark Gurney bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \ 80b607240SJohn-Mark Gurney bitstring.3 bit_nclear.3 bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \ 9c211e812SMike Pritchard bitstring.3 bitstr_size.3 bitstring.3 bit_test.3 1062e2a046SBruce EvansMLINKS+=end.3 edata.3 end.3 etext.3 1162e2a046SBruce EvansMLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3 1262e2a046SBruce EvansMLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3 1362e2a046SBruce EvansMLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3 144f36d4acSJonathan LemonMLINKS+=fpgetround.3 fpsetprec.3 fpgetround.3 fpgetprec.3 15288b0245SMike PritchardMLINKS+=queue.3 SLIST_ENTRY.3 queue.3 SLIST_HEAD.3 queue.3 SLIST_INIT.3 16288b0245SMike PritchardMLINKS+=queue.3 SLIST_INSERT_AFTER.3 queue.3 SLIST_INSERT_HEAD.3 17288b0245SMike PritchardMLINKS+=queue.3 SLIST_REMOVE_HEAD.3 queue.3 SLIST_REMOVE.3 18288b0245SMike PritchardMLINKS+=queue.3 STAILQ_ENTRY.3 queue.3 STAILQ_HEAD.3 queue.3 STAILQ_INIT.3 19288b0245SMike PritchardMLINKS+=queue.3 STAILQ_INSERT_AFTER.3 queue.3 STAILQ_INSERT_HEAD.3 20288b0245SMike PritchardMLINKS+=queue.3 STAILQ_INSERT_TAIL.3 queue.3 STAILQ_REMOVE_HEAD.3 21288b0245SMike PritchardMLINKS+=queue.3 STAILQ_REMOVE.3 22c211e812SMike PritchardMLINKS+=queue.3 LIST_ENTRY.3 queue.3 LIST_HEAD.3 queue.3 LIST_INIT.3 23c211e812SMike PritchardMLINKS+=queue.3 LIST_INSERT_AFTER.3 queue.3 LIST_INSERT_HEAD.3 24c211e812SMike PritchardMLINKS+=queue.3 LIST_INSERT_BEFORE.3 queue.3 TAILQ_INSERT_BEFORE.3 25c211e812SMike PritchardMLINKS+=queue.3 LIST_REMOVE.3 queue.3 TAILQ_ENTRY.3 queue.3 TAILQ_HEAD.3 26c211e812SMike PritchardMLINKS+=queue.3 TAILQ_INIT.3 queue.3 TAILQ_INSERT_AFTER.3 27c211e812SMike PritchardMLINKS+=queue.3 TAILQ_INSERT_HEAD.3 queue.3 TAILQ_INSERT_TAIL.3 28c211e812SMike PritchardMLINKS+=queue.3 TAILQ_REMOVE.3 queue.3 CIRCLEQ_ENTRY.3 queue.3 CIRCLEQ_HEAD.3 292f44872fSWolfram SchneiderMLINKS+=queue.3 TAILQ_EMPTY.3 queue.3 TAILQ_FIRST.3 302f44872fSWolfram SchneiderMLINKS+=queue.3 TAILQ_LAST.3 queue.3 TAILQ_NEXT.3 31c211e812SMike PritchardMLINKS+=queue.3 CIRCLEQ_INIT.3 queue.3 CIRCLEQ_INSERT_AFTER.3 32c211e812SMike PritchardMLINKS+=queue.3 CIRCLEQ_INSERT_BEFORE.3 queue.3 CIRCLEQ_INSERT_HEAD.3 33c211e812SMike PritchardMLINKS+=queue.3 CIRCLEQ_INSERT_TAIL.3 queue.3 CIRCLEQ_REMOVE.3 34afe61c15SRodney W. GrimesMLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3 35afe61c15SRodney W. GrimesMLINKS+=stdarg.3 va_start.3 36afe61c15SRodney W. Grimes 37afe61c15SRodney W. Grimes.include <bsd.prog.mk> 38