summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/d.mk
blob: 111988a314d5a866f07dc356471e1634e13ef567 (plain)
1
2
3
4
5
6
7
8
9
LIB_PREFIX := loadunload_

DYLIB_EXECUTABLE_PATH := $(CURDIR)

DYLIB_NAME := $(LIB_PREFIX)d
DYLIB_CXX_SOURCES := d.cpp
DYLIB_ONLY := YES

include Makefile.rules
OpenPOWER on IntegriCloud