tools/Makefile.am
author kpeter
Mon, 18 Feb 2008 03:30:53 +0000
changeset 2574 7058c9690e7d
parent 2390 8450951a8e2d
permissions -rw-r--r--
Improvements in CapacityScaling.

Main changes:
- Use -potenital[] instead of potential[] to conform to the usual
terminology.
- Change the name of private members to start with "_".
- Change the name of function parameters not to start with "_".
- Remove unnecessary documentation for private members.
- Doc improvements.
     1 EXTRA_DIST += \
     2 	tools/Makefile
     3 
     4 	
     5 if WANT_TOOLS
     6 
     7 bin_PROGRAMS += \
     8 	tools/dim_to_lgf \
     9 	tools/lgf-gen
    10 
    11 endif WANT_TOOLS
    12 
    13 tools_lgf_gen_SOURCES = tools/lgf-gen.cc
    14 
    15 tools_dim_to_lgf_SOURCES = tools/dim_to_lgf.cc