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

LIB_PREFIX := loadunload_

DYLIB_NAME := $(LIB_PREFIX)c
DYLIB_C_SOURCES := c.c
DYLIB_ONLY := YES

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