source: tags/ms_r16q3/SOURCE_TOOLS/export2sub

Last change on this file was 14792, checked in by westram, 8 years ago
  • OSX build: workaround SIP restrictions
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
26
27export A_CC  CC_INCLUDES
28export A_CXX CXX_INCLUDES
29export cflags cxxflags shared_cflags
30
31export POST_COMPILE
32
33export LD_LIBRARY_PATH ARBBUILD_LIBRARY_PATH LIBPATH SYSLIBS
34export XLIBS #XHOME
35export ARB_GLIB_LIBS
36export GL_LIBS_SYS GL_PNGLIBS_SYS
37export TIFFLIBS XMLLIBS
38export EXECLIBS
39export LINK_STATIC LINK_EXECUTABLE LINK_STATIC_LIB LINK_SHARED_LIB SHARED_LIB_SUFFIX
40export ARCHS_PT_SERVER_LINK
41
42export MAKEDEPENDFLAGS MAKEDEPEND
43
44export SEP
45export NODIR
46
47export CORE_LIB
48export ARBDB_LIB
49export UNIT_TESTS
50export SHOWTODO
51export SANITIZE
52
53# support for clang static checker
54export CLANG_STATIC_CHECKER
55export CCC_ANALYZER_CPLUSPLUS
56
57# pass down SANITIZER control variables
58export ASAN_OPTIONS LSAN_OPTIONS
59
60# jenkins related
61export SVN_URL
62export SVN_REVISION
Note: See TracBrowser for help on using the repository browser.