blob: 35e33c02e992e1f761c9bc04d7518b3262708801 [file] [log] [blame]
Reid Spencer9f41a5f2004-10-10 20:43:57 +00001##===- utils/fpcmp/Makefile.am -----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by Reid Spencer and is distributed under the
6# University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
Reid Spencer36a7d902004-10-13 11:48:50 +000010include $(top_srcdir)/Makefile_config
Reid Spencer9f41a5f2004-10-10 20:43:57 +000011
12bin_PROGRAMS = fpcmp
13
14fpcmp_SOURCES= fpcmp.cpp
15
16fpcmp_LDADD = $(call GETLIBS,Support)