blob: 185222ade98e81bd9838ec8252f5739dcfc5b9f4 [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/CodeGen/SelectionDAG/Makefile -------------------*- Makefile -*-===##
Misha Brukman5cbf2232009-01-09 16:44:42 +00002#
John Criswell4436c492003-10-20 22:26:57 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukman5cbf2232009-01-09 16:44:42 +00007#
John Criswell4436c492003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
Chris Lattner600d3082003-08-11 14:57:33 +00009LEVEL = ../../..
Reid Spencer57cbe392004-10-27 23:18:45 +000010LIBRARYNAME = LLVMSelectionDAG
Reid Spencera647c7f2006-06-01 01:30:27 +000011PARALLEL_DIRS =
Chris Lattner55782c62006-07-21 00:10:47 +000012BUILD_ARCHIVE = 1
Reid Spencer421475c2006-07-26 16:18:00 +000013DONT_BUILD_RELINKED = 1
Chris Lattner600d3082003-08-11 14:57:33 +000014
15include $(LEVEL)/Makefile.common