tools/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 13 Feb 2009 15:01:09 +0000
changeset 487 06787db0ef5f
parent 310 a9e8f310507f
child 523 d9e43511d11c
permissions -rw-r--r--
Change LEMON's isnan() to isNaN() for the sake of AIX/xlC

Certain xlC versions implement isnan() as a #define.
     1 if WANT_TOOLS
     2 
     3 bin_PROGRAMS += \
     4 	tools/dimacs-to-lgf
     5 
     6 dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
     7 
     8 endif WANT_TOOLS
     9 
    10 tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc