summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom/GLib/Makefile
blob: 985e82b80f5db1b650e5b71ffab73c4f2532f845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

LIB=	G
SRCS= geom.c geom_bsd.c geom_simdev.c geom_dump.c geom_event.c geom_io.c \
	geom_kernsim.c geom_mbr.c geom_mbrext.c geom_simdisk.c \
	geom_simdisk_xml.c geom_slice.c geom_subr.c subr_sbuf.c \
	geom_sunlabel.c


CFLAGS+=	-g -static -W -Wall
CFLAGS+=	-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
CFLAGS +=	-I/usr/local/include/xml -I/usr/src/sys -I..
NOPIC =		static
NOPROFILE =	bingo
NOOBJ =		youbet
WARNS =		2
LDADD +=r	-L/usr/local/lib -lexpat

VPATH+=	/sys/geom:..:/sys/kern

.include <bsd.lib.mk>

test:
OpenPOWER on IntegriCloud