]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/load_unload/d.mk
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / load_unload / d.mk
1 LEVEL := ../../make
2
3 LIB_PREFIX := loadunload_
4
5 DYLIB_EXECUTABLE_PATH := $(CURDIR)
6
7 DYLIB_NAME := $(LIB_PREFIX)d
8 DYLIB_CXX_SOURCES := d.cpp
9 DYLIB_ONLY := YES
10
11 CXXFLAGS += -fPIC
12
13 include $(LEVEL)/Makefile.rules