1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Convert over to new style makefile where libraries by default build .o files

unless they specify BUILD_ARCHIVE to also build a .a file.

llvm-svn: 3001
This commit is contained in:
Chris Lattner 2002-07-23 17:52:24 +00:00
parent a1ecec3732
commit 6dfc54dacc

View File

@ -1,9 +1,7 @@
LEVEL = ../..
LIBRARYNAME = analysis
DIRS = LiveVar IPA DataStructure
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common