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