grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / locale / mmakefile.src
blob941767a208e66b3801595f000f245935b99f0e6f
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
7 FILES := defaultlocale english initlocale catalog_funcs patches 
8 FUNCS := \
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 \
21 #MM     includes-copy
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)"
29 %common