Added LLVM copyrights to Makefiles.
[oota-llvm.git] / examples / ModuleMaker / tools / ModuleMaker / Makefile
1 ##===- projects/ModuleMaker/tools/ModuleMaker/Makefile -----*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 ##===----------------------------------------------------------------------===##
9 #
10 # LEVEL - Indicate where we are relative to the top of the source tree.
11 #
12 LEVEL=../..
13
14 #
15 # TOOLNAME = Give the name of the tool.
16 #
17 TOOLNAME=ModuleMaker
18
19 #
20 # LLVMLIBS - List LLVM libraries that we'll need
21 #
22 LLVMLIBS= bcwriter vmcore support.a
23
24
25 # USEDLIBS - List all project local libraries here
26 #
27 #USEDLIBS=
28
29 #
30 # Include Makefile.common so we know what to do.
31 #
32 include $(LEVEL)/Makefile.common
33