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