blob: ccd9caff16a6f961ca7080cac35a7224828ed6af [file] [log] [blame]
John Criswell4436c492003-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 Lattner9face5e2004-09-15 17:53:52 +00009
Chris Lattnered7ac422002-08-08 20:10:38 +000010LEVEL = ../../..
Reid Spencer57cbe392004-10-27 23:18:45 +000011LIBRARYNAME = LLVMHello
Chris Lattnered7ac422002-08-08 20:10:38 +000012SHARED_LIBRARY = 1
Reid Spencer134f02d2005-01-11 04:33:32 +000013LOADABLE_MODULE = 1
Chris Lattnered7ac422002-08-08 20:10:38 +000014
15include $(LEVEL)/Makefile.common
16