blob: b235e1311e87993326188c140557a527e4ab37ec [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/CodeGen/SelectionDAG/Makefile -------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-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 Criswelle488e932003-10-20 22:26:57 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner78ec3112003-08-11 14:57:33 +00009LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000010LIBRARYNAME = LLVMSelectionDAG
Reid Spencer18c8b492006-06-01 01:30:27 +000011PARALLEL_DIRS =
Chris Lattner02b04b42006-07-21 00:10:47 +000012BUILD_ARCHIVE = 1
Reid Spencer7107c3b2006-07-26 16:18:00 +000013DONT_BUILD_RELINKED = 1
Chris Lattner78ec3112003-08-11 14:57:33 +000014
15include $(LEVEL)/Makefile.common