source: tags/arb-6.0-rc1/SOURCE_TOOLS/export2sub

Last change on this file was 11821, checked in by westram, 10 years ago
  • prepare MrBayes-32bit compilation
    • pass down ARB_64 into submakefiles
    • generate dependencies in MrBayes Makefile (fixes missing dependency from config.h)
    • pass ARB_64 and DARWIN to gcc and use them to define flags in config.h:
      • ARB_64 → SSE_ENABLED + _64BIT
      • ARB_DARWIN → MAC_VERSION (UNIX_VERSION otherwise)
      • let 32bit-compile fail for now
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 A_CC  CC_INCLUDES
24export A_CXX CXX_INCLUDES
25export cflags cxxflags shared_cflags
26
27export POST_COMPILE
28
29export LD_LIBRARY_PATH LIBPATH SYSLIBS
30export XLIBS #XHOME
31export ARB_GLIB_LIBS
32export GL_LIBS_SYS GL_PNGLIBS_SYS
33export TIFFLIBS
34export EXECLIBS
35export LINK_STATIC LINK_EXECUTABLE LINK_STATIC_LIB LINK_SHARED_LIB SHARED_LIB_SUFFIX
36export ARCHS_PT_SERVER_LINK
37
38export MAKEDEPENDFLAGS MAKEDEPEND
39
40export SEP
41export NODIR
42
43export CORE_LIB
44export ARBDB_LIB
45export UNIT_TESTS
46export SHOWTODO
47
48# support for clang static checker
49export CLANG_STATIC_CHECKER
50export CCC_ANALYZER_CPLUSPLUS
51
52# jenkins related
53export SVN_URL
54export SVN_REVISION
Note: See TracBrowser for help on using the repository browser.