# Copyright 2013 Ben Vanik. All Rights Reserved. { 'includes': [ 'common.gypi', 'tools/tools.gypi', 'third_party/gflags.gypi', 'third_party/sparsehash.gypi', ], 'targets': [ { 'target_name': 'xeniacore', 'product_name': 'xeniacore', 'type': 'static_library', 'dependencies': [ 'gflags', ], 'export_dependent_settings': [ 'gflags', ], 'direct_dependent_settings': { 'include_dirs': [ 'include/', ], }, 'include_dirs': [ '.', 'src/', ], 'includes': [ 'src/xenia/sources.gypi', 'src/core/sources.gypi', ], }, { 'target_name': 'xeniakernel', 'product_name': 'xeniakernel', 'type': 'static_library', 'dependencies': [ 'xeniacore', ], 'export_dependent_settings': [ 'xeniacore', ], 'include_dirs': [ '.', 'src/', ], 'includes': [ 'src/kernel/sources.gypi', ], }, { 'target_name': 'xeniacpu', 'product_name': 'xeniacpu', 'type': 'static_library', 'dependencies': [ 'xeniacore', ], 'export_dependent_settings': [ 'xeniacore', ], 'direct_dependent_settings': { 'target_conditions': [ ['_type=="shared_library"', { 'cflags': [ '