## Project S.W.O.R.D
#  V2.10
#
#  SubSystem : Little usefull graphical objects
#  File      : Src/Gadgets/Makefile
#  Author    : Eric NICOLAS
#  Overview  : Makefile for Gadgets subsystem
#  UpDate    : Mar 03, 1996
#
## Copyright (C) 1993-1996 The SWORD Group
##
## This file is distributed under the terms listed in the document
## "copying.en". A copy of "copying.en" should accompany this file.
## if not, a copy should be available from where this file was obtained.
## This file may not be distributed without a verbatim copy of "copying.en".
##
## This file is distributed WITHOUT ANY WARRANTY; without even the implied
## warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

BUILDMAKE = ../../make_lib.def

#
# Targets
#

SOURCES  = lift.cc gadgets.cc box.cc button.cc dialog.cc edition.cc     \
           stdwin.cc gauge.cc intlift.cc scroller.cc scroltxt.cc        \
           titlebar.cc menus.cc wiframe.cc stattext.cc titlebox.cc      \
           perfview.cc
ARCHIVE  = SWORD

#
# Directories
#

LIB     = ../../lib
INCLUDE = ../../include

#
# Others Auto-Stuff
#

include ../../make.def
