Changeset 5872 for trunk/DBSERVER

Show
Ignore:
Timestamp:
29/04/09 13:20:53 (3 years ago)
Author:
westram
Message:
  • 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)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/DBSERVER/Makefile

    r5709 r5872  
    55$(MAIN): $(OBJECTS) 
    66        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) 
    7 $(OBJECTS): $(LOCALS) $(ARBDBH) $(SERVERCNTRLH) 
    87 
    98.cxx.o: