Last change
on this file since 826 was
826,
checked in by Jari Häkkinen, 15 years ago
|
Fixes #148.
|
-
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 826 2008-11-26 23:32:45Z jari $ |
---|
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://baseplugins.thep.lu.se/wiki/se.lu.thep.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 3 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 WeNNI. If not, see <http://www.gnu.org/licenses/>. |
---|
23 | |
---|
24 | dist_bin_SCRIPTS = wenni.pl |
---|
25 | |
---|
26 | EXTRA_DIST = plugin_WeNNI.base.in |
---|
27 | |
---|
28 | all-local: plugin_WeNNI.base |
---|
29 | |
---|
30 | plugin_WeNNI.base: plugin_WeNNI.base.in Makefile |
---|
31 | @$(SED) -e "s|MAKESUBSTOFVERSIONNUMBER|$(VERSION)|" \ |
---|
32 | -e "s|MAKESUBSTOFEXECNAME|$(BASEPLUGINEXECNAME)|" $< > $@ |
---|
Note: See
TracBrowser
for help on using the repository browser.