source: branches/port5/SOURCE_TOOLS/export2sub

Last change on this file was 8525, checked in by westram, 13 years ago

(partial) merge from trunk [8322] [8324] [8325] [8326] [8327]

  • clang-enable
File size: 616 bytes
Line 
1# -*-Mode: Makefile;-*-
2#
3# --------------------------------------------------------------------------------
4# variables listed here are automatically exported to sub-makefiles
5
6export ARBHOME
7
8export DEBUG
9export OPENGL
10
11export MACH
12export DEBIAN
13export DARWIN
14
15export ACC ACCLIB AINCLUDES
16export CPP CPPLIB CPPINCLUDES
17export POST_COMPILE
18
19export LD_LIBRARY_PATH LIBPATH SYSLIBS
20export XLIBS #XHOME
21export LINK_EXECUTABLE LINK_STATIC_LIB LINK_SHARED_LIB SHARED_LIB_SUFFIX
22
23export MAKEDEPENDFLAGS MAKEDEPEND
24
25export SEP
26
27# support for clang static checker
28export CLANG_STATIC_CHECKER
29export CCC_ANALYZER_CPLUSPLUS
30
Note: See TracBrowser for help on using the repository browser.