blob: 81db3b9c3f6ee642c9ba58788c6b99769ee51f5c [file] [log] [blame]
John Bauman89401822014-05-06 15:04:28 -04001##===- utils/fpcmp/Makefile --------------------------------*- Makefile -*-===##
John Bauman19bac1e2014-05-06 15:23:49 -04002#
John Bauman89401822014-05-06 15:04:28 -04003# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Bauman19bac1e2014-05-06 15:23:49 -04007#
John Bauman89401822014-05-06 15:04:28 -04008##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11TOOLNAME = fpcmp
John Bauman19bac1e2014-05-06 15:23:49 -040012USEDLIBS = LLVMSupport.a
John Bauman89401822014-05-06 15:04:28 -040013NO_INSTALL = 1
14
15include $(LEVEL)/Makefile.common
16