Files
clang-p2996/lldb/test/python_api/module_section/Makefile
Jason Molenda 28826a491c Patch from Dan Malea daniel.malea@gmail.com to add some required
flags to the Linux makefiles to get the tests to run.

llvm-svn: 167600
2012-11-08 23:50:33 +00:00

9 lines
164 B
Makefile

LEVEL = ../../make
CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS
LDFLAGS := -lpthread
CXX_SOURCES := main.cpp b.cpp c.cpp
MAKE_DSYM :=NO
include $(LEVEL)/Makefile.rules