blob: 7c03e2a74f7c6b2f97161a0cf1e1103c5ac79899 [file] [log] [blame]
Mikhail Glushenkov98d5ed52008-11-25 21:38:12 +00001##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
Anton Korobeynikov70548d82008-03-23 08:57:20 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open
6# Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Mikhail Glushenkovf40296b2008-10-02 21:15:05 +00009
Anton Korobeynikov70548d82008-03-23 08:57:20 +000010LEVEL = ../..
Anton Korobeynikov70548d82008-03-23 08:57:20 +000011
Mikhail Glushenkov938e9762010-08-15 07:07:12 +000012DIRS = src
Mikhail Glushenkovf40296b2008-10-02 21:15:05 +000013
Mikhail Glushenkovb2ca0d12010-08-19 20:04:19 +000014ifeq ($(BUILD_EXAMPLES),1)
15 OPTIONAL_DIRS += examples
16endif
17
Anton Korobeynikov70548d82008-03-23 08:57:20 +000018include $(LEVEL)/Makefile.common