3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
7 FILES := allocmem freemem openport closeport waitpkt getarg getpkt \
8 portcleanup reply showdir showlist statef delay null next \
9 offset baddr delete makedir rename typepkt forbid
10 FUNCS := arexxdispatch closeportrsrc
12 #MM workbench-libs-rexxsupport-includes : \
13 #MM kernel-exec-includes \
14 #MM kernel-dos-includes \
15 #MM workbench-libs-rexxsyslib-includes \
17 #MM- workbench-libs-rexxsupport : linklibs \
18 #MM workbench-libs-rexxsyslib
20 %build_module mmake=workbench-libs-rexxsupport \
21 modname=rexxsupport modtype=library \
22 files="rexxsupport_init $(FUNCS) $(FILES)" \