2011-02-16 05:30:27 +08:00
|
|
|
##===- unittests/Basic/Makefile ----------------------------*- Makefile -*-===##
|
2011-02-12 02:44:49 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
CLANG_LEVEL = ../..
|
2011-02-16 05:30:27 +08:00
|
|
|
TESTNAME = Basic
|
2011-02-20 07:03:58 +08:00
|
|
|
LINK_COMPONENTS := support mc
|
2011-12-22 00:56:29 +08:00
|
|
|
USEDLIBS = clangLex.a clangBasic.a
|
2011-02-12 02:44:49 +08:00
|
|
|
|
|
|
|
include $(CLANG_LEVEL)/unittests/Makefile
|