Reid Spencer | 9f41a5f | 2004-10-10 20:43:57 +0000 | [diff] [blame] | 1 | ##===- 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 Spencer | 36a7d90 | 2004-10-13 11:48:50 +0000 | [diff] [blame^] | 10 | include $(top_srcdir)/Makefile_config |
Reid Spencer | 9f41a5f | 2004-10-10 20:43:57 +0000 | [diff] [blame] | 11 | |
| 12 | bin_PROGRAMS = fpcmp |
| 13 | |
| 14 | fpcmp_SOURCES= fpcmp.cpp |
| 15 | |
| 16 | fpcmp_LDADD = $(call GETLIBS,Support) |