#
#----------------------------------------------------------------------------
#    lib pthread
#
#    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
#	libdrvif (system-dependent description)
#

# T-Engine type
MACHINE = sh7727
TETYPE = std

# default rules
#include ../../../../etc/makerules
#include ../../../../../../etc/makerules
include $(BD)/etc/makerules

# compiler options
CFLAGS += -fomit-frame-pointer
CFLAGS += -DNES_SE

# system dependencies
IFLIB_SYSDEP =

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