tools/Makefile.am
author kpeter
Mon, 25 Feb 2008 12:35:06 +0000
changeset 2579 691ce54544c5
parent 2390 8450951a8e2d
permissions -rw-r--r--
Bug fixes in min cost flow files.
Use enum type instead of static constants in NetworkSimplex to avoid
linker errors.
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