~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to test/modules

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Test-Program modules
2
 
# $Id: modules,v 1.23 2005/09/25 00:56:17 tom Exp $
 
2
# $Id: modules,v 1.28 2006/11/04 18:56:08 tom Exp $
3
3
##############################################################################
4
 
# Copyright (c) 1998-2003,2005 Free Software Foundation, Inc.                #
 
4
# Copyright (c) 1998-2005,2006 Free Software Foundation, Inc.                #
5
5
#                                                                            #
6
6
# Permission is hereby granted, free of charge, to any person obtaining a    #
7
7
# copy of this software and associated documentation files (the "Software"), #
28
28
# authorization.                                                             #
29
29
##############################################################################
30
30
#
31
 
# Author: Thomas E. Dickey 1997-2005
 
31
# Author: Thomas E. Dickey 1997-on
32
32
#
33
33
 
34
34
@ base
36
36
blue            progs           $(srcdir)       $(HEADER_DEPS)
37
37
bs              progs           $(srcdir)       $(HEADER_DEPS)
38
38
cardfile        progs           $(srcdir)       $(HEADER_DEPS)  ../include/panel.h ../include/form.h
 
39
chgat           progs           $(srcdir)       $(HEADER_DEPS)
39
40
color_set       progs           $(srcdir)       $(HEADER_DEPS)
 
41
demo_altkeys    progs           $(srcdir)       $(HEADER_DEPS)
40
42
demo_defkey     progs           $(srcdir)       $(HEADER_DEPS)
41
43
demo_keyok      progs           $(srcdir)       $(HEADER_DEPS)
42
44
demo_forms      progs           $(srcdir)       $(HEADER_DEPS)  ../include/form.h $(srcdir)/edit_field.h
45
47
demo_termcap    progs           $(srcdir)       $(HEADER_DEPS)
46
48
ditto           progs           $(srcdir)       $(HEADER_DEPS)
47
49
dots            progs           $(srcdir)       $(HEADER_DEPS)
 
50
echochar        progs           $(srcdir)       $(HEADER_DEPS)
48
51
edit_field      progs           $(srcdir)       $(HEADER_DEPS)  $(srcdir)/edit_field.h
49
52
filter          progs           $(srcdir)       $(HEADER_DEPS)  ../include/form.h
50
53
firework        progs           $(srcdir)       $(HEADER_DEPS)
51
54
firstlast       progs           $(srcdir)       $(HEADER_DEPS)
 
55
foldkeys        progs           $(srcdir)       $(HEADER_DEPS)
52
56
gdc             progs           $(srcdir)       $(HEADER_DEPS)
53
57
hanoi           progs           $(srcdir)       $(HEADER_DEPS)
54
58
hashtest        progs           $(srcdir)       $(HEADER_DEPS)
58
62
knight          progs           $(srcdir)       $(HEADER_DEPS)
59
63
lrtest          progs           $(srcdir)       $(HEADER_DEPS)
60
64
ncurses         progs           $(srcdir)       $(HEADER_DEPS)  ../include/panel.h ../include/menu.h ../include/form.h
 
65
movewindow      progs           $(srcdir)       $(HEADER_DEPS)
61
66
newdemo         progs           $(srcdir)       $(HEADER_DEPS)
62
67
railroad        progs           $(srcdir)       $(HEADER_DEPS)
63
68
rain            progs           $(srcdir)       $(HEADER_DEPS)
 
69
redraw          progs           $(srcdir)       $(HEADER_DEPS)
 
70
savescreen      progs           $(srcdir)       $(HEADER_DEPS)
64
71
tclock          progs           $(srcdir)       $(HEADER_DEPS)
65
72
testaddch       progs           $(srcdir)       $(HEADER_DEPS)
66
73
testcurs        progs           $(srcdir)       $(HEADER_DEPS)