|
Last change
on this file was
5872,
checked in by westram, 17 years ago
|
- Changed variable transfer to sub-makefiles
- most variables are now exported via environment (using SOURCE_TOOLS/export2sub or AISC/export2sub)
- only variables that contain different values for different sub-makefile-calls are passed by cl (e.g. cflags, MAIN)
- changed flavour of exported variables (recursively expanded → simply expanded variables). Please use VAR := VALUE in Makefiles (not VAR = VALUE). See http://www.gnu.org/software/make/manual/html_node/Flavors.html#Flavors for details
- removed/fixed all undefined variables in Makefiles (using 'make —warn-undefined-variables')
- changed names of compile-logs generated in GDE subdir
- added target 'xmlin' (broken, print warning)
|
|
File size:
326 bytes
|
| Line | |
|---|
| 1 | # -*-Mode: Makefile;-*- |
|---|
| 2 | # |
|---|
| 3 | # -------------------------------------------------------------------------------- |
|---|
| 4 | # variables listed here are automatically exported to sub-makefiles |
|---|
| 5 | |
|---|
| 6 | export AISC_SAVE |
|---|
| 7 | export AUTODEPENDS |
|---|
| 8 | export CLIENTCOMPILER |
|---|
| 9 | export COMPILER |
|---|
| 10 | export LINK_STATIC_LIB |
|---|
| 11 | export MAIN_SOURCE |
|---|
| 12 | export PRIVATE_SERVER_OBJECTS |
|---|
| 13 | |
|---|
| 14 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.