]> git.wh0rd.org - fontconfig.git/blame - fc-lang/Imakefile
Add a bunch more languages that use the Latin alphabet
[fontconfig.git] / fc-lang / Imakefile
CommitLineData
b4a2c1f0 1XCOMM $XFree86: xc/lib/fontconfig/fc-lang/Imakefile,v 1.9 2002/07/12 09:12:36 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
b4a2c1f0
KP
24ORTH=ab.orth af.orth ar.orth ava.orth az.orth ba.orth bam.orth be.orth\
25 bg.orth bh.orth bho.orth bi.orth bn.orth bo.orth br.orth bs.orth\
26 bua.orth ca.orth ce.orth ch.orth chm.orth chr.orth co.orth cs.orth\
27 cv.orth cy.orth da.orth de.orth el.orth en.orth eo.orth es.orth et.orth\
28 eu.orth fa.orth fi.orth fo.orth fr.orth ful.orth fy.orth ga.orth gd.orth\
29 gez.orth gl.orth gn.orth gu.orth ha.orth haw.orth he.orth hi.orth\
30 hr.orth hu.orth hy.orth ibo.orth id.orth ik.orth is.orth it.orth iu.orth\
31 ja.orth ka.orth kaa.orth kk.orth kl.orth km.orth kn.orth ko.orth\
32 kok.orth ks.orth ku.orth kum.orth kv.orth ky.orth la.orth lb.orth\
33 lez.orth lo.orth lt.orth lv.orth mg.orth mh.orth mi.orth mk.orth ml.orth\
34 mn.orth mo.orth mr.orth mt.orth nb.orth ne.orth nl.orth nn.orth no.orth\
35 ny.orth oc.orth or.orth os.orth pl.orth pt.orth rm.orth ro.orth ru.orth\
36 sa.orth sah.orth se.orth sel.orth sh.orth si.orth sk.orth sl.orth\
37 sm.orth sma.orth smj.orth smn.orth sms.orth sq.orth sr.orth sv.orth\
38 ta.orth te.orth tg.orth th.orth tk.orth tl.orth tn.orth to.orth tr.orth\
39 tt.orth tyv.orth uk.orth uz.orth ven.orth vi.orth vo.orth wa.orth\
40 wen.orth wo.orth yap.orth yi.orth yo.orth zh_cn.orth zh_hk.orth\
41 zh_mo.orth zh_sg.orth zh_tw.orth
c2b971c8 42
c1382a3d 43all:: $(TARG)
f749c49c 44
c1382a3d
KP
45clean::
46 $(RM) $(TARG)
47
48$(TARG): fc-lang $(ORTH) $(TMPL)
49 ./fc-lang $(ORTH) < $(TMPL) > $(TARG)
50
51ComplexProgramTarget(fc-lang)
52LinkBuildBinary(ProgramTargetName(fc-lang))