#!/bin/sh . ../config set -x gcc -o depth $CFLAGS $INCLUDE $LFLAGS depth.c $LIBS && ./depth