added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / arch / all-unix / hidd / serial / mmakefile.src
blob5808ec24173398e9456cffcd8c0a18f05e3dc2eb
1 #$Id$
2 include $(TOP)/config/make.cfg
4 FILES       := SerialClass SerialUnitClass #unix_funcs
6 USER_CFLAGS := -DAROS_USE_OOP -D__AROS__
7 USER_INCLUDES := -I$(GENINCDIR)
8 %build_module mmake=workbench-hidd-unix-serial \
9   modname=serial modtype=hidd \
10   files=$(FILES) \
11   uselibs="amiga hiddstubs" usehostlibs=c \
12   compiler=host
14 #MM workbench-hidd-unix-serial : kernel-unixio