2003-10-20 22:26:57 +00:00
|
|
|
##===- lib/CodeGen/SelectionDAG/Makefile -------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-08-11 14:57:33 +00:00
|
|
|
LEVEL = ../../..
|
2004-10-27 23:18:45 +00:00
|
|
|
LIBRARYNAME = LLVMSelectionDAG
|
2006-06-01 01:30:27 +00:00
|
|
|
PARALLEL_DIRS =
|
2006-07-21 00:10:47 +00:00
|
|
|
BUILD_ARCHIVE = 1
|
2006-07-26 16:18:00 +00:00
|
|
|
DONT_BUILD_RELINKED = 1
|
2003-08-11 14:57:33 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|