2009-08-03 07:12:16 +02:00
|
|
|
##===- utils/FileUpdate/Makefile ---------------------------*- Makefile -*-===##
|
2010-11-29 19:16:10 +01:00
|
|
|
#
|
2009-08-03 07:12:16 +02:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2010-11-29 19:16:10 +01:00
|
|
|
#
|
2009-08-03 07:12:16 +02:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = FileUpdate
|
2010-11-29 19:16:10 +01:00
|
|
|
USEDLIBS = LLVMSupport.a
|
2009-08-03 07:12:16 +02:00
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
|
|
|
TOOL_NO_EXPORTS = 1
|
|
|
|
|
2009-08-23 06:39:38 +02:00
|
|
|
# Don't install this utility
|
|
|
|
NO_INSTALL = 1
|
|
|
|
|
2009-08-03 07:12:16 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|