added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / classes / zune / betterstring / mcc / mmakefile.src
blob9b13ad010ab415e8abefc353a7c02f100a3b5db9
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 #MM workbench-classes-zune-betterstring-class : includes linklibs
6 USER_INCLUDES = -I../includes -I../mcp -I..
8 FILES := AllocBitMap \
9          AllocFunctions \
10          Dispatcher \
11          FileNameCompl \
12          GetSetAttrs \
13          HandleInput \
14          InitConfig \
15          PrintString \
16          TextFunctions
17          
18 %build_module mmake=workbench-classes-zune-betterstring-class \
19   modname=BetterString modtype=mcc \
20   files=$(FILES) conffile=betterstring.conf \
21   uselibs="amiga mui rom m"
24 #MM includes-copy
26 INCLUDE_FILES := BetterString_mcc.h
27 %copy_includes path=mui
29 %common