aboutsummaryrefslogtreecommitdiffstats
path: root/utils/fpcmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fpcmp/Makefile')
-rw-r--r--utils/fpcmp/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile
new file mode 100644
index 0000000..e38c51d
--- /dev/null
+++ b/utils/fpcmp/Makefile
@@ -0,0 +1,15 @@
+##===- utils/fpcmp/Makefile --------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+TOOLNAME = fpcmp
+USEDLIBS = support.a
+
+include $(LEVEL)/Makefile.common
+