User:JoeyArmstrong/makefiles/generated: Difference between revisions
Jump to navigation
Jump to search
m (→cygwin) |
|||
| Line 141: | Line 141: | ||
<pre> | <pre> | ||
########################################################################### | ########################################################################### | ||
# Generated by: | # Generated by: /cygdrive/c/tmp/platformKV.py | ||
# Generated on: Thu Aug 11 | # Generated on: Thu Aug 11 12:57:57 2011 | ||
########################################################################### | ########################################################################### | ||
| Line 158: | Line 158: | ||
## os.uname | ## os.uname | ||
## | ## | ||
uname_sysname = | uname_sysname = cygwin | ||
uname_nodename = wraith | uname_nodename = wraith | ||
uname_release = 1.7.9(0.237/5/3) | uname_release = 1.7.9(0.237/5/3) | ||
| Line 167: | Line 167: | ||
## platform.uname | ## platform.uname | ||
## | ## | ||
platform_processor = | |||
## | ## | ||
Revision as of 16:59, 11 August 2011
Generated File Samples
python config/makefiles/platformKV.py
Shell syntax will be generated by default
###########################################################################
# Generated by: config/makefiles/platformKV.py
# Generated on: Thu Aug 11 10:39:27 2011
###########################################################################
##
## Platform Defines
##
os_arch_type = ubuntu
os_arch_common = linux
os_address_size = 64
isUBUNTU = 1
isLINUX = 1
##
## os.uname
##
uname_sysname = linux
uname_nodename = phantasm
uname_release = 2.6.38-10-generic
uname_version = "#46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011"
uname_machine = x86_64
##
## platform.uname
##
uname_processor = x86_64
##
## Processor info
##
hw_num_processors = 8
config/makefiles/platformKV.py --type makefile
Makefile Syntax
###########################################################################
# Generated by: /mozilla/sandbox/bugs/677207/config/makefiles/platformKV.py
# Generated on: Thu Aug 11 10:26:47 2011
###########################################################################
ifndef INCLUDED_PLATFORMKV_PY
INCLUDED_PLATFORMKV_PY = 1
##
## Platform Defines
##
os_arch_type = ubuntu
os_arch_common = linux
os_address_size = 64
isUBUNTU = 1
isLINUX = 1
##
## os.uname
##
uname_sysname = linux
uname_nodename = phantasm
uname_release = 2.6.38-10-generic
uname_version = "#46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011"
uname_machine = x86_64
##
## platform.uname
##
uname_processor = x86_64
##
## Processor info
##
hw_num_processors = 8
##
## GNU Make
##
make_j_avg = 1
endif # INCLUDED_PLATFORMKV_PY
macbook pro
###########################################################################
# Generated by: ./platformKV.py
# Generated on: Thu Aug 11 10:55:06 2011
###########################################################################
##
## Platform Defines
##
os_arch_type = darwin
os_arch_common = mac
os_address_size = 64
isMAC = 1
isDARWIN = 1
##
## os.uname
##
uname_sysname = darwin
uname_nodename = banshee.local
uname_release = 10.8.0
uname_version = "Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64"
uname_machine = x86_64
##
## platform.uname
##
uname_processor = i386
##
## Processor info
##
hw_num_processors = 8
##
## darwin legacy makefile shell macros
##
Darwin_Version = 10.6.8
cygwin
###########################################################################
# Generated by: /cygdrive/c/tmp/platformKV.py
# Generated on: Thu Aug 11 12:57:57 2011
###########################################################################
##
## Platform Defines
##
os_arch_type = cygwin
os_arch_common = windows
os_address_size = 64
isWINDOWS = 1
isCYGWIN = 1
##
## os.uname
##
uname_sysname = cygwin
uname_nodename = wraith
uname_release = 1.7.9(0.237/5/3)
uname_version = "2011-03-29 10:10"
uname_machine = i686
##
## platform.uname
##
platform_processor =
##
## Processor info
##
hw_num_processors = 8