blob: ccd9caff16a6f961ca7080cac35a7224828ed6af [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Transforms/Hello/Makefile -----------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
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
Chris Lattner180e5682002-08-08 20:10:38 +000012SHARED_LIBRARY = 1
Reid Spencer99f997d2005-01-11 04:33:32 +000013LOADABLE_MODULE = 1
Chris Lattner180e5682002-08-08 20:10:38 +000014
15include $(LEVEL)/Makefile.common
16