New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / rexxsupport / mmakefile.src
blob7cd74d8e5e7464e1cdf39ecefdef8d47b2d023dc
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 FILES := allocmem freemem openport closeport waitpkt getarg getpkt \
5          portcleanup reply showdir showlist statef delay null next \
6          offset baddr delete makedir rename typepkt forbid
7 FUNCS := arexxdispatch closeportrsrc
9 #MM workbench-libs-rexxsupport-includes : \
10 #MM     kernel-exec-includes \
11 #MM     kernel-dos-includes \
12 #MM     workbench-libs-rexxsyslib-includes \
13 #MM     includes-copy
14 #MM- workbench-libs-rexxsupport : linklibs \
15 #MM      workbench-libs-rexxsyslib
17 %build_module mmake=workbench-libs-rexxsupport \
18     modname=rexxsupport modtype=library \
19     files="rexxsupport_init $(FUNCS) $(FILES)" \
20     uselibs="rexxsyslib amiga rom"
22 %common