annotate usr/src/man/man3malloc/Makefile @ 14173:6b6815d682dd

3600 edit(1) is a bad .so reference Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
author Yuri Pankov <yuri.pankov@nexenta.com>
date Thu, 29 Aug 2013 02:33:28 +0400
parents b54231762cfa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
1 #
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
2 # This file and its contents are supplied under the terms of the
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
3 # Common Development and Distribution License ("CDDL"), version 1.0.
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
4 # You may only use this file in accordance with the terms of version
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
5 # 1.0 of the CDDL.
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
6 #
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
7 # A full copy of the text of the CDDL should have accompanied this
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
8 # source. A copy of the CDDL is also available via the Internet
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
9 # at http://www.illumos.org/license/CDDL.
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
10 #
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
11
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
12 #
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
13 # Copyright 2011, Richard Lowe
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
15 #
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
16
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
17 include $(SRC)/Makefile.master
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
18
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
19 MANSECT= 3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
20
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
21 MANFILES= bsdmalloc.3malloc \
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
22 malloc.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
23 mapmalloc.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
24 mtmalloc.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
25 umem_alloc.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
26 umem_cache_create.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
27 umem_debug.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
28 watchmalloc.3malloc
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
29
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
30 MANLINKS= calloc.3malloc \
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
31 free.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
32 mallinfo.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
33 mallocctl.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
34 mallopt.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
35 memalign.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
36 realloc.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
37 umem_cache_alloc.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
38 umem_cache_destroy.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
39 umem_cache_free.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
40 umem_free.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
41 umem_nofail_callback.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
42 umem_zalloc.3malloc \
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
43 valloc.3malloc
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
44
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
45 calloc.3malloc := LINKSRC = malloc.3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
46 free.3malloc := LINKSRC = malloc.3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
47 mallinfo.3malloc := LINKSRC = malloc.3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
48 mallopt.3malloc := LINKSRC = malloc.3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
49 memalign.3malloc := LINKSRC = malloc.3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
50 realloc.3malloc := LINKSRC = malloc.3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
51 valloc.3malloc := LINKSRC = malloc.3malloc
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
52
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
53 mallocctl.3malloc := LINKSRC = mtmalloc.3malloc
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
54
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
55 umem_free.3malloc := LINKSRC = umem_alloc.3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
56 umem_nofail_callback.3malloc := LINKSRC = umem_alloc.3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
57 umem_zalloc.3malloc := LINKSRC = umem_alloc.3malloc
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
58
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
59 umem_cache_alloc.3malloc := LINKSRC = umem_cache_create.3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
60 umem_cache_destroy.3malloc := LINKSRC = umem_cache_create.3malloc
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
61 umem_cache_free.3malloc := LINKSRC = umem_cache_create.3malloc
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
62
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
63 .KEEP_STATE:
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
64
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
65 include $(SRC)/man/Makefile.man
13304
b54231762cfa 243 system manual pages should live with the software
Richard Lowe <richlowe@richlowe.net>
parents:
diff changeset
66
14173
6b6815d682dd 3600 edit(1) is a bad .so reference
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13304
diff changeset
67 install: $(ROOTMANFILES) $(ROOTMANLINKS)