view vpath.sed @ 29319:2069f3aa4939

(NUM_TRANSLATED_MOUSE_BUTTONS): New constant. (emacs_button_translation): Use it. (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit in `mask' to be set.
author Jason Rumney <jasonr@gnu.org>
date Tue, 30 May 2000 21:49:28 +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)\
\