3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
7 FILES := defaultlocale english initlocale catalog_funcs patches
9 closecatalog closelocale convtolower convtoupper \
10 formatdate formatstring getcatalogstr getlocalestr \
11 isxxxx opencataloga openlocale parsedate prefsupdate \
12 strconvert strncmp locrawdofmt locstrnicmp locstricmp \
13 loctolower loctoupper locdatetostr locstrtodate \
14 locdosgetlocalizedstring
16 #MM workbench-libs-locale-includes : \
17 #MM kernel-exec-includes \
18 #MM kernel-dos-includes \
19 #MM workbench-libs-iffparse-includes \
20 #MM workbench-libs-rexxsyslib-includes \
22 #MM- workbench-libs-locale : linklibs
23 #MM- core-linklibs: linklibs-locale
25 %build_module mmake=workbench-libs-locale \
26 modname=locale modtype=library \
27 files="locale_init $(FUNCS) $(FILES)"