Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / codesetslib / developer / examples / mmakefile.src
blobd032ff0cb77f8900b3e6ee4c2086cdc7e1f30520
1 #   $Id$
3 #   AROS metamakefile for codesetslib
5 include $(TOP)/config/make.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 USER_CFLAGS = -I$(SRCDIR)/$(CURDIR)/../include -I$(SRCDIR)/$(CURDIR)/../../include
17 %build_progs mmake=workbench-libs-codesets-test \
18     files=$(FILES) targetdir=$(EXEDIR) \
19     uselibs="amiga mui codesets"
21 %common