2003-02-08 15:15:56 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= geom
|
2003-08-18 15:25:39 +00:00
|
|
|
SHLIBDIR?= /lib
|
2003-02-10 00:11:43 +00:00
|
|
|
SRCS+= geom_getxml.c
|
|
|
|
SRCS+= geom_stats.c
|
|
|
|
SRCS+= geom_xml2tree.c
|
2003-03-23 10:15:02 +00:00
|
|
|
SRCS+= geom_ctl.c
|
2003-02-08 15:15:56 +00:00
|
|
|
INCS= libgeom.h
|
|
|
|
|
2003-07-24 19:53:02 +00:00
|
|
|
CFLAGS += -I${.CURDIR}
|
2003-02-10 00:11:43 +00:00
|
|
|
|
2003-02-08 16:08:17 +00:00
|
|
|
WARNS?= 3
|
2003-02-08 15:15:56 +00:00
|
|
|
|
2003-05-17 19:05:17 +00:00
|
|
|
DPADD= ${LIBBSDXML} ${LIBSBUF}
|
|
|
|
LDADD= -lbsdxml -lsbuf
|
|
|
|
|
2003-02-08 15:15:56 +00:00
|
|
|
MAN= libgeom.3
|
|
|
|
|
2003-02-13 18:27:05 +00:00
|
|
|
MLINKS+= \
|
|
|
|
libgeom.3 geom_stats_open.3 \
|
|
|
|
libgeom.3 geom_stats_close.3 \
|
|
|
|
libgeom.3 geom_stats_resync.3 \
|
|
|
|
libgeom.3 geom_stats_snapshot_get.3 \
|
|
|
|
libgeom.3 geom_stats_snapshot_free.3 \
|
|
|
|
libgeom.3 geom_stats_snapshot_timestamp.3 \
|
|
|
|
libgeom.3 geom_stats_snapshot_reset.3 \
|
2004-03-07 16:07:57 +00:00
|
|
|
libgeom.3 geom_stats_snapshot_next.3 \
|
|
|
|
libgeom.3 gctl_get_handle.3 \
|
|
|
|
libgeom.3 gctl_ro_param.3 \
|
|
|
|
libgeom.3 gctl_rw_param.3 \
|
|
|
|
libgeom.3 gctl_issue.3 \
|
|
|
|
libgeom.3 gctl_free.3 \
|
|
|
|
libgeom.3 gctl_dump.3
|
2003-02-13 18:27:05 +00:00
|
|
|
|
2003-02-08 15:15:56 +00:00
|
|
|
.include <bsd.lib.mk>
|