Inliner pass header file was moved.
[llvm-complete.git] / utils / fpcmp / Makefile
blob234af089cfd48540b3b3c8dd0d44491ef020301a
1 ##===- utils/fpcmp/Makefile --------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
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 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 TOOLNAME = fpcmp
12 USEDLIBS = LLVMSupport.a LLVMSystem.a
13 NO_INSTALL = 1
15 include $(LEVEL)/Makefile.common