#!/bin/sh
cat <<EOF
Sorry. This software has no configure-Script
Please simply do a 'make' and 'make install

 make                     compile software
 make install             install into /usr/bin and /usr/share
 make DESTDIR=/tmp/hirn   install into /tmp/hirn/usr/bin
 make uninstall           remove installed software
 make rpm                 create binary RPM package
 make clean               remove created temporary files
 make distclean           remove all created files

EOF

