blob: c5e75d43af65ec7ac6913bc8b4c73530a8c67a75 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Transforms/Hello/Makefile -----------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
John Criswelle488e932003-10-20 22:26:57 +00003# 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.
Misha Brukman9b8f5422009-01-09 16:44:42 +00007#
John Criswelle488e932003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
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
Misha Brukman9b8f5422009-01-09 16:44:42 +000013USEDLIBS =
Chris Lattner180e5682002-08-08 20:10:38 +000014
15include $(LEVEL)/Makefile.common
16