Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame] | 1 | # $Id: programs,v 1.26 2015/06/27 10:40:53 tom Exp $ |
| 2 | ############################################################################## |
| 3 | # Copyright (c) 2006-2014,2015 Free Software Foundation, Inc. # |
| 4 | # # |
| 5 | # Permission is hereby granted, free of charge, to any person obtaining a # |
| 6 | # copy of this software and associated documentation files (the "Software"), # |
| 7 | # to deal in the Software without restriction, including without limitation # |
| 8 | # the rights to use, copy, modify, merge, publish, distribute, distribute # |
| 9 | # with modifications, sublicense, and/or sell copies of the Software, and to # |
| 10 | # permit persons to whom the Software is furnished to do so, subject to the # |
| 11 | # following conditions: # |
| 12 | # # |
| 13 | # The above copyright notice and this permission notice shall be included in # |
| 14 | # all copies or substantial portions of the Software. # |
| 15 | # # |
| 16 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # |
| 17 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # |
| 18 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # |
| 19 | # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # |
| 20 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # |
| 21 | # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # |
| 22 | # DEALINGS IN THE SOFTWARE. # |
| 23 | # # |
| 24 | # Except as contained in this notice, the name(s) of the above copyright # |
| 25 | # holders shall not be used in advertising or otherwise to promote the sale, # |
| 26 | # use or other dealings in this Software without prior written # |
| 27 | # authorization. # |
| 28 | ############################################################################## |
| 29 | # |
| 30 | # Author: Thomas E. Dickey |
| 31 | # |
| 32 | # programs used for ncurses tests |
| 33 | background $(LDFLAGS_CURSES) $(LOCAL_LIBS) background |
| 34 | blue $(LDFLAGS_CURSES) $(LOCAL_LIBS) blue |
| 35 | bs $(LDFLAGS_CURSES) $(LOCAL_LIBS) bs |
| 36 | cardfile $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) cardfile |
| 37 | chgat $(LDFLAGS_CURSES) $(LOCAL_LIBS) chgat |
| 38 | clip_printw $(LDFLAGS_CURSES) $(LOCAL_LIBS) clip_printw |
| 39 | color_set $(LDFLAGS_CURSES) $(LOCAL_LIBS) color_set |
| 40 | demo_altkeys $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_altkeys |
| 41 | demo_defkey $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_defkey |
| 42 | demo_forms $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_forms edit_field |
| 43 | demo_keyok $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_keyok |
| 44 | demo_menus $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_menus |
| 45 | demo_panels $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_panels |
| 46 | demo_termcap $(LDFLAGS_TINFO) $(LOCAL_LIBS) demo_termcap |
| 47 | demo_terminfo $(LDFLAGS_TINFO) $(LOCAL_LIBS) demo_terminfo |
| 48 | ditto $(LDFLAGS_THREADS) $(LOCAL_LIBS) ditto |
| 49 | dots $(LDFLAGS_TINFO) $(LOCAL_LIBS) dots |
| 50 | dots_curses $(LDFLAGS_CURSES) $(LOCAL_LIBS) dots_curses |
| 51 | dots_mvcur $(LDFLAGS_CURSES) $(LOCAL_LIBS) dots_mvcur |
| 52 | dots_termcap $(LDFLAGS_TINFO) $(LOCAL_LIBS) dots_termcap |
| 53 | echochar $(LDFLAGS_CURSES) $(LOCAL_LIBS) echochar |
| 54 | filter $(LDFLAGS_CURSES) $(LOCAL_LIBS) filter |
| 55 | firework $(LDFLAGS_CURSES) $(LOCAL_LIBS) firework |
| 56 | firstlast $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) firstlast |
| 57 | foldkeys $(LDFLAGS_CURSES) $(LOCAL_LIBS) foldkeys |
| 58 | form_driver_w $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) form_driver_w |
| 59 | gdc $(LDFLAGS_CURSES) $(LOCAL_LIBS) gdc |
| 60 | hanoi $(LDFLAGS_CURSES) $(LOCAL_LIBS) hanoi |
| 61 | hashtest $(LDFLAGS_CURSES) $(LOCAL_LIBS) hashtest |
| 62 | inch_wide $(LDFLAGS_CURSES) $(LOCAL_LIBS) inch_wide |
| 63 | inchs $(LDFLAGS_CURSES) $(LOCAL_LIBS) inchs |
| 64 | ins_wide $(LDFLAGS_CURSES) $(LOCAL_LIBS) ins_wide |
| 65 | insdelln $(LDFLAGS_CURSES) $(LOCAL_LIBS) insdelln |
| 66 | inserts $(LDFLAGS_CURSES) $(LOCAL_LIBS) inserts |
| 67 | key_names $(LDFLAGS_CURSES) $(LOCAL_LIBS) key_names |
| 68 | keynames $(LDFLAGS_CURSES) $(LOCAL_LIBS) keynames |
| 69 | knight $(LDFLAGS_CURSES) $(LOCAL_LIBS) knight |
| 70 | lrtest $(LDFLAGS_CURSES) $(LOCAL_LIBS) lrtest |
| 71 | movewindow $(LDFLAGS_CURSES) $(LOCAL_LIBS) movewindow |
| 72 | ncurses $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) ncurses |
| 73 | newdemo $(LDFLAGS_CURSES) $(LOCAL_LIBS) newdemo |
| 74 | railroad $(LDFLAGS_TINFO) $(LOCAL_LIBS) railroad |
| 75 | rain $(LDFLAGS_THREADS) $(LOCAL_LIBS) rain |
| 76 | redraw $(LDFLAGS_CURSES) $(LOCAL_LIBS) redraw |
| 77 | savescreen $(LDFLAGS_CURSES) $(LOCAL_LIBS) savescreen |
| 78 | tclock $(LDFLAGS_CURSES) $(LOCAL_LIBS) tclock |
| 79 | test_add_wchstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_add_wchstr |
| 80 | test_addchstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_addchstr |
| 81 | test_addstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_addstr |
| 82 | test_addwstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_addwstr |
| 83 | test_arrays $(LDFLAGS_TINFO) $(LOCAL_LIBS) test_arrays |
| 84 | test_get_wstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_get_wstr |
| 85 | test_getstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_getstr |
| 86 | test_instr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_instr |
| 87 | test_inwstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_inwstr |
| 88 | test_opaque $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_opaque |
| 89 | test_setupterm $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_setupterm |
| 90 | test_vid_puts $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_vid_puts |
| 91 | test_vidputs $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_vidputs |
| 92 | testaddch $(LDFLAGS_CURSES) $(LOCAL_LIBS) testaddch |
| 93 | testcurs $(LDFLAGS_CURSES) $(LOCAL_LIBS) testcurs |
| 94 | testscanw $(LDFLAGS_CURSES) $(LOCAL_LIBS) testscanw |
| 95 | view $(LDFLAGS_CURSES) $(LOCAL_LIBS) view |
| 96 | worm $(LDFLAGS_THREADS) $(LOCAL_LIBS) worm |
| 97 | xmas $(LDFLAGS_CURSES) $(LOCAL_LIBS) xmas |
| 98 | |
| 99 | # vile:makemode |