X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FModuleMaker%2FMakefile;h=9454cf514dc14642c80362bf42b89ebb887e4c59;hb=66192e4b082f024d2141af3266bf35ffb72537bc;hp=7c2d3280b2875513d4553f37c76cf4a75a30635f;hpb=8ca0eebe4ef4fe810dba5ce91306031272f139cf;p=oota-llvm.git diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile index 7c2d3280b28..9454cf514dc 100644 --- a/examples/ModuleMaker/Makefile +++ b/examples/ModuleMaker/Makefile @@ -1,19 +1,14 @@ -# -# This is a sample Makefile for a project that uses LLVM. -# - -# -# Indicates our relative path to the top of the project's root directory. -# -LEVEL = . +##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## +LEVEL=../.. +TOOLNAME=ModuleMaker +EXAMPLE_TOOL = 1 +LINK_COMPONENTS := bitwriter -# -# Directories that needs to be built. -# -DIRS = tools - -# -# Include the Master Makefile that knows how to build all. -# include $(LEVEL)/Makefile.common -