Last change
on this file was
19446,
checked in by westram, 15 months ago
|
- introduce onlyC_flags
- flags used for C compilation only.
- similar to cxxflags (references added).
- pass down onlyC_flags into AxML, CLUSTAL, CLUSTALW, FASTDNAML, FASTTREE, GL, MrBAYES, PHYLIP, PHYML*, RAxML, SINA(unused), SOURCE_TOOLS, SUPPORT, TOOLS, TREEGEN + TREEPUZZLE.
- set flags to -Werror-implicit-function-declaration
- error is only effective in a small part of these modules.
- need to activate warnings → will activate the error as well.
|
File size:
1.7 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 ARB_ORG_MAKEFLAGS |
---|
8 | |
---|
9 | export ARBHOME |
---|
10 | export ARB_64 |
---|
11 | export ARBBID |
---|
12 | |
---|
13 | export use_ARB_main |
---|
14 | export use_ARB_main_C |
---|
15 | |
---|
16 | export DEBUG |
---|
17 | export OPENGL |
---|
18 | export RNA3D_LIB |
---|
19 | export ISINA |
---|
20 | |
---|
21 | export MACH |
---|
22 | export DARWIN |
---|
23 | export LINUX |
---|
24 | export DEBIAN |
---|
25 | |
---|
26 | export CC CXX |
---|
27 | |
---|
28 | # [not recommended] instead of testing gcc versions in sub-makefiles .. |
---|
29 | export USE_GCC_46_OR_HIGHER USE_GCC_50_OR_HIGHER USE_GCC_70_OR_HIGHER |
---|
30 | export USE_CLANG |
---|
31 | # .. better use explicit flags describing the bug/workaround |
---|
32 | |
---|
33 | export A_CC CC_INCLUDES |
---|
34 | export A_CXX CXX_INCLUDES |
---|
35 | export cflags cxxflags shared_cflags onlyC_flags |
---|
36 | |
---|
37 | # these are needed to link SINA vs. sanitized ARB libs: |
---|
38 | export SANI_CFLAGS SANI_CLFLAGS |
---|
39 | |
---|
40 | export POST_COMPILE |
---|
41 | |
---|
42 | export LD_LIBRARY_PATH ARBBUILD_LIBRARY_PATH LIBPATH |
---|
43 | |
---|
44 | export SYSLIBS |
---|
45 | |
---|
46 | export CORE_LIB |
---|
47 | export ARBDB_LIB |
---|
48 | export ARB_CORE_LIBS |
---|
49 | export GL_LIBS_SYS GL_PNGLIBS_SYS |
---|
50 | export TIFFLIBS XMLLIBS |
---|
51 | |
---|
52 | export LINK_STATIC LINK_EXECUTABLE LINK_STATIC_LIB LINK_SHARED_LIB SHARED_LIB_SUFFIX |
---|
53 | |
---|
54 | export MAKEDEPENDFLAGS MAKEDEPEND |
---|
55 | |
---|
56 | export SEP |
---|
57 | export NODIR |
---|
58 | |
---|
59 | export UNIT_TESTS |
---|
60 | export SHOWTODO |
---|
61 | export SANITIZE |
---|
62 | |
---|
63 | # currently used for SINA build only: |
---|
64 | export ARB_RPC_LIBS ARB_RPC_INCLUDE |
---|
65 | |
---|
66 | # support for OPENMP |
---|
67 | export USE_OPENMP |
---|
68 | |
---|
69 | # support for clang static checker |
---|
70 | export CLANG_STATIC_CHECKER |
---|
71 | export CCC_ANALYZER_CPLUSPLUS |
---|
72 | |
---|
73 | # pass down SANITIZER control variables |
---|
74 | export ASAN_OPTIONS LSAN_OPTIONS UBSAN_OPTIONS |
---|
75 | |
---|
76 | # jenkins related |
---|
77 | export SVN_URL |
---|
78 | export SVN_REVISION |
---|
79 | |
---|
80 | # injected variables |
---|
81 | export XLIBS |
---|
82 | export XINCLUDES |
---|
83 | export XAW_LIBS |
---|
84 | export XML_INCLUDES |
---|
85 | |
---|
Note: See
TracBrowser
for help on using the repository browser.