aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/load_using_paths/Makefile
blob: f973a389d585f39510f31304dd0355402b819e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
CXX_SOURCES := main.cpp
USE_LIBDL := 1

all: hidden_lib a.out

include Makefile.rules

hidden_lib:
	"$(MAKE)" VPATH=$(SRCDIR)/hidden -C hidden -f $(MAKEFILE_RULES) \
	DYLIB_ONLY=YES DYLIB_CXX_SOURCES=d.cpp DYLIB_NAME=loadunload