xref: /illumos-gate/usr/src/man/man3avl/Makefile (revision 7a87437f)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet
9# at http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright (c) 2015, Joyent, Inc.  All rights reserved.
14#
15
16include		$(SRC)/Makefile.master
17
18MANSECT =	3avl
19
20MANFILES =					\
21		avl_add.3avl			\
22		avl_create.3avl			\
23		avl_destroy.3avl		\
24		avl_destroy_nodes.3avl		\
25		avl_find.3avl			\
26		avl_first.3avl			\
27		avl_insert.3avl			\
28		avl_is_empty.3avl		\
29		avl_nearest.3avl		\
30		avl_numnodes.3avl		\
31		avl_swap.3avl			\
32		avl_update.3avl
33
34MANLINKS =				\
35		AVL_NEXT.3avl		\
36		AVL_PREV.3avl		\
37		avl_insert_here.3avl	\
38		avl_last.3avl		\
39		avl_remove.3avl		\
40		avl_update_gt.3avl	\
41		avl_update_lt.3avl
42
43# avl_add.3avl
44avl_remove.3avl		:= LINKSRC = avl_add.3avl
45
46# avl_first.3avl
47AVL_NEXT.3avl		:= LINKSRC = avl_first.3avl
48AVL_PREV.3avl		:= LINKSRC = avl_first.3avl
49avl_last.3avl		:= LINKSRC = avl_first.3avl
50
51# avl_insert.3avl
52avl_insert_here.3avl	:= LINKSRC = avl_insert.3avl
53
54# avl_update.3avl
55avl_update_gt.3avl	:= LINKSRC = avl_update.3avl
56avl_update_lt.3avl	:= LINKSRC = avl_update.3avl
57
58.KEEP_STATE:
59
60include		$(SRC)/man/Makefile.man
61
62install:	$(ROOTMANFILES) $(ROOTMANLINKS)
63