blob: 1063a3989a5a8853e7601696f70e6e348a8ca6d8 [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/
SOURCES += [
'a.cpp',
'b.cc',
'c.cxx',
]
SOURCES += [
'd.c',
]
SOURCES += [
'e.m',
]
SOURCES += [
'f.mm',
]
SOURCES += [
'g.S',
]
SOURCES += [
'h.s',
'i.asm',
]