2 include $(TOP)/config/make.cfg
4 FILES := hash hiddmetaclass metaclass \
5 privatestubs rootclass support
22 USER_CFLAGS := -DAROS_USE_OOP -D__OOP_NOLIBBASE__
24 #MM kernel-oop-includes : \
25 #MM kernel-exec-includes \
26 #MM kernel-utility-includes
28 %build_module mmake=kernel-oop \
29 modname=oop modtype=library \
30 files="oop_init $(FUNCS) $(FILES)" \
34 INCLUDE_FILES := $(call WILDCARD, include/*.h)
35 %copy_includes path=oop dir=include