brintos

brintos / llvm-project-archived public Read only

0
0
Text · 404 B · 1f3527c Raw
11 lines · plain
1# We don't have any standard include directories, so we can't2# parse the test_common.h header we usually inject as it includes3# system headers.4NO_TEST_COMMON_H := 15 6# Take the libc++ from the build directory (which will be later deleted).7CXXFLAGS_EXTRAS = -I $(BUILDDIR)/root/usr/include/c++/v1/ -I $(BUILDDIR)/root/usr/include/ -nostdinc -nostdinc++8CXX_SOURCES := main.cpp9 10include Makefile.rules11