"Fossies" - the Fresh Open Source Software Archive 
Member "leafnode-1.12.0/doc_german/Makefile.in" (26 May 2022, 12656 Bytes) of package /linux/misc/leafnode-1.12.0.tar.xz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
1.11.12_vs_1.12.0.
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 subdir = doc_german
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
95 mkinstalldirs = $(install_sh) -d
96 CONFIG_HEADER = $(top_builddir)/config.h
97 CONFIG_CLEAN_FILES =
98 CONFIG_CLEAN_VPATH_FILES =
99 AM_V_P = $(am__v_P_@AM_V@)
100 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
101 am__v_P_0 = false
102 am__v_P_1 = :
103 AM_V_GEN = $(am__v_GEN_@AM_V@)
104 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
105 am__v_GEN_0 = @echo " GEN " $@;
106 am__v_GEN_1 =
107 AM_V_at = $(am__v_at_@AM_V@)
108 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
109 am__v_at_0 = @
110 am__v_at_1 =
111 SOURCES =
112 DIST_SOURCES =
113 am__can_run_installinfo = \
114 case $$AM_UPDATE_INFO_DIR in \
115 n|no|NO) false;; \
116 *) (install-info --version) >/dev/null 2>&1;; \
117 esac
118 DATA = $(noinst_DATA)
119 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
120 am__DIST_COMMON = $(srcdir)/Makefile.in README
121 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122 ACLOCAL = @ACLOCAL@
123 AMTAR = @AMTAR@
124 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125 AR = @AR@
126 AUTOCONF = @AUTOCONF@
127 AUTOHEADER = @AUTOHEADER@
128 AUTOMAKE = @AUTOMAKE@
129 AWK = @AWK@
130 BINDIR = @BINDIR@
131 CC = @CC@
132 CCDEPMODE = @CCDEPMODE@
133 CFLAGS = @CFLAGS@
134 CPP = @CPP@
135 CPPFLAGS = @CPPFLAGS@
136 CSCOPE = @CSCOPE@
137 CTAGS = @CTAGS@
138 CYGPATH_W = @CYGPATH_W@
139 DEFS = @DEFS@
140 DEPDIR = @DEPDIR@
141 ECHO_C = @ECHO_C@
142 ECHO_N = @ECHO_N@
143 ECHO_T = @ECHO_T@
144 EGREP = @EGREP@
145 ETAGS = @ETAGS@
146 EXEEXT = @EXEEXT@
147 GCC_FLAGS = @GCC_FLAGS@
148 GREP = @GREP@
149 ID = @ID@
150 INSTALL = @INSTALL@
151 INSTALL_DATA = @INSTALL_DATA@
152 INSTALL_PROGRAM = @INSTALL_PROGRAM@
153 INSTALL_SCRIPT = @INSTALL_SCRIPT@
154 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
155 LDFLAGS = @LDFLAGS@
156 LIBOBJS = @LIBOBJS@
157 LIBS = @LIBS@
158 LOCKFILE = @LOCKFILE@
159 LTLIBOBJS = @LTLIBOBJS@
160 MAKEINFO = @MAKEINFO@
161 MKDIR_P = @MKDIR_P@
162 NEWS_GROUP = @NEWS_GROUP@
163 NEWS_USER = @NEWS_USER@
164 OBJEXT = @OBJEXT@
165 PACKAGE = @PACKAGE@
166 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167 PACKAGE_NAME = @PACKAGE_NAME@
168 PACKAGE_STRING = @PACKAGE_STRING@
169 PACKAGE_TARNAME = @PACKAGE_TARNAME@
170 PACKAGE_URL = @PACKAGE_URL@
171 PACKAGE_VERSION = @PACKAGE_VERSION@
172 PATH_SEPARATOR = @PATH_SEPARATOR@
173 PCRE2CONFIG = @PCRE2CONFIG@
174 PCRE2_8DEP = @PCRE2_8DEP@
175 PCRE2_8LIB = @PCRE2_8LIB@
176 RANLIB = @RANLIB@
177 RPM = @RPM@
178 RPMSRC = @RPMSRC@
179 SED = @SED@
180 SET_MAKE = @SET_MAKE@
181 SHELL = @SHELL@
182 SPOOLDIR = @SPOOLDIR@
183 STRIP = @STRIP@
184 SYSCONFDIR = @SYSCONFDIR@
185 TCPD = @TCPD@
186 VERSION = @VERSION@
187 abs_builddir = @abs_builddir@
188 abs_srcdir = @abs_srcdir@
189 abs_top_builddir = @abs_top_builddir@
190 abs_top_srcdir = @abs_top_srcdir@
191 ac_ct_CC = @ac_ct_CC@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build_alias = @build_alias@
199 builddir = @builddir@
200 datadir = @datadir@
201 datarootdir = @datarootdir@
202 docdir = @docdir@
203 dvidir = @dvidir@
204 exec_prefix = @exec_prefix@
205 host_alias = @host_alias@
206 htmldir = @htmldir@
207 includedir = @includedir@
208 infodir = @infodir@
209 install_sh = @install_sh@
210 libdir = @libdir@
211 libexecdir = @libexecdir@
212 localedir = @localedir@
213 localstatedir = @localstatedir@
214 mandir = @mandir@
215 mkdir_p = @mkdir_p@
216 msysconfdir = @msysconfdir@
217 oldincludedir = @oldincludedir@
218 pdfdir = @pdfdir@
219 prefix = @prefix@
220 program_transform_name = @program_transform_name@
221 psdir = @psdir@
222 runstatedir = @runstatedir@
223 sbindir = @sbindir@
224 sharedstatedir = @sharedstatedir@
225 srcdir = @srcdir@
226 sysconfdir = @sysconfdir@
227 target_alias = @target_alias@
228 top_build_prefix = @top_build_prefix@
229 top_builddir = @top_builddir@
230 top_srcdir = @top_srcdir@
231 MANPAGES = applyfilter.8 checkgroups.8 fetchnews.8 leafnode.8 texpire.8 \
232 newsq.1 leafnode-version.1
233
234 MANPAGES_IN = applyfilter.8.in checkgroups.8.in fetchnews.8.in \
235 leafnode.8.in texpire.8.in newsq.1.in \
236 leafnode-version.1.in
237
238 noinst_DATA = $(MANPAGES)
239 CLEANFILES = $(MANPAGES)
240 EXTRA_DIST = $(MANPAGES_IN) README README_de INSTALL_de
241 all: all-am
242
243 .SUFFIXES:
244 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
245 @for dep in $?; do \
246 case '$(am__configure_deps)' in \
247 *$$dep*) \
248 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
249 && { if test -f $@; then exit 0; else break; fi; }; \
250 exit 1;; \
251 esac; \
252 done; \
253 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc_german/Makefile'; \
254 $(am__cd) $(top_srcdir) && \
255 $(AUTOMAKE) --foreign doc_german/Makefile
256 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257 @case '$?' in \
258 *config.status*) \
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260 *) \
261 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
262 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
263 esac;
264
265 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
268 $(top_srcdir)/configure: $(am__configure_deps)
269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272 $(am__aclocal_m4_deps):
273 tags TAGS:
274
275 ctags CTAGS:
276
277 cscope cscopelist:
278
279 distdir: $(BUILT_SOURCES)
280 $(MAKE) $(AM_MAKEFLAGS) distdir-am
281
282 distdir-am: $(DISTFILES)
283 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
284 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
285 list='$(DISTFILES)'; \
286 dist_files=`for file in $$list; do echo $$file; done | \
287 sed -e "s|^$$srcdirstrip/||;t" \
288 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
289 case $$dist_files in \
290 */*) $(MKDIR_P) `echo "$$dist_files" | \
291 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
292 sort -u` ;; \
293 esac; \
294 for file in $$dist_files; do \
295 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
296 if test -d $$d/$$file; then \
297 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
298 if test -d "$(distdir)/$$file"; then \
299 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
300 fi; \
301 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
302 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
303 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
304 fi; \
305 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
306 else \
307 test -f "$(distdir)/$$file" \
308 || cp -p $$d/$$file "$(distdir)/$$file" \
309 || exit 1; \
310 fi; \
311 done
312 check-am: all-am
313 check: check-am
314 all-am: Makefile $(DATA)
315 installdirs:
316 install: install-am
317 install-exec: install-exec-am
318 install-data: install-data-am
319 uninstall: uninstall-am
320
321 install-am: all-am
322 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
323
324 installcheck: installcheck-am
325 install-strip:
326 if test -z '$(STRIP)'; then \
327 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
328 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
329 install; \
330 else \
331 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
332 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
333 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
334 fi
335 mostlyclean-generic:
336
337 clean-generic:
338 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
339
340 distclean-generic:
341 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
342 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
343
344 maintainer-clean-generic:
345 @echo "This command is intended for maintainers to use"
346 @echo "it deletes files that may require special tools to rebuild."
347 clean: clean-am
348
349 clean-am: clean-generic mostlyclean-am
350
351 distclean: distclean-am
352 -rm -f Makefile
353 distclean-am: clean-am distclean-generic
354
355 dvi: dvi-am
356
357 dvi-am:
358
359 html: html-am
360
361 html-am:
362
363 info: info-am
364
365 info-am:
366
367 install-data-am:
368
369 install-dvi: install-dvi-am
370
371 install-dvi-am:
372
373 install-exec-am:
374
375 install-html: install-html-am
376
377 install-html-am:
378
379 install-info: install-info-am
380
381 install-info-am:
382
383 install-man:
384
385 install-pdf: install-pdf-am
386
387 install-pdf-am:
388
389 install-ps: install-ps-am
390
391 install-ps-am:
392
393 installcheck-am:
394
395 maintainer-clean: maintainer-clean-am
396 -rm -f Makefile
397 maintainer-clean-am: distclean-am maintainer-clean-generic
398
399 mostlyclean: mostlyclean-am
400
401 mostlyclean-am: mostlyclean-generic
402
403 pdf: pdf-am
404
405 pdf-am:
406
407 ps: ps-am
408
409 ps-am:
410
411 uninstall-am:
412
413 .MAKE: install-am install-strip
414
415 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
416 ctags-am distclean distclean-generic distdir dvi dvi-am html \
417 html-am info info-am install install-am install-data \
418 install-data-am install-dvi install-dvi-am install-exec \
419 install-exec-am install-html install-html-am install-info \
420 install-info-am install-man install-pdf install-pdf-am \
421 install-ps install-ps-am install-strip installcheck \
422 installcheck-am installdirs maintainer-clean \
423 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
424 pdf-am ps ps-am tags-am uninstall uninstall-am
425
426 .PRECIOUS: Makefile
427
428
429 docs:
430 gmake -f $(top_srcdir)/GMakefile.doc
431
432 applyfilter.8: $(srcdir)/applyfilter.8.in ../subst
433 $(SHELL) ../subst <$(srcdir)/applyfilter.8.in >$@
434 checkgroups.8: $(srcdir)/checkgroups.8.in ../subst
435 $(SHELL) ../subst <$(srcdir)/checkgroups.8.in >$@
436 fetchnews.8: $(srcdir)/fetchnews.8.in ../subst
437 $(SHELL) ../subst <$(srcdir)/fetchnews.8.in >$@
438 leafnode.8: $(srcdir)/leafnode.8.in ../subst
439 $(SHELL) ../subst <$(srcdir)/leafnode.8.in >$@
440 texpire.8: $(srcdir)/texpire.8.in ../subst
441 $(SHELL) ../subst <$(srcdir)/texpire.8.in >$@
442 leafnode-version.1: $(srcdir)/leafnode-version.1.in ../subst
443 $(SHELL) ../subst <$(srcdir)/leafnode-version.1.in >$@
444 newsq.1: $(srcdir)/newsq.1.in ../subst
445 $(SHELL) ../subst <$(srcdir)/newsq.1.in >$@
446
447 # Tell versions [3.59,3.63) of GNU make to not export all variables.
448 # Otherwise a system limit (for SysV at least) may be exceeded.
449 .NOEXPORT: