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