How to make a super package?

Hello,
We develop a project with the following directory tree

mc_components
|-…
|-package.qpg
|-mc_components-x.z.qpr
|
|-mc_triangle
| |-…
| |-package.qpg
| |-mc_triange-x.x.qpr
|
|-mc_sinus
| |-…
| |-package.qpg
| |-mc_sinus-x.y.qpr
|
|-mc_inversion
| |-…
| |-package.qpg
| |-mc_inversion-y.x.qpr
.
.


So, I wonder how to write the package.qpg at the mc_components level to
collect all qpr files from the sub directories.
I suppose I can’t use ‘add files’ and ‘merge’ is to marge qpg files.

I add an extra target in my makefiles to be able to ‘make pkg’, that
works fine, just have to solve the higher level.

Any help?

Thanks,
Alain.

alain.bonnefoy@icbt.com sed in <3E5489CC.3070409@icbt.com>:

collect all qpr files from the sub directories.

Dunno about specifics, but
the method used in 6.2 Bundle package (b-os-6.2.0-x86-qnx.qpm)
could be some starting point.

kabe

alain.bonnefoy@icbt.com sed in <3E5489CC.3070409@icbt.com>:

|-mc_components-x.z.qpr
| |-mc_triange-x.x.qpr
| |-mc_sinus-x.y.qpr
| |-mc_inversion-y.x.qpr

Oops, if you just wanted to pack these qpr into one,
you could just untar them into single directory
and re-tar-gzip them. (just like preparing a /repository/)

kabe