comparison Makefile.in @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 99be3a1e2589
children 5127a1bf36db
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
32 # record the configuration. Also preserve files that could be made 32 # record the configuration. Also preserve files that could be made
33 # by building, but normally aren't because the distribution comes 33 # by building, but normally aren't because the distribution comes
34 # with them. 34 # with them.
35 # 35 #
36 # Delete `.dvi' files here if they are not part of the distribution. 36 # Delete `.dvi' files here if they are not part of the distribution.
37 # 37 #
38 # make distclean 38 # make distclean
39 # Delete all files from the current directory that are created by 39 # Delete all files from the current directory that are created by
40 # configuring or building the program. If you have unpacked the 40 # configuring or building the program. If you have unpacked the
41 # source and built the program without creating any other files, 41 # source and built the program without creating any other files,
42 # `make distclean' should leave only the files that were in the 42 # `make distclean' should leave only the files that were in the
43 # distribution. 43 # distribution.
44 # 44 #
45 # make maintainer-clean 45 # make maintainer-clean
46 # Delete everything from the current directory that can be 46 # Delete everything from the current directory that can be
47 # reconstructed with this Makefile. This typically includes 47 # reconstructed with this Makefile. This typically includes
48 # everything deleted by distclean, plus more: C source files 48 # everything deleted by distclean, plus more: C source files
49 # produced by Bison, tags tables, info files, and so on. 49 # produced by Bison, tags tables, info files, and so on.
169 169
170 # Where Emacs will search for its lisp files while 170 # Where Emacs will search for its lisp files while
171 # building. This is only used during the process of 171 # building. This is only used during the process of
172 # compiling Emacs, to help Emacs find its lisp files 172 # compiling Emacs, to help Emacs find its lisp files
173 # before they've been installed in their final location. 173 # before they've been installed in their final location.
174 # It's usually identical to lisppath, except that 174 # It's usually identical to lisppath, except that
175 # it does not include locallisppath, and the 175 # it does not include locallisppath, and the
176 # entry for the directory containing the installed lisp 176 # entry for the directory containing the installed lisp
177 # files has been replaced with ../lisp. This should be a 177 # files has been replaced with ../lisp. This should be a
178 # colon-separated list of directories. 178 # colon-separated list of directories.
179 buildlisppath=${srcdir}/lisp 179 buildlisppath=${srcdir}/lisp
234 # instead, we have written out explicit code in the `install' targets. 234 # instead, we have written out explicit code in the `install' targets.
235 COPYDIR = ${srcdir}/etc ${srcdir}/lisp 235 COPYDIR = ${srcdir}/etc ${srcdir}/lisp
236 COPYDESTS = ${etcdir} ${lispdir} 236 COPYDESTS = ${etcdir} ${lispdir}
237 237
238 # Set to FRC to force running autoconf and autoheader 238 # Set to FRC to force running autoconf and autoheader
239 MAINT = 239 MAINT =
240 240
241 all: ${SUBDIR} leim 241 all: ${SUBDIR} leim
242 242
243 removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g' 243 removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
244 244
577 ### Delete all files from the current directory that are normally 577 ### Delete all files from the current directory that are normally
578 ### created by building the program. Don't delete the files that 578 ### created by building the program. Don't delete the files that
579 ### record the configuration. Also preserve files that could be made 579 ### record the configuration. Also preserve files that could be made
580 ### by building, but normally aren't because the distribution comes 580 ### by building, but normally aren't because the distribution comes
581 ### with them. 581 ### with them.
582 ### 582 ###
583 ### Delete `.dvi' files here if they are not part of the distribution. 583 ### Delete `.dvi' files here if they are not part of the distribution.
584 clean: FRC 584 clean: FRC
585 (cd src; $(MAKE) $(MFLAGS) clean) 585 (cd src; $(MAKE) $(MFLAGS) clean)
586 (cd oldXMenu; $(MAKE) $(MFLAGS) clean) 586 (cd oldXMenu; $(MAKE) $(MFLAGS) clean)
587 (cd lwlib; $(MAKE) $(MFLAGS) clean) 587 (cd lwlib; $(MAKE) $(MFLAGS) clean)
616 ### `maintainer-clean' 616 ### `maintainer-clean'
617 ### Delete everything from the current directory that can be 617 ### Delete everything from the current directory that can be
618 ### reconstructed with this Makefile. This typically includes 618 ### reconstructed with this Makefile. This typically includes
619 ### everything deleted by distclean, plus more: C source files 619 ### everything deleted by distclean, plus more: C source files
620 ### produced by Bison, tags tables, info files, and so on. 620 ### produced by Bison, tags tables, info files, and so on.
621 ### 621 ###
622 ### One exception, however: `make maintainer-clean' should not delete 622 ### One exception, however: `make maintainer-clean' should not delete
623 ### `configure' even if `configure' can be remade using a rule in the 623 ### `configure' even if `configure' can be remade using a rule in the
624 ### Makefile. More generally, `make maintainer-clean' should not delete 624 ### Makefile. More generally, `make maintainer-clean' should not delete
625 ### anything that needs to exist in order to run `configure' and then 625 ### anything that needs to exist in order to run `configure' and then
626 ### begin to build the program. 626 ### begin to build the program.