]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/lang/objc/objc-stepping/Makefile
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / lang / objc / objc-stepping / Makefile
1 LEVEL = ../../../make
2
3 OBJC_SOURCES := stepping-tests.m
4 LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
5
6 include $(LEVEL)/Makefile.rules