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

LIB_PREFIX := loadunload_

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

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

include $(LEVEL)/Makefile.rules

$(DYLIB_FILENAME): lib_b

.PHONY lib_b:
	$(MAKE) VPATH=$(SRCDIR) -I $(SRCDIR) -f $(SRCDIR)/b.mk

clean::
	$(MAKE) -I $(SRCDIR) -f $(SRCDIR)/b.mk clean
OpenPOWER on IntegriCloud