Files
clang-p2996/lldb/test/api/check_public_api_headers/Makefile
Johnny Chen 19bfde34ed Add a test to check the integrity of the lldb public api directory containing SB*.h headers.
There should be nothing unwanted there and a simpe main.cpp (generated from main.cpp.template)
which includes SB*.h should compile and link with the LLDB framework.

llvm-svn: 136894
2011-08-04 18:17:16 +00:00

11 lines
231 B
Makefile

LEVEL = ../../make
CXX_SOURCES := main.cpp
LD_EXTRAS ?= -framework LLDB
# Example dictionary to pass to the Python build method:
#
# FRAMEWORK_INCLUDES=-F/Volumes/data/lldb/svn/trunk/build/Debug
include $(LEVEL)/Makefile.rules