69 |
11 Feb 06 |
jari |
# Process this file with automake to produce Makefile.in |
69 |
11 Feb 06 |
jari |
2 |
# |
69 |
11 Feb 06 |
jari |
# $Id$ |
69 |
11 Feb 06 |
jari |
4 |
|
95 |
05 Apr 06 |
jari |
# Copyright (C) 2005, 2006 Jari Häkkinen |
853 |
01 Dec 08 |
jari |
# Copyright (C) 2007 Peter Johansson |
853 |
01 Dec 08 |
jari |
# Copyright (C) 2008 Jari Häkkinen, Peter Johansson |
95 |
05 Apr 06 |
jari |
8 |
# |
95 |
05 Apr 06 |
jari |
# This file is part of WeNNI, |
825 |
26 Nov 08 |
jari |
# http://baseplugins.thep.lu.se/wiki/se.lu.thep.WeNNI |
95 |
05 Apr 06 |
jari |
11 |
# |
95 |
05 Apr 06 |
jari |
# WeNNI is free software; you can redistribute it and/or modify it |
95 |
05 Apr 06 |
jari |
# 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 |
95 |
05 Apr 06 |
jari |
# your option) any later version. |
95 |
05 Apr 06 |
jari |
16 |
# |
95 |
05 Apr 06 |
jari |
# WeNNI is distributed in the hope that it will be useful, but WITHOUT |
95 |
05 Apr 06 |
jari |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
95 |
05 Apr 06 |
jari |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
95 |
05 Apr 06 |
jari |
# for more details. |
95 |
05 Apr 06 |
jari |
21 |
# |
95 |
05 Apr 06 |
jari |
# 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/>. |
95 |
05 Apr 06 |
jari |
24 |
|
69 |
11 Feb 06 |
jari |
25 |
bin_PROGRAMS = NNIFileConverter |
69 |
11 Feb 06 |
jari |
26 |
|
841 |
29 Nov 08 |
peter |
27 |
AM_CPPFLAGS += $(GSL_CPPFLAGS) -I$(top_srcdir)/lib |
69 |
11 Feb 06 |
jari |
28 |
|
841 |
29 Nov 08 |
peter |
29 |
LDADD = $(top_builddir)/$(CPP_TOOLS_LIBPATH)/libc++_tools.la |
69 |
11 Feb 06 |
jari |
30 |
|
69 |
11 Feb 06 |
jari |
31 |
NNIFileConverter_SOURCES = NNIFileConverter.cc Parameter.cc |
69 |
11 Feb 06 |
jari |
32 |
|
69 |
11 Feb 06 |
jari |
33 |
EXTRA_DIST = Parameter.h |
853 |
01 Dec 08 |
jari |
34 |
|
869 |
03 Dec 08 |
peter |
35 |
include $(top_srcdir)/install_plugin.am |