Changeset 6163 for branches/stable_5.0
- Timestamp:
- 01/09/09 12:19:23 (3 years ago)
- Location:
- branches/stable_5.0
- Files:
-
- 2 modified
- 1 copied
-
Makefile (modified) (1 diff)
-
SOURCE_TOOLS/update_config_makefile.pl (copied) (copied from trunk/SOURCE_TOOLS/update_config_makefile.pl)
-
config.makefile.template (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/Makefile
r6142 r6163 391 391 @echo '$(ARBHOME)/$@:1: has been generated.' 392 392 @echo 'Please edit $@ to configure your system!' 393 @echo '(not needed for linux systems - simply type "make all")' 393 @echo -------------------------------------------------------------------------------- 394 @false 394 395 else 395 396 @echo '$(ARBHOME)/$<:1: is more recent than' 396 397 @echo '$(ARBHOME)/$@:1:' 397 398 @ls -al config.makefile* 398 @echo "you may either:"399 @echo "- ignore it and touch $@"400 @echo "- merge difference between $@ and $< (recommended)"401 @echo "- remove $@, run make again and edit the freshly generated $@"402 endif403 399 @echo -------------------------------------------------------------------------------- 404 @false 400 @echo "Updating $@ (if this fails, check manually)" 401 SOURCE_TOOLS/update_config_makefile.pl 402 @echo "Sucessfully updated $@" 403 @echo -------------------------------------------------------------------------------- 404 @ls -al config.makefile* 405 @echo -------------------------------------------------------------------------------- 406 @echo "Diff to your old config.makefile:" 407 @echo -------------------------------------------------------------------------------- 408 diff $@.bak $@ 409 @echo -------------------------------------------------------------------------------- 410 endif 405 411 406 412 # check if everything is configured correctly -
branches/stable_5.0/config.makefile.template
r5874 r6163 16 16 OPENGL := 1 17 17 18 # 0 = use old PTSERVER 18 # 0 = use old PTSERVER (recommended) 19 19 # 1 = use the new PTPan implementation as pt-server (Not tested very well, do NOT use!) 20 20 # 2 = compile both, use old (recommended for development only) 21 21 PTPAN := 0 22 22 23 ARB_64 := 0# compile 64bit ARB version (still very buggy!)24 #BUILDHOST_64 := 1# whether build host is 64bit (value defaults to ARB_64). Uncomment for Cross-Compile23 ARB_64 := 0# compile 64bit ARB version 24 #BUILDHOST_64 := 1# whether build host is 64bit (value defaults to ARB_64). Needed for cross-compile 25 25 26 26 # --------------------------------------------------------------------------------
