summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/tools/ModuleMaker/Makefile
blob: 21e8579d9f4028ab3ede4d6594609c6898133944 (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
26
27
28
29
30
31
32
33
##===- projects/ModuleMaker/tools/ModuleMaker/Makefile -----*- Makefile -*-===##
# 
#                     The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
# 
##===----------------------------------------------------------------------===##
#
# 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