# ----------------------------------------------------------------------- # Makefile for curses user interface programs on eisfair # # Creation : 10.04.2013 # Last Modified: $Id: Makefile 33435 2013-04-09 23:14:26Z dv $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # ---------------------------------------------------------------------- # ---------------------------------------------------------------------- # Rules # ---------------------------------------------------------------------- # install and uninstall install: @echo "installing userman.cui.sh..." @mkdir -p $(DESTDIR)/var/install/bin @cp userman.cui.sh $(DESTDIR)/var/install/bin @cp userman.cui.*.sh $(DESTDIR)/var/install/bin # clean build directory clean : @echo "cleaning up build directory ..."