1*6fcb8577SRaphael Isemann# We don't have any standard include directories, so we can't 2*6fcb8577SRaphael Isemann# parse the test_common.h header we usually inject as it includes 3*6fcb8577SRaphael Isemann# system headers. 4*6fcb8577SRaphael IsemannNO_TEST_COMMON_H := 1 5*6fcb8577SRaphael Isemann 6*6fcb8577SRaphael IsemannCXXFLAGS_EXTRAS = -I $(SRCDIR)/root/usr/include/c++/v1/ -I $(SRCDIR)/root/usr/include/ -nostdinc -nostdinc++ -DBUILDING_OUTSIDE_LLDB=1 7*6fcb8577SRaphael IsemannCXX_SOURCES := main.cpp 8*6fcb8577SRaphael Isemann 9*6fcb8577SRaphael Isemanninclude Makefile.rules 10