blob: a87869607028ee18c016d93eec24eb34b6027746 [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',
]