Changeset 400:50d96f2166d7 in lemon
- Timestamp:
- 11/27/08 23:04:46 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.hgignore
r298 r400 37 37 ^objs.*/.* 38 38 ^test/[a-z_]*$ 39 ^tools/[a-z-_]*$ 39 40 ^demo/.*_demo$ 40 41 ^build/.* -
lemon/Makefile.am
r399 r400 28 28 lemon/dijkstra.h \ 29 29 lemon/dim2.h \ 30 lemon/dimacs.h \ 30 31 lemon/elevator.h \ 31 32 lemon/error.h \ -
tools/Makefile.am
r310 r400 1 1 if WANT_TOOLS 2 2 3 bin_PROGRAMS += 3 bin_PROGRAMS += \ 4 tools/dimacs-to-lgf 5 4 6 dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh 5 7 6 8 endif WANT_TOOLS 9 10 tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc
Note: See TracChangeset
for help on using the changeset viewer.