/[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.37 by miles, Fri Jun 11 02:39:50 2004 UTC revision 1.38 by jasonr, Fri Jun 18 21:06:29 2004 UTC
# Line 237  update-subdirs-CMD: doit Line 237  update-subdirs-CMD: doit
237          echo ;; In load-path, after this directory should come>> subdirs.el          echo ;; In load-path, after this directory should come>> subdirs.el
238          echo ;; certain of its subdirectories.  Here we specify them.>> subdirs.el          echo ;; certain of its subdirectories.  Here we specify them.>> subdirs.el
239          echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el          echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el
240          @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
241          echo ))>> subdirs.el          echo ))>> subdirs.el
242    
243  update-subdirs-SH: doit  update-subdirs-SH: doit
# Line 282  $(DONTCOMPILE:.el=.elc): Line 282  $(DONTCOMPILE:.el=.elc):
282  compile: subdirs.el compile-$(SHELLTYPE) doit  compile: subdirs.el compile-$(SHELLTYPE) doit
283    
284  compile-CMD:  compile-CMD:
285  #       -for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @attrib -r %g  #       -for %%f in ($(lisp) $(WINS)) do for %%g in (%%f\*.elc) do @attrib -r %%g
286          for %f in ($(COMPILE_FIRST)) do \          for %%f in ($(COMPILE_FIRST)) do \
287            $(emacs) -l loaddefs -f batch-byte-compile-if-not-done %f            $(emacs) -l loaddefs -f batch-byte-compile-if-not-done %%f
288          for %f in (. $(WINS)) do for %g in (%f/*.el) do \          for %%f in (. $(WINS)) do for %%g in (%%f/*.el) do \
289            $(emacs) -l loaddefs -f batch-byte-compile-if-not-done %f/%g            $(emacs) -l loaddefs -f batch-byte-compile-if-not-done %%f/%%g
290    
291  compile-SH:  compile-SH:
292  #       for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done  #       for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done
# Line 309  compile-SH: Line 309  compile-SH:
309  compile-always: subdirs.el compile-always-$(SHELLTYPE) doit  compile-always: subdirs.el compile-always-$(SHELLTYPE) doit
310    
311  compile-always-CMD:  compile-always-CMD:
312  #       -for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @attrib -r %g  #       -for %%f in ($(lisp) $(WINS)) do for %%g in (%%f\*.elc) do @attrib -r %%g
313          for %f in ($(COMPILE_FIRST)) do $(emacs) -f batch-byte-compile %f          for %%f in ($(COMPILE_FIRST)) do $(emacs) -f batch-byte-compile %%f
314          for %f in (. $(WINS)) do for %g in (%f/*.el) do $(emacs) -f batch-byte-compile %f/%g          for %%f in (. $(WINS)) do for %%g in (%%f/*.el) do $(emacs) -f batch-byte-compile %%f/%%g
315    
316  compile-always-SH:  compile-always-SH:
317  #       for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done  #       for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done
# Line 329  compile-always-SH: Line 329  compile-always-SH:
329  compile-calc: compile-calc-$(SHELLTYPE)  compile-calc: compile-calc-$(SHELLTYPE)
330    
331  compile-calc-CMD:  compile-calc-CMD:
332          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
333    
334  compile-calc-SH:  compile-calc-SH:
335          for el in $(lisp)/calc/*.el; do \          for el in $(lisp)/calc/*.el; do \
# Line 374  bootstrap-clean: bootstrap-clean-$(SHELL Line 374  bootstrap-clean: bootstrap-clean-$(SHELL
374  bootstrap-clean-CMD:  bootstrap-clean-CMD:
375  #       if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads  #       if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads
376          if not exist $(lisp)\loaddefs.el cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el          if not exist $(lisp)\loaddefs.el cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el
377          -for %f in (. $(WINS)) do for %g in (%f\*.elc) do @$(DEL) %g          -for %%f in (. $(WINS)) do for %%g in (%%f\*.elc) do @$(DEL) %%g
378    
379  bootstrap-clean-SH:  bootstrap-clean-SH:
380  #       if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi  #       if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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