summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/functionalities/load_unload/a.mk
blob: 0eb810e2178745242fafed8678b6f975b8b9142a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LEVEL := ../../make

LIB_PREFIX := loadunload_

CFLAGS_EXTRAS := -fPIC
LD_EXTRAS := -L. -l$(LIB_PREFIX)b

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

CXXFLAGS += -fPIC

include $(LEVEL)/Makefile.rules

.PHONY:
$(DYLIB_FILENAME): lib_b

lib_b:
	"$(MAKE)" -f b.mk

clean::
	"$(MAKE)" -f b.mk clean
OpenPOWER on IntegriCloud