view vpath.sed @ 31772:2d2c0153a04d

(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 Kenichi Handa <handa@m17n.org>
date Wed, 20 Sep 2000 16:14:47 +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)\
\