view vpath.sed @ 32717:c2eaf354c3ba

($(TIT)): Add $(SUBDIRS) as dependents, instead of conditional invocation of make. (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el files to .elc. ($(TIT)): Adjusted for the above change. (clean mostlyclean): Likewise. (.el.elc): New target.
author Andrew Innes <andrewi@gnu.org>
date Sat, 21 Oct 2000 13:20:17 +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)\
\