diff options
Diffstat (limited to 'contrib/llvm/utils/fpcmp/Makefile')
-rw-r--r-- | contrib/llvm/utils/fpcmp/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/llvm/utils/fpcmp/Makefile b/contrib/llvm/utils/fpcmp/Makefile new file mode 100644 index 0000000..fd2f747 --- /dev/null +++ b/contrib/llvm/utils/fpcmp/Makefile @@ -0,0 +1,16 @@ +##===- utils/fpcmp/Makefile --------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. +TOOLNAME = fpcmp +USEDLIBS = LLVMSupport.a LLVMSystem.a +NO_INSTALL = 1 + +include $(LEVEL)/Makefile.common + |