fix __AROS_SETVECADDR invocations.
[AROS.git] / workbench / devs / parallel / mmakefile.src
blob34c96e7bd8ef2ce22d394b783810f2dcd1cd9f8c
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 #USER_CFLAGS := -DDEBUG=1
6 USER_LDFLAGS := -static
8 FILES := parallel_support parallel_interrupthandlers
10 #MM- workbench-devs-complete : workbench-devs-parallel
11 #MM- workbench-devs-parallel : includes linklibs
13 %build_module mmake=workbench-devs-parallel \
14     modname=parallel modtype=device \
15     files="parallel_init $(FILES)" uselibs="hiddstubs"