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"