For now, if I want to create a new external library compatible with Antares buildsystem, I need to add its "src" and "include" directories to src/ and include/ dirs of Antares, and also add some lines in Makefiles and kcnfs. The problem is about merging modified Makefiles and kcnfs with Antares updates.
There must be some more pretty solution for this. (How about auto-including Makefiles and kcnfs from custom library's directory? If it will be possible, we'll just need to symlink lib's directories to Antares tree and get happy)
For now, if I want to create a new external library compatible with Antares buildsystem, I need to add its "src" and "include" directories to src/ and include/ dirs of Antares, and also add some lines in Makefiles and kcnfs. The problem is about merging modified Makefiles and kcnfs with Antares updates.
There must be some more pretty solution for this. (How about auto-including Makefiles and kcnfs from custom library's directory? If it will be possible, we'll just need to symlink lib's directories to Antares tree and get happy)