"Fossies" - the Fresh Open Source Software Archive 
Member "memcached-1.6.9/doc/Makefile" (21 Nov 2020, 16164 Bytes) of package /linux/www/memcached-1.6.9.tar.gz:
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":
1.6.8_vs_1.6.9.
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # doc/Makefile. Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994-2018 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
16
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/memcached
73 pkgincludedir = $(includedir)/memcached
74 pkglibdir = $(libdir)/memcached
75 pkglibexecdir = $(libexecdir)/memcached
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = x86_64-pc-linux-gnu
89 host_triplet = x86_64-pc-linux-gnu
90 am__append_1 = $(SPECIFICATIONS)
91 am__append_2 = $(SPECIFICATIONS)
92 subdir = doc
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/version.m4 \
95 $(top_srcdir)/m4/c99-backport.m4 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_$(V))
104 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_$(V))
108 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
109 am__v_GEN_0 = @echo " GEN " $@;
110 am__v_GEN_1 =
111 AM_V_at = $(am__v_at_$(V))
112 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
113 am__v_at_0 = @
114 am__v_at_1 =
115 SOURCES =
116 DIST_SOURCES =
117 am__can_run_installinfo = \
118 case $$AM_UPDATE_INFO_DIR in \
119 n|no|NO) false;; \
120 *) (install-info --version) >/dev/null 2>&1;; \
121 esac
122 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
123 am__vpath_adj = case $$p in \
124 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
125 *) f=$$p;; \
126 esac;
127 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
128 am__install_max = 40
129 am__nobase_strip_setup = \
130 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
131 am__nobase_strip = \
132 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
133 am__nobase_list = $(am__nobase_strip_setup); \
134 for p in $$list; do echo "$$p $$p"; done | \
135 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
136 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
137 if (++n[$$2] == $(am__install_max)) \
138 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
139 END { for (dir in files) print dir, files[dir] }'
140 am__base_list = \
141 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
142 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
143 am__uninstall_files_from_dir = { \
144 test -z "$$files" \
145 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
146 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
147 $(am__cd) "$$dir" && rm -f $$files; }; \
148 }
149 man1dir = $(mandir)/man1
150 am__installdirs = "$(DESTDIR)$(man1dir)"
151 NROFF = nroff
152 MANS = $(man_MANS)
153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154 am__DIST_COMMON = $(srcdir)/Makefile.in
155 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156 ACLOCAL = ${SHELL} /home/dormando/d/p/danga/git/memcached/missing aclocal-1.16
157 AMTAR = $${TAR-tar}
158 AM_DEFAULT_VERBOSITY = 1
159 AUTOCONF = ${SHELL} /home/dormando/d/p/danga/git/memcached/missing autoconf
160 AUTOHEADER = ${SHELL} /home/dormando/d/p/danga/git/memcached/missing autoheader
161 AUTOMAKE = ${SHELL} /home/dormando/d/p/danga/git/memcached/missing automake-1.16
162 AWK = gawk
163 CC = gcc
164 CCDEPMODE = depmode=gcc3
165 CFLAGS = -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
166 CPP = gcc -E
167 CPPFLAGS =
168 CYGPATH_W = echo
169 DEFS = -DHAVE_CONFIG_H
170 DEPDIR = .deps
171 DTRACE =
172 DTRACEFLAGS =
173 ECHO_C =
174 ECHO_N = -n
175 ECHO_T =
176 EGREP = /bin/grep -E
177 ENABLE_SASL =
178 EXEEXT =
179 GREP = /bin/grep
180 INSTALL = /usr/bin/install -c
181 INSTALL_DATA = ${INSTALL} -m 644
182 INSTALL_PROGRAM = ${INSTALL}
183 INSTALL_SCRIPT = ${INSTALL}
184 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
185 LDFLAGS =
186 LIBOBJS =
187 LIBS = -levent
188 LTLIBOBJS =
189 MAKEINFO = ${SHELL} /home/dormando/d/p/danga/git/memcached/missing makeinfo
190 MKDIR_P = /bin/mkdir -p
191 OBJEXT = o
192 PACKAGE = memcached
193 PACKAGE_BUGREPORT = memcached@googlegroups.com
194 PACKAGE_NAME = memcached
195 PACKAGE_STRING = memcached 1.6.9
196 PACKAGE_TARNAME = memcached
197 PACKAGE_URL =
198 PACKAGE_VERSION = 1.6.9
199 PATH_SEPARATOR = :
200 PROFILER = /usr/bin/gcov
201 PROFILER_FLAGS = -fprofile-arcs -ftest-coverage
202 PROFILER_LDFLAGS = -lgcov
203 SET_MAKE =
204 SHELL = /bin/bash
205 STRIP =
206 VERSION = 1.6.9
207 XML2RFC = /usr/bin/xml2rfc
208 XSLTPROC = /usr/bin/xsltproc
209 abs_builddir = /home/dormando/d/p/danga/git/memcached/doc
210 abs_srcdir = /home/dormando/d/p/danga/git/memcached/doc
211 abs_top_builddir = /home/dormando/d/p/danga/git/memcached
212 abs_top_srcdir = /home/dormando/d/p/danga/git/memcached
213 ac_ct_CC = gcc
214 am__include = include
215 am__leading_dot = .
216 am__quote =
217 am__tar = $${TAR-tar} chof - "$$tardir"
218 am__untar = $${TAR-tar} xf -
219 bindir = ${exec_prefix}/bin
220 build = x86_64-pc-linux-gnu
221 build_alias =
222 build_cpu = x86_64
223 build_os = linux-gnu
224 build_vendor = pc
225 builddir = .
226 datadir = ${datarootdir}
227 datarootdir = ${prefix}/share
228 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
229 dvidir = ${docdir}
230 exec_prefix = ${prefix}
231 host = x86_64-pc-linux-gnu
232 host_alias =
233 host_cpu = x86_64
234 host_os = linux-gnu
235 host_vendor = pc
236 htmldir = ${docdir}
237 includedir = ${prefix}/include
238 infodir = ${datarootdir}/info
239 install_sh = ${SHELL} /home/dormando/d/p/danga/git/memcached/install-sh
240 libdir = ${exec_prefix}/lib
241 libexecdir = ${exec_prefix}/libexec
242 localedir = ${datarootdir}/locale
243 localstatedir = ${prefix}/var
244 mandir = ${datarootdir}/man
245 mkdir_p = $(MKDIR_P)
246 oldincludedir = /usr/include
247 pdfdir = ${docdir}
248 prefix = /usr/local
249 program_transform_name = s,x,x,
250 psdir = ${docdir}
251 runstatedir = ${localstatedir}/run
252 sbindir = ${exec_prefix}/sbin
253 sharedstatedir = ${prefix}/com
254 srcdir = .
255 sysconfdir = ${prefix}/etc
256 target_alias =
257 top_build_prefix = ../
258 top_builddir = ..
259 top_srcdir = ..
260 man_MANS = memcached.1
261 SPECIFICATIONS = protocol-binary.txt protocol-binary-range.txt
262
263 # When we make dist always include the generated specifications so people don't
264 # have to have xml2rfc and xsltproc installed
265 EXTRA_DIST = $(srcdir)/*.txt $(SPECIFICATIONS)
266 BUILT_SOURCES = $(am__append_1)
267 MOSTLYCLEANFILES = $(am__append_2)
268 RFC2629_XSL = $(srcdir)/xml2rfc/rfc2629-noinc.xsl
269 RFC2629_DTD = $(srcdir)/xml2rfc/rfc2629.dtd
270 all: $(BUILT_SOURCES)
271 $(MAKE) $(AM_MAKEFLAGS) all-am
272
273 .SUFFIXES:
274 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
275 @for dep in $?; do \
276 case '$(am__configure_deps)' in \
277 *$$dep*) \
278 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
279 && { if test -f $@; then exit 0; else break; fi; }; \
280 exit 1;; \
281 esac; \
282 done; \
283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
284 $(am__cd) $(top_srcdir) && \
285 $(AUTOMAKE) --foreign doc/Makefile
286 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
287 @case '$?' in \
288 *config.status*) \
289 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
290 *) \
291 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
292 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
293 esac;
294
295 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
296 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297
298 $(top_srcdir)/configure: $(am__configure_deps)
299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302 $(am__aclocal_m4_deps):
303 install-man1: $(man_MANS)
304 @$(NORMAL_INSTALL)
305 @list1=''; \
306 list2='$(man_MANS)'; \
307 test -n "$(man1dir)" \
308 && test -n "`echo $$list1$$list2`" \
309 || exit 0; \
310 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
311 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
312 { for i in $$list1; do echo "$$i"; done; \
313 if test -n "$$list2"; then \
314 for i in $$list2; do echo "$$i"; done \
315 | sed -n '/\.1[a-z]*$$/p'; \
316 fi; \
317 } | while read p; do \
318 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
319 echo "$$d$$p"; echo "$$p"; \
320 done | \
321 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
322 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
323 sed 'N;N;s,\n, ,g' | { \
324 list=; while read file base inst; do \
325 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
326 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
327 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
328 fi; \
329 done; \
330 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
331 while read files; do \
332 test -z "$$files" || { \
333 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
334 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
335 done; }
336
337 uninstall-man1:
338 @$(NORMAL_UNINSTALL)
339 @list=''; test -n "$(man1dir)" || exit 0; \
340 files=`{ for i in $$list; do echo "$$i"; done; \
341 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
342 sed -n '/\.1[a-z]*$$/p'; \
343 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
344 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
345 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
346 tags TAGS:
347
348 ctags CTAGS:
349
350 cscope cscopelist:
351
352
353 distdir: $(BUILT_SOURCES)
354 $(MAKE) $(AM_MAKEFLAGS) distdir-am
355
356 distdir-am: $(DISTFILES)
357 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
358 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
359 list='$(DISTFILES)'; \
360 dist_files=`for file in $$list; do echo $$file; done | \
361 sed -e "s|^$$srcdirstrip/||;t" \
362 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
363 case $$dist_files in \
364 */*) $(MKDIR_P) `echo "$$dist_files" | \
365 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
366 sort -u` ;; \
367 esac; \
368 for file in $$dist_files; do \
369 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
370 if test -d $$d/$$file; then \
371 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
372 if test -d "$(distdir)/$$file"; then \
373 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
374 fi; \
375 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
376 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
377 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
378 fi; \
379 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
380 else \
381 test -f "$(distdir)/$$file" \
382 || cp -p $$d/$$file "$(distdir)/$$file" \
383 || exit 1; \
384 fi; \
385 done
386 check-am: all-am
387 check: $(BUILT_SOURCES)
388 $(MAKE) $(AM_MAKEFLAGS) check-am
389 all-am: Makefile $(MANS)
390 installdirs:
391 for dir in "$(DESTDIR)$(man1dir)"; do \
392 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
393 done
394 install: $(BUILT_SOURCES)
395 $(MAKE) $(AM_MAKEFLAGS) install-am
396 install-exec: install-exec-am
397 install-data: install-data-am
398 uninstall: uninstall-am
399
400 install-am: all-am
401 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402
403 installcheck: installcheck-am
404 install-strip:
405 if test -z '$(STRIP)'; then \
406 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
407 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
408 install; \
409 else \
410 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
411 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
412 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
413 fi
414 mostlyclean-generic:
415 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
416
417 clean-generic:
418
419 distclean-generic:
420 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
421 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
422
423 maintainer-clean-generic:
424 @echo "This command is intended for maintainers to use"
425 @echo "it deletes files that may require special tools to rebuild."
426 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
427 clean: clean-am
428
429 clean-am: clean-generic clean-local mostlyclean-am
430
431 distclean: distclean-am
432 -rm -f Makefile
433 distclean-am: clean-am distclean-generic
434
435 dvi: dvi-am
436
437 dvi-am:
438
439 html: html-am
440
441 html-am:
442
443 info: info-am
444
445 info-am:
446
447 install-data-am: install-man
448
449 install-dvi: install-dvi-am
450
451 install-dvi-am:
452
453 install-exec-am:
454
455 install-html: install-html-am
456
457 install-html-am:
458
459 install-info: install-info-am
460
461 install-info-am:
462
463 install-man: install-man1
464
465 install-pdf: install-pdf-am
466
467 install-pdf-am:
468
469 install-ps: install-ps-am
470
471 install-ps-am:
472
473 installcheck-am:
474
475 maintainer-clean: maintainer-clean-am
476 -rm -f Makefile
477 maintainer-clean-am: distclean-am maintainer-clean-generic
478
479 mostlyclean: mostlyclean-am
480
481 mostlyclean-am: mostlyclean-generic
482
483 pdf: pdf-am
484
485 pdf-am:
486
487 ps: ps-am
488
489 ps-am:
490
491 uninstall-am: uninstall-man
492
493 uninstall-man: uninstall-man1
494
495 .MAKE: all check install install-am install-strip
496
497 .PHONY: all all-am check check-am clean clean-generic clean-local \
498 cscopelist-am ctags-am distclean distclean-generic distdir dvi \
499 dvi-am html html-am info info-am install install-am \
500 install-data install-data-am install-dvi install-dvi-am \
501 install-exec install-exec-am install-html install-html-am \
502 install-info install-info-am install-man install-man1 \
503 install-pdf install-pdf-am install-ps install-ps-am \
504 install-strip installcheck installcheck-am installdirs \
505 maintainer-clean maintainer-clean-generic mostlyclean \
506 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
507 uninstall-am uninstall-man uninstall-man1
508
509 .PRECIOUS: Makefile
510
511
512 %.txt: %.full $(RFC2629_DTD)
513 /usr/bin/xml2rfc -d $(RFC2629_DTD) -c $(builddir) $< $@
514
515 %.full: %.xml $(RFC2629_XSL)
516 /usr/bin/xsltproc --nonet $(RFC2629_XSL) $< > $@
517
518 # Prevent make from deleting intermediate files
519 all-full: $(SPECIFICATIONS:.txt=.full)
520
521 clean-local:
522 rm -f $(SPECIFICATIONS:.txt=.full)
523
524 .PHONY: all-full
525
526 # Tell versions [3.59,3.63) of GNU make to not export all variables.
527 # Otherwise a system limit (for SysV at least) may be exceeded.
528 .NOEXPORT: