## Process this file with automake to produce Makefile.in ## ## $Id: Makefile.am 907 2009-11-29 15:33:19Z peter $ # Copyright (C) 2005 Jari Häkkinen # Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson # Copyright (C) 2009 Peter Johansson # # This file is part of svndigest, http://dev.thep.lu.se/svndigest # # svndigest 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. # # svndigest 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 svndigest. If not, see . bin_PROGRAMS = svndigest svndigest_SOURCES = Parameter.cc svndigest.cc noinst_HEADERS = Parameter.h bin_SCRIPTS = svndigest-copy-cache EXTRA_DIST = svndigest-copy-cache.as LDADD = $(top_builddir)/lib/libsvndigest.a \ $(top_builddir)/lib/yat/libyat.a $(SVN_LIBS) $(APR_LIBS) $(PLPLOT_LIBS) AM_LDFLAGS = $(APR_LDFLAGS) $(SVN_LDFLAGS) $(PLPLOT_LDFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/lib $(DEFAULT_CPPFLAGS) \ $(APR_CPPFLAGS) $(SVN_CPPFLAGS) $(PLPLOT_CPPFLAGS) AM_CXXFLAGS = $(DEFAULT_CXXFLAGS) .as.in: $(AUTOM4TE) -l M4sh -o $@ -m 0444 $< MAINTAINERCLEANFILES = svndigest-copy-cache.in clean-local: rm -rf *~