Installation of third-party SUBDIRS

2010-02-01 Thread Matwey V. Kornilov
Hi, I use a couple of third-party libraries in my software. I use SUBDIRS variable in my Makefile.am and AC_CONFIG_SUBDIRS in my configure.in. How to suppress installation of SUBDIRed projects? I just use they for static linkage with my binary and don't need third-party headers and libraries

Re: Installation of third-party SUBDIRS

2010-02-01 Thread Ralf Wildenhues
Hello Matwey, * Matwey V. Kornilov wrote on Mon, Feb 01, 2010 at 08:36:16PM CET: > I use a couple of third-party libraries in my software. I use SUBDIRS > variable in my Makefile.am and AC_CONFIG_SUBDIRS in my configure.in. How to > suppress installation of SUBDIRed projects? I just use they for

Re: Installation of third-party SUBDIRS

2010-02-01 Thread Matwey V. Kornilov
Ralf Wildenhues wrote: > Otherwise, you could overwrite either their toplevel > install: > install-exec: > install-data: > install-dvi: > install-html: > install-info: > install-ps: > install-pdf: > installdirs: > installcheck: > uninstall: > > rules, or the ones in the your