~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-16 16:57:39 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051216165739-v0m2d1you6hd8jho
Tags: upstream-1.4.2
ImportĀ upstreamĀ versionĀ 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
31
31
# You should have received a copy of the GNU General Public License
32
32
# along with this program; if not, write to the Free Software
33
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
33
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
34
34
 
35
35
srcdir = @srcdir@
36
36
top_srcdir = @top_srcdir@
62
62
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
63
63
        $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
64
64
        $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
65
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
66
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
67
 
        $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libusb.m4 \
68
 
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
69
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
70
 
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
71
 
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/signed.m4 \
72
 
        $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
73
 
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
74
 
        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
75
 
        $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \
76
 
        $(top_srcdir)/configure.ac
 
65
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/ldap.m4 \
 
66
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
67
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libcurl.m4 \
 
68
        $(top_srcdir)/m4/libusb.m4 $(top_srcdir)/m4/longdouble.m4 \
 
69
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \
 
70
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
 
71
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
 
72
        $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
 
73
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
 
74
        $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
 
75
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
76
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
77
77
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78
78
        $(ACLOCAL_M4)
79
79
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
139
139
ECHO_N = @ECHO_N@
140
140
ECHO_T = @ECHO_T@
141
141
EGREP = @EGREP@
 
142
ENABLE_AGENT_SUPPORT_FALSE = @ENABLE_AGENT_SUPPORT_FALSE@
 
143
ENABLE_AGENT_SUPPORT_TRUE = @ENABLE_AGENT_SUPPORT_TRUE@
142
144
ENABLE_BZIP2_SUPPORT_FALSE = @ENABLE_BZIP2_SUPPORT_FALSE@
143
145
ENABLE_BZIP2_SUPPORT_TRUE = @ENABLE_BZIP2_SUPPORT_TRUE@
144
146
ENABLE_CARD_SUPPORT_FALSE = @ENABLE_CARD_SUPPORT_FALSE@
158
160
GPGKEYS_HKP = @GPGKEYS_HKP@
159
161
GPGKEYS_HTTP = @GPGKEYS_HTTP@
160
162
GPGKEYS_LDAP = @GPGKEYS_LDAP@
161
 
GPGKEYS_LDAP_FALSE = @GPGKEYS_LDAP_FALSE@
162
 
GPGKEYS_LDAP_TRUE = @GPGKEYS_LDAP_TRUE@
163
163
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
164
164
HAVE_ASPRINTF = @HAVE_ASPRINTF@
165
165
HAVE_DOCBOOK_TO_MAN_FALSE = @HAVE_DOCBOOK_TO_MAN_FALSE@
191
191
LIBREADLINE = @LIBREADLINE@
192
192
LIBS = @LIBS@
193
193
LIBUSB = @LIBUSB@
194
 
LN_S = @LN_S@
195
194
LTLIBICONV = @LTLIBICONV@
196
195
LTLIBINTL = @LTLIBINTL@
197
196
LTLIBOBJS = @LTLIBOBJS@
230
229
USE_NLS = @USE_NLS@
231
230
VERSION = @VERSION@
232
231
W32LIBS = @W32LIBS@
 
232
WITH_CURL_FALSE = @WITH_CURL_FALSE@
 
233
WITH_CURL_TRUE = @WITH_CURL_TRUE@
233
234
WORKING_FAQPROG_FALSE = @WORKING_FAQPROG_FALSE@
234
235
WORKING_FAQPROG_TRUE = @WORKING_FAQPROG_TRUE@
235
236
XGETTEXT = @XGETTEXT@