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