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

« back to all changes in this revision

Viewing changes to ncurses/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
 
# $Id: modules,v 1.104 2005/08/20 20:02:44 tom Exp $
 
1
# $Id: modules,v 1.107 2006/08/12 14:19:44 tom Exp $
2
2
##############################################################################
3
 
# Copyright (c) 1998-2004,2005 Free Software Foundation, Inc.                #
 
3
# Copyright (c) 1998-2005,2006 Free Software Foundation, Inc.                #
4
4
#                                                                            #
5
5
# Permission is hereby granted, free of charge, to any person obtaining a    #
6
6
# copy of this software and associated documentation files (the "Software"), #
27
27
# authorization.                                                             #
28
28
##############################################################################
29
29
#
30
 
# Author: Thomas E. Dickey <dickey@clark.net> 1996-1998, etc.
 
30
# Author: Thomas E. Dickey      1996-on
31
31
#
32
32
 
33
33
@ base
146
146
# Extensions to the base library
147
147
@ ext_funcs
148
148
expanded        lib             .
 
149
legacy_coding   lib             $(base)         ../include/term.h
149
150
lib_dft_fgbg    lib             $(base)         ../include/term.h
150
151
lib_print       lib             $(tinfo)        ../include/term.h
151
152
resizeterm      lib             $(base)         ../include/term.h
166
167
comp_hash       lib             $(tinfo)        ../include/term.h $(INCDIR)/tic.h ../include/hashsize.h
167
168
comp_parse      lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h
168
169
comp_scan       lib             $(tinfo)        $(INCDIR)/tic.h
 
170
db_iterator     lib             $(tinfo)        $(INCDIR)/tic.h
169
171
doalloc         lib             $(tinfo)
170
172
fallback        lib             .               ../include/term.h $(INCDIR)/tic.h
171
173
free_ttype      lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h
214
216
# Extensions to the termlib library
215
217
@ ext_tinfo
216
218
define_key      lib             $(base)
 
219
hashed_db       lib             $(tinfo)
217
220
key_defined     lib             $(base)
218
221
keybound        lib             $(base)
219
222
keyok           lib             $(base)