summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk
blob: f199bfed5b0da2f70b639235d586eb6b4c9bc2c1 (plain)
1
2
3
4
5
6
7
8
9
LEVEL := ../../make

LIB_PREFIX := load_

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

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