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