view vpath.sed @ 33406:9e7e6fdddf0b

(C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and -I/usr/contrib/X11R6/include. (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
author Kenichi Handa <handa@m17n.org>
date Sat, 11 Nov 2000 00:31:37 +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)\
\