view vpath.sed @ 25013:f75cb74a9e96

(HAVE_PNG): New. (HAVE_SOUND): New. (HAVE_MACHINE_SOUNDCARD_H): New. (HAVE_SYS_SOUNDCARD_H): New. (USE_TOOLKIT_SCROLL_BARS): New. (HAVE_XAW3D): New. (HAVE_FACES): Removed. (HAVE_TIFF): Added. (HAVE_JPEG): Added. (HAVE_XPM): New.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 21 Jul 1999 21:43:52 +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)\
\