/[emacs]/emacs/leim/makefile.w32-in
ViewVC logotype

Diff of /emacs/leim/makefile.w32-in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by miles, Fri Jun 11 02:39:49 2004 UTC revision 1.28 by eliz, Sat Jun 4 18:15:42 2005 UTC
# Line 1  Line 1 
1  # -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API.  # -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API.
2  # Copyright (C) 1997, 2004 Electrotechnical Laboratory, JAPAN.  # Copyright (C) 1997, 2004 Electrotechnical Laboratory, JAPAN.
3  # Licensed to the Free Software Foundation.  #   Licensed to the Free Software Foundation.
4    # Copyright (C) 2005, Free Software Foundation, Inc.
5    
6  # This file is part of GNU Emacs.  # This file is part of GNU Emacs.
7    
# Line 197  clean mostlyclean: Line 198  clean mostlyclean:
198          - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)          - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
199          - $(DEL) leim-list.el          - $(DEL) leim-list.el
200    
201  distclean clean:  distclean: clean
202          - $(DELTREE) $(SUBDIRS)          - $(DELTREE) $(SUBDIRS)
203          - $(DEL) stamp-subdir          - $(DEL) stamp-subdir
204    
205  maintainer-clean: distclean  maintainer-clean: distclean
206          - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)          - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
207    
208    extraclean: maintainer-clean
209            - $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26