mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-12 12:33:17 +00:00
10 lines
108 B
Makefile
10 lines
108 B
Makefile
|
|
LEVEL = ../..
|
|
|
|
LIBRARYNAME = analysis
|
|
|
|
DIRS = LiveVar IPA DataStructure
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|