don't expect a version suffix when --with-gcc-version is specified since it doesn...
[AROS.git] / rom / oop / mmakefile.src
blob059a0e7ea388088189b9d317352491fe4cef879e
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             obtainattrbasesarray   \
20             obtainmethodbasesarray \
21             parseattrs          \
22             releaseattrbase     \
23             releaseattrbases    \
24             releaseattrbasesarray  \
25             removeclass         \
26             setattrs
28 USER_CFLAGS := -DAROS_USE_OOP -D__OOP_NOLIBBASE__ \
29                -D__UTILITY_NOLIBBASE__
31 #MM kernel-oop-includes : \
32 #MM     kernel-exec-includes \
33 #MM     kernel-utility-includes
35 %build_module mmake=kernel-oop \
36   modname=oop modtype=library \
37   files="oop_init $(FUNCS) $(FILES)"
39 #MM includes-copy
41 INCLUDE_FILES := $(call WILDCARD, include/*.h)
42 %copy_includes path=oop dir=include