blob: 185222ade98e81bd9838ec8252f5739dcfc5b9f4 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/CodeGen/SelectionDAG/Makefile -------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
John Criswelle488e932003-10-20 22:26:57 +00003# 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.
Misha Brukman9b8f5422009-01-09 16:44:42 +00007#
John Criswelle488e932003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
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