From 73077a9af5b634a43742c3fdcecae8a851eb51be Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 1 Oct 2010 13:45:16 +0200 Subject: Support TAGS targets in the w32 build. nt/makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets. emacs-src.tags: New file. src/makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags) (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake) (nt-TAGS-gmake, nt-TAGS-nmake): New targets. lisp/makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake) (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH) (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets. lib-src/makefile.w32-in (tags, TAGS): New targets. --- lib-src/makefile.w32-in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib-src/makefile.w32-in') diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 552dd1349fc..6d881dbc174 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -378,6 +378,12 @@ cleanall: clean getopt.h: getopt_.h $(CP) $(ALL_DEPS) $@ +### TAGS ### + +tags: TAGS +TAGS: $(BLD)/etags.exe *.c *.h + $(BLD)/etags.exe *.c *.h + ### DEPENDENCIES ### EMACS_ROOT = .. -- cgit v1.2.1