cling/tools/packaging/dist-files.json
Anirudha Bose 4dfb99bb45 CPT: OSX fixes and better filtering of dist files
The Cling build system can use CPT, instead of directly
reading tools/packaging/dist-files.mk
2016-08-05 18:14:07 +02:00

60 lines
906 B
JSON

{
"BIN": [
"bin/cling@EXEEXT@"
],
"DOCS": [
"docs/llvm/html/cling/cling.html",
"docs/llvm/html/cling/manpage.css",
"docs/llvm/ps/cling.ps"
],
"SHARE": [
"share/man/man1/cling.1"
],
"CLANG": {
"IGNORE": [
"module.modulemap",
"CMakeLists.txt",
"config.h.cmake"
],
"INCLUDE": [
"tools/clang/include/clang"
],
"LIB": [
"lib/clang/@CLANG_VERSION@/include"
]
},
"CLANG_C": {
"IGNORE": [
"module.modulemap",
"module.modulemap.build",
"CMakeLists.txt"
],
"INCLUDE": [
"tools/clang/include/clang-c"
]
},
"LLVM": {
"IGNORE": [
"CMakeLists.txt"
],
"INCLUDE": [
"include/llvm"
],
"LLVM_C": {
"IGNORE": [
"module.modulemap",
"module.modulemap.build"
],
"INCLUDE": [
"include/llvm-c"
]
}
}
}