view vpath.sed @ 24111:212dc05acd10

Checking in some changes made by rms: Added +A web-based front end for @code{mon}, so that it can do the +job of Big Brother (which is not free software). Rearranged a few things. Commented out the speech-generation program that Chris Hofstader is working on.
author Joel N. Weber II <devnull@gnu.org>
date Mon, 18 Jan 1999 03:24:53 +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)\
\