grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / codesets / developer / examples / mmakefile.src
blob55dbadee177b8adaf8b739803fb5130b2c2393a9
1 #   $Id$
3 #   AROS metamakefile for codesetslib
5 include $(SRCDIR)/config/aros.cfg
7 #MM- workbench-libs-codesets : workbench-libs-codesets-test
9 #MM workbench-libs-codesets-test : linklibs includes workbench-libs-codesets-lib
11 FILES  := b64d b64e DetectCodeset UTF8ToStrHook demo1 Convert autoopen
13 EXEDIR := $(AROS_TESTS)/Codesetslib
15 # We need to use -idirafter, so that we
16 # *don't* pick up the project's local MUI headers.
17 USER_CFLAGS = -idirafter $(SRCDIR)/$(CURDIR)/../include \
18               -idirafter $(SRCDIR)/$(CURDIR)/../../include \
19               -DAROS_ABI_V1
21 %build_progs mmake=workbench-libs-codesets-test \
22     files=$(FILES) targetdir=$(EXEDIR)
24 %common