| Line | |
|---|
| 1 | # -*-Mode: Makefile;-*- |
|---|
| 2 | # |
|---|
| 3 | # -------------------------------------------------------------------------------- |
|---|
| 4 | # variables listed here are automatically exported to sub-makefiles |
|---|
| 5 | # documentation for single variables can be found in ../SOURCE_TOOLS/parent_make.txt |
|---|
| 6 | |
|---|
| 7 | export ARBHOME |
|---|
| 8 | export ARB_64 |
|---|
| 9 | export ARBBID |
|---|
| 10 | |
|---|
| 11 | export use_ARB_main |
|---|
| 12 | export use_ARB_main_C |
|---|
| 13 | |
|---|
| 14 | export DEBUG |
|---|
| 15 | export OPENGL |
|---|
| 16 | export RNA3D_LIB |
|---|
| 17 | |
|---|
| 18 | export MACH |
|---|
| 19 | export DARWIN |
|---|
| 20 | export LINUX |
|---|
| 21 | export DEBIAN |
|---|
| 22 | |
|---|
| 23 | export CC CXX |
|---|
| 24 | |
|---|
| 25 | # [not recommended] instead of testing gcc versions in sub-makefiles .. |
|---|
| 26 | export USE_GCC_46_OR_HIGHER USE_GCC_50_OR_HIGHER USE_GCC_70_OR_HIGHER |
|---|
| 27 | export USE_CLANG |
|---|
| 28 | # .. better use explicit flags describing the bug/workaround |
|---|
| 29 | |
|---|
| 30 | export A_CC CC_INCLUDES |
|---|
| 31 | export A_CXX CXX_INCLUDES |
|---|
| 32 | export cflags cxxflags shared_cflags |
|---|
| 33 | |
|---|
| 34 | export POST_COMPILE |
|---|
| 35 | |
|---|
| 36 | export LD_LIBRARY_PATH ARBBUILD_LIBRARY_PATH LIBPATH |
|---|
| 37 | |
|---|
| 38 | export SYSLIBS |
|---|
| 39 | |
|---|
| 40 | export CORE_LIB |
|---|
| 41 | export ARBDB_LIB |
|---|
| 42 | export ARB_CORE_LIBS |
|---|
| 43 | export GL_LIBS_SYS GL_PNGLIBS_SYS |
|---|
| 44 | export TIFFLIBS XMLLIBS |
|---|
| 45 | |
|---|
| 46 | export LINK_STATIC LINK_EXECUTABLE LINK_STATIC_LIB LINK_SHARED_LIB SHARED_LIB_SUFFIX |
|---|
| 47 | |
|---|
| 48 | export MAKEDEPENDFLAGS MAKEDEPEND |
|---|
| 49 | |
|---|
| 50 | export SEP |
|---|
| 51 | export NODIR |
|---|
| 52 | |
|---|
| 53 | export UNIT_TESTS |
|---|
| 54 | export SHOWTODO |
|---|
| 55 | export SANITIZE |
|---|
| 56 | |
|---|
| 57 | # support for clang static checker |
|---|
| 58 | export CLANG_STATIC_CHECKER |
|---|
| 59 | export CCC_ANALYZER_CPLUSPLUS |
|---|
| 60 | |
|---|
| 61 | # pass down SANITIZER control variables |
|---|
| 62 | export ASAN_OPTIONS LSAN_OPTIONS UBSAN_OPTIONS |
|---|
| 63 | |
|---|
| 64 | # jenkins related |
|---|
| 65 | export SVN_URL |
|---|
| 66 | export SVN_REVISION |
|---|
| 67 | |
|---|
| 68 | # injected variables |
|---|
| 69 | export XLIBS |
|---|
| 70 | export XINCLUDES |
|---|
| 71 | export XAW_LIBS |
|---|
| 72 | export XML_INCLUDES |
|---|
Note: See
TracBrowser
for help on using the repository browser.