plugins/base1/se.lu.thep.wenni/trunk/install_plugin.am

Code
Comments
Other
Rev Date Author Line
869 03 Dec 08 peter 1 ## include this file in Makefile.am to add (un)install_plugin targets
869 03 Dec 08 peter 2 ##
869 03 Dec 08 peter 3 ## $Id$
869 03 Dec 08 peter 4
869 03 Dec 08 peter 5 # Copyright (C) 2008 Peter Johansson
869 03 Dec 08 peter 6 #
869 03 Dec 08 peter 7 # This file is part of WeNNI,
869 03 Dec 08 peter 8 # http://baseplugins.thep.lu.se/wiki/se.lu.thep.WeNNI
869 03 Dec 08 peter 9 #
869 03 Dec 08 peter 10 # WeNNI is free software; you can redistribute it and/or modify it
869 03 Dec 08 peter 11 # under the terms of the GNU General Public License as published by the
869 03 Dec 08 peter 12 # Free Software Foundation; either version 3 of the License, or (at
869 03 Dec 08 peter 13 # your option) any later version.
869 03 Dec 08 peter 14 #
869 03 Dec 08 peter 15 # WeNNI is distributed in the hope that it will be useful, but WITHOUT
869 03 Dec 08 peter 16 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
869 03 Dec 08 peter 17 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
869 03 Dec 08 peter 18 # for more details.
869 03 Dec 08 peter 19 #
869 03 Dec 08 peter 20 # You should have received a copy of the GNU General Public License
869 03 Dec 08 peter 21 # along with WeNNI. If not, see <http://www.gnu.org/licenses/>.
869 03 Dec 08 peter 22
869 03 Dec 08 peter 23 install-plugin:
869 03 Dec 08 peter 24   $(MAKE) $(AM_MAKEFLAGS) bindir=$(PLUGINDIR) install
869 03 Dec 08 peter 25
869 03 Dec 08 peter 26 uninstall-plugin:
869 03 Dec 08 peter 27   $(MAKE) $(AM_MAKEFLAGS) bindir=$(PLUGINDIR) uninstall
869 03 Dec 08 peter 28