blob: de50eeaa46520f93c7ce0ecd2de4ac27b9897ef8 [file] [log] [blame]
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
XPIDL_SOURCES = ['bar.idl', 'biz.idl', 'foo.idl']
XPIDL_MODULE = 'module_name'
XPIDL_FLAGS = ['-Idir1', '-Idir2', '-Idir3']
ASFILES = ['bar.s', 'foo.asm']
DEFINES = ['-Dbar', '-Dfoo']
EXTRA_COMPONENTS = ['bar.js', 'foo.js']
EXTRA_PP_COMPONENTS = ['bar.pp.js', 'foo.pp.js']
HOST_CSRCS = ['bar.c', 'foo.c']
HOST_LIBRARY_NAME = 'host_bar'
LIBRARY_NAME = 'lib_name'
LIBS = ['bar.lib', 'foo.lib']
SDK_LIBRARY = ['bar.sdk', 'foo.sdk']
SHARED_LIBRARY_LIBS += ['bar.sll', 'foo.sll']
SIMPLE_PROGRAMS = ['bar.x', 'foo.x']
CSRCS += ['bar.c', 'foo.c']
CMMSRCS = ['bar.mm', 'foo.mm']
SSRCS = ['bar.S', 'foo.S']