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