summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/d.mk
blob: a5db3c7c31f0a1a18695cbe5b4ce693e461d3740 (plain)
1
2
3
4
5
6
7
8
9
10
11
LEVEL := ../../make

LIB_PREFIX := loadunload_

DYLIB_EXECUTABLE_PATH := $(CURDIR)

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

include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud