## Project SWORD
#  V2.0
#
#  SubSystem : Samples programs : MINI_APP (mini application)
#  File      : Samples/Mini_App/Makefile.
#  Author    : Eric NICOLAS
#  Overview  : Makefile for Mini_App sample program
#  UpDate    : Nov 20, 1995
#
## Copyright (C) 1993,1995 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.

#
# Targets
#

SOURCES = mini_app.cc
DEST	= mini_app.exe

#
# Directories
#

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

#
# Others Auto-Stuff
#

include ../makefile.inc