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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2002-08-09 04:10:38 +08:00
|
|
|
LEVEL = ../../..
|
|
|
|
LIBRARYNAME = hello
|
|
|
|
SHARED_LIBRARY = 1
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|