source: plugins/base1/se.lu.thep.wenni/trunk/data/Makefile.am @ 853

Last change on this file since 853 was 853, checked in by Jari Häkkinen, 14 years ago

Fixes #152. Added custom target 'install-plugin' that parallels 'install'.

  • 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 853 2008-12-01 22:59:25Z jari $
4
5# Copyright (C) 2005, 2006, 2008 Jari Häkkinen
6#
7# This file is part of WeNNI,
8# http://baseplugins.thep.lu.se/wiki/se.lu.thep.WeNNI
9#
10# WeNNI is free software; you can redistribute it and/or modify it
11# under the terms of the GNU General Public License as published by the
12# Free Software Foundation; either version 3 of the License, or (at
13# your option) any later version.
14#
15# WeNNI is distributed in the hope that it will be useful, but WITHOUT
16# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
18# for more details.
19#
20# You should have received a copy of the GNU General Public License
21# along with WeNNI. If not, see <http://www.gnu.org/licenses/>.
22
23EXTRA_DIST = basefile_in.data basefile_out.data knni_imputed.data \
24  wenni_BCh1Mean.data wenni_BCh1SD.data wenni_BCh2Mean.data       \
25  wenni_BCh2SD.data wenni_FCh1Mean.data wenni_FCh2Mean.data       \
26  wenni_imputed.data wenni_intensity1.data wenni_intensity2.data  \
27  wenni_logratio.data wenni_snr.data wenni_weight.data
28
29install-plugin:;
30.PHONY: install-plugin
Note: See TracBrowser for help on using the repository browser.