]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libform/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / lib / libform / Makefile
1 # Makefile for libform
2 # $FreeBSD$
3
4 NCURSES=${.CURDIR}/../../contrib/ncurses
5
6 .PATH:  ${NCURSES}/form
7 .PATH:  ${NCURSES}/menu
8
9 LIB=    form
10
11 SRCS=   fty_regex.c fty_num.c fty_int.c fty_ipv4.c fty_enum.c fty_alpha.c \
12         fty_alnum.c \
13         frm_data.c frm_win.c frm_user.c frm_opts.c frm_hook.c frm_req_name.c \
14         fld_user.c fld_type.c fld_stat.c fld_def.c frm_def.c frm_driver.c
15 INCS=   ${NCURSES}/form/form.h
16
17 CFLAGS+=-I${.CURDIR}/../libncurses -I${NCURSES}/form -I${NCURSES}/menu \
18         -I${NCURSES}/include -Wall -DNDEBUG -DHAVE_CONFIG_H
19
20 .include <bsd.lib.mk>