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 33MANLINKS = \ 34 AVL_NEXT.3avl \ 35 AVL_PREV.3avl \ 36 avl_insert_here.3avl \ 37 avl_last.3avl \ 38 avl_remove.3avl 39 40# avl_add.3avl 41avl_remove.3avl := LINKSRC = avl_add.3avl 42 43# avl_first.3avl 44AVL_NEXT.3avl := LINKSRC = avl_first.3avl 45AVL_PREV.3avl := LINKSRC = avl_first.3avl 46avl_last.3avl := LINKSRC = avl_first.3avl 47 48# avl_insert.3avl 49avl_insert_here.3avl := LINKSRC = avl_insert.3avl 50 51.KEEP_STATE: 52 53include $(SRC)/man/Makefile.man 54 55install: $(ROOTMANFILES) $(ROOTMANLINKS) 56