added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / arch / all-unix / battclock / mmakefile.src
blobd1e7723757b055fd2143523b015173493ac3d362
1 # $Id$
2 include $(TOP)/config/make.cfg
4 USER_INCLUDES   := -I$(GENINCDIR)
5 USER_CFLAGS     := -I$(TOP)/rom/battclock -I..
6 %build_archspecific \
7   mainmmake=kernel-battclock maindir=rom/battclock \
8   arch=unix \
9   files=readbattclock \
10   compiler=host
12 %common