0N/A#
3909N/A# This file and its contents are supplied under the terms of the
0N/A# Common Development and Distribution License ("CDDL"), version 1.0.
0N/A# You may only use this file in accordance with the terms of version
0N/A# 1.0 of the CDDL.
0N/A#
2362N/A# A full copy of the text of the CDDL should have accompanied this
0N/A# source. A copy of the CDDL is also available via the Internet
2362N/A# at http://www.illumos.org/license/CDDL.
0N/A#
0N/A
0N/A#
0N/A# Copyright (c) 2015, Joyent, Inc. All rights reserved.
0N/A#
0N/A
0N/Ainclude $(SRC)/Makefile.master
0N/A
0N/AMANSECT = 3avl
0N/A
0N/AMANFILES = \
2362N/A avl_add.3avl \
2362N/A avl_create.3avl \
2362N/A avl_destroy.3avl \
0N/A avl_destroy_nodes.3avl \
0N/A avl_find.3avl \
0N/A avl_first.3avl \
0N/A avl_insert.3avl \
0N/A avl_is_empty.3avl \
0N/A avl_nearest.3avl \
0N/A avl_numnodes.3avl \
0N/A avl_swap.3avl
0N/A
0N/AMANLINKS = \
0N/A AVL_NEXT.3avl \
0N/A AVL_PREV.3avl \
0N/A avl_insert_here.3avl \
0N/A avl_last.3avl \
0N/A avl_remove.3avl
0N/A
0N/A# avl_add.3avl
0N/Aavl_remove.3avl := LINKSRC = avl_add.3avl
0N/A
0N/A# avl_first.3avl
0N/AAVL_NEXT.3avl := LINKSRC = avl_first.3avl
0N/AAVL_PREV.3avl := LINKSRC = avl_first.3avl
0N/Aavl_last.3avl := LINKSRC = avl_first.3avl
0N/A
0N/A# avl_insert.3avl
0N/Aavl_insert_here.3avl := LINKSRC = avl_insert.3avl
.KEEP_STATE:
include $(SRC)/man/Makefile.man
install: $(ROOTMANFILES) $(ROOTMANLINKS)