Last change
on this file since 824 was
824,
checked in by Jari Häkkinen, 13 years ago
|
Fixes #145.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # Process this file with automake to produce Makefile.in |
---|
2 | # |
---|
3 | # $Id: Makefile.am 824 2008-11-26 22:17:07Z jari $ |
---|
4 | |
---|
5 | # Copyright (C) 2005 Jari Häkkinen, Peter Johansson |
---|
6 | # Copyright (C) 2006 Jari Häkkinen |
---|
7 | # Copyright (C) 2007 Peter Johansson |
---|
8 | # |
---|
9 | # This file is part of the thep c++ tools library, |
---|
10 | # http://lev.thep.lu.se/trac/c++_tools |
---|
11 | # |
---|
12 | # The c++ tools library is free software; you can redistribute it |
---|
13 | # and/or modify it under the terms of the GNU General Public License as |
---|
14 | # published by the Free Software Foundation; either version 3 of the |
---|
15 | # License, or (at your option) any later version. |
---|
16 | # |
---|
17 | # The c++ library is distributed in the hope that it will be useful, |
---|
18 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
19 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
20 | # General Public License for more details. |
---|
21 | # |
---|
22 | # You should have received a copy of the GNU General Public License |
---|
23 | # along with WeNNI. If not, see <http://www.gnu.org/licenses/>. |
---|
24 | |
---|
25 | noinst_LTLIBRARIES = libgslapi.la |
---|
26 | |
---|
27 | noinst_HEADERS = matrix.h vector.h |
---|
28 | |
---|
29 | libgslapi_la_SOURCES = matrix.cc vector.cc |
---|
30 | |
---|
31 | AM_CPPFLAGS = -I@top_srcdir@/lib |
---|
Note: See
TracBrowser
for help on using the repository browser.