Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / workbench / libs / codesets / src / mmakefile.src
blob8003c173ef968f94aeec56a8598149a15411456e
1 #   $Id$
3 #   AROS metamakefile for codesetslib
5 include $(SRCDIR)/config/aros.cfg
7 FILES := \
8     libinit \
9     init \
10     utils \
11     base64 \
12     convertUTF \
13     codesets \
14     codepages \
15     debug \
16     stubs-aros
18 # We need to use -idirafter, so that we
19 # *don't* pick up the project's local MUI headers.
20 USER_CFLAGS = -I. -idirafter $(SRCDIR)/$(CURDIR)/../include -DAROS_ABI_V1
21 USER_LDFLAGS := -static
23 #MM workbench-libs-codesets : workbench-libs-codesets-includes
25 %build_module_simple mmake=workbench-libs-codesets \
26     modname=codesets modtype=library \
27     files=$(FILES)
29 %common