Deleted Added
full compact
Makefile (50935) Makefile (55955)
1# Makefile for libmenu
1# Makefile for libmenu
2# $FreeBSD: head/lib/ncurses/menu/Makefile 50935 1999-09-05 05:32:46Z peter $
2# $FreeBSD: head/lib/ncurses/menu/Makefile 55955 2000-01-14 07:57:47Z rgrimes $
3
4NCURSES=${.CURDIR}/../../contrib/ncurses
5
6.PATH: ${NCURSES}/menu
7
8LIB= menu
9
10SRCS= m_attribs.c m_cursor.c m_driver.c m_format.c m_global.c m_hook.c \
11 m_item_cur.c m_item_nam.c m_item_new.c m_item_opt.c m_item_use.c \
12 m_item_val.c m_item_vis.c m_items.c m_new.c m_opts.c m_post.c \
13 m_req_name.c m_spacing.c m_userptr.c m_win.c
3
4NCURSES=${.CURDIR}/../../contrib/ncurses
5
6.PATH: ${NCURSES}/menu
7
8LIB= menu
9
10SRCS= m_attribs.c m_cursor.c m_driver.c m_format.c m_global.c m_hook.c \
11 m_item_cur.c m_item_nam.c m_item_new.c m_item_opt.c m_item_use.c \
12 m_item_val.c m_item_vis.c m_items.c m_new.c m_opts.c m_post.c \
13 m_req_name.c m_spacing.c m_userptr.c m_win.c
14INCS= ${NCURSES}/menu/menu.h ${NCURSES}/menu/eti.h
14
15CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
16 -Wall -DNDEBUG -DHAVE_CONFIG_H
17
15
16CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
17 -Wall -DNDEBUG -DHAVE_CONFIG_H
18
18beforeinstall:
19.for i in menu.h eti.h
20 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${NCURSES}/menu/$i \
21 ${DESTDIR}/usr/include
22.endfor
23
24.include <bsd.lib.mk>
19.include <bsd.lib.mk>