1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Analysis/Makefile
Vikram S. Adve 5b3555bdd3 Use PARALLEL_DIRS.
llvm-svn: 4114
2002-10-11 16:08:17 +00:00

8 lines
132 B
Makefile

LEVEL = ../..
LIBRARYNAME = analysis
PARALLEL_DIRS = LiveVar IPA DataStructure
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common