comparison lib/Analysis/Makefile @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
7 # 7 #
8 ##===----------------------------------------------------------------------===## 8 ##===----------------------------------------------------------------------===##
9 9
10 LEVEL = ../.. 10 LEVEL = ../..
11 LIBRARYNAME = LLVMAnalysis 11 LIBRARYNAME = LLVMAnalysis
12 DIRS = IPA
13 BUILD_ARCHIVE = 1 12 BUILD_ARCHIVE = 1
14 13
15 include $(LEVEL)/Makefile.common 14 include $(LEVEL)/Makefile.common
16 15