summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/Makefile
blob: 8c82c73b13fc6d94bb620aeb10f4f98c48a95cf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
BOTDIR = $(BUILDDIR)/buildbot
USERDIR = $(BUILDDIR)/user
C_SOURCES = $(BOTDIR)/main.c
LD_EXTRAS = $(BOTDIR)/relative.o

include Makefile.rules

$(EXE): relative.o
relative.o: $(BOTDIR)/relative.c
	cd $(BOTDIR) && $(CC) -c $(CFLAGS) -o $@ relative.c