This directory contains build system files related to the Bazel build system. https://bazel.build/
Files named *.BUILD
are Drake-specific build rules for external libraries or
tools that do not natively support Bazel.
https://bazel.build/versions/master/docs/external.html#depending-on-non-bazel-projects
Files named *.bzl
are Skylark extensions.
https://bazel.build/versions/master/docs/skylark/concepts.html
See drake/doc/bazel.rst
for additional Drake-specific information.