xref: /llvm-project/lldb/test/API/commands/expression/import-std-module/missing-module-sources/Makefile (revision 99b7b41edf4fbc2d6e52bc4524c956e8f69042d9)
1# We don't have any standard include directories, so we can't
2# parse the test_common.h header we usually inject as it includes
3# system headers.
4NO_TEST_COMMON_H := 1
5
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.cpp
9
10include Makefile.rules
11