Forward compatibility: build relative-base link libraries where needed
[AROS.git] / workbench / libs / rexxsupport / mmakefile.src
blob9cd559cd12e0aa33600922cc3c62043c8be84b68
1 #   $Id$
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 \
16 #MM     includes-copy
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)" \
23     uselibs="rexxsyslib"
25 %common