revert between 56095 -> 55830 in arch
[AROS.git] / workbench / classes / zune / texteditor / mcc / mmakefile.src
blob760d3f4f1cb0fe154c6bc0a33552025d3ee923e8
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 #MM workbench-classes-zune-texteditor-class : includes linklibs \
6 #MM     workbench-libs-rexxsyslib
8 # We need to use -idirafter, so that we
9 # *don't* pick up the project's local MUI headers.
10 USER_INCLUDES := -idirafter $(SRCDIR)/$(CURDIR)/../include -I$(SRCDIR)/$(CURDIR)/../mcp
11 USER_CPPFLAGS := -DAROS_ABI_V1
12 USER_LDFLAGS := -static
14 FILES := library \
15         AllocBitMap \
16         BlockOperators \
17         CaseConversion \
18         ClipboardServer \
19         ColorOperators \
20         Dispatcher \
21         EditorStuff \
22         ExportHook \
23         ExportBlock \
24         ExportText \
25         GetSetAttrs \
26         Grow \
27         HandleARexx \
28         HandleInput \
29         InitConfig \
30         ImportHook \
31         ImportText \
32         Keybindings \
33         Methods \
34         MixedFunctions \
35         Navigation \
36         Pointer \
37         PrintLineWithStyles \
38         Search \
39         SetBlock \
40         SpellChecker \
41         StyleOperators \
42         UndoFunctions \
43         NewGfx \
44         Debug \
45         extrasrc/MoveList
47 %build_module_simple mmake=workbench-classes-zune-texteditor-class \
48   modname=TextEditor modtype=mcc \
49   files=$(FILES) uselibs="rexxsyslib"
52 #MM includes-copy
54 INCLUDE_FILES := ../include/mui/TextEditor_mcc.h
55 %copy_includes path=mui dir=../include/mui
57 %common