gnupg/doc/Makefile.am

48 lines
1.2 KiB
Makefile
Raw Normal View History

2003-01-09 14:29:36 +01:00
# Makefile.am - main makefile for NewPG/GnuPG
# Copyright (C) 2001 Free Software Foundation, Inc.
#
2002-06-29 15:31:13 +02:00
# This file is part of GnuPG.
2003-01-09 14:29:36 +01:00
#
2002-06-29 15:31:13 +02:00
# GnuPG 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 2 of the License, or
# (at your option) any later version.
#
# GnuPG 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
2003-01-09 14:29:36 +01:00
## Process this file with automake to produce Makefile.in
2000-02-08 18:12:00 +01:00
2003-01-09 14:29:36 +01:00
EXTRA_DIST = autogen.sh
1998-04-02 12:30:03 +02:00
2003-01-09 14:29:36 +01:00
if BUILD_GPGSM
sm = sm
2002-06-29 15:31:13 +02:00
else
2003-01-09 14:29:36 +01:00
sm =
endif
if BUILD_AGENT
agent = agent
else
agent =
endif
if BUILD_SCDAEMON
scd = scd
else
scd =
2002-06-29 15:31:13 +02:00
endif
2003-01-09 14:29:36 +01:00
SUBDIRS = intl jnlib assuan common kbx ${sm} ${agent} ${scd} po doc tests
1998-04-02 12:30:03 +02:00
2000-11-14 17:04:16 +01:00
2002-06-29 15:31:13 +02:00
dist-hook:
2003-01-09 14:29:36 +01:00
@set -e; echo "$(VERSION)" > $(distdir)/VERSION