Minor fixes to comments.
[AROS.git] / rom / oop / mmakefile.src
blob5c58f0d34a64f62d99d397aca903c5dda9591110
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 #MM- core-linklibs : linklibs-oop
6 FILES     :=    hash hiddmetaclass metaclass basemetaclass  \
7                 rootclass support privatestubs
8         
9 FUNCS :=    addclass            \
10             disposeobject       \
11             findclass           \
12             getattr             \
13             getattrbase         \
14             getmethod           \
15             getmethodid         \
16             newobject           \
17             obtainattrbase      \
18             obtainattrbases     \
19             parseattrs          \
20             releaseattrbase     \
21             releaseattrbases    \
22             removeclass         \
23             setattrs
25 USER_CFLAGS := -DAROS_USE_OOP -D__OOP_NOLIBBASE__ \
26                -D__UTILITY_NOLIBBASE__
28 #MM kernel-oop-includes : \
29 #MM     kernel-exec-includes \
30 #MM     kernel-utility-includes
32 %build_module mmake=kernel-oop \
33   modname=oop modtype=library \
34   files="oop_init $(FUNCS) $(FILES)"
36 #MM includes-copy
38 INCLUDE_FILES := $(call WILDCARD, include/*.h)
39 %copy_includes path=oop dir=include