]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libgeom/Makefile
This commit was generated by cvs2svn to compensate for changes in r168609,
[FreeBSD/FreeBSD.git] / lib / libgeom / Makefile
1 # $FreeBSD$
2
3 LIB=    geom
4 SHLIBDIR?= /lib
5 SRCS+=  geom_getxml.c
6 SRCS+=  geom_stats.c
7 SRCS+=  geom_xml2tree.c
8 SRCS+=  geom_ctl.c
9 INCS=   libgeom.h
10
11 CFLAGS += -I${.CURDIR}
12
13 WARNS?= 3
14
15 DPADD=  ${LIBBSDXML} ${LIBSBUF}
16 LDADD=  -lbsdxml -lsbuf
17
18 MAN=    libgeom.3
19
20 MLINKS+= \
21         libgeom.3 geom_stats_open.3 \
22         libgeom.3 geom_stats_close.3 \
23         libgeom.3 geom_stats_resync.3 \
24         libgeom.3 geom_stats_snapshot_get.3 \
25         libgeom.3 geom_stats_snapshot_free.3 \
26         libgeom.3 geom_stats_snapshot_timestamp.3 \
27         libgeom.3 geom_stats_snapshot_reset.3 \
28         libgeom.3 geom_stats_snapshot_next.3 \
29         libgeom.3 gctl_get_handle.3 \
30         libgeom.3 gctl_ro_param.3 \
31         libgeom.3 gctl_rw_param.3 \
32         libgeom.3 gctl_issue.3 \
33         libgeom.3 gctl_free.3 \
34         libgeom.3 gctl_dump.3
35
36 .include <bsd.lib.mk>