summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/tools/ModuleMaker/Makefile
blob: 7f06b92e745dd4117c109a953aa9616d09fcc5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# LEVEL - Indicate where we are relative to the top of the source tree.
#
LEVEL=../..

#
# TOOLNAME = Give the name of the tool.
#
TOOLNAME=ModuleMaker

#
# LLVMLIBS - List LLVM libraries that we'll need
#
LLVMLIBS= bcwriter vmcore support.a

# 
# USEDLIBS - List all project local libraries here
#
#USEDLIBS=

#
# Include Makefile.common so we know what to do.
#
include $(LEVEL)/Makefile.common