move addtime() macro to the header file
[AROS.git] / workbench / libs / rexxsupport / mmakefile.src
blobd5c4b636e7855880219ac069c2c8d4a1c23467ee
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 USER_LDFLAGS := -static
6 FILES := allocmem freemem openport closeport waitpkt getarg getpkt \
7          portcleanup reply showdir showlist statef delay null next \
8          offset baddr delete makedir rename typepkt forbid
9 FUNCS := arexxdispatch closeportrsrc
11 #MM workbench-libs-rexxsupport-includes : \
12 #MM     kernel-exec-includes \
13 #MM     kernel-dos-includes \
14 #MM     workbench-libs-rexxsyslib-includes \
15 #MM     includes-copy
16 #MM- workbench-libs-rexxsupport : linklibs \
17 #MM      workbench-libs-rexxsyslib
19 %build_module mmake=workbench-libs-rexxsupport \
20     modname=rexxsupport modtype=library \
21     files="rexxsupport_init $(FUNCS) $(FILES)" \
22     uselibs="rexxsyslib"
24 %common