1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-06 21:40:57 +00:00
Files
AROS-v0/workbench/devs/parallel/mmakefile.src

15 lines
399 B
Plaintext

include $(SRCDIR)/config/aros.cfg
#USER_CFLAGS := -DDEBUG=1
USER_LDFLAGS :=
FILES := parallel_support parallel_interrupthandlers
#MM- workbench-devs-complete : workbench-devs-parallel
#MM- workbench-devs-parallel : includes linklibs
%build_module mmake=workbench-devs-parallel \
modname=parallel modtype=device \
files="parallel_init $(FILES)" uselibs="hiddstubs oop" usesdks="private"