]> git.wh0rd.org - fontconfig.git/blobdiff - fc-lang/Imakefile
Bug #4 The last entry for the terminator should not be 0xfffa, but 0xfffb.
[fontconfig.git] / fc-lang / Imakefile
index c6fcd067bbf080783a8ebdb9994fcc4a5143e408..e58a684e444e607576f35ac2239c2d95898b72a4 100644 (file)
@@ -1,11 +1,11 @@
-XCOMM $XFree86: xc/lib/fontconfig/fc-lang/Imakefile,v 1.8 2002/07/12 07:58:16 keithp Exp $
+XCOMM $XFree86: xc/lib/fontconfig/fc-lang/Imakefile,v 1.14 2002/08/08 00:10:49 keithp Exp $
 
 #ifdef UseInstalled
 /* building outside the tree, use private defines */
 #include "../local.def"
 #endif
 
-INCLUDES=$(FREETYPE2INCLUDES) $(LIBXML2INCLUDES) -I.. -I../src
+INCLUDES=$(FREETYPE2INCLUDES) -I.. -I../src
 
 LOCAL_LIBRARIES=FontconfigClientLibs
         DEPLIBS=FontconfigClientDepLibs
@@ -21,28 +21,35 @@ TMPL=fclang.tmpl.h
 # language codes
 #
 
-ORTH=ab.orth ar.orth ava.orth az.orth ba.orth be.orth bg.orth bh.orth \
-     bho.orth bn.orth bo.orth br.orth bua.orth ca.orth ce.orth chm.orth \
-     chr.orth co.orth cs.orth cv.orth da.orth de.orth el.orth en.orth eo.orth \
-     es.orth et.orth eu.orth fa.orth fi.orth fo.orth fr.orth fy.orth ga.orth \
-     gd.orth gez.orth gl.orth gu.orth he.orth hi.orth hr.orth hu.orth hy.orth \
-     ik.orth is.orth it.orth iu.orth ja.orth ka.orth kaa.orth kk.orth kl.orth \
-     km.orth kn.orth ko.orth kok.orth ks.orth ku.orth kum.orth kv.orth \
-     ky.orth la.orth lez.orth lo.orth lt.orth lv.orth mk.orth ml.orth mn.orth \
-     mo.orth mr.orth mt.orth nb.orth ne.orth nl.orth nn.orth no.orth oc.orth \
-     or.orth os.orth pl.orth pt.orth rm.orth ro.orth ru.orth sa.orth sah.orth \
-     sel.orth sh.orth si.orth sk.orth sl.orth sq.orth sr.orth sv.orth ta.orth \
-     te.orth tg.orth th.orth tk.orth tl.orth tr.orth tt.orth tyv.orth uk.orth \
-     uz.orth vo.orth wa.orth yi.orth zh_cn.orth zh_hk.orth zh_mo.orth \
-     zh_sg.orth zh_tw.orth
+ORTH=aa.orth ab.orth af.orth am.orth ar.orth ast.orth ava.orth ay.orth\
+     az.orth bam.orth ba.orth be.orth bg.orth bho.orth bh.orth bin.orth\
+     bi.orth bn.orth bo.orth br.orth bs.orth bua.orth ca.orth ce.orth\
+     chm.orth ch.orth chr.orth co.orth cs.orth cu.orth cv.orth cy.orth\
+     da.orth de.orth dz.orth el.orth en.orth eo.orth es.orth et.orth eu.orth\
+     fa.orth fi.orth fj.orth fo.orth fr.orth ful.orth fur.orth fy.orth\
+     ga.orth gd.orth gez.orth gl.orth gn.orth gu.orth gv.orth ha.orth\
+     haw.orth he.orth hi.orth ho.orth hr.orth hu.orth hy.orth ia.orth\
+     ibo.orth id.orth ie.orth ik.orth io.orth is.orth it.orth iu.orth ja.orth\
+     kaa.orth ka.orth ki.orth kk.orth kl.orth km.orth kn.orth kok.orth\
+     ko.orth ks.orth kum.orth ku.orth kv.orth kw.orth ky.orth la.orth lb.orth\
+     lez.orth lo.orth lt.orth lv.orth mg.orth mh.orth mi.orth mk.orth ml.orth\
+     mn.orth mo.orth mr.orth mt.orth my.orth nb.orth ne.orth nl.orth nn.orth\
+     no.orth ny.orth oc.orth om.orth or.orth os.orth pl.orth pt.orth rm.orth\
+     ro.orth ru.orth sah.orth sa.orth sco.orth sel.orth se.orth sh.orth\
+     si.orth sk.orth sl.orth sma.orth smj.orth smn.orth sm.orth sms.orth\
+     so.orth sq.orth sr.orth sv.orth sw.orth syr.orth ta.orth te.orth tg.orth\
+     th.orth ti.orth tk.orth tl.orth tn.orth to.orth tr.orth ts.orth tt.orth\
+     tw.orth tyv.orth ug.orth uk.orth ur.orth uz.orth ven.orth vi.orth\
+     vo.orth vot.orth wa.orth wen.orth wo.orth xh.orth yap.orth yi.orth\
+     yo.orth zh_cn.orth zh_hk.orth zh_mo.orth zh_sg.orth zh_tw.orth zu.orth
      
-
 all:: $(TARG)
      
 clean::
        $(RM) $(TARG)
        
 $(TARG): fc-lang $(ORTH) $(TMPL)
+       chmod +w $(TARG)
        ./fc-lang $(ORTH) < $(TMPL) > $(TARG)
 
 ComplexProgramTarget(fc-lang)