1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- # $Id: modules,v 1.15 2006/12/24 00:52:58 tom Exp $
- ##############################################################################
- # Copyright (c) 1998-2004,2006 Free Software Foundation, Inc. #
- # #
- # Permission is hereby granted, free of charge, to any person obtaining a #
- # copy of this software and associated documentation files (the "Software"), #
- # to deal in the Software without restriction, including without limitation #
- # the rights to use, copy, modify, merge, publish, distribute, distribute #
- # with modifications, sublicense, and/or sell copies of the Software, and to #
- # permit persons to whom the Software is furnished to do so, subject to the #
- # following conditions: #
- # #
- # The above copyright notice and this permission notice shall be included in #
- # all copies or substantial portions of the Software. #
- # #
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, #
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL #
- # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER #
- # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #
- # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER #
- # DEALINGS IN THE SOFTWARE. #
- # #
- # Except as contained in this notice, the name(s) of the above copyright #
- # holders shall not be used in advertising or otherwise to promote the sale, #
- # use or other dealings in this Software without prior written #
- # authorization. #
- ##############################################################################
- #
- # Author: Thomas E. Dickey 1995-on
- #
- @ base
- # Library objects
- f_trace lib $(srcdir) $(FORM_PRIV_H)
- fld_arg lib $(srcdir) $(FORM_PRIV_H)
- fld_attr lib $(srcdir) $(FORM_PRIV_H)
- fld_current lib $(srcdir) $(FORM_PRIV_H)
- fld_def lib $(srcdir) $(FORM_PRIV_H)
- fld_dup lib $(srcdir) $(FORM_PRIV_H)
- fld_ftchoice lib $(srcdir) $(FORM_PRIV_H)
- fld_ftlink lib $(srcdir) $(FORM_PRIV_H)
- fld_info lib $(srcdir) $(FORM_PRIV_H)
- fld_just lib $(srcdir) $(FORM_PRIV_H)
- fld_link lib $(srcdir) $(FORM_PRIV_H)
- fld_max lib $(srcdir) $(FORM_PRIV_H)
- fld_move lib $(srcdir) $(FORM_PRIV_H)
- fld_newftyp lib $(srcdir) $(FORM_PRIV_H)
- fld_opts lib $(srcdir) $(FORM_PRIV_H)
- fld_pad lib $(srcdir) $(FORM_PRIV_H)
- fld_page lib $(srcdir) $(FORM_PRIV_H)
- fld_stat lib $(srcdir) $(FORM_PRIV_H)
- fld_type lib $(srcdir) $(FORM_PRIV_H)
- fld_user lib $(srcdir) $(FORM_PRIV_H)
- frm_cursor lib $(srcdir) $(FORM_PRIV_H)
- frm_data lib $(srcdir) $(FORM_PRIV_H)
- frm_def lib $(srcdir) $(FORM_PRIV_H)
- frm_driver lib $(srcdir) $(FORM_PRIV_H)
- frm_hook lib $(srcdir) $(FORM_PRIV_H)
- frm_opts lib $(srcdir) $(FORM_PRIV_H)
- frm_page lib $(srcdir) $(FORM_PRIV_H)
- frm_post lib $(srcdir) $(FORM_PRIV_H)
- frm_req_name lib $(srcdir) $(FORM_PRIV_H)
- frm_scale lib $(srcdir) $(FORM_PRIV_H)
- frm_sub lib $(srcdir) $(FORM_PRIV_H)
- frm_user lib $(srcdir) $(FORM_PRIV_H)
- frm_win lib $(srcdir) $(FORM_PRIV_H)
- fty_alnum lib $(srcdir) $(FORM_PRIV_H)
- fty_alpha lib $(srcdir) $(FORM_PRIV_H)
- fty_enum lib $(srcdir) $(FORM_PRIV_H)
- fty_int lib $(srcdir) $(FORM_PRIV_H)
- fty_ipv4 lib $(srcdir) $(FORM_PRIV_H)
- fty_num lib $(srcdir) $(FORM_PRIV_H)
- fty_regex lib $(srcdir) $(FORM_PRIV_H)
- # vile:makemode
|