source: tags/ms_r17q3/SOURCE_TOOLS/export2sub

Last change on this file was 16223, checked in by westram, 7 years ago
File size: 1.3 KB
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
7export ARBHOME
8export ARB_64
9
10export use_ARB_main
11export use_ARB_main_C
12
13export DEBUG
14export OPENGL
15export RNA3D_LIB
16export GTK
17
18export MACH
19export DARWIN
20export LINUX
21export DEBIAN
22export REDHAT
23
24export CC CXX
25export USE_GCC_46_OR_HIGHER USE_GCC_50_OR_HIGHER
26export USE_CLANG
27
28export A_CC  CC_INCLUDES
29export A_CXX CXX_INCLUDES
30export cflags cxxflags shared_cflags
31
32export POST_COMPILE
33
34export LD_LIBRARY_PATH ARBBUILD_LIBRARY_PATH LIBPATH
35
36export SYSLIBS
37
38export CORE_LIB
39export ARBDB_LIB
40export XLIBS
41export ARB_GLIB_LIBS
42export GL_LIBS_SYS GL_PNGLIBS_SYS
43export TIFFLIBS XMLLIBS
44
45export LINK_STATIC LINK_EXECUTABLE LINK_STATIC_LIB LINK_SHARED_LIB SHARED_LIB_SUFFIX
46export ARCHS_PT_SERVER_LINK
47
48export MAKEDEPENDFLAGS MAKEDEPEND
49
50export SEP
51export NODIR
52
53export UNIT_TESTS
54export SHOWTODO
55export SANITIZE
56
57# support for clang static checker
58export CLANG_STATIC_CHECKER
59export CCC_ANALYZER_CPLUSPLUS
60
61# pass down SANITIZER control variables
62export ASAN_OPTIONS LSAN_OPTIONS
63
64# jenkins related
65export SVN_URL
66export SVN_REVISION
Note: See TracBrowser for help on using the repository browser.