added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / arch / all-unix / exec / mmakefile.src
blob4fc8309621876bfb6319a2d7a66f674b507ae413
1 # $Id$
2 include $(TOP)/config/make.cfg
4 FILES := kernel alert cause disable enable exception preparecontext stackswap switch \
5          rawioinit rawputchar rawmaygetchar idletask
7 USER_INCLUDES   := -I$(GENINCDIR) -I$(TOP)/rom/exec -I..
8 %build_archspecific \
9   mainmmake=kernel-exec maindir=rom/exec \
10   arch=unix compiler=host \
11   files=$(FILES)
13 #MM- kernel-exec-includes-unix : kernel-$(ARCH)-sigcore
15 TESTS           := stackswap coretest
17 #MM
18 check-exec-unix : $(TESTS)
20 % : %.c
21         $(CC) -DTEST $(CFLAGS) $< -o $@
23 %common