Sha256: 20e29185a186c41130c8198c82ecaa57baedfe919f0e5d63e3d7038c1908e913

Contents?: true

Size: 975 Bytes

Versions: 39

Compression:

Stored size: 975 Bytes

Contents

# Copyright (c) 2009 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'targets': [
    {
      'target_name': 'program',
      'type': 'executable',
      'msvs_cygwin_shell': 0,
      'sources': [
        'program.c',
        'function1.in',
        'function2.in',
      ],
      'rules': [
        {
          'rule_name': 'copy_file',
          'extension': 'in',
          'inputs': [
            '../copy-file.py',
          ],
          'outputs': [
            # TODO:  fix SCons and Make to support generated files not
            # in a variable-named path like <(INTERMEDIATE_DIR)
            #'<(RULE_INPUT_ROOT).c',
            '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).c',
          ],
          'action': [
            'python', '<(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
          ],
          'process_outputs_as_sources': 1,
        },
      ],
    },
  ],
}

Version data entries

39 entries across 39 versions & 5 rubygems

Version Path
libv8-3.16.14.2 vendor/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.16.14.1 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.16.14.0 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.17 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.16 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.13 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.12 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/libv8-3.11.8.4/vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.11 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.10 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.9 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.8 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.7 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.4 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-freebsd-3.11.8.3 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.3 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.1 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.11.8.0 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp
libv8-3.10.8.0 vendor/v8/build/gyp/test/rules/src/subdir1/executable.gyp