1: #
2: # ----------------------------------------------------------------------
3: # T-Kernel 2.0 Software Package
4: #
5: # Copyright 2011 by Ken Sakamura.
6: # This software is distributed under the latest version of T-License 2.x.
7: # ----------------------------------------------------------------------
8: #
9: # Released by T-Engine Forum(http://www.t-engine.org/) at 2011/05/17.
10: # Modified by T-Engine Forum at 2012/11/07.
11: # Modified by TRON Forum(http://www.tron.org/) at 2015/06/01.
12: #
13: # ----------------------------------------------------------------------
14: #
15:
16: #
17: # Makefile for gmake
18: # libstr (system-dependent description)
19: #
20:
21: # T-Engine type
22: MACHINE = em1d
23: TETYPE = tef
24:
25: # default rules
26: include ../../../../etc/makerules
27:
28: # source files (system-dependent)
29: SRC =
30:
31: # compiler options
32: CFLAGS += -fomit-frame-pointer
33:
34: # include main makefile (common description)
35: include ../../src/Makefile.common