disable debug
[AROS.git] / workbench / hidds / parallel / mmakefile.src
blob192c19596895833d8ff42e481b6f7b3c35d9b13d
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 MODNAME :=  parallel
6 MODTYPE :=  hidd
8 USER_CPPFLAGS :=        -DAROS_USE_OOP
9 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)
11 FILES       :=
12 STUBS       := $(MODNAME)_stubs
14 INCLUDE_FILES := $(call WILDCARD, include/*.h)
16 # When there is actually a hidd.parallel class for here, generate the whole
17 # lot.
18 %make_hidd_stubs hidd=parallel
20 #MM includes-copy
21 %copy_includes path=hidd dir=include
23 %include_deps
24 %common