The following table describes typical subdirectories of an open source version of the library.
Include files |
include/tbb/*.h |
|||||||||||||||||||||||||||||
Source files |
src/ |
|||||||||||||||||||||||||||||
Internal build infrastructure |
build/, jni/ |
|||||||||||||||||||||||||||||
Documentation |
doc/ |
|||||||||||||||||||||||||||||
Environment scripts |
bin/*.{sh,csh,bat} |
|||||||||||||||||||||||||||||
Binaries |
Windows* OS: bin/<arch>/vc<vcversion>/<lib><variant>.{dll,pdb} lib/<arch>/vc<vcversion>/<lib><variant>.{def,lib,pdb} where:
Linux* OS: lib/<arch>/<gccversion>/lib<lib><variant>.{so,so2} where:
macOS*: lib/lib<lib><variant>.dylib where:
Android* OS: lib/android/<arch>/lib<lib><variant>.so where:
See the Package Contents pages for Windows* OS, Linux* OS and macOS* for more information on each version. |
|||||||||||||||||||||||||||||
Examples |
examples/<class>/*/. |