Files
clang-p2996/llvm/tools/llvmc/examples/Simple/Makefile
Mikhail Glushenkov b2ca0d19f2 llvmc: Update examples.
llvm-svn: 111553
2010-08-19 20:04:19 +00:00

16 lines
446 B
Makefile

##===- llvmc/examples/Simple/Makefile ----------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
LLVMC_BASED_DRIVER = Simple
BUILT_SOURCES = Simple.inc
include $(LEVEL)/Makefile.common