]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/two_watchpoints_one_breakpoint/Makefile
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / thread / concurrent_events / two_watchpoints_one_breakpoint / Makefile
1 LEVEL = ../../../../make
2
3 CXX_SOURCES := main.cpp
4
5 ENABLE_THREADS := YES
6
7 VPATH = ..
8
9 include $(LEVEL)/Makefile.rules