comparison Makefile.in @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents ca9a9ec9c1c1
children 90d73dddcdc4
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
179 archlibdir=@archlibdir@ 179 archlibdir=@archlibdir@
180 180
181 ## ==================== Utility Programs for the Build ==================== 181 ## ==================== Utility Programs for the Build ====================
182 182
183 ## Allow the user to specify the install program. 183 ## Allow the user to specify the install program.
184 INSTALL = @INSTALL@ 184 INSTALL = @install_pp@ @INSTALL@
185 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 185 INSTALL_PROGRAM = @INSTALL_PROGRAM@
186 INSTALL_DATA = @INSTALL_DATA@ 186 INSTALL_DATA = @INSTALL_DATA@
187 187
188 ## ============================= Targets ============================== 188 ## ============================= Targets ==============================
189 189
328 ./config.status 328 ./config.status
329 329
330 src/config.h: ${srcdir}/src/config.h.in 330 src/config.h: ${srcdir}/src/config.h.in
331 ./config.status && touch $@ 331 ./config.status && touch $@
332 332
333 src/paths.h: ${srcdir}/src/paths.h.in.in 333 src/paths.h: ${srcdir}/src/paths.h.in
334 ./config.status && touch $@ 334 ./config.status && touch $@
335 335
336 lwlib/config.h: ${srcdir}/lwlib/config.h.in 336 lwlib/config.h: ${srcdir}/lwlib/config.h.in
337 ./config.status && touch $@ 337 ./config.status && touch $@
338 338
524 for d in src lib-src lwlib dynodump ; do \ 524 for d in src lib-src lwlib dynodump ; do \
525 $(RM) $$d/Makefile $$d/Makefile.in ; \ 525 $(RM) $$d/Makefile $$d/Makefile.in ; \
526 done ; \ 526 done ; \
527 $(RM) core .sbinit Makefile lock/*; \ 527 $(RM) core .sbinit Makefile lock/*; \
528 $(RM) lisp/finder-inf.el* Installation.el Installation.elc; \ 528 $(RM) lisp/finder-inf.el* Installation.el Installation.elc; \
529 $(RM) packages mule-packages 529 $(RM) packages mule-packages site-lisp
530 530
531 distclean: FRC.distclean 531 distclean: FRC.distclean
532 for d in $(SUBDIR); do (cd $$d && $(RECURSIVE_MAKE) $@); done 532 for d in $(SUBDIR); do (cd $$d && $(RECURSIVE_MAKE) $@); done
533 -${top_distclean} 533 -${top_distclean}
534 534