open-src/common/Makefile.init
changeset 1190 faa50483142d
parent 1175 d321497d1679
child 1193 81e7bcbed056
equal deleted inserted replaced
1189:f3178ba616ba 1190:faa50483142d
   342 
   342 
   343 # Target created when sources are unpacked
   343 # Target created when sources are unpacked
   344 UNPACK_FILE = .unpack_done
   344 UNPACK_FILE = .unpack_done
   345 UNPACK_TARGET = $(SOURCE_DIR)/$(UNPACK_FILE)
   345 UNPACK_TARGET = $(SOURCE_DIR)/$(UNPACK_FILE)
   346 
   346 
       
   347 # Most module versions are in the individual makefiles, but the Xserver is
       
   348 # referenced in multiple places, so it's kept here for easy sharing.
       
   349 # 
       
   350 # Current Xorg server source tarball to use sources from:
       
   351 XORGSERVER_VERS=1.10.3
       
   352 # Minimum Xorg server version that we expect to be ABI compatible with.
       
   353 # Usually .99 of the previous minor release series, as that's the convention
       
   354 # for the development snapshots of the next release series.
       
   355 MIN_XSERVER_VERS=1.9.99
       
   356 # Next highest Xorg server version that we expect to be ABI incompatible with.
       
   357 # Usually .99 of the current release series, as Xorg tends to break ABI's
       
   358 # in each minor release train (1.8, 1.9, etc.)
       
   359 NEXT_XSERVER_VERS=1.10.99
       
   360 
   347 ### Misc rules
   361 ### Misc rules
   348 
   362 
   349 # For use in debugging or calling from scripts like the code review helper
   363 # For use in debugging or calling from scripts like the code review helper
   350 # Use such as: make print_make_vars VARS="MODTYPE MODULE_NAME"
   364 # Use such as: make print_make_vars VARS="MODTYPE MODULE_NAME"
   351 # or: make print_make_vars BUILD_TYPE=32 VARS=SOURCE_DIR
   365 # or: make print_make_vars BUILD_TYPE=32 VARS=SOURCE_DIR