Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | abe6d1db359e |
children | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
121 pkgdir=@pkgdir@ | 121 pkgdir=@pkgdir@ |
122 | 122 |
123 ## Where to install and expect the files that XEmacs modifies as it runs. | 123 ## Where to install and expect the files that XEmacs modifies as it runs. |
124 ## These files are all architecture-independent. Right now, the | 124 ## These files are all architecture-independent. Right now, the |
125 ## only such data is the locking directory; | 125 ## only such data is the locking directory; |
126 ## ${lockdir} is a subdirectory of this. | |
127 statedir=@statedir@ | 126 statedir=@statedir@ |
128 | 127 |
129 ## Where to install and expect executable files to be run by XEmacs | 128 ## Where to install and expect executable files to be run by XEmacs |
130 ## rather than directly by users, and other architecture-dependent data | 129 ## rather than directly by users, and other architecture-dependent data |
131 ## ${archlibdir} is a subdirectory of this. | 130 ## ${archlibdir} is a subdirectory of this. |
196 ## the cookie recipes and the Zippy database). This path | 195 ## the cookie recipes and the Zippy database). This path |
197 ## usually contains the XEmacs version number, so the data | 196 ## usually contains the XEmacs version number, so the data |
198 ## files for multiple versions of XEmacs may be installed | 197 ## files for multiple versions of XEmacs may be installed |
199 ## at once. | 198 ## at once. |
200 etcdir=@etcdir@ | 199 etcdir=@etcdir@ |
201 | |
202 ## Where to create and expect the locking directory, where | |
203 ## the XEmacs locking code keeps track of which files are | |
204 ## currently being edited. | |
205 lockdir=@lockdir@ | |
206 | 200 |
207 ## Where to put the DOC file. | 201 ## Where to put the DOC file. |
208 docdir=@docdir@ | 202 docdir=@docdir@ |
209 | 203 |
210 ## Where to put executables to be run by XEmacs rather than | 204 ## Where to put executables to be run by XEmacs rather than |
518 ## Build all the directories to install XEmacs in. | 512 ## Build all the directories to install XEmacs in. |
519 ## Since we may be creating several layers of directories, | 513 ## Since we may be creating several layers of directories, |
520 ## (e.g. /usr/local/lib/${PROGNAME}-20.5/sparc-sun-solaris2.6), we use | 514 ## (e.g. /usr/local/lib/${PROGNAME}-20.5/sparc-sun-solaris2.6), we use |
521 ## make-path instead of mkdir. Not all mkdirs have the `-p' flag. | 515 ## make-path instead of mkdir. Not all mkdirs have the `-p' flag. |
522 mkdir: FRC.mkdir | 516 mkdir: FRC.mkdir |
523 ${MAKEPATH} ${COPYDESTS} ${lockdir} ${docdir} ${infodir} ${archlibdir} \ | 517 ${MAKEPATH} ${COPYDESTS} ${docdir} ${infodir} ${archlibdir} \ |
524 ${mandir} ${bindir} ${datadir} ${libdir} ${pkgdir} \ | 518 ${mandir} ${bindir} ${datadir} ${libdir} ${pkgdir} \ |
525 ${sitelispdir} ${moduledir} ${sitemoduledir} | 519 ${sitelispdir} ${moduledir} ${sitemoduledir} |
526 -chmod 0777 ${lockdir} | |
527 | 520 |
528 ## Delete all the installed files that the `install' target would | 521 ## Delete all the installed files that the `install' target would |
529 ## create (but not the noninstalled files such as `make all' would | 522 ## create (but not the noninstalled files such as `make all' would |
530 ## create). | 523 ## create). |
531 | 524 |