2013-11-02 Glenn Morris <rgm@gnu.org>
* Makefile.in (abs_srcdir): New, set by configure.
+ (lispdir): Remove.
(maintainer-clean): Remove pointless echo. That should be in the
top-level Makefile, if anywhere. Delete TAGS-LISP.
(extraclean): No s/ and m/ directories for some time.
- (TAGS): Remove no-longer-defined S_FILE.
+ (TAGS): Also depend on ctagsfiles3.
+ Remove no-longer-defined S_FILE.
Pass absolute filenames to etags once more.
+ (TAGS-LISP): Replace lispdir with its expansion.
(TAGS-LISP, $(lwlibdir)/TAGS): Correctly pass ETAGS to sub-makes.
($(lwlibdir)/TAGS): Remove useless subshell, check cd return value.
leimdir = ../leim
oldXMenudir = ../oldXMenu
lwlibdir = ../lwlib
-lispdir = ../lisp
# Configuration files for .o files to depend on.
config_h = config.h $(srcdir)/conf_post.h
## which the above TAGS file for the C files includes by reference.
frc:
TAGS-LISP: frc
- $(MAKE) -f $(lispdir)/Makefile TAGS-LISP ETAGS="$(ETAGS)"
+ $(MAKE) -f ../lisp/Makefile TAGS-LISP ETAGS="$(ETAGS)"
$(lwlibdir)/TAGS:
cd $(lwlibdir) && $(MAKE) TAGS ETAGS="$(ETAGS)"