while test $# -gt 0; do
  case "$1" in
   --cflags)
      echo -I/opt/amiga/include/SDL
      ;;
  esac
  shift
done
