Makefile/CP_HOST

Hi,

I’m using QSSL’s Makefile format, common.mk, etc.

I want the Makefile gestalt to copy
…/le/myprog
and
…/so.le/mydll.so
to an other location (shared dir).

How do I do that?


Thanks,
-david

You can use POST_BUILD macro for that. It can look like that:

make POST_BUILD=“echo HA-HA-HA”

Of course,you can insert this macro assignment into your common.mk file.

“David Alessio” <david.alessio@hsa.hitachi.com> wrote in message
news:3BCCE9A2.191670F6@hsa.hitachi.com

Hi,

I’m using QSSL’s Makefile format, common.mk, etc.

I want the Makefile gestalt to copy
…/le/myprog
and
…/so.le/mydll.so
to an other location (shared dir).

How do I do that?


Thanks,
-david

OK, this works for me. Thanks.


Alex Chapiro wrote:

You can use POST_BUILD macro for that. It can look like that:

make POST_BUILD=“echo HA-HA-HA”

Of course,you can insert this macro assignment into your common.mk file.

“David Alessio” <> david.alessio@hsa.hitachi.com> > wrote in message
news:> 3BCCE9A2.191670F6@hsa.hitachi.com> …


Hi,

I’m using QSSL’s Makefile format, common.mk, etc.

I want the Makefile gestalt to copy
…/le/myprog
and
…/so.le/mydll.so
to an other location (shared dir).

How do I do that?


Thanks,
-david