A bit number was mistakenly used instead of a flag when setting notification
[AROS.git] / workbench / hidds / parallel / mmakefile.src
blob4789aef41b460c5a0400ff7b2d8a81be5be07f52
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 MODNAME :=  parallel
6 MODTYPE :=  hidd
8 USER_CFLAGS :=  -DAROS_USE_OOP -I$(SRCDIR)/$(CURDIR)
10 FILES       :=
11 STUBS       := $(MODNAME)_stubs
13 INCLUDE_FILES := $(call WILDCARD, include/*.h)
15 # When there is actually a hidd.parallel class for here, generate the whole
16 # lot.
17 %make_hidd_stubs hidd=parallel
19 #MM includes-copy
20 %copy_includes path=hidd dir=include
22 %include_deps
23 %common