mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
6dfc54dacc
unless they specify BUILD_ARCHIVE to also build a .a file. llvm-svn: 3001
8 lines
123 B
Makefile
8 lines
123 B
Makefile
LEVEL = ../..
|
|
LIBRARYNAME = analysis
|
|
DIRS = LiveVar IPA DataStructure
|
|
BUILD_ARCHIVE = 1
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|