blob: 9454cf514dc14642c80362bf42b89ebb887e4c59 [file] [log] [blame]
Reid Spencer66e7cd02004-09-11 20:30:11 +00001##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===##
John Criswelle26ba9f2003-10-20 22:28:01 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner57360d12007-12-29 20:11:13 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswelle26ba9f2003-10-20 22:28:01 +00007#
8##===----------------------------------------------------------------------===##
Reid Spencer3a168a72004-08-23 19:29:54 +00009LEVEL=../..
10TOOLNAME=ModuleMaker
Reid Spencer815cbcf2004-11-18 10:03:46 +000011EXAMPLE_TOOL = 1
Chris Lattner4bcca0f2007-05-06 09:29:13 +000012LINK_COMPONENTS := bitwriter
Chris Lattner8ca0eeb2003-08-21 22:29:52 +000013
Chris Lattner8ca0eeb2003-08-21 22:29:52 +000014include $(LEVEL)/Makefile.common