repo.or.cz
/
seam-carving.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Accept a bias for the energy.
[seam-carving.git]
/
src
/
Makefile.am
blob
f07ef3bd1a02fd4a524298078882665a1ca89a73
1
bin_PROGRAMS = nrg entropy carve_seam
2
nrg_SOURCES = io.cc nrg.cc nrg_main.cc all.hh
3
entropy_SOURCES = io.cc entropy.cc entropy_main.cc all.hh
4
carve_seam_SOURCES = io.cc nrg.cc seam.cc seam_main.cc all.hh
5
6
AM_CPPFLAGS = $(BOOST_CPPFLAGS)