blob: 4e54dec0f9888016e72da397f6d3677aeac224f8 [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 Lattner180e5682002-08-08 20:10:38 +00009LEVEL = ../../..
10LIBRARYNAME = hello
11SHARED_LIBRARY = 1
12
13include $(LEVEL)/Makefile.common
14