]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/lang/objc/modules-incomplete/Makefile
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / lang / objc / modules-incomplete / Makefile
1 LEVEL = ../../../make
2
3 OBJC_SOURCES := main.m myModule.m
4
5 include $(LEVEL)/Makefile.rules
6
7 CFLAGS += -fmodules -I$(PWD)
8 LDFLAGS += -framework Foundation