Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 1633:baca156a450b
[xemacs-hg @ 2003-08-19 02:11:46 by james]
Make modules build and run on Cygwin and MinGW. This is the second commit to
get the toplevel files that were not committed the first time.
author | james |
---|---|
date | Tue, 19 Aug 2003 02:11:49 +0000 |
parents | 049c7092a496 |
children | bf8be6575eae |
comparison
equal
deleted
inserted
replaced
1632:64eaceca611d | 1633:baca156a450b |
---|---|
236 ## When installing the info files, we need to do special things to | 236 ## When installing the info files, we need to do special things to |
237 ## avoid nuking an existing dir file, so we don't do that here; | 237 ## avoid nuking an existing dir file, so we don't do that here; |
238 ## instead, we have written out explicit code in the `install' targets. | 238 ## instead, we have written out explicit code in the `install' targets. |
239 COPYDIR = ${srcdir}/etc ${srcdir}/lisp | 239 COPYDIR = ${srcdir}/etc ${srcdir}/lisp |
240 COPYDESTS = ${etcdir} ${lispdir} | 240 COPYDESTS = ${etcdir} ${lispdir} |
241 GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/config.h lwlib/config.h src/sheap-adjust.h | 241 GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/config.h lwlib/config.h src/sheap-adjust.h src/xemacs.def |
242 | 242 |
243 ## MAKE_SUBDIR will always be of the form lib-src ... src, where | 243 ## MAKE_SUBDIR will always be of the form lib-src ... src, where |
244 ## `...' includes various other directories that may be inserted by | 244 ## `...' includes various other directories that may be inserted by |
245 ## configure. | 245 ## configure. |
246 all: Makefile ${GENERATED_HEADERS} ${MAKE_SUBDIR} info | 246 all: Makefile ${GENERATED_HEADERS} ${MAKE_SUBDIR} info |
333 | 333 |
334 src/paths.h: ${srcdir}/src/paths.h.in | 334 src/paths.h: ${srcdir}/src/paths.h.in |
335 ./config.status && touch $@ | 335 ./config.status && touch $@ |
336 | 336 |
337 lwlib/config.h: ${srcdir}/lwlib/config.h.in | 337 lwlib/config.h: ${srcdir}/lwlib/config.h.in |
338 ./config.status && touch $@ | |
339 | |
340 src/xemacs.def: $(srcdir)/src/xemacs.def.in.in | |
338 ./config.status && touch $@ | 341 ./config.status && touch $@ |
339 | 342 |
340 ## ==================== Installation ==================== | 343 ## ==================== Installation ==================== |
341 | 344 |
342 ## If we let lib-src do its own installation, that means we | 345 ## If we let lib-src do its own installation, that means we |