Only build .a file versions of these libraries, instead of .a and .o versions.

This should speed up build times.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23933 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-10-24 01:59:48 +00:00
parent f582dde143
commit ab0ed3592b
7 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMipa
BUILD_ARCHIVE = 1
DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common

View File

@ -11,6 +11,7 @@ LEVEL = ../..
LIBRARYNAME = LLVMAnalysis
PARALLEL_DIRS = IPA DataStructure
BUILD_ARCHIVE = 1
DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common

View File

@ -9,6 +9,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMipo
BUILD_ARCHIVE = 1
DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common

View File

@ -10,6 +10,7 @@ LEVEL = ../../..
LIBRARYNAME = LLVMInstrumentation
PARALLEL_DIRS = ProfilePaths
BUILD_ARCHIVE = 1
DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common

View File

@ -10,6 +10,7 @@ LEVEL = ../..
PARALLEL_DIRS = Utils Instrumentation Scalar IPO
LIBRARYNAME = LLVMTransforms
BUILD_ARCHIVE = 1
DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common

View File

@ -9,6 +9,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMScalarOpts
BUILD_ARCHIVE = 1
DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common

View File

@ -6,9 +6,11 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMTransformUtils
BUILD_ARCHIVE = 1
DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common