1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
# This Makefile.in is free software; the Free Software Foundation
5
# gives unlimited permission to copy and/or distribute it,
6
# with or without modifications, as long as this notice is preserved.
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17
top_srcdir = @top_srcdir@
20
exec_prefix = @exec_prefix@
24
libexecdir = @libexecdir@
26
sysconfdir = @sysconfdir@
27
sharedstatedir = @sharedstatedir@
28
localstatedir = @localstatedir@
32
includedir = @includedir@
33
oldincludedir = /usr/include
37
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
41
top_builddir = ../../..
46
AUTOHEADER = @AUTOHEADER@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
60
host_alias = @host_alias@
63
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
65
CATOBJEXT = @CATOBJEXT@
68
DATADIRNAME = @DATADIRNAME@
73
GUILE_CFLAGS = @GUILE_CFLAGS@
74
GUILE_LIBS = @GUILE_LIBS@
75
INSTOBJEXT = @INSTOBJEXT@
76
INTLBISON = @INTLBISON@
79
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
80
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
82
LOCALEDIR = @LOCALEDIR@
83
LUA_CFLAGS = @LUA_CFLAGS@
86
MKINSTALLDIRS = @MKINSTALLDIRS@
92
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
95
have_smbclient = @have_smbclient@
97
man_MANS = elinks.conf.5 elinkskeys.5
99
EXTRA_DIST = $(man_MANS)
100
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101
CONFIG_HEADER = ../../../config.h
103
man5dir = $(mandir)/man5
107
DIST_COMMON = Makefile.am Makefile.in
110
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/man/man5/Makefile
119
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
121
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
$(mkinstalldirs) $(DESTDIR)$(man5dir)
126
@list='$(man5_MANS)'; \
127
l2='$(man_MANS)'; for i in $$l2; do \
129
*.5*) list="$$list $$i" ;; \
132
for i in $$list; do \
133
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
135
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
136
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
137
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
138
echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
139
$(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \
143
@list='$(man5_MANS)'; \
144
l2='$(man_MANS)'; for i in $$l2; do \
146
*.5*) list="$$list $$i" ;; \
149
for i in $$list; do \
150
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
151
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
152
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
153
echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
154
rm -f $(DESTDIR)$(man5dir)/$$inst; \
158
$(MAKE) $(AM_MAKEFLAGS) install-man5
161
$(MAKE) $(AM_MAKEFLAGS) uninstall-man5
166
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
168
subdir = doc/man/man5
170
distdir: $(DISTFILES)
171
@for file in $(DISTFILES); do \
173
if test -d $$d/$$file; then \
174
cp -pr $$d/$$file $(distdir)/$$file; \
176
test -f $(distdir)/$$file \
177
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
178
|| cp -p $$d/$$file $(distdir)/$$file || :; \
188
installcheck: installcheck-am
190
install-exec: install-exec-am
192
install-data-am: install-man
193
install-data: install-data-am
196
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
198
uninstall-am: uninstall-man
199
uninstall: uninstall-am
200
all-am: Makefile $(MANS)
203
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
205
$(mkinstalldirs) $(DESTDIR)$(mandir)/man5
213
-rm -f Makefile $(CONFIG_CLEAN_FILES)
214
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
216
maintainer-clean-generic:
217
mostlyclean-am: mostlyclean-generic
219
mostlyclean: mostlyclean-am
221
clean-am: clean-generic mostlyclean-am
225
distclean-am: distclean-generic clean-am
227
distclean: distclean-am
229
maintainer-clean-am: maintainer-clean-generic distclean-am
230
@echo "This command is intended for maintainers to use;"
231
@echo "it deletes files that may require special tools to rebuild."
233
maintainer-clean: maintainer-clean-am
235
.PHONY: install-man5 uninstall-man5 install-man uninstall-man tags \
236
distdir info-am info dvi-am dvi check check-am installcheck-am \
237
installcheck install-exec-am install-exec install-data-am install-data \
238
install-am install uninstall-am uninstall all-redirect all-am all \
239
installdirs mostlyclean-generic distclean-generic clean-generic \
240
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
243
# Tell versions [3.59,3.63) of GNU make to not export all variables.
244
# Otherwise a system limit (for SysV at least) may be exceeded.