Update OCaml bindings. Opaque types are gone, type holders are gone and the
[llvm/stm8.git] / utils / fpcmp / Makefile
blob81db3b9c3f6ee642c9ba58788c6b99769ee51f5c
1 ##===- utils/fpcmp/Makefile --------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 TOOLNAME = fpcmp
12 USEDLIBS = LLVMSupport.a
13 NO_INSTALL = 1
15 include $(LEVEL)/Makefile.common