mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 00:25:01 +00:00
c481e92886
llvm-svn: 1957
10 lines
108 B
Makefile
10 lines
108 B
Makefile
|
|
LEVEL = ../..
|
|
|
|
LIBRARYNAME = analysis
|
|
|
|
DIRS = LiveVar IPA DataStructure
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|