pmdalinux: fix zoneinfo protection metrics on 32-bit platforms
[pcp.git] / man / GNUmakefile
bloba8f92c6fe166fcd7c2140ae3ae232ca1e4897c03
2 # Copyright (c) 2000,2004 Silicon Graphics, Inc. All Rights Reserved.
3 #
4 # This program is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU General Public License as published by the
6 # Free Software Foundation; either version 2 of the License, or (at your
7 # option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 # for more details.
15 TOPDIR = ..
16 include $(TOPDIR)/src/include/builddefs
17 -include ./GNUlocaldefs
19 SUBDIRS = man1 man3 man5 html
21 default :: default_pcp
23 default_pcp : $(SUBDIRS)
24 $(SUBDIRS_MAKERULE)
26 install :: default_pcp install_pcp
28 install_pcp : $(SUBDIRS)
29 $(SUBDIRS_MAKERULE)
31 include $(BUILDRULES)