NetBSD/lib/libmenu/Makefile
blymn b7466e4fd7 * Moved the contents of the EXPOSE_PRIVATES ifdef into internal.h and
killed the now empty ifdef in menu.h.  Also removed the define in
  the CFLAGS in Makefile.
* Renamed _menui_menu_hook to Menu_Hook for compatiability with
  ncurses.
* Renamed all internal functions to have _menui prefix instead of
  __menui
* Cleaned up some automatic function variable names that were
  shadowing function calls.
* Fixed email address in headers.
1999-12-16 12:08:06 +00:00

18 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.4 1999/12/16 12:08:06 blymn Exp $
#
CPPFLAGS+=-I${.CURDIR}
LIB= menu
SRCS= menu.c item.c userptr.c internals.c driver.c post.c attributes.c
MAN= menu_attributes.3 menu_item_name.3 menu_items.3 menu_userptr.3 \
menu_cursor.3 menu_item_new.3 menu_mark.3 menu_win.3 menu_driver.3 \
menu_item_opts.3 menu_new.3 menus.3 menu_format.3 menu_item_userptr.3 \
menu_opts.3 menu_hook.3 menu_item_value.3 menu_pattern.3 \
menu_item_current.3 menu_item_visible.3 menu_post.3
INCS= menu.h eti.h
INCSDIR=/usr/include
#LDFLAGS += -g
.include <bsd.lib.mk>
.include <bsd.subdir.mk>