314 |
28 May 07 |
peter |
## Process this file with automake to produce Makefile.in |
314 |
28 May 07 |
peter |
2 |
## |
314 |
28 May 07 |
peter |
## $Id$ |
314 |
28 May 07 |
peter |
4 |
|
314 |
28 May 07 |
peter |
# Copyright (C) 2007 Peter Johansson |
853 |
01 Dec 08 |
jari |
# Copyright (C) 2008 Jari Häkkinen |
314 |
28 May 07 |
peter |
7 |
# |
314 |
28 May 07 |
peter |
# This file is part of WeNNI, |
825 |
26 Nov 08 |
jari |
# http://baseplugins.thep.lu.se/wiki/se.lu.thep.WeNNI |
314 |
28 May 07 |
peter |
10 |
# |
314 |
28 May 07 |
peter |
# WeNNI is free software; you can redistribute it and/or modify it |
314 |
28 May 07 |
peter |
# under the terms of the GNU General Public License as published by the |
824 |
26 Nov 08 |
jari |
# Free Software Foundation; either version 3 of the License, or (at |
314 |
28 May 07 |
peter |
# your option) any later version. |
314 |
28 May 07 |
peter |
15 |
# |
314 |
28 May 07 |
peter |
# WeNNI is distributed in the hope that it will be useful, but WITHOUT |
314 |
28 May 07 |
peter |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
314 |
28 May 07 |
peter |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
314 |
28 May 07 |
peter |
# for more details. |
314 |
28 May 07 |
peter |
20 |
# |
314 |
28 May 07 |
peter |
# You should have received a copy of the GNU General Public License |
824 |
26 Nov 08 |
jari |
# along with WeNNI. If not, see <http://www.gnu.org/licenses/>. |
314 |
28 May 07 |
peter |
23 |
|
320 |
29 May 07 |
peter |
24 |
SUBDIRS = |
320 |
29 May 07 |
peter |
25 |
|
320 |
29 May 07 |
peter |
26 |
if BASE1 |
320 |
29 May 07 |
peter |
27 |
SUBDIRS += base1 |
320 |
29 May 07 |
peter |
28 |
endif |
320 |
29 May 07 |
peter |
29 |
|
320 |
29 May 07 |
peter |
30 |
if BASE2 |
320 |
29 May 07 |
peter |
31 |
SUBDIRS += base2 |
320 |
29 May 07 |
peter |
32 |
endif |
320 |
29 May 07 |
peter |
33 |
|
869 |
03 Dec 08 |
peter |
34 |
include $(top_srcdir)/install_plugin.am |