Last change
on this file since 355 was
355,
checked in by Peter Johansson, 15 years ago
|
fixes #72 NNIFileConverter is not built in BASE2-mode.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1023 bytes
|
Line | |
---|
1 | # Process this file with automake to produce Makefile.in |
---|
2 | # |
---|
3 | # $Id: Makefile.am 355 2007-07-25 12:42:36Z peter $ |
---|
4 | |
---|
5 | # Copyright (C) 2005, 2006 Jari Häkkinen |
---|
6 | # Copyright (C) 2007 Peter Johansson |
---|
7 | # |
---|
8 | # This file is part of WeNNI, |
---|
9 | # http://lev.thep.lu.se/trac/baseplugins/wiki/WeNNI |
---|
10 | # |
---|
11 | # WeNNI is free software; you can redistribute it and/or modify it |
---|
12 | # under the terms of the GNU General Public License as published by the |
---|
13 | # Free Software Foundation; either version 2 of the License, or (at |
---|
14 | # your option) any later version. |
---|
15 | # |
---|
16 | # WeNNI is distributed in the hope that it will be useful, but WITHOUT |
---|
17 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
18 | # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
---|
19 | # for more details. |
---|
20 | # |
---|
21 | # You should have received a copy of the GNU General Public License |
---|
22 | # along with this program; if not, write to the Free Software |
---|
23 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
---|
24 | # 02111-1307, USA. |
---|
25 | |
---|
26 | SUBDIRS = nni |
---|
27 | |
---|
28 | if !BASE2 |
---|
29 | SUBDIRS += NNIFileConverter |
---|
30 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.