Last change
on this file since 269 was
221,
checked in by Jari Häkkinen, 16 years ago
|
Fixes #84. Read developer information in README about how to do 'make distcheck'.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Rev | Line | |
---|
[21] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | ## |
---|
| 3 | ## $Id: Makefile.am 221 2006-12-25 00:04:59Z jari $ |
---|
[37] | 4 | |
---|
[84] | 5 | # Copyright (C) 2005, 2006 Jari Häkkinen |
---|
| 6 | # |
---|
[148] | 7 | # This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest |
---|
[84] | 8 | # |
---|
[148] | 9 | # svndigest is free software; you can redistribute it and/or modify it |
---|
[84] | 10 | # under the terms of the GNU General Public License as published by |
---|
| 11 | # the Free Software Foundation; either version 2 of the License, or |
---|
| 12 | # (at your option) any later version. |
---|
| 13 | # |
---|
[148] | 14 | # svndigest is distributed in the hope that it will be useful, but |
---|
[84] | 15 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
[148] | 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
[84] | 17 | # General Public License for more details. |
---|
| 18 | # |
---|
| 19 | # You should have received a copy of the GNU General Public License |
---|
| 20 | # along with this program; if not, write to the Free Software |
---|
| 21 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
---|
| 22 | # 02111-1307, USA. |
---|
| 23 | |
---|
[148] | 24 | bin_PROGRAMS = svndigest |
---|
[37] | 25 | |
---|
[148] | 26 | svndigest_SOURCES = Parameter.cc svndigest.cc |
---|
[37] | 27 | |
---|
[100] | 28 | noinst_HEADERS = Parameter.h |
---|
[81] | 29 | |
---|
[221] | 30 | LDADD = $(STATICFLAG) @top_builddir@/lib/libsvndigest.la |
---|
[49] | 31 | |
---|
[166] | 32 | AM_CPPFLAGS = -I@top_srcdir@/lib |
---|
[49] | 33 | |
---|
| 34 | clean-local: |
---|
[139] | 35 | rm -rf *~ |
---|
Note: See
TracBrowser
for help on using the repository browser.