Hint added.
[AROS.git] / workbench / hidds / serial / mmakefile.src
blob893e1796be4aadd98e063ad9465beee377315bcc
1 #$Id$
3 include $(SRCDIR)/config/aros.cfg
5 MODNAME :=  serial
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.serial class for here, generate the whole
16 # lot.
18 %make_hidd_stubs hidd=serial
20 #MM includes-copy
21 %copy_includes path=hidd dir=include
23 %include_deps
24 %common