1# $Id: modules,v 1.4 2020/02/02 23:34:34 tom Exp $ 2############################################################################## 3# Copyright 2020 Thomas E. Dickey # 4# Copyright 2010 Free Software Foundation, Inc. # 5# # 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 2010 32# 33 34# Library objects 35# rootname depend-spec depend-body unit 36$(ALIB) $(srcdir) none spec 37$(ABASE)-aux none $(srcdir) body 38$(ABASE) none . body 39$(ABASE)-terminfo $(srcdir) $(srcdir) body 40$(ABASE)-termcap $(srcdir) $(srcdir) body 41$(ABASE)-putwin $(srcdir) $(srcdir) body 42$(ABASE)-trace . . body 43$(ABASE)-mouse . $(srcdir) body 44$(ABASE)-panels . $(srcdir) body 45$(ABASE)-menus . $(srcdir) body 46$(ABASE)-forms . $(srcdir) body 47$(ABASE)-forms-field_types . $(srcdir) body 48$(ABASE)-forms-field_types-alpha $(srcdir) $(srcdir) body 49$(ABASE)-forms-field_types-alphanumeric $(srcdir) $(srcdir) body 50$(ABASE)-forms-field_types-intfield $(srcdir) $(srcdir) body 51$(ABASE)-forms-field_types-numeric $(srcdir) $(srcdir) body 52$(ABASE)-forms-field_types-regexp $(srcdir) $(srcdir) body 53$(ABASE)-forms-field_types-enumeration $(srcdir) $(srcdir) body 54$(ABASE)-forms-field_types-ipv4_address $(srcdir) $(srcdir) body 55$(ABASE)-forms-field_types-user $(srcdir) $(srcdir) body 56$(ABASE)-forms-field_types-user-choice $(srcdir) $(srcdir) body 57$(ABASE)-text_io $(srcdir) $(srcdir) body 58$(ABASE)-text_io-aux $(srcdir) $(srcdir) body 59$(ABASE)-menus-menu_user_data . $(srcdir) body 60$(ABASE)-menus-item_user_data . $(srcdir) body 61$(ABASE)-forms-form_user_data . $(srcdir) body 62$(ABASE)-forms-field_user_data . $(srcdir) body 63$(ABASE)-forms-field_types-enumeration-ada $(srcdir) $(srcdir) body 64$(ABASE)-panels-user_data . $(srcdir) body 65$(ABASE)-text_io-integer_io $(srcdir) $(srcdir) body 66$(ABASE)-text_io-float_io $(srcdir) $(srcdir) body 67$(ABASE)-text_io-fixed_io $(srcdir) $(srcdir) body 68$(ABASE)-text_io-decimal_io $(srcdir) $(srcdir) body 69$(ABASE)-text_io-enumeration_io $(srcdir) $(srcdir) body 70$(ABASE)-text_io-modular_io $(srcdir) $(srcdir) body 71$(ABASE)-text_io-complex_io $(srcdir) $(srcdir) body 72