blob: af4253d1d1a92f5dfc18abbd85bdf95e1457234b [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 = ../../..
11LIBRARYNAME = hello
12SHARED_LIBRARY = 1
13
14include $(LEVEL)/Makefile.common
15