summaryrefslogtreecommitdiff
path: root/utils/fpcmp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-22 03:35:04 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-22 03:35:04 +0000
commitcac731ecbe6a80e0c607ece2833525a92601db99 (patch)
tree0cd02e334e8e3395fcf1b76538cc512c03264bc6 /utils/fpcmp
parent9691a898c702b5ad6ec122dd38f8b4196316876c (diff)
downloadllvm-cac731ecbe6a80e0c607ece2833525a92601db99.tar.gz
llvm-cac731ecbe6a80e0c607ece2833525a92601db99.tar.bz2
llvm-cac731ecbe6a80e0c607ece2833525a92601db99.tar.xz
We won't use automake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17155 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/fpcmp')
-rw-r--r--utils/fpcmp/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/utils/fpcmp/Makefile.am b/utils/fpcmp/Makefile.am
deleted file mode 100644
index 35e33c02e9..0000000000
--- a/utils/fpcmp/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- utils/fpcmp/Makefile.am -----------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by Reid Spencer and is distributed under the
-# University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-include $(top_srcdir)/Makefile_config
-
-bin_PROGRAMS = fpcmp
-
-fpcmp_SOURCES= fpcmp.cpp
-
-fpcmp_LDADD = $(call GETLIBS,Support)