blob: e24e0df49d734a5397789b3936668d771130c376 [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#
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 Spencer3a168a72004-08-23 19:29:54 +00009LEVEL=../..
10TOOLNAME=ModuleMaker
Reid Spencer815cbcf2004-11-18 10:03:46 +000011EXAMPLE_TOOL = 1
Reid Spencer18c8b492006-06-01 01:30:27 +000012USEDLIBS= LLVMBCWriter.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
Chris Lattner8ca0eeb2003-08-21 22:29:52 +000013
Chris Lattner8ca0eeb2003-08-21 22:29:52 +000014include $(LEVEL)/Makefile.common