#
#----------------------------------------------------------------------------
#    Application Sample
#
#    Version: 1.00.00
#----------------------------------------------------------------------------
#    Description of license
#    Original Source:   Copyright (C) 2006 by T-Engine Forum. 
#    This software is distributed under the T-Engine Public License.
#    Refer to T-Engine Public License at http://www.t-engine.org for use
#    conditions and redistribution conditions. 
#    Modification and redistribution are allowed to this software, in
#    accordance with T-Engine Public License. 
#    Therefore, the modification may be added to the program distributed by
#    T-Engine forum.
#    The original source is available for download from the download page at
#    http://www.t-engine.org.
#----------------------------------------------------------------------------
#

#
#	Makefile for gmake
#	libsample (system-dependent description)
#

# T-Engine type
MACHINE = sh7727
TETYPE = std

# default rules
include $(BD)/tkse/lib/etc/makerules

# source files (cpu-dependent)
SRC =

# compiler options
CPPFLAGS += -DSO_SUPPORT
CFLAGS += -fomit-frame-pointer

# include main makefile (common description)
include ../Makefile.common
