blob: c10387c4f556cf88d3dcb759487776c66de936e7 [file] [log] [blame]
Mikhail Glushenkovb57326c2010-08-19 20:04:19 +00001##===- llvmc/examples/Simple/Makefile ----------------------*- Makefile -*-===##
Mikhail Glushenkovcc30d9c2008-10-16 14:02:29 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
Mikhail Glushenkov540d73f2009-03-02 09:04:13 +000010LEVEL = ../../../..
Mikhail Glushenkovf1881782009-03-02 09:01:14 +000011
Mikhail Glushenkovb57326c2010-08-19 20:04:19 +000012LLVMC_BASED_DRIVER = Simple
13BUILT_SOURCES = Simple.inc
Mikhail Glushenkovcc30d9c2008-10-16 14:02:29 +000014
Mikhail Glushenkov540d73f2009-03-02 09:04:13 +000015include $(LEVEL)/Makefile.common