view vpath.sed @ 76683:d3f3c39adbcd

(DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT): Delete unused variables. (dired-refcards, misc-refcards, survival-card, viper-cards): New targets. (all): Also build dired-refcards and misc-refcards. (clean, distclean, maintainer-clean): Depend on mostlyclean. (SOURCES): Remove non-existent files. (mostlyclean, clean, distclean, maintainer-clean, unlock, relock): Mark as phony. (.ps files): Specify default papersize in the dvips command.
author Glenn Morris <rgm@gnu.org>
date Fri, 23 Mar 2007 03:48:03 +0000
parents 695cf19ef79e
children 375f2633d815
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)\
\

# arch-tag: 56a64b50-e4e8-443a-960f-f13af0f1a545