## Process this file with automake to produce Makefile.in ## ## $Id: Makefile.am 2224 2010-03-22 19:47:09Z peter $ # Copyright (C) 2008, 2009 Jari Häkkinen, Peter Johansson # Copyright (C) 2010 Peter Johansson # # This file is part of the yat library, http://dev.thep.lu.se/yat # # The yat library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 3 of the # License, or (at your option) any later version. # # The yat library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with yat. If not, see . noinst_LTLIBRARIES = libnormalizer.la libnormalizer_la_SOURCES = qQuantileNormalizer.cc QuantileNormalizer.cc include_normalizerdir = $(includedir)/yat/normalizer include_normalizer_HEADERS = Centralizer.h ColumnNormalizer.h \ Gauss.h qQuantileNormalizer.h QuantileNormalizer.h RowNormalizer.h \ Spearman.h utility.h Zscore.h DISTCLEANFILES = doxygen.mk all-local: doxygen.mk DOXYGEN_INPUT=$(include_normalizer_HEADERS) include $(top_srcdir)/am/doxygen.am