7f06b92e745dd4117c109a953aa9616d09fcc5d7
[oota-llvm.git] / examples / ModuleMaker / tools / ModuleMaker / Makefile
1 #
2 # LEVEL - Indicate where we are relative to the top of the source tree.
3 #
4 LEVEL=../..
5
6 #
7 # TOOLNAME = Give the name of the tool.
8 #
9 TOOLNAME=ModuleMaker
10
11 #
12 # LLVMLIBS - List LLVM libraries that we'll need
13 #
14 LLVMLIBS= bcwriter vmcore support.a
15
16
17 # USEDLIBS - List all project local libraries here
18 #
19 #USEDLIBS=
20
21 #
22 # Include Makefile.common so we know what to do.
23 #
24 include $(LEVEL)/Makefile.common
25