Missing file added.
[cake.git] / workbench / classes / gadgets / texteditor / mcc / mmakefile.src
blobd9ad6d0beebedbbc9dafc80bf951cdb330b98d59
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 #MM workbench-classes-zune-texteditor-class : includes linklibs \
5 #MM     workbench-libs-rexxsyslib
7 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)/../include -I$(SRCDIR)/$(CURDIR)/../mcp
8 USER_CFLAGS := -DNO_INLINE_STDARG
10 FILES := library \
11         AllocBitMap \
12         AllocFunctions \
13         BlockOperators \
14         CaseConversion \
15         ColorOperators \
16         Dispatcher \
17         EditorStuff \
18         ExportHook \
19         ExportBlock \
20         ExportText \
21         GetSetAttrs \
22         HandleARexx \
23         HandleInput \
24         InitConfig \
25         ImportHook \
26         ImportText \
27         Keybindings \
28         Methods \
29         MixedFunctions \
30         Navigation \
31         Pointer \
32         PrintLineWithStyles \
33         Search \
34                 SetBlock \
35         SpellChecker \
36         StyleOperators \
37         UndoFunctions \
38         Debug \
39         vastubs
41 %build_module_simple mmake=workbench-classes-zune-texteditor-class \
42   modname=TextEditor modtype=mcc \
43   files=$(FILES) uselibs="rexxsyslib amiga mui rom m"
46 #MM includes-copy
48 INCLUDE_FILES := ../include/mui/TextEditor_mcc.h
49 %copy_includes path=mui dir=../include/mui
51 %common