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

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

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

revision 1.25 by lektu, Mon Aug 26 10:21:26 2002 UTC revision 1.26 by lektu, Tue Oct 1 16:56:08 2002 UTC
# Line 2  Line 2 
2  #  Copyright (c) 2000-2001 Free Software Foundation, Inc.  #  Copyright (c) 2000-2001 Free Software Foundation, Inc.
3  #  #
4  #  This file is part of GNU Emacs.  #  This file is part of GNU Emacs.
5  #    #
6  #  GNU Emacs is free software; you can redistribute it and/or modify  #  GNU Emacs is free software; you can redistribute it and/or modify
7  #  it under the terms of the GNU General Public License as published by  #  it under the terms of the GNU General Public License as published by
8  #  the Free Software Foundation; either version 2, or (at your option)  #  the Free Software Foundation; either version 2, or (at your option)
9  #  any later version.  #  any later version.
10  #    #
11  #  GNU Emacs is distributed in the hope that it will be useful,  #  GNU Emacs is distributed in the hope that it will be useful,
12  #  but WITHOUT ANY WARRANTY; without even the implied warranty of  #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  #  GNU General Public License for more details.  #  GNU General Public License for more details.
15  #    #
16  #  You should have received a copy of the GNU General Public License  #  You should have received a copy of the GNU General Public License
17  #  along with GNU Emacs; see the file COPYING.  If not, write to the  #  along with GNU Emacs; see the file COPYING.  If not, write to the
18  #  Free Software Foundation, Inc., 59 Temple Place - Suite 330,  #  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Line 197  subdirs.el: Line 197  subdirs.el:
197  update-subdirs: update-subdirs-$(SHELLTYPE)  update-subdirs: update-subdirs-$(SHELLTYPE)
198    
199  update-subdirs-CMD: doit  update-subdirs-CMD: doit
200          echo ;; In load-path, after this directory should come> subdirs.el          echo ;; -*- no-byte-compile: t -*->subdirs.el
201            echo ;; In load-path, after this directory should come>> subdirs.el
202          echo ;; certain of its subdirectories.  Here we specify them.>> subdirs.el          echo ;; certain of its subdirectories.  Here we specify them.>> subdirs.el
203          echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el          echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el
204          @for %d in ($(WINS)) do if not (%d)==(term) echo "%d">> subdirs.el          @for %d in ($(WINS)) do if not (%d)==(term) echo "%d">> subdirs.el
# Line 292  compile-calc: compile-calc-$(SHELLTYPE) Line 293  compile-calc: compile-calc-$(SHELLTYPE)
293  compile-calc-CMD:  compile-calc-CMD:
294          for %f in ($(lisp)/calc/*.el) do $(emacs) -f batch-byte-compile %f          for %f in ($(lisp)/calc/*.el) do $(emacs) -f batch-byte-compile %f
295    
296  compile-calc-SH:  compile-calc-SH:
297          for el in $(lisp)/calc/*.el; do \          for el in $(lisp)/calc/*.el; do \
298            echo Compiling $$el; \            echo Compiling $$el; \
299            $(emacs) -f batch-byte-compile $$el || exit 1; \            $(emacs) -f batch-byte-compile $$el || exit 1; \
# Line 367  install: Line 368  install:
368    
369  #  #
370  # Maintenance  # Maintenance
371  #  #
372  clean:  clean:
373                  - $(DEL) *~                  - $(DEL) *~

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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