- Now splits paragraphs into multiple lines, with each line fitting the
[AROS.git] / workbench / hidds / parallel / mmakefile.src
blob075ab08902340e25c6be5250708e997d0ddff2fb
1 #$Id$
2 include $(TOP)/config/make.cfg
4 MODNAME :=  parallel
5 MODTYPE :=  hidd
7 USER_CFLAGS :=  -DAROS_USE_OOP -I$(SRCDIR)/$(CURDIR)
9 FILES       :=
10 STUBS       := $(MODNAME)_stubs
12 INCLUDE_FILES := $(call WILDCARD, include/*.h)
14 # When there is actually a hidd.parallel class for here, generate the whole
15 # lot.
16 %make_hidd_stubs hidd=parallel
18 #MM includes-copy
19 %copy_includes path=hidd dir=include
21 %include_deps
22 %common