blob: ea716fdaabbab7034e1dc387bc1c00afc2047b51 [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 Lattnere73a31f2010-01-22 06:49:46 +00009
Chris Lattner78ec3112003-08-11 14:57:33 +000010LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMSelectionDAG
Chris Lattner78ec3112003-08-11 14:57:33 +000012
13include $(LEVEL)/Makefile.common