Mercurial > hg > xemacs-beta
comparison Makefile.in @ 118:7d55a9ba150c r20-1b11
Import from CVS: tag r20-1b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:24:17 +0200 |
parents | 8619ce7e4c50 |
children | 538048ae2ab8 |
comparison
equal
deleted
inserted
replaced
117:578fd4947a72 | 118:7d55a9ba150c |
---|---|
18 # along with XEmacs; see the file COPYING. If not, write to | 18 # along with XEmacs; see the file COPYING. If not, write to |
19 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
20 # Boston, MA 02111-1307, USA. | 20 # Boston, MA 02111-1307, USA. |
21 | 21 |
22 # make all to compile and build XEmacs. | 22 # make all to compile and build XEmacs. |
23 # make install to install it. | 23 # make install to build and install it. |
24 # make install-only to install after a previous complete build | |
24 # make TAGS to update tags tables. | 25 # make TAGS to update tags tables. |
25 # | 26 # |
26 # make clean or make mostlyclean | 27 # make clean or make mostlyclean |
27 # Delete all files from the current directory that are normally | 28 # Delete all files from the current directory that are normally |
28 # created by building the program. Don't delete the files that | 29 # created by building the program. Don't delete the files that |
348 ## 'make install' right off the bat because src/paths.h won't exist. | 349 ## 'make install' right off the bat because src/paths.h won't exist. |
349 ## And, in XEmacs case, src/Emacs.ad.h won't exist either. I also | 350 ## And, in XEmacs case, src/Emacs.ad.h won't exist either. I also |
350 ## don't see the point in avoiding modifying paths.h. It creates an | 351 ## don't see the point in avoiding modifying paths.h. It creates an |
351 ## inconsistency in the build process. So we go ahead and depend on | 352 ## inconsistency in the build process. So we go ahead and depend on |
352 ## all. --cet | 353 ## all. --cet |
354 | |
355 install-only: ${MAKE_SUBDIR} install-arch-dep install-arch-indep | |
353 | 356 |
354 install: all install-arch-dep install-arch-indep; | 357 install: all install-arch-dep install-arch-indep; |
355 | 358 |
356 install-arch-dep: mkdir | 359 install-arch-dep: mkdir |
357 (cd lib-src && \ | 360 (cd lib-src && \ |