source: tags/old_import_filter/SOURCE_TOOLS/export2sub

Last change on this file was 8571, checked in by westram, 12 years ago
  • generated dep.alltargets differed between normal 'make' and make called via 'remake_after_change.pl'. fixed by exporting ARCHS_PT_SERVER_LINK to submakefiles
File size: 837 bytes
Line 
1# -*-Mode: Makefile;-*-
2#
3# --------------------------------------------------------------------------------
4# variables listed here are automatically exported to sub-makefiles
5
6export ARBHOME
7
8export use_ARB_main
9export use_ARB_main_C
10
11export DEBUG
12export OPENGL
13export RNA3D_LIB
14
15export MACH
16export DEBIAN
17export DARWIN
18
19export ACC ACCLIB AINCLUDES
20export CPP CPPLIB CPPINCLUDES
21export POST_COMPILE
22
23export LD_LIBRARY_PATH LIBPATH SYSLIBS
24export XLIBS #XHOME
25export GL_LIBS_SYS GL_PNGLIBS_SYS
26export TIFFLIBS
27export EXECLIBS
28export LINK_EXECUTABLE LINK_STATIC_LIB LINK_SHARED_LIB SHARED_LIB_SUFFIX
29export ARCHS_PT_SERVER_LINK
30
31export MAKEDEPENDFLAGS MAKEDEPEND
32
33export SEP
34export NODIR
35
36export ARBDB_LIB
37export UNIT_TESTS
38export SHOWTODO
39
40# support for clang static checker
41export CLANG_STATIC_CHECKER
42export CCC_ANALYZER_CPLUSPLUS
43
Note: See TracBrowser for help on using the repository browser.