aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/load_unload/c.mk
blob: 5b5691efeef4c1ee4ba7af7f9cc4d4fceceb25f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LEVEL := ../../make

LIB_PREFIX := loadunload_

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

CXXFLAGS += -fPIC

include $(LEVEL)/Makefile.rules