Skip to content

Commit

Permalink
update gyp configs for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
changchang committed Apr 22, 2013
1 parent ab80487 commit 2e61cd6
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 447 deletions.
70 changes: 49 additions & 21 deletions deps/jansson/jansson.gyp
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
{
'conditions': [
['TO == "ios"', {
'xcode_settings': {
'SDKROOT': 'iphoneos',
}, # xcode_settings
}], # TO == "ios"
], # conditions

'target_defaults': {
'conditions': [
['TO == "ios"', {
'xcode_settings': {
'TARGETED_DEVICE_FAMILY': '1,2',
'CODE_SIGN_IDENTITY': 'iPhone Developer',
'IPHONEOS_DEPLOYMENT_TARGET': '5.0',
'ARCHS': '$(ARCHS_STANDARD_32_64_BIT)',
},
}], # TO == "ios"
], # conditions
},

'targets': [
{
'target_name': 'jansson',
Expand All @@ -25,28 +46,35 @@
'src/jansson_config.h'
],
'conditions': [
['OS == "win"', {
'defines': [
'WIN32',
'_CRT_NONSTDC_NO_DEPRECATE',
'_DEBUG',
'_WINDOWS',
'_USRDLL',
'JANSSON_DLL_EXPORTS',
'_WINDLL',
'_UNICODE',
'UNICODE'
]
}],
['OS != "win"',{
'ldflags': [
'-no-undefined',
'-export-symbols-regex \'^json_\'',
'-version-info 8:0:4',
]
}
['OS == "win"', {
'defines': [
'WIN32',
'_CRT_NONSTDC_NO_DEPRECATE',
'_DEBUG',
'_WINDOWS',
'_USRDLL',
'JANSSON_DLL_EXPORTS',
'_WINDLL',
'_UNICODE',
'UNICODE'
]
],
}], # OS == "win"
['OS=="ios"', {
'xcode_settings': {
'TARGETED_DEVICE_FAMILY': '1,2',
'CODE_SIGN_IDENTITY': 'iPhone Developer',
'IPHONEOS_DEPLOYMENT_TARGET': '5.0',
'ARCHS': '$(ARCHS_STANDARD_32_64_BIT)',
}, # xcode_settings
}], # OS=="ios"
['OS != "win"',{
'ldflags': [
'-no-undefined',
'-export-symbols-regex \'^json_\'',
'-version-info 8:0:4',
]
}], # OS != "win"
], # conditions
},
],
}
191 changes: 16 additions & 175 deletions deps/uv/uv.gyp
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
'conditions': [
['TO == "ios"', {
'xcode_settings': {
'SDKROOT': 'iphoneos',
}, # xcode_settings
}], # TO == "ios"
], # conditions

