summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/hidden/Makefile
blob: 17fe6582a9eb99736a43f7001542eb910bf5b485 (plain) (blame)
1
2
3
4
5
6
7
LIB_PREFIX := loadunload_

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

include Makefile.rules