2002-07-09 04:28:29 +02:00
|
|
|
XCOMM $XFree86: xc/lib/fontconfig/fc-lang/Imakefile,v 1.5 2002/07/08 07:31:49 keithp Exp $
|
2002-07-07 01:59:19 +02:00
|
|
|
|
2002-07-07 01:21:37 +02:00
|
|
|
#ifdef UseInstalled
|
|
|
|
/* building outside the tree, use private defines */
|
|
|
|
#include "../local.def"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
INCLUDES=$(FREETYPE2INCLUDES) $(LIBXML2INCLUDES) -I.. -I../src
|
|
|
|
|
|
|
|
LOCAL_LIBRARIES=FontconfigClientLibs
|
|
|
|
DEPLIBS=FontconfigClientDepLibs
|
|
|
|
|
|
|
|
SRCS=fc-lang.c
|
|
|
|
OBJS=fc-lang.o
|
|
|
|
|
2002-07-08 09:31:53 +02:00
|
|
|
TARG=fclang.h
|
|
|
|
TMPL=fclang.tmpl.h
|
2002-07-07 01:21:37 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Basic ISO 639-1 two letter language names
|
2002-07-07 21:18:51 +02:00
|
|
|
ORTH1=ab.orth ar.orth az.orth ba.orth be.orth bg.orth bn.orth bo.orth br.orth\
|
|
|
|
ca.orth co.orth cs.orth da.orth de.orth el.orth en.orth eo.orth es.orth\
|
2002-07-09 04:28:29 +02:00
|
|
|
et.orth eu.orth fa.orth fi.orth fo.orth fr.orth fy.orth ga.orth gd.orth\
|
|
|
|
gl.orth gu.orth he.orth hr.orth hu.orth hy.orth is.orth it.orth ja.orth\
|
|
|
|
ka.orth kk.orth kl.orth km.orth kn.orth ko.orth la.orth lo.orth lt.orth\
|
|
|
|
lv.orth mk.orth ml.orth mn.orth mo.orth mt.orth nl.orth no.orth oc.orth\
|
|
|
|
or.orth pl.orth pt.orth rm.orth ro.orth ru.orth sh.orth si.orth sk.orth\
|
|
|
|
sl.orth sq.orth sr.orth sv.orth ta.orth te.orth th.orth tl.orth tr.orth\
|
|
|
|
uk.orth vo.orth wa.orth yi.orth zh_cn.orth zh_hk.orth zh_mo.orth\
|
|
|
|
zh_sg.orth zh_tw.orth
|
2002-07-07 01:21:37 +02:00
|
|
|
#
|
|
|
|
# ISO 639-2 adds many more three letter language names
|
|
|
|
#
|
|
|
|
ORTH2=chr.orth
|
|
|
|
|
|
|
|
ORTH=$(ORTH1) $(ORTH2)
|
|
|
|
|
|
|
|
all:: $(TARG)
|
|
|
|
|
|
|
|
clean::
|
|
|
|
$(RM) $(TARG)
|
|
|
|
|
|
|
|
$(TARG): fc-lang $(ORTH) $(TMPL)
|
|
|
|
./fc-lang $(ORTH) < $(TMPL) > $(TARG)
|
|
|
|
|
|
|
|
ComplexProgramTarget(fc-lang)
|
|
|
|
LinkBuildBinary(ProgramTargetName(fc-lang))
|