'target_defaults': {
'conditions': [
['TO == "ios"', {
'xcode_settings': {
'TARGETED_DEVICE_FAMILY': '1,2',
'CODE_SIGN_IDENTITY': 'iPhone Developer',
'IPHONEOS_DEPLOYMENT_TARGET': '5.0',
'ARCHS': '$(ARCHS_STANDARD_32_64_BIT)',
},
}], # TO == "ios"
['OS != "win"', {
'defines': [
'_LARGEFILE_SOURCE',
Expand Down Expand Up @@ -235,181 +251,6 @@
}]
]
},

{
'target_name': 'run-tests',
'type': 'executable',
'dependencies': [ 'libuv' ],
'sources': [
'test/blackhole-server.c',
'test/echo-server.c',
'test/run-tests.c',
'test/runner.c',
'test/runner.h',
'test/test-get-loadavg.c',
'test/task.h',
'test/test-util.c',
'test/test-active.c',
'test/test-async.c',
'test/test-callback-stack.c',
'test/test-callback-order.c',
'test/test-connection-fail.c',
'test/test-cwd-and-chdir.c',
'test/test-delayed-accept.c',
'test/test-error.c',
'test/test-embed.c',
'test/test-fail-always.c',
'test/test-fs.c',
'test/test-fs-event.c',
'test/test-get-currentexe.c',
'test/test-get-memory.c',
'test/test-getaddrinfo.c',
'test/test-getsockname.c',
'test/test-hrtime.c',
'test/test-idle.c',
'test/test-ipc.c',
'test/test-ipc-send-recv.c',
'test/test-list.h',
'test/test-loop-handles.c',
'test/test-walk-handles.c',
'test/test-multiple-listen.c',
'test/test-pass-always.c',
'test/test-ping-pong.c',
'test/test-pipe-bind-error.c',
'test/test-pipe-connect-error.c',
'test/test-platform-output.c',
'test/test-poll.c',
'test/test-poll-close.c',
'test/test-process-title.c',
'test/test-ref.c',
'test/test-run-nowait.c',
'test/test-run-once.c',
'test/test-semaphore.c',
'test/test-shutdown-close.c',
'test/test-shutdown-eof.c',
'test/test-signal.c',
'test/test-signal-multiple-loops.c',
'test/test-spawn.c',
'test/test-fs-poll.c',
'test/test-stdio-over-pipes.c',
'test/test-tcp-bind-error.c',
'test/test-tcp-bind6-error.c',
'test/test-tcp-close.c',
'test/test-tcp-close-while-connecting.c',
'test/test-tcp-connect-error-after-write.c',
'test/test-tcp-shutdown-after-write.c',
'test/test-tcp-flags.c',
'test/test-tcp-connect-error.c',
'test/test-tcp-connect-timeout.c',
'test/test-tcp-connect6-error.c',
'test/test-tcp-open.c',
'test/test-tcp-write-to-half-open-connection.c',
'test/test-tcp-writealot.c',
'test/test-tcp-unexpected-read.c',
'test/test-tcp-read-stop.c',
'test/test-threadpool.c',
'test/test-threadpool-cancel.c',
'test/test-mutexes.c',
'test/test-thread.c',
'test/test-barrier.c',
'test/test-condvar.c',
'test/test-timer-again.c',
'test/test-timer.c',
'test/test-tty.c',
'test/test-udp-dgram-too-big.c',
'test/test-udp-ipv6.c',
'test/test-udp-open.c',
'test/test-udp-options.c',
'test/test-udp-send-and-recv.c',
'test/test-udp-multicast-join.c',
'test/test-dlerror.c',
'test/test-udp-multicast-ttl.c',
],
'conditions': [
[ 'OS=="win"', {
'sources': [
'test/runner-win.c',
'test/runner-win.h'
],
'libraries': [ 'ws2_32.lib' ]
}, { # POSIX
'defines': [ '_GNU_SOURCE' ],
'sources': [
'test/runner-unix.c',
'test/runner-unix.h',
],
}],
[ 'OS=="solaris"', { # make test-fs.c compile, needs _POSIX_C_SOURCE
'defines': [
'__EXTENSIONS__',
'_XOPEN_SOURCE=500',
],
}],
[ 'OS=="aix"', { # make test-fs.c compile, needs _POSIX_C_SOURCE
'defines': [
'_ALL_SOURCE',
'_XOPEN_SOURCE=500',
],
}],
],
'msvs-settings': {
'VCLinkerTool': {
'SubSystem': 1, # /subsystem:console
},
},
},

{
'target_name': 'run-benchmarks',
'type': 'executable',
'dependencies': [ 'libuv' ],
'sources': [
'test/benchmark-async.c',
'test/benchmark-async-pummel.c',
'test/benchmark-fs-stat.c',
'test/benchmark-getaddrinfo.c',
'test/benchmark-list.h',
'test/benchmark-loop-count.c',
'test/benchmark-million-async.c',
'test/benchmark-million-timers.c',
'test/benchmark-multi-accept.c',
'test/benchmark-ping-pongs.c',
'test/benchmark-pound.c',
'test/benchmark-pump.c',
'test/benchmark-sizes.c',
'test/benchmark-spawn.c',
'test/benchmark-thread.c',
'test/benchmark-tcp-write-batch.c',
'test/benchmark-udp-pummel.c',
'test/dns-server.c',
'test/echo-server.c',
'test/blackhole-server.c',
'test/run-benchmarks.c',
'test/runner.c',
'test/runner.h',
'test/task.h',
],
'conditions': [
[ 'OS=="win"', {
'sources': [
'test/runner-win.c',
'test/runner-win.h',
],
'libraries': [ 'ws2_32.lib' ]
}, { # POSIX
'defines': [ '_GNU_SOURCE' ],
'sources': [
'test/runner-unix.c',
'test/runner-unix.h',
]
}]
],
'msvs-settings': {
'VCLinkerTool': {
'SubSystem': 1, # /subsystem:console
},
},
}
]
}

Expand Down
Loading

0 comments on commit 2e61cd6

Please sign in to comment.