blob: c99b7e7891c4b086331df27d76f5d5f5b643c8a2 [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 Spencer0bb062e2004-09-11 04:29:44 +000011USEDLIBS= bcwriter vmcore support.a LLVMsystem.a
Chris Lattner33977922003-08-21 22:29:52 +000012
Chris Lattner33977922003-08-21 22:29:52 +000013include $(LEVEL)/Makefile.common