blob: 16ecf810391efd8022e16ba9b0c75d5297045579 [file] [log] [blame]
micky3879b9f5e72025-07-08 18:04:53 -04001# $Id: programs,v 1.57 2023/11/10 11:48:38 tom Exp $
Steve Kondikae271bc2015-11-15 02:50:53 +01002##############################################################################
micky3879b9f5e72025-07-08 18:04:53 -04003# Copyright 2018-2022,2023 Thomas E. Dickey #
4# Copyright 2006-2016,2017 Free Software Foundation, Inc. #
Steve Kondikae271bc2015-11-15 02:50:53 +01005# #
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
32#
33# programs used for ncurses tests
micky3879b9f5e72025-07-08 18:04:53 -040034back_ground $(LDFLAGS_CURSES) $(LOCAL_LIBS) back_ground dump_window
35background $(LDFLAGS_CURSES) $(LOCAL_LIBS) background dump_window
Steve Kondikae271bc2015-11-15 02:50:53 +010036blue $(LDFLAGS_CURSES) $(LOCAL_LIBS) blue
37bs $(LDFLAGS_CURSES) $(LOCAL_LIBS) bs
38cardfile $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) cardfile
micky3879b9f5e72025-07-08 18:04:53 -040039chgat $(LDFLAGS_CURSES) $(LOCAL_LIBS) chgat popup_msg
40clip_printw $(LDFLAGS_CURSES) $(LOCAL_LIBS) clip_printw popup_msg
41color_content $(LDFLAGS_CURSES) $(LOCAL_LIBS) color_content
Steve Kondikae271bc2015-11-15 02:50:53 +010042color_set $(LDFLAGS_CURSES) $(LOCAL_LIBS) color_set
micky3879b9f5e72025-07-08 18:04:53 -040043combine $(LDFLAGS_CURSES) $(LOCAL_LIBS) combine dump_window popup_msg
Steve Kondikae271bc2015-11-15 02:50:53 +010044demo_altkeys $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_altkeys
45demo_defkey $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_defkey
micky3879b9f5e72025-07-08 18:04:53 -040046demo_forms $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_forms edit_field popup_msg
Steve Kondikae271bc2015-11-15 02:50:53 +010047demo_keyok $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_keyok
48demo_menus $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_menus
micky3879b9f5e72025-07-08 18:04:53 -040049demo_new_pair $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_new_pair popup_msg
Steve Kondikae271bc2015-11-15 02:50:53 +010050demo_panels $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_panels
micky3879b9f5e72025-07-08 18:04:53 -040051demo_tabs $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_tabs
Steve Kondikae271bc2015-11-15 02:50:53 +010052demo_termcap $(LDFLAGS_TINFO) $(LOCAL_LIBS) demo_termcap
53demo_terminfo $(LDFLAGS_TINFO) $(LOCAL_LIBS) demo_terminfo
54ditto $(LDFLAGS_THREADS) $(LOCAL_LIBS) ditto
55dots $(LDFLAGS_TINFO) $(LOCAL_LIBS) dots
56dots_curses $(LDFLAGS_CURSES) $(LOCAL_LIBS) dots_curses
57dots_mvcur $(LDFLAGS_CURSES) $(LOCAL_LIBS) dots_mvcur
58dots_termcap $(LDFLAGS_TINFO) $(LOCAL_LIBS) dots_termcap
micky3879b9f5e72025-07-08 18:04:53 -040059dots_xcurses $(LDFLAGS_CURSES) $(LOCAL_LIBS) dots_xcurses
60dup_field $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) dup_field edit_field popup_msg
Steve Kondikae271bc2015-11-15 02:50:53 +010061echochar $(LDFLAGS_CURSES) $(LOCAL_LIBS) echochar
micky3879b9f5e72025-07-08 18:04:53 -040062extended_color $(LDFLAGS_CURSES) $(LOCAL_LIBS) extended_color
Steve Kondikae271bc2015-11-15 02:50:53 +010063filter $(LDFLAGS_CURSES) $(LOCAL_LIBS) filter
64firework $(LDFLAGS_CURSES) $(LOCAL_LIBS) firework
65firstlast $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) firstlast
66foldkeys $(LDFLAGS_CURSES) $(LOCAL_LIBS) foldkeys
micky3879b9f5e72025-07-08 18:04:53 -040067form_driver_w $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) form_driver_w popup_msg
Steve Kondikae271bc2015-11-15 02:50:53 +010068gdc $(LDFLAGS_CURSES) $(LOCAL_LIBS) gdc
micky3879b9f5e72025-07-08 18:04:53 -040069hanoi $(LDFLAGS_CURSES_M) $(LOCAL_LIBS) hanoi
Steve Kondikae271bc2015-11-15 02:50:53 +010070hashtest $(LDFLAGS_CURSES) $(LOCAL_LIBS) hashtest
micky3879b9f5e72025-07-08 18:04:53 -040071inch_wide $(LDFLAGS_CURSES) $(LOCAL_LIBS) inch_wide popup_msg
72inchs $(LDFLAGS_CURSES) $(LOCAL_LIBS) inchs popup_msg
Steve Kondikae271bc2015-11-15 02:50:53 +010073ins_wide $(LDFLAGS_CURSES) $(LOCAL_LIBS) ins_wide
micky3879b9f5e72025-07-08 18:04:53 -040074insdelln $(LDFLAGS_CURSES) $(LOCAL_LIBS) insdelln popup_msg
Steve Kondikae271bc2015-11-15 02:50:53 +010075inserts $(LDFLAGS_CURSES) $(LOCAL_LIBS) inserts
76key_names $(LDFLAGS_CURSES) $(LOCAL_LIBS) key_names
77keynames $(LDFLAGS_CURSES) $(LOCAL_LIBS) keynames
78knight $(LDFLAGS_CURSES) $(LOCAL_LIBS) knight
micky3879b9f5e72025-07-08 18:04:53 -040079list_keys $(LDFLAGS_TINFO) $(LOCAL_LIBS) list_keys
Steve Kondikae271bc2015-11-15 02:50:53 +010080lrtest $(LDFLAGS_CURSES) $(LOCAL_LIBS) lrtest
micky3879b9f5e72025-07-08 18:04:53 -040081move_field $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) move_field edit_field popup_msg
82movewindow $(LDFLAGS_CURSES) $(LOCAL_LIBS) movewindow popup_msg
Steve Kondikae271bc2015-11-15 02:50:53 +010083ncurses $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) ncurses
84newdemo $(LDFLAGS_CURSES) $(LOCAL_LIBS) newdemo
micky3879b9f5e72025-07-08 18:04:53 -040085padview $(LDFLAGS_CURSES) $(LOCAL_LIBS) padview popup_msg
86pair_content $(LDFLAGS_CURSES) $(LOCAL_LIBS) pair_content
87picsmap $(LDFLAGS_CURSES) $(LOCAL_LIBS) picsmap
Steve Kondikae271bc2015-11-15 02:50:53 +010088railroad $(LDFLAGS_TINFO) $(LOCAL_LIBS) railroad
micky3879b9f5e72025-07-08 18:04:53 -040089rain $(LDFLAGS_THREADS) $(LOCAL_LIBS) rain popup_msg
90redraw $(LDFLAGS_CURSES) $(LOCAL_LIBS) redraw popup_msg
91savescreen $(LDFLAGS_CURSES) $(LOCAL_LIBS) savescreen popup_msg
92sp_tinfo $(LDFLAGS_TINFO) $(LOCAL_LIBS) sp_tinfo
93tclock $(LDFLAGS_CURSES_M) $(LOCAL_LIBS) tclock
Steve Kondikae271bc2015-11-15 02:50:53 +010094test_add_wchstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_add_wchstr
95test_addchstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_addchstr
96test_addstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_addstr
97test_addwstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_addwstr
98test_arrays $(LDFLAGS_TINFO) $(LOCAL_LIBS) test_arrays
micky3879b9f5e72025-07-08 18:04:53 -040099test_delwin $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_delwin
100test_endwin $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_endwin
101test_get_wstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_get_wstr popup_msg
102test_getstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_getstr popup_msg
Steve Kondikae271bc2015-11-15 02:50:53 +0100103test_instr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_instr
104test_inwstr $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_inwstr
micky3879b9f5e72025-07-08 18:04:53 -0400105test_mouse $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_mouse
Steve Kondikae271bc2015-11-15 02:50:53 +0100106test_opaque $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_opaque
107test_setupterm $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_setupterm
micky3879b9f5e72025-07-08 18:04:53 -0400108test_sgr $(LDFLAGS_TINFO) $(LOCAL_LIBS) test_sgr
109test_termattrs $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_termattrs
110test_tparm $(LDFLAGS_TINFO) $(LOCAL_LIBS) test_tparm
111test_unget_wch $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_unget_wch
Steve Kondikae271bc2015-11-15 02:50:53 +0100112test_vid_puts $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_vid_puts
113test_vidputs $(LDFLAGS_CURSES) $(LOCAL_LIBS) test_vidputs
114testaddch $(LDFLAGS_CURSES) $(LOCAL_LIBS) testaddch
115testcurs $(LDFLAGS_CURSES) $(LOCAL_LIBS) testcurs
116testscanw $(LDFLAGS_CURSES) $(LOCAL_LIBS) testscanw
micky3879b9f5e72025-07-08 18:04:53 -0400117view $(LDFLAGS_CURSES) $(LOCAL_LIBS) view popup_msg
Steve Kondikae271bc2015-11-15 02:50:53 +0100118worm $(LDFLAGS_THREADS) $(LOCAL_LIBS) worm
119xmas $(LDFLAGS_CURSES) $(LOCAL_LIBS) xmas
120
121# vile:makemode