Makefile revision 192376
1233294Sstas# $FreeBSD: head/lib/libgeom/Makefile 192376 2009-05-19 12:10:48Z trasz $
2102644Snectar
355682SmarkmLIB=	geom
4142403SnectarSHLIBDIR?= /lib
5233294SstasSRCS+=	geom_getxml.c
6233294SstasSRCS+=	geom_stats.c
755682SmarkmSRCS+=	geom_xml2tree.c
855682SmarkmSRCS+=	geom_ctl.c
955682SmarkmSRCS+=	geom_util.c
1055682SmarkmINCS=	libgeom.h
1155682Smarkm
1255682SmarkmCFLAGS += -I${.CURDIR}
1355682Smarkm
1455682SmarkmWARNS?=	3
1555682Smarkm
1690926SnectarDPADD=	${LIBBSDXML} ${LIBSBUF}
1790926SnectarLDADD=	-lbsdxml -lsbuf
18233294Sstas
1990926SnectarMAN=	libgeom.3
20233294Sstas
2190926SnectarMLINKS+= \
22233294Sstas	libgeom.3 geom_stats_open.3 \
2355682Smarkm	libgeom.3 geom_stats_close.3 \
2455682Smarkm	libgeom.3 geom_stats_resync.3 \
2555682Smarkm	libgeom.3 geom_stats_snapshot_get.3 \
26233294Sstas	libgeom.3 geom_stats_snapshot_free.3 \
2755682Smarkm	libgeom.3 geom_stats_snapshot_timestamp.3 \
28233294Sstas	libgeom.3 geom_stats_snapshot_reset.3 \
29102644Snectar	libgeom.3 geom_stats_snapshot_next.3 \
30102644Snectar	libgeom.3 gctl_get_handle.3 \
31102644Snectar	libgeom.3 gctl_ro_param.3 \
32127808Snectar	libgeom.3 gctl_rw_param.3 \
3390926Snectar	libgeom.3 gctl_issue.3 \
34127808Snectar	libgeom.3 gctl_free.3 \
3555682Smarkm	libgeom.3 gctl_dump.3 \
3655682Smarkm	libgeom.3 g_close.3 \
3755682Smarkm	libgeom.3 g_delete.3 \
3855682Smarkm	libgeom.3 g_device_path.3 \
3955682Smarkm	libgeom.3 g_flush.3 \
4055682Smarkm	libgeom.3 g_get_ident.3 \
41178825Sdfr	libgeom.3 g_get_name.3 \
4255682Smarkm	libgeom.3 g_mediasize.3 \
43142403Snectar	libgeom.3 g_open.3 \
44142403Snectar	libgeom.3 g_open_by_ident.3 \
45142403Snectar	libgeom.3 g_providername.3 \
46142403Snectar	libgeom.3 g_sectorsize.3
47142403Snectar
48142403Snectar.include <bsd.lib.mk>
49142403Snectar