|
Note:
- Related tools and options:
- Auto Archive
- Auto Install Binaries
- Distsrc
- Gziptool
- DESTDIR
- PKGDIR
- PREFIX
- RPATH
- These tools and options gather various chunks of files and install them into package like distributions or archives. We should write custom rules for these, and define the explicit input files and output locations in a BUILD file. Implicit files (like dynamic libraries for example) can be derived from dependencies and other high level means. We will also need some wrapper scripts to run outside of Bazel to copy files from the build directory to match the scons directory structure.
|