1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
# -*-Mode: Makefile;-*-
#
# --------------------------------------------------------------------------------
# variables listed here are automatically exported to sub-makefiles
# documentation for single variables can be found in ../SOURCE_TOOLS/parent_make.txt
export ARBHOME
export ARB_64
export use_ARB_main
export use_ARB_main_C
export DEBUG
export OPENGL
export RNA3D_LIB
export MACH
export DARWIN
export LINUX
export DEBIAN
export REDHAT
export CC CXX
export A_CC CC_INCLUDES
export A_CXX CXX_INCLUDES
export cflags cxxflags shared_cflags
export POST_COMPILE
export LD_LIBRARY_PATH ARBBUILD_LIBRARY_PATH LIBPATH SYSLIBS
export XLIBS #XHOME
export ARB_GLIB_LIBS
export GL_LIBS_SYS GL_PNGLIBS_SYS
export TIFFLIBS
export EXECLIBS
export LINK_STATIC LINK_EXECUTABLE LINK_STATIC_LIB LINK_SHARED_LIB SHARED_LIB_SUFFIX
export ARCHS_PT_SERVER_LINK
export MAKEDEPENDFLAGS MAKEDEPEND
export SEP
export NODIR
export CORE_LIB
export ARBDB_LIB
export UNIT_TESTS
export SHOWTODO
# support for clang static checker
export CLANG_STATIC_CHECKER
export CCC_ANALYZER_CPLUSPLUS
# jenkins related
export SVN_URL
export SVN_REVISION
|