869 |
03 Dec 08 |
peter |
## include this file in Makefile.am to add (un)install_plugin targets |
869 |
03 Dec 08 |
peter |
2 |
## |
869 |
03 Dec 08 |
peter |
## $Id$ |
869 |
03 Dec 08 |
peter |
4 |
|
869 |
03 Dec 08 |
peter |
# Copyright (C) 2008 Peter Johansson |
869 |
03 Dec 08 |
peter |
6 |
# |
869 |
03 Dec 08 |
peter |
# This file is part of WeNNI, |
869 |
03 Dec 08 |
peter |
# http://baseplugins.thep.lu.se/wiki/se.lu.thep.WeNNI |
869 |
03 Dec 08 |
peter |
9 |
# |
869 |
03 Dec 08 |
peter |
# WeNNI is free software; you can redistribute it and/or modify it |
869 |
03 Dec 08 |
peter |
# under the terms of the GNU General Public License as published by the |
869 |
03 Dec 08 |
peter |
# Free Software Foundation; either version 3 of the License, or (at |
869 |
03 Dec 08 |
peter |
# your option) any later version. |
869 |
03 Dec 08 |
peter |
14 |
# |
869 |
03 Dec 08 |
peter |
# WeNNI is distributed in the hope that it will be useful, but WITHOUT |
869 |
03 Dec 08 |
peter |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
869 |
03 Dec 08 |
peter |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
869 |
03 Dec 08 |
peter |
# for more details. |
869 |
03 Dec 08 |
peter |
19 |
# |
869 |
03 Dec 08 |
peter |
# You should have received a copy of the GNU General Public License |
869 |
03 Dec 08 |
peter |
# 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 |
|