]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/Makefile
Vendor import of lldb trunk r338150:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / breakpoint / move_nearest / Makefile
1 LEVEL = ../../../make
2
3 DYLIB_NAME := foo
4 DYLIB_CXX_SOURCES := foo.cpp
5 CXX_SOURCES := main.cpp
6
7 include $(LEVEL)/Makefile.rules