2004-04-13 20:55:49 +00:00
|
|
|
##===- utils/fpcmp/Makefile --------------------------------*- Makefile -*-===##
|
2010-11-29 18:16:10 +00:00
|
|
|
#
|
2004-04-13 20:55:49 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:07:17 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2010-11-29 18:16:10 +00:00
|
|
|
#
|
2004-04-13 20:55:49 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = fpcmp
|
2010-11-29 18:16:10 +00:00
|
|
|
USEDLIBS = LLVMSupport.a
|
2007-02-06 18:51:28 +00:00
|
|
|
NO_INSTALL = 1
|
2004-04-13 20:55:49 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|