blob: 6ca5774de4206c7b50b01b1fe7f7c16e2a9ed5a3 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Transforms/Hello/Makefile -----------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswelle488e932003-10-20 22:26:57 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattneracf80892004-09-15 17:53:52 +00009
Chris Lattner180e5682002-08-08 20:10:38 +000010LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMHello
Reid Spencer99f997d2005-01-11 04:33:32 +000012LOADABLE_MODULE = 1
Devang Patel60b0d842007-04-13 18:35:15 +000013USEDLIBS =
Chris Lattner180e5682002-08-08 20:10:38 +000014
15include $(LEVEL)/Makefile.common
16