xref: /minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1f4a2713aSLionel Sambuc##===- unittests/Analysis/Makefile -------------------------*- Makefile -*-===##
2f4a2713aSLionel Sambuc#
3f4a2713aSLionel Sambuc#                     The LLVM Compiler Infrastructure
4f4a2713aSLionel Sambuc#
5f4a2713aSLionel Sambuc# This file is distributed under the University of Illinois Open Source
6f4a2713aSLionel Sambuc# License. See LICENSE.TXT for details.
7f4a2713aSLionel Sambuc#
8f4a2713aSLionel Sambuc##===----------------------------------------------------------------------===##
9f4a2713aSLionel Sambuc
10f4a2713aSLionel SambucLEVEL = ../..
11f4a2713aSLionel SambucTESTNAME = Analysis
12*0a6a1f1dSLionel SambucLINK_COMPONENTS := ipa analysis asmparser
13f4a2713aSLionel Sambuc
14f4a2713aSLionel Sambucinclude $(LEVEL)/Makefile.config
15f4a2713aSLionel Sambucinclude $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
16