aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/pre_run_dylibs/Makefile
blob: c4855ca9b12d3b3531ab530e2a1f260e0d22dc67 (plain) (blame)
1
2
3
4
5
6
7
8
LEVEL = ../../make

DYLIB_NAME := unlikely_name
DYLIB_CXX_SOURCES := foo.cpp
CXX_SOURCES := main.cpp
CFLAGS_EXTRAS += -fPIC

include $(LEVEL)/Makefile.rules