2003-10-21 06:26:57 +08:00
|
|
|
##===- lib/VMCore/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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2001-06-07 04:29:01 +08:00
|
|
|
LEVEL = ../..
|
2004-10-28 07:18:45 +08:00
|
|
|
LIBRARYNAME = LLVMCore
|
2005-08-14 23:14:34 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
ifeq ($(ARCH),Alpha)
|
2005-08-13 13:09:50 +08:00
|
|
|
BUILD_ARCHIVE = 1
|
2005-08-14 23:14:34 +08:00
|
|
|
endif
|
2005-08-13 13:09:50 +08:00
|
|
|
|
2001-06-07 04:29:01 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|