summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/Makefile
blob: 4c053a09c7562157bf2f351670885ab23f51c1a5 (plain) (blame)
1
2
3
4
5
6
7
# There is no guaranteed order in which the linker will order these
# files, so we just have a lot of them to make it unlikely that we hit
# the right one first by pure luck.

CXX_SOURCES := main.cpp a.cpp b.cpp c.cpp d.cpp e.cpp f.cpp g.cpp

include Makefile.rules