]> code.delx.au - gnu-emacs/blobdiff - leim/makefile.w32-in
(nnmail-extra-headers): Add defvar.
[gnu-emacs] / leim / makefile.w32-in
index bb4461c810c517e671e5628335c531adc045fdf8..a311990ec3a4c6a72dae09f972d1242f6e4369ce 100644 (file)
@@ -1,6 +1,7 @@
-# Makefile for leim subdirectory in GNU Emacs on the Microsoft W32 API.
-# Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
-# Licensed to the Free Software Foundation.
+# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API.
+# Copyright (C) 1997, 2004 Electrotechnical Laboratory, JAPAN.
+#   Licensed to the Free Software Foundation.
+# Copyright (C) 2005, Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -16,8 +17,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs; see the file COPYING.  If not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 
 srcdir=.
 
@@ -197,11 +198,12 @@ clean mostlyclean:
        - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
        - $(DEL) leim-list.el
 
-distclean clean:
+distclean: clean
        - $(DELTREE) $(SUBDIRS)
        - $(DEL) stamp-subdir
 
 maintainer-clean: distclean
        - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
 
-# arch-tag: 08250c45-fa9c-4f39-a175-a0c5c36dd67b
+extraclean: maintainer-clean
+       - $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)