aboutsummaryrefslogtreecommitdiff
path: root/test/api/check_public_api_headers/Makefile
blob: 5b490eb9b4af0d3a7da3dd79f61d2c750bef23d7 (plain)
1
2
3
4
5
6
7
8
9
10
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