view vpath.sed @ 48937:3cabed8b65b7

* macmenu.c (MIN_POPUP_SUBMENU_ID): Added (mac_menu_show): Added support for hierarchical popup menus (add_menu_item): Removed indentation support (fill_submenu, fill_menu): Now creates hierarchical menus instead of using indentation
author Steven Tamm <steventamm@mac.com>
date Sun, 22 Dec 2002 23:14: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)\
\