blob: 6c502886c5fd83a09c2e08905e31d4ff4f5b186d [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/CodeGen/SelectionDAG/Makefile -------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
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