make install

Hi,

My project tree looks like that:

product
project1
nto

project2
nto

include
headers.h


So, to do a make install with recursive makefiles, we have the
INSTALLDIR macro to install the binaries where we want but, I don’t know
how to do to install my headers.h

I find in qmacros.mk something about a TARGET_HINSTALL, is it usefull
for my purpose? How to use it ?

Other point:
How to do if I want to create a qpr file with a make dist or something
like that?

Thanks,
Alain.