2004-09-11 22:30:11 +02:00
|
|
|
##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===##
|
2003-10-21 00:28:01 +02: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 21:29:54 +02:00
|
|
|
LEVEL=../..
|
|
|
|
TOOLNAME=ModuleMaker
|
2004-11-18 11:03:46 +01:00
|
|
|
EXAMPLE_TOOL = 1
|
2006-06-01 03:30:27 +02:00
|
|
|
USEDLIBS= LLVMBCWriter.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
|
2003-08-22 00:29:52 +02:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|