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
11 lines
231 B
Makefile
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
|