2003-10-21 06:26:57 +08:00
|
|
|
##===- lib/Transforms/Hello/Makefile -----------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# 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-09-16 01:53:52 +08:00
|
|
|
|
2002-08-09 04:10:38 +08:00
|
|
|
LEVEL = ../../..
|
2004-10-28 07:18:45 +08:00
|
|
|
LIBRARYNAME = LLVMHello
|
2005-01-11 12:33:32 +08:00
|
|
|
LOADABLE_MODULE = 1
|
2007-04-14 02:35:15 +08:00
|
|
|
USEDLIBS =
|
2002-08-09 04:10:38 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|