added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / devs / afs / mmakefile.src
blob0c77864c0d2ba3ae4484cacf8a281c62ebc1941c
1 # $Id$
2 include $(TOP)/config/make.cfg
4 ifneq ($(FLAVOUR),palmnative)
5 FILES := main \
6         bitmap \
7         cache \
8         checksums \
9         error \
10         extstrings \
11         filehandles1 \
12         filehandles2 \
13         filehandles3 \
14         hashing \
15         misc \
16         os_aros_support \
17         volumes \
18    validator
19 else
20 FILES :=
21 endif
23 #MM- workbench-fs-complete : workbench-fs-afs
24 #MM- workbench-fs-afs : includes linklibs
26 USER_CFLAGS := -DDEBUG=0
28 %build_module mmake=workbench-fs-afs \
29     modname=afs modtype=device modsuffix=handler \
30     files="arosdevice $(FILES)" uselibs="arosc"