]> git.wh0rd.org - fontconfig.git/blame - fc-lang/Imakefile
Add devanagari and cyrillic languages. Add Geez
[fontconfig.git] / fc-lang / Imakefile
CommitLineData
f749c49c 1XCOMM $XFree86: xc/lib/fontconfig/fc-lang/Imakefile,v 1.6 2002/07/09 02:28:26 keithp Exp $
6446b151 2
c1382a3d
KP
3#ifdef UseInstalled
4/* building outside the tree, use private defines */
5#include "../local.def"
6#endif
7
8INCLUDES=$(FREETYPE2INCLUDES) $(LIBXML2INCLUDES) -I.. -I../src
9
10LOCAL_LIBRARIES=FontconfigClientLibs
11 DEPLIBS=FontconfigClientDepLibs
12
13SRCS=fc-lang.c
14OBJS=fc-lang.o
15
e50b9ae7
KP
16TARG=fclang.h
17TMPL=fclang.tmpl.h
c1382a3d
KP
18
19#
f749c49c
KP
20# Basic ISO 639-1 two letter language names, 639-2 are three-letter
21# language codes
c1382a3d 22#
c1382a3d 23
f749c49c
KP
24ORTH=ab.orth ar.orth ava.orth az.orth ba.orth be.orth bg.orth bh.orth\
25 bho.orth bn.orth bo.orth br.orth bua.orth ca.orth ce.orth chm.orth\
26 chr.orth co.orth cs.orth cv.orth da.orth de.orth el.orth en.orth eo.orth\
27 es.orth et.orth eu.orth fa.orth fi.orth fo.orth fr.orth fy.orth ga.orth\
28 gd.orth gez.orth gl.orth gu.orth he.orth hi.orth hr.orth hu.orth hy.orth\
29 ik.orth is.orth it.orth iu.orth ja.orth ka.orth kaa.orth kk.orth kl.orth\
30 km.orth kn.orth ko.orth kok.orth ks.orth ku.orth kv.orth ky.orth la.orth\
31 lez.orth lo.orth lt.orth lv.orth mk.orth ml.orth mn.orth mo.orth mr.orth\
32 mt.orth ne.orth nl.orth no.orth oc.orth or.orth os.orth pl.orth pt.orth\
33 rm.orth ro.orth ru.orth sa.orth sah.orth sel.orth sh.orth si.orth\
34 sk.orth sl.orth sq.orth sr.orth sv.orth ta.orth te.orth tg.orth th.orth\
35 tk.orth tl.orth tr.orth tt.orth tyv.orth uk.orth uz.orth vo.orth wa.orth\
36 yi.orth zh_cn.orth zh_hk.orth zh_mo.orth zh_sg.orth zh_tw.orth
37
c1382a3d 38all:: $(TARG)
f749c49c 39
c1382a3d
KP
40clean::
41 $(RM) $(TARG)
42
43$(TARG): fc-lang $(ORTH) $(TMPL)
44 ./fc-lang $(ORTH) < $(TMPL) > $(TARG)
45
46ComplexProgramTarget(fc-lang)
47LinkBuildBinary(ProgramTargetName(fc-lang))