blob: 8bb934f873f19da703a5664edbc0543419a9cbc9 [file] [log] [blame]
Reid Spencer987319d2004-09-11 20:30:11 +00001##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===##
John Criswellac028f12003-10-20 22:28:01 +00002#
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##===----------------------------------------------------------------------===##
Reid Spencer5b81eea2004-08-23 19:29:54 +00009LEVEL=../..
10TOOLNAME=ModuleMaker
Reid Spencer7e9e0b02004-11-18 10:03:46 +000011EXAMPLE_TOOL = 1
Chris Lattner41528e62007-05-06 09:29:13 +000012LINK_COMPONENTS := bitwriter
Chris Lattner33977922003-08-21 22:29:52 +000013
Chris Lattner33977922003-08-21 22:29:52 +000014include $(LEVEL)/Makefile.common