2004-09-11 20:30:11 +00:00
|
|
|
##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===##
|
2003-10-20 22:28:01 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2004-08-23 19:29:54 +00:00
|
|
|
LEVEL=../..
|
|
|
|
TOOLNAME=ModuleMaker
|
2004-11-18 10:03:46 +00:00
|
|
|
EXAMPLE_TOOL = 1
|
2004-11-25 20:22:06 +00:00
|
|
|
USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
|
2003-08-21 22:29:52 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|