Mercurial > emacs
view vpath.sed @ 5665:83b4ead7031f
* m/delta.h (HAVE_RANDOM, BROKEN_FIONREAD): defined if X is used.
(HAVE_XSCREENNUMBEROFSCREEN): defined if X is used.
(LIB_X11_LIB, LIBX11_SYSTEM): override only if X is used.
(USG_SHARED_LIBRARIES): undefine only if X is used.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 24 Jan 1994 12:31:40 +0000 |
parents | c5419d943526 |
children | 4e736dcf8065 |
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 ymakefile $(srcdir)\ vpath %.c $(srcdir)\ vpath %.h $(srcdir)\ \