view vpath.sed @ 23314:87acd2b6ce97

(w32_color_map_lookup): New function. (x_to_w32_color): Approximate colors ending in numbers if necessary.
author Geoff Voelker <voelker@cs.washington.edu>
date Thu, 24 Sep 1998 02:14:55 +0000
parents 4e736dcf8065
children 695cf19ef79e
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)\
\