blob: 6e12739ac88c6310606b2b2da51ae2de1af5db24 [file] [log] [blame]
Chris Lattner337481a2004-04-13 20:55:49 +00001##===- utils/fpcmp/Makefile --------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11TOOLNAME = fpcmp
Reid Spencer2a3af752004-12-13 17:02:08 +000012USEDLIBS = LLVMSupport.a LLVMSystem.a
Chris Lattner337481a2004-04-13 20:55:49 +000013
14include $(LEVEL)/Makefile.common
15