Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / codesetslib / src / mmakefile.src
blobc4230798df06f122b110f10bfaff0cc94ced70a1
1 #   $Id$
3 #   AROS metamakefile for codesetslib
5 include $(TOP)/config/make.cfg
7 FILES := \
8     libinit \
9     init \
10     utils \
11     base64 \
12     convertUTF \
13     codesets \
14     codepages \
15     debug
17 USER_CFLAGS = -I. -I$(SRCDIR)/$(CURDIR)/../include
19 #MM workbench-libs-codesets : workbench-libs-codesets-includes linklibs
21 %build_module_simple mmake=workbench-libs-codesets \
22     modname=codesets modtype=library \
23     files=$(FILES) \
24     uselibs="amiga rom"
26 %common