revert between 56095 -> 55830 in arch
[AROS.git] / workbench / hidds / serial / mmakefile.src
blobfd6805a9eb52b63b8417cc9fa7d796e156e8580d
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 MODNAME :=  serial
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.serial class for here, generate the whole
17 # lot.
19 %make_hidd_stubs hidd=serial
21 #MM includes-copy
22 %copy_includes path=hidd dir=include
24 %include_deps
25 %common