This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CDL include_files property


I have a situation where I need to have some header files copied from their
repository directory (<package>/current/include/) to the install tree
(.../install/include/).  I added these files using an "include_files"
property in the package CDL file, but they don't get copied to the install
tree.  The files do not have a .h or .hxx file extension.  Is there some way
to make this work.

As a (bad) kludge, I can add a source file that includes them, which creates
a dependency rule in the makefile that does copy them, but only when the
package is actually built, not when the install tree is populated.  These
header files can also be used by other packages, which might get compiled
first (and fail).

Jay

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]