view vpath.sed @ 89724:00f3a7dc3a28

(move_it_to): Optimize for the case (op & MOVE_TO_Y). (x_get_glyph_overhangs): Handle a composition glyph. (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
author Kenichi Handa <handa@m17n.org>
date Fri, 23 Jan 2004 08:47:18 +0000
parents 375f2633d815
children 68c22ea6027c
line wrap: on
line source

/^VPATH *=/c\
# This works only in GNU make.  Using the patterns avoids\
# object files being found by VPATH, and thus permits building\
# when $srcdir is configured itself.\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\