3 include $(SRCDIR)/config/aros.cfg
8 USER_CPPFLAGS := -DAROS_USE_OOP
9 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)
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
18 %make_hidd_stubs hidd=parallel
21 %copy_includes path=hidd dir=include