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

LIB_PREFIX := loadunload_

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

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