tools/Makefile.am
author kpeter
Sun, 13 Jan 2008 10:32:14 +0000
changeset 2556 74c2c81055e1
parent 2390 8450951a8e2d
permissions -rw-r--r--
Cleanup in the minimum cost flow files.
The changes only affects the documentation and the look of the source codes.
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