Makefile revision a9478106a12424322498e53cf7cd75bd8a4d6004
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# This file and its contents are supplied under the terms of the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Common Development and Distribution License ("CDDL"), version 1.0.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You may only use this file in accordance with the terms of version
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# 1.0 of the CDDL.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# A full copy of the text of the CDDL should have accompanied this
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# source. A copy of the CDDL is also available via the Internet
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# at http://www.illumos.org/license/CDDL.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Copyright 2011, Richard Lowe
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahlinclude $(SRC)/Makefile.master
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahlMANSECT= 3malloc
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahlMANFILES= bsdmalloc.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl malloc.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl mapmalloc.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl mtmalloc.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl umem_alloc.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl umem_cache_create.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl umem_debug.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl watchmalloc.3malloc
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahlMANLINKS= calloc.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl free.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl mallinfo.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl mallocctl.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl mallopt.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl memalign.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl realloc.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl umem_cache_alloc.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl umem_cache_destroy.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl umem_cache_free.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl umem_free.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl umem_nofail_callback.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl umem_zalloc.3malloc \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl valloc.3malloc
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahlcalloc.3malloc := LINKSRC = malloc.3malloc
9512fe850e98fdd448c638ca63fdd92a8a510255ahlfree.3malloc := LINKSRC = malloc.3malloc
9512fe850e98fdd448c638ca63fdd92a8a510255ahlmallinfo.3malloc := LINKSRC = malloc.3malloc
9512fe850e98fdd448c638ca63fdd92a8a510255ahlmallopt.3malloc := LINKSRC = malloc.3malloc
9512fe850e98fdd448c638ca63fdd92a8a510255ahlmemalign.3malloc := LINKSRC = malloc.3malloc
9512fe850e98fdd448c638ca63fdd92a8a510255ahlrealloc.3malloc := LINKSRC = malloc.3malloc
9512fe850e98fdd448c638ca63fdd92a8a510255ahlvalloc.3malloc := LINKSRC = malloc.3malloc
mallocctl.3malloc := LINKSRC = mtmalloc.3malloc
umem_free.3malloc := LINKSRC = umem_alloc.3malloc
umem_nofail_callback.3malloc := LINKSRC = umem_alloc.3malloc
umem_zalloc.3malloc := LINKSRC = umem_alloc.3malloc
umem_cache_alloc.3malloc := LINKSRC = umem_cache_create.3malloc
umem_cache_destroy.3malloc := LINKSRC = umem_cache_create.3malloc
umem_cache_free.3malloc := LINKSRC = umem_cache_create.3malloc
.KEEP_STATE:
include $(SRC)/man/Makefile.man
install: $(ROOTMANFILES) $(ROOTMANLINKS)