source: trunk/bin/Makefile.am @ 978

Last change on this file since 978 was 978, checked in by Peter Johansson, 13 years ago

refs #429. Convert copyright statements to UTF-8

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.5 KB
RevLine 
[21]1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 978 2009-12-12 20:09:41Z peter $
[37]4
[978]5# Copyright (C) 2005 Jari Häkkinen
6# Copyright (C) 2006, 2007, 2008, 2009 Jari Häkkinen, Peter Johansson
[84]7#
[687]8# This file is part of svndigest, http://dev.thep.lu.se/svndigest
[84]9#
[148]10# svndigest is free software; you can redistribute it and/or modify it
[84]11# under the terms of the GNU General Public License as published by
[693]12# the Free Software Foundation; either version 3 of the License, or
[84]13# (at your option) any later version.
14#
[148]15# svndigest is distributed in the hope that it will be useful, but
[84]16# WITHOUT ANY WARRANTY; without even the implied warranty of
[148]17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[84]18# General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
[693]21# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
[84]22
[148]23bin_PROGRAMS = svndigest
[37]24
[148]25svndigest_SOURCES = Parameter.cc svndigest.cc
[37]26
[100]27noinst_HEADERS = Parameter.h
[81]28
[907]29bin_SCRIPTS = svndigest-copy-cache
30EXTRA_DIST = svndigest-copy-cache.as
31
[795]32LDADD = $(top_builddir)/lib/libsvndigest.a \
[888]33  $(top_builddir)/lib/yat/libyat.a $(SVN_LIBS) $(APR_LIBS) $(PLPLOT_LIBS)
[887]34AM_LDFLAGS = $(APR_LDFLAGS) $(SVN_LDFLAGS) $(PLPLOT_LDFLAGS)
[49]35
[887]36AM_CPPFLAGS  = -I$(top_srcdir)/lib $(DEFAULT_CPPFLAGS) \
[898]37  $(APR_CPPFLAGS) $(SVN_CPPFLAGS) $(PLPLOT_CPPFLAGS)
[887]38AM_CXXFLAGS = $(DEFAULT_CXXFLAGS)
[49]39
[907]40.as.in:
[911]41  $(AUTOM4TE) -l M4sh -o $@ $(M4SH_OPTIONS) $<
[907]42
43MAINTAINERCLEANFILES = svndigest-copy-cache.in
44
[49]45clean-local:
[139]46  rm -rf *~
Note: See TracBrowser for help on using the repository browser.