Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 388:aabb7f5b1c81 r21-2-9
Import from CVS: tag r21-2-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:09:42 +0200 |
parents | 064ab7fed2e0 |
children | 7d59cb494b73 |
comparison
equal
deleted
inserted
replaced
387:f892a9d0bb8d | 388:aabb7f5b1c81 |
---|---|
149 ## XEmacs. This includes the XEmacs version, so that the | 149 ## XEmacs. This includes the XEmacs version, so that the |
150 ## lisp files for different versions of XEmacs will install | 150 ## lisp files for different versions of XEmacs will install |
151 ## themselves in separate directories. | 151 ## themselves in separate directories. |
152 lispdir=@lispdir@ | 152 lispdir=@lispdir@ |
153 | 153 |
154 ## Where to install the module files distributed with | |
155 ## XEmacs. This includes the XEmacs version, so that the | |
156 ## module files for different versions of XEmacs will install | |
157 ## themselves in separate directories. | |
158 moduledir=@moduledir@ | |
159 | |
154 ## Directory XEmacs should search for lisp files specific | 160 ## Directory XEmacs should search for lisp files specific |
155 ## to this site (i.e. customizations), before consulting | 161 ## to this site (i.e. customizations), before consulting |
156 ## ${lispdir}. | 162 ## ${lispdir}. |
157 sitelispdir=@sitelispdir@ | 163 sitelispdir=@sitelispdir@ |
164 | |
165 ## Directory XEmacs should search for module files specific | |
166 ## to this site (i.e. customizations), before consulting | |
167 ## ${moduledir}. | |
168 sitemoduledir=@sitemoduledir@ | |
158 | 169 |
159 ## Where XEmacs will search for its lisp files while | 170 ## Where XEmacs will search for its lisp files while |
160 ## building. This is only used during the process of | 171 ## building. This is only used during the process of |
161 ## compiling XEmacs, to help XEmacs find its lisp files | 172 ## compiling XEmacs, to help XEmacs find its lisp files |
162 ## before they've been installed in their final location. | 173 ## before they've been installed in their final location. |
464 ## Since we may be creating several layers of directories, | 475 ## Since we may be creating several layers of directories, |
465 ## (e.g. /usr/local/lib/${PROGNAME}-20.5/sparc-sun-solaris2.6), we use | 476 ## (e.g. /usr/local/lib/${PROGNAME}-20.5/sparc-sun-solaris2.6), we use |
466 ## make-path instead of mkdir. Not all mkdirs have the `-p' flag. | 477 ## make-path instead of mkdir. Not all mkdirs have the `-p' flag. |
467 mkdir: FRC.mkdir | 478 mkdir: FRC.mkdir |
468 ${MAKEPATH} ${COPYDESTS} ${lockdir} ${infodir} ${archlibdir} \ | 479 ${MAKEPATH} ${COPYDESTS} ${lockdir} ${infodir} ${archlibdir} \ |
469 ${mandir} ${bindir} ${datadir} ${libdir} ${pkgdir} | 480 ${mandir} ${bindir} ${datadir} ${libdir} ${pkgdir} \ |
481 ${sitelispdir} ${moduledir} ${sitemoduledir} | |
470 -chmod 0777 ${lockdir} | 482 -chmod 0777 ${lockdir} |
471 | 483 |
472 ## Delete all the installed files that the `install' target would | 484 ## Delete all the installed files that the `install' target would |
473 ## create (but not the noninstalled files such as `make all' would | 485 ## create (but not the noninstalled files such as `make all' would |
474 ## create). | 486 ## create). |