2008-11-25 22:38:12 +01:00
|
|
|
##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
|
2008-03-23 09:57:20 +01:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open
|
|
|
|
# Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2008-10-02 23:15:05 +02:00
|
|
|
|
2008-03-23 09:57:20 +01:00
|
|
|
LEVEL = ../..
|
|
|
|
|
2010-08-15 09:07:12 +02:00
|
|
|
DIRS = src
|
2008-10-02 23:15:05 +02:00
|
|
|
|
2010-08-19 22:04:19 +02:00
|
|
|
ifeq ($(BUILD_EXAMPLES),1)
|
|
|
|
OPTIONAL_DIRS += examples
|
|
|
|
endif
|
|
|
|
|
2008-03-23 09:57:20 +01:00
|
|
|
include $(LEVEL)/Makefile.common
|