]> ncurses.scripts.mit.edu Git - ncurses.git/blob - menu/modules
ncurses 4.1
[ncurses.git] / menu / modules
1 ################################################################################
2 # Copyright 1996 by Thomas E. Dickey <dickey@clark.net>                        #
3 # All Rights Reserved.                                                         #
4 #                                                                              #
5 # Permission to use, copy, modify, and distribute this software and its        #
6 # documentation for any purpose and without fee is hereby granted, provided    #
7 # that the above copyright notice appear in all copies and that both that      #
8 # copyright notice and this permission notice appear in supporting             #
9 # documentation, and that the name of the above listed copyright holder(s) not #
10 # be used in advertising or publicity pertaining to distribution of the        #
11 # software without specific, written prior permission. THE ABOVE LISTED        #
12 # COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,    #
13 # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT #
14 # SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL,        #
15 # INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM   #
16 # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE   #
17 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR    #
18 # PERFORMANCE OF THIS SOFTWARE.                                                #
19 ################################################################################
20 # Library objects
21 m_attribs       lib             $(srcdir)       $(MENU_PRIV_H)
22 m_cursor        lib             $(srcdir)       $(MENU_PRIV_H)
23 m_driver        lib             $(srcdir)       $(MENU_PRIV_H)
24 m_format        lib             $(srcdir)       $(MENU_PRIV_H)
25 m_global        lib             $(srcdir)       $(MENU_PRIV_H)
26 m_hook          lib             $(srcdir)       $(MENU_PRIV_H)
27 m_item_cur      lib             $(srcdir)       $(MENU_PRIV_H)
28 m_item_nam      lib             $(srcdir)       $(MENU_PRIV_H)
29 m_item_new      lib             $(srcdir)       $(MENU_PRIV_H)
30 m_item_opt      lib             $(srcdir)       $(MENU_PRIV_H)
31 m_item_use      lib             $(srcdir)       $(MENU_PRIV_H)
32 m_item_val      lib             $(srcdir)       $(MENU_PRIV_H)
33 m_item_vis      lib             $(srcdir)       $(MENU_PRIV_H)
34 m_items         lib             $(srcdir)       $(MENU_PRIV_H)
35 m_new           lib             $(srcdir)       $(MENU_PRIV_H)
36 m_opts          lib             $(srcdir)       $(MENU_PRIV_H)
37 m_post          lib             $(srcdir)       $(MENU_PRIV_H)
38 m_req_name      lib             $(srcdir)       $(MENU_PRIV_H)
39 m_spacing       lib             $(srcdir)       $(MENU_PRIV_H)
40 m_userptr       lib             $(srcdir)       $(MENU_PRIV_H)
41 m_win           lib             $(srcdir)       $(MENU_PRIV_H)
42 m_adabind       lib             $(srcdir)       $(MENU_PRIV_H)