source: branches/profile/SOURCE_TOOLS/export2sub

Last change on this file was 12533, checked in by epruesse, 10 years ago

fix AVX version not built due to "USE_GCC_46_OR_HIGHER" not exported

File size: 1.1 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
16
17export MACH
18export DARWIN
19export LINUX
20export DEBIAN
21export REDHAT
22
23export CC CXX
24export USE_GCC_46_OR_HIGHER
25
26export A_CC  CC_INCLUDES
27export A_CXX CXX_INCLUDES
28export cflags cxxflags shared_cflags
29
30export POST_COMPILE
31
32export LD_LIBRARY_PATH LIBPATH SYSLIBS
33export XLIBS #XHOME
34export ARB_GLIB_LIBS
35export GL_LIBS_SYS GL_PNGLIBS_SYS
36export TIFFLIBS
37export EXECLIBS
38export LINK_STATIC LINK_EXECUTABLE LINK_STATIC_LIB LINK_SHARED_LIB SHARED_LIB_SUFFIX
39export ARCHS_PT_SERVER_LINK
40
41export MAKEDEPENDFLAGS MAKEDEPEND
42
43export SEP
44export NODIR
45
46export CORE_LIB
47export ARBDB_LIB
48export UNIT_TESTS
49export SHOWTODO
50
51# support for clang static checker
52export CLANG_STATIC_CHECKER
53export CCC_ANALYZER_CPLUSPLUS
54
55# jenkins related
56export SVN_URL
57export SVN_REVISION
Note: See TracBrowser for help on using the repository browser.