Help in understanding EXPORTS in Makefile.in

Posted by michael on Stack Overflow See other posts from Stack Overflow or by michael
Published on 2010-04-18T07:20:23Z Indexed on 2010/04/18 7:23 UTC
Read the original article Hit count: 145

Filed under:
|

Hi,

In the Makefile.in of an existing project, it has this:

EXPORTS     = \
        gtkmozembed.h \
        gtkmozembed_glue.cpp \
        gtkmozembed_internal.h

Can you please tell me what does EXPORTS mean?

Thank you.

© Stack Overflow or respective owner

Related posts about makefile

Related posts about make