modules revision 50276
150276Speter##############################################################################
250276Speter# Copyright (c) 1998 Free Software Foundation, Inc.                          #
350276Speter#                                                                            #
450276Speter# Permission is hereby granted, free of charge, to any person obtaining a    #
550276Speter# copy of this software and associated documentation files (the "Software"), #
650276Speter# to deal in the Software without restriction, including without limitation  #
750276Speter# the rights to use, copy, modify, merge, publish, distribute, distribute    #
850276Speter# with modifications, sublicense, and/or sell copies of the Software, and to #
950276Speter# permit persons to whom the Software is furnished to do so, subject to the  #
1050276Speter# following conditions:                                                      #
1150276Speter#                                                                            #
1250276Speter# The above copyright notice and this permission notice shall be included in #
1350276Speter# all copies or substantial portions of the Software.                        #
1450276Speter#                                                                            #
1550276Speter# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
1650276Speter# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
1750276Speter# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
1850276Speter# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
1950276Speter# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
2050276Speter# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
2150276Speter# DEALINGS IN THE SOFTWARE.                                                  #
2250276Speter#                                                                            #
2350276Speter# Except as contained in this notice, the name(s) of the above copyright     #
2450276Speter# holders shall not be used in advertising or otherwise to promote the sale, #
2550276Speter# use or other dealings in this Software without prior written               #
2650276Speter# authorization.                                                             #
2750276Speter##############################################################################
2850276Speter#
2950276Speter# Author: Thomas E. Dickey <dickey@clark.net> 1995,1997
3050276Speter#
3150276Speter
3250276Speter@ base
3350276Speter# Library objects
3450276Speterpanel		lib		$(srcdir)	$(PANEL_PRIV_H)
3550276Speterp_above		lib		$(srcdir)	$(PANEL_PRIV_H)
3650276Speterp_below		lib		$(srcdir)	$(PANEL_PRIV_H)
3750276Speterp_bottom	lib		$(srcdir)	$(PANEL_PRIV_H)
3850276Speterp_delete	lib		$(srcdir)	$(PANEL_PRIV_H)
3950276Speterp_hide		lib		$(srcdir)	$(PANEL_PRIV_H)
4050276Speterp_hidden	lib		$(srcdir)	$(PANEL_PRIV_H)
4150276Speterp_move		lib		$(srcdir)	$(PANEL_PRIV_H)
4250276Speterp_new		lib		$(srcdir)	$(PANEL_PRIV_H)
4350276Speterp_replace	lib		$(srcdir)	$(PANEL_PRIV_H)
4450276Speterp_show		lib		$(srcdir)	$(PANEL_PRIV_H)
4550276Speterp_top		lib		$(srcdir)	$(PANEL_PRIV_H)
4650276Speterp_update	lib		$(srcdir)	$(PANEL_PRIV_H)
4750276Speterp_user		lib		$(srcdir)	$(PANEL_PRIV_H)
4850276Speterp_win		lib		$(srcdir)	$(PANEL_PRIV_H)
4950276Speter
50