tools/Makefile.am
author ladanyi
Sat, 13 Oct 2007 08:48:07 +0000
changeset 2495 e4f8367beb41
parent 2390 8450951a8e2d
permissions -rw-r--r--
Added the function isFinite(), and replaced the calls to finite() with it.
This was necessary because finite() is not a standard function. Neither can
we use its standard counterpart isfinite(), because it was introduced only
in C99, and therefore it is not supplied by all C++ implementations.
alpar@2390
     1
EXTRA_DIST += \
alpar@2390
     2
	tools/Makefile
alpar@2390
     3
alpar@2390
     4
	
alpar@2390
     5
if WANT_TOOLS
alpar@2390
     6
alpar@2390
     7
bin_PROGRAMS += \
alpar@2404
     8
	tools/dim_to_lgf \
alpar@2390
     9
	tools/lgf-gen
alpar@2390
    10
alpar@2390
    11
endif WANT_TOOLS
alpar@2390
    12
alpar@2390
    13
tools_lgf_gen_SOURCES = tools/lgf-gen.cc
alpar@2404
    14
alpar@2404
    15
tools_dim_to_lgf_SOURCES = tools/dim_to_lgf.cc