Files
clang-p2996/lldb/test/lang/objc/forward-decl/Makefile
Sean Callanan 6d1c372c04 Added a testcase verifying that forward declarations
of Objective-C classes in header files are correctly
resolved in the final type.

llvm-svn: 151790
2012-03-01 02:06:31 +00:00

10 lines
173 B
Makefile

LEVEL = ../../../make
DYLIB_NAME := libContainer
DYLIB_OBJC_SOURCES := Container.m
OBJC_SOURCES := main.m
LDFLAGS = -framework Foundation
include $(LEVEL)/Makefile.rules