mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01: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
|
|
|