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

Diff of /emacs/Makefile.in

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

revision 1.277 by lektu, Fri Jan 31 15:07:54 2003 UTC revision 1.278 by lektu, Tue Feb 4 14:56:31 2003 UTC
# Line 34  Line 34 
34  #      with them.  #      with them.
35  #  #
36  #      Delete `.dvi' files here if they are not part of the distribution.  #      Delete `.dvi' files here if they are not part of the distribution.
37  #  #
38  # make distclean  # make distclean
39  #      Delete all files from the current directory that are created by  #      Delete all files from the current directory that are created by
40  #      configuring or building the program.  If you have unpacked the  #      configuring or building the program.  If you have unpacked the
41  #      source and built the program without creating any other files,  #      source and built the program without creating any other files,
42  #      `make distclean' should leave only the files that were in the  #      `make distclean' should leave only the files that were in the
43  #      distribution.  #      distribution.
44  #  #
45  # make maintainer-clean  # make maintainer-clean
46  #      Delete everything from the current directory that can be  #      Delete everything from the current directory that can be
47  #      reconstructed with this Makefile.  This typically includes  #      reconstructed with this Makefile.  This typically includes
# Line 171  lisppath=@lisppath@ Line 171  lisppath=@lisppath@
171  # building.  This is only used during the process of  # building.  This is only used during the process of
172  # compiling Emacs, to help Emacs find its lisp files  # compiling Emacs, to help Emacs find its lisp files
173  # before they've been installed in their final location.  # before they've been installed in their final location.
174  # It's usually identical to lisppath, except that  # It's usually identical to lisppath, except that
175  # it does not include locallisppath, and the  # it does not include locallisppath, and the
176  # entry for the directory containing the installed lisp  # entry for the directory containing the installed lisp
177  # files has been replaced with ../lisp.  This should be a  # files has been replaced with ../lisp.  This should be a
# Line 236  COPYDIR = ${srcdir}/etc ${srcdir}/lisp Line 236  COPYDIR = ${srcdir}/etc ${srcdir}/lisp
236  COPYDESTS = ${etcdir} ${lispdir}  COPYDESTS = ${etcdir} ${lispdir}
237    
238  # Set to FRC to force running autoconf and autoheader  # Set to FRC to force running autoconf and autoheader
239  MAINT =  MAINT =
240    
241  all: ${SUBDIR} leim  all: ${SUBDIR} leim
242    
# Line 579  mostlyclean: FRC Line 579  mostlyclean: FRC
579  ###      record the configuration.  Also preserve files that could be made  ###      record the configuration.  Also preserve files that could be made
580  ###      by building, but normally aren't because the distribution comes  ###      by building, but normally aren't because the distribution comes
581  ###      with them.  ###      with them.
582  ###  ###
583  ###      Delete `.dvi' files here if they are not part of the distribution.  ###      Delete `.dvi' files here if they are not part of the distribution.
584  clean: FRC  clean: FRC
585          (cd src;      $(MAKE) $(MFLAGS) clean)          (cd src;      $(MAKE) $(MFLAGS) clean)
# Line 618  distclean: FRC Line 618  distclean: FRC
618  ###      reconstructed with this Makefile.  This typically includes  ###      reconstructed with this Makefile.  This typically includes
619  ###      everything deleted by distclean, plus more: C source files  ###      everything deleted by distclean, plus more: C source files
620  ###      produced by Bison, tags tables, info files, and so on.  ###      produced by Bison, tags tables, info files, and so on.
621  ###  ###
622  ###      One exception, however: `make maintainer-clean' should not delete  ###      One exception, however: `make maintainer-clean' should not delete
623  ###      `configure' even if `configure' can be remade using a rule in the  ###      `configure' even if `configure' can be remade using a rule in the
624  ###      Makefile.  More generally, `make maintainer-clean' should not delete  ###      Makefile.  More generally, `make maintainer-clean' should not delete

Legend:
Removed from v.1.277  
changed lines
  Added in v.1.278

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