#!/bin/csh
######################
# TIFF library
######################
cd EISL_TIFF_1.0/.

cd jpegsrc.v6b/jpeg-6b/.
./configure
make
cd ../..

cd zlib-1.2.1/zlib-1.2.1/.
./configure
make
cd ../..

cd tiff-v3.6.1/tiff-v3.6.1/.
./configure
make
cd ../..

cd TIFF_RW/.
make
cd ..

cd ..

############################
# segmentation 
############################
cd src/.
make
cd ..



