summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/windows_dyld/Makefile
blob: 8289e159fc76744c0d559d851847c08b7fe72b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LEVEL := ../../make

LD_EXTRAS := -ldllfunc
C_SOURCES := main.c

include $(LEVEL)/Makefile.rules

a.out: dllfunc

dllfunc:
	$(MAKE) VERBOSE=1 VPATH=$(SRCDIR) -I $(SRCDIR) -f $(SRCDIR)/dllfunc.mk

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