1 | # Test-Program modules
|
---|
2 | # $Id: modules,v 1.23 2005/09/25 00:56:17 tom Exp $
|
---|
3 | ##############################################################################
|
---|
4 | # Copyright (c) 1998-2003,2005 Free Software Foundation, Inc. #
|
---|
5 | # #
|
---|
6 | # Permission is hereby granted, free of charge, to any person obtaining a #
|
---|
7 | # copy of this software and associated documentation files (the "Software"), #
|
---|
8 | # to deal in the Software without restriction, including without limitation #
|
---|
9 | # the rights to use, copy, modify, merge, publish, distribute, distribute #
|
---|
10 | # with modifications, sublicense, and/or sell copies of the Software, and to #
|
---|
11 | # permit persons to whom the Software is furnished to do so, subject to the #
|
---|
12 | # following conditions: #
|
---|
13 | # #
|
---|
14 | # The above copyright notice and this permission notice shall be included in #
|
---|
15 | # all copies or substantial portions of the Software. #
|
---|
16 | # #
|
---|
17 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
|
---|
18 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, #
|
---|
19 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL #
|
---|
20 | # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER #
|
---|
21 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #
|
---|
22 | # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER #
|
---|
23 | # DEALINGS IN THE SOFTWARE. #
|
---|
24 | # #
|
---|
25 | # Except as contained in this notice, the name(s) of the above copyright #
|
---|
26 | # holders shall not be used in advertising or otherwise to promote the sale, #
|
---|
27 | # use or other dealings in this Software without prior written #
|
---|
28 | # authorization. #
|
---|
29 | ##############################################################################
|
---|
30 | #
|
---|
31 | # Author: Thomas E. Dickey 1997-2005
|
---|
32 | #
|
---|
33 |
|
---|
34 | @ base
|
---|
35 | background progs $(srcdir) $(HEADER_DEPS)
|
---|
36 | blue progs $(srcdir) $(HEADER_DEPS)
|
---|
37 | bs progs $(srcdir) $(HEADER_DEPS)
|
---|
38 | cardfile progs $(srcdir) $(HEADER_DEPS) ../include/panel.h ../include/form.h
|
---|
39 | color_set progs $(srcdir) $(HEADER_DEPS)
|
---|
40 | demo_defkey progs $(srcdir) $(HEADER_DEPS)
|
---|
41 | demo_keyok progs $(srcdir) $(HEADER_DEPS)
|
---|
42 | demo_forms progs $(srcdir) $(HEADER_DEPS) ../include/form.h $(srcdir)/edit_field.h
|
---|
43 | demo_menus progs $(srcdir) $(HEADER_DEPS) ../include/menu.h
|
---|
44 | demo_panels progs $(srcdir) $(HEADER_DEPS) ../include/panel.h
|
---|
45 | demo_termcap progs $(srcdir) $(HEADER_DEPS)
|
---|
46 | ditto progs $(srcdir) $(HEADER_DEPS)
|
---|
47 | dots progs $(srcdir) $(HEADER_DEPS)
|
---|
48 | edit_field progs $(srcdir) $(HEADER_DEPS) $(srcdir)/edit_field.h
|
---|
49 | filter progs $(srcdir) $(HEADER_DEPS) ../include/form.h
|
---|
50 | firework progs $(srcdir) $(HEADER_DEPS)
|
---|
51 | firstlast progs $(srcdir) $(HEADER_DEPS)
|
---|
52 | gdc progs $(srcdir) $(HEADER_DEPS)
|
---|
53 | hanoi progs $(srcdir) $(HEADER_DEPS)
|
---|
54 | hashtest progs $(srcdir) $(HEADER_DEPS)
|
---|
55 | ins_wide progs $(srcdir) $(HEADER_DEPS)
|
---|
56 | inserts progs $(srcdir) $(HEADER_DEPS)
|
---|
57 | keynames progs $(srcdir) $(HEADER_DEPS)
|
---|
58 | knight progs $(srcdir) $(HEADER_DEPS)
|
---|
59 | lrtest progs $(srcdir) $(HEADER_DEPS)
|
---|
60 | ncurses progs $(srcdir) $(HEADER_DEPS) ../include/panel.h ../include/menu.h ../include/form.h
|
---|
61 | newdemo progs $(srcdir) $(HEADER_DEPS)
|
---|
62 | railroad progs $(srcdir) $(HEADER_DEPS)
|
---|
63 | rain progs $(srcdir) $(HEADER_DEPS)
|
---|
64 | tclock progs $(srcdir) $(HEADER_DEPS)
|
---|
65 | testaddch progs $(srcdir) $(HEADER_DEPS)
|
---|
66 | testcurs progs $(srcdir) $(HEADER_DEPS)
|
---|
67 | testscanw progs $(srcdir) $(HEADER_DEPS)
|
---|
68 | view progs $(srcdir) $(HEADER_DEPS)
|
---|
69 | worm progs $(srcdir) $(HEADER_DEPS)
|
---|
70 | xmas progs $(srcdir) $(HEADER_DEPS)
|
---|