Re: install-includeHEADERS

2002-02-24 Thread Tom Tromey
> "Ted" == Ted Irons <[EMAIL PROTECTED]> writes: Ted> The way that C++ include files are currently installed can Ted> trigger a multitude of expensive recompilations (esp. if the Ted> include files contain templates). Ted> Any possibility of making the above behavior (or something like Ted>

install-includeHEADERS

2002-02-22 Thread Ted Irons
using INSTALL_HEADERS=${srcdir}/config/install_headers.mk AC_SUBST_FILE(INSTALL_HEADERS) in configure.ac; install_headers.mk contains: install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(includedir) list='$(include_HEADERS)'; for