/[emacs]/emacs/lisp/Makefile.in
ViewVC logotype

Diff of /emacs/lisp/Makefile.in

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

revision 1.24 by gerd, Sat Nov 10 13:55:22 2001 UTC revision 1.25 by walters, Fri Nov 23 17:27:28 2001 UTC
# Line 114  emacs = EMACSLOADPATH=$(lisp) $(EMACS) $ Line 114  emacs = EMACSLOADPATH=$(lisp) $(EMACS) $
114    
115  setwins=subdirs=`find $$wd -type d -print`; \  setwins=subdirs=`find $$wd -type d -print`; \
116          for file in $$subdirs; do \          for file in $$subdirs; do \
117             case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */calc ) ;; \             case $$file in */Old | */RCS | */CVS | */CVS/* | */=* ) ;; \
118                  *) wins="$$wins $$file" ;; \                  *) wins="$$wins $$file" ;; \
119             esac; \             esac; \
120          done          done
121    
122  finder_setwins=subdirs=`find $$wd -type d -print`; \  finder_setwins=subdirs=`find $$wd -type d -print`; \
123          for file in $$subdirs; do \          for file in $$subdirs; do \
124             case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete | */term | */calc ) ;; \             case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete | */term ) ;; \
125                  *) wins="$$wins $$file" ;; \                  *) wins="$$wins $$file" ;; \
126             esac; \             esac; \
127          done          done
# Line 208  compile-files: subdirs.el doit Line 208  compile-files: subdirs.el doit
208            echo Compiling $$el; \            echo Compiling $$el; \
209            $(emacs) -f batch-byte-compile $$el || exit 1; \            $(emacs) -f batch-byte-compile $$el || exit 1; \
210          done          done
211    
212    compile-calc:
213            for el in $(find $(lisp)/calc -name '*.el'); do \
214              echo Compiling $$el; \
215              $(emacs) -f batch-byte-compile $$el || exit 1; \
216            done
217    
218  # Backup compiled Lisp files in elc.tar.gz.  If that file already  # Backup compiled Lisp files in elc.tar.gz.  If that file already
219  # exists, make a backup of it.  # exists, make a backup of it.

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

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