summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk
blob: 80756bbe8f29aac5909310856fbca233a5d4d1f3 (plain)
1
2
3
4
5
6
7
LIB_PREFIX := load_

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

include Makefile.rules
OpenPOWER on IntegriCloud