blob: 9f5e03038eb64a792cb92552c9eac178f966d3c3 [file] [log] [blame]
Steve Kondikae271bc2015-11-15 02:50:53 +01001# $Id: modules,v 1.3 2010/06/26 23:33:14 tom Exp $
2##############################################################################
3# Copyright (c) 2010 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 2010
31#
32
33# Library objects
34# rootname depend-spec depend-body unit
35$(ALIB) $(srcdir) none spec
36$(ABASE)-aux none $(srcdir) body
37$(ABASE) none . body
38$(ABASE)-terminfo $(srcdir) $(srcdir) body
39$(ABASE)-termcap $(srcdir) $(srcdir) body
40$(ABASE)-putwin $(srcdir) $(srcdir) body
41$(ABASE)-trace . . body
42$(ABASE)-mouse . $(srcdir) body
43$(ABASE)-panels . $(srcdir) body
44$(ABASE)-menus . $(srcdir) body
45$(ABASE)-forms . $(srcdir) body
46$(ABASE)-forms-field_types . $(srcdir) body
47$(ABASE)-forms-field_types-alpha $(srcdir) $(srcdir) body
48$(ABASE)-forms-field_types-alphanumeric $(srcdir) $(srcdir) body
49$(ABASE)-forms-field_types-intfield $(srcdir) $(srcdir) body
50$(ABASE)-forms-field_types-numeric $(srcdir) $(srcdir) body
51$(ABASE)-forms-field_types-regexp $(srcdir) $(srcdir) body
52$(ABASE)-forms-field_types-enumeration $(srcdir) $(srcdir) body
53$(ABASE)-forms-field_types-ipv4_address $(srcdir) $(srcdir) body
54$(ABASE)-forms-field_types-user $(srcdir) $(srcdir) body
55$(ABASE)-forms-field_types-user-choice $(srcdir) $(srcdir) body
56$(ABASE)-text_io $(srcdir) $(srcdir) body
57$(ABASE)-text_io-aux $(srcdir) $(srcdir) body
58$(ABASE)-menus-menu_user_data . $(srcdir) body
59$(ABASE)-menus-item_user_data . $(srcdir) body
60$(ABASE)-forms-form_user_data . $(srcdir) body
61$(ABASE)-forms-field_user_data . $(srcdir) body
62$(ABASE)-forms-field_types-enumeration-ada $(srcdir) $(srcdir) body
63$(ABASE)-panels-user_data . $(srcdir) body
64$(ABASE)-text_io-integer_io $(srcdir) $(srcdir) body
65$(ABASE)-text_io-float_io $(srcdir) $(srcdir) body
66$(ABASE)-text_io-fixed_io $(srcdir) $(srcdir) body
67$(ABASE)-text_io-decimal_io $(srcdir) $(srcdir) body
68$(ABASE)-text_io-enumeration_io $(srcdir) $(srcdir) body
69$(ABASE)-text_io-modular_io $(srcdir) $(srcdir) body
70$(ABASE)-text_io-complex_io $(srcdir) $(srcdir) body