parallel.device: Clean up DEBUG
[AROS.git] / workbench / devs / parallel / mmakefile.src
blob3a5c27becde4f04fc75f8709c1d519e5578800c2
1 # $Id$
2 include $(TOP)/config/make.cfg
4 #USER_CFLAGS := -DDEBUG=1
5 USER_LDFLAGS := -static
7 FILES := parallel_support parallel_interrupthandlers
9 #MM- workbench-devs-complete : workbench-devs-parallel
10 #MM- workbench-devs-parallel : includes linklibs
12 %build_module mmake=workbench-devs-parallel \
13     modname=parallel modtype=device \
14     files="parallel_init $(FILES)" uselibs="hiddstubs"