blob: b235e1311e87993326188c140557a527e4ab37ec [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/CodeGen/SelectionDAG/Makefile -------------------*- Makefile -*-===##
2#
3# 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.
John Criswell4436c492003-10-20 22:26:57 +00007#
8##===----------------------------------------------------------------------===##
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