diff lib-src/makefile.w32-in @ 110675:7e4b4d33d1b2

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.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Oct 2010 13:45:16 +0200
parents face715f995c
children 9dcb17ed6ae2
line wrap: on
line diff
--- a/lib-src/makefile.w32-in	Fri Oct 01 11:15:10 2010 +0000
+++ b/lib-src/makefile.w32-in	Fri Oct 01 13:45:16 2010 +0200
@@ -378,6 +378,12 @@
 getopt.h:		getopt_.h
 			$(CP) $(ALL_DEPS) $@
 
+### TAGS ###
+
+tags: TAGS
+TAGS: $(BLD)/etags.exe *.c *.h
+	$(BLD)/etags.exe *.c *.h
+
 ### DEPENDENCIES ###
 
 EMACS_ROOT	= ..