"Fossies" - the Fresh Open Source Software Archive 
Member "memcached-1.6.15/doc/Makefile" (30 Mar 2022, 16287 Bytes) of package /linux/www/memcached-1.6.15.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.14_vs_1.6.15.
1 # Makefile.in generated by automake 1.16.4 from Makefile.am.
2 # doc/Makefile. Generated from Makefile.in by configure.
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
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 = mawk
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 CSCOPE = cscope
169 CTAGS = ctags
170 CYGPATH_W = echo
171 DEFS = -DHAVE_CONFIG_H
172 DEPDIR = .deps
173 DTRACE =
174 DTRACEFLAGS =
175 ECHO_C =
176 ECHO_N = -n
177 ECHO_T =
178 EGREP = /usr/bin/grep -E
179 ENABLE_SASL =
180 ETAGS = etags
181 EXEEXT =
182 GREP = /usr/bin/grep
183 INSTALL = /usr/bin/install -c
184 INSTALL_DATA = ${INSTALL} -m 644
185 INSTALL_PROGRAM = ${INSTALL}
186 INSTALL_SCRIPT = ${INSTALL}
187 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
188 LDFLAGS =
189 LIBOBJS =
190 LIBS = -levent
191 LTLIBOBJS =
192 MAKEINFO = ${SHELL} '/home/dormando/d/p/danga/git/memcached/missing' makeinfo
193 MKDIR_P = /usr/bin/mkdir -p
194 OBJEXT = o
195 PACKAGE = memcached
196 PACKAGE_BUGREPORT = memcached@googlegroups.com
197 PACKAGE_NAME = memcached
198 PACKAGE_STRING = memcached 1.6.15
199 PACKAGE_TARNAME = memcached
200 PACKAGE_URL =
201 PACKAGE_VERSION = 1.6.15
202 PATH_SEPARATOR = :
203 PROFILER = /usr/bin/gcov
204 PROFILER_FLAGS = -fprofile-arcs -ftest-coverage
205 PROFILER_LDFLAGS = -lgcov
206 SET_MAKE =
207 SHELL = /bin/bash
208 STRIP =
209 VERSION = 1.6.15
210 XML2RFC = /usr/bin/xml2rfc
211 XSLTPROC = /usr/bin/xsltproc
212 abs_builddir = /home/dormando/d/p/danga/git/memcached/doc
213 abs_srcdir = /home/dormando/d/p/danga/git/memcached/doc
214 abs_top_builddir = /home/dormando/d/p/danga/git/memcached
215 abs_top_srcdir = /home/dormando/d/p/danga/git/memcached
216 ac_ct_CC = gcc
217 am__include = include
218 am__leading_dot = .
219 am__quote =
220 am__tar = $${TAR-tar} chof - "$$tardir"
221 am__untar = $${TAR-tar} xf -
222 bindir = ${exec_prefix}/bin
223 build = x86_64-pc-linux-gnu
224 build_alias =
225 build_cpu = x86_64
226 build_os = linux-gnu
227 build_vendor = pc
228 builddir = .
229 datadir = ${datarootdir}
230 datarootdir = ${prefix}/share
231 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
232 dvidir = ${docdir}
233 exec_prefix = ${prefix}
234 host = x86_64-pc-linux-gnu
235 host_alias =
236 host_cpu = x86_64
237 host_os = linux-gnu
238 host_vendor = pc
239 htmldir = ${docdir}
240 includedir = ${prefix}/include
241 infodir = ${datarootdir}/info
242 install_sh = ${SHELL} /home/dormando/d/p/danga/git/memcached/install-sh
243 libdir = ${exec_prefix}/lib
244 libexecdir = ${exec_prefix}/libexec
245 localedir = ${datarootdir}/locale
246 localstatedir = ${prefix}/var
247 mandir = ${datarootdir}/man
248 mkdir_p = $(MKDIR_P)
249 oldincludedir = /usr/include
250 pdfdir = ${docdir}
251 prefix = /usr/local
252 program_transform_name = s,x,x,
253 psdir = ${docdir}
254 runstatedir = ${localstatedir}/run
255 sbindir = ${exec_prefix}/sbin
256 sharedstatedir = ${prefix}/com
257 srcdir = .
258 sysconfdir = ${prefix}/etc
259 target_alias =
260 top_build_prefix = ../
261 top_builddir = ..
262 top_srcdir = ..
263 man_MANS = memcached.1
264 SPECIFICATIONS = protocol-binary.txt protocol-binary-range.txt
265
266 # When we make dist always include the generated specifications so people don't
267 # have to have xml2rfc and xsltproc installed
268 EXTRA_DIST = $(srcdir)/*.txt $(SPECIFICATIONS)
269 BUILT_SOURCES = $(am__append_1)
270 MOSTLYCLEANFILES = $(am__append_2)
271 RFC2629_XSL = $(srcdir)/xml2rfc/rfc2629-noinc.xsl
272 RFC2629_DTD = $(srcdir)/xml2rfc/rfc2629.dtd
273 all: $(BUILT_SOURCES)
274 $(MAKE) $(AM_MAKEFLAGS) all-am
275
276 .SUFFIXES:
277 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
278 @for dep in $?; do \
279 case '$(am__configure_deps)' in \
280 *$$dep*) \
281 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
282 && { if test -f $@; then exit 0; else break; fi; }; \
283 exit 1;; \
284 esac; \
285 done; \
286 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
287 $(am__cd) $(top_srcdir) && \
288 $(AUTOMAKE) --foreign doc/Makefile
289 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290 @case '$?' in \
291 *config.status*) \
292 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
293 *) \
294 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
295 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
296 esac;
297
298 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
301 $(top_srcdir)/configure: $(am__configure_deps)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305 $(am__aclocal_m4_deps):
306 install-man1: $(man_MANS)
307 @$(NORMAL_INSTALL)
308 @list1=''; \
309 list2='$(man_MANS)'; \
310 test -n "$(man1dir)" \
311 && test -n "`echo $$list1$$list2`" \
312 || exit 0; \
313 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
314 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
315 { for i in $$list1; do echo "$$i"; done; \
316 if test -n "$$list2"; then \
317 for i in $$list2; do echo "$$i"; done \
318 | sed -n '/\.1[a-z]*$$/p'; \
319 fi; \
320 } | while read p; do \
321 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
322 echo "$$d$$p"; echo "$$p"; \
323 done | \
324 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
325 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
326 sed 'N;N;s,\n, ,g' | { \
327 list=; while read file base inst; do \
328 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
329 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
330 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
331 fi; \
332 done; \
333 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
334 while read files; do \
335 test -z "$$files" || { \
336 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
337 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
338 done; }
339
340 uninstall-man1:
341 @$(NORMAL_UNINSTALL)
342 @list=''; test -n "$(man1dir)" || exit 0; \
343 files=`{ for i in $$list; do echo "$$i"; done; \
344 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
345 sed -n '/\.1[a-z]*$$/p'; \
346 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
347 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
348 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
349 tags TAGS:
350
351 ctags CTAGS:
352
353 cscope cscopelist:
354
355 distdir: $(BUILT_SOURCES)
356 $(MAKE) $(AM_MAKEFLAGS) distdir-am
357
358 distdir-am: $(DISTFILES)
359 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361 list='$(DISTFILES)'; \
362 dist_files=`for file in $$list; do echo $$file; done | \
363 sed -e "s|^$$srcdirstrip/||;t" \
364 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
365 case $$dist_files in \
366 */*) $(MKDIR_P) `echo "$$dist_files" | \
367 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368 sort -u` ;; \
369 esac; \
370 for file in $$dist_files; do \
371 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372 if test -d $$d/$$file; then \
373 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
374 if test -d "$(distdir)/$$file"; then \
375 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376 fi; \
377 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
378 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
379 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
380 fi; \
381 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
382 else \
383 test -f "$(distdir)/$$file" \
384 || cp -p $$d/$$file "$(distdir)/$$file" \
385 || exit 1; \
386 fi; \
387 done
388 check-am: all-am
389 check: $(BUILT_SOURCES)
390 $(MAKE) $(AM_MAKEFLAGS) check-am
391 all-am: Makefile $(MANS)
392 installdirs:
393 for dir in "$(DESTDIR)$(man1dir)"; do \
394 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
395 done
396 install: $(BUILT_SOURCES)
397 $(MAKE) $(AM_MAKEFLAGS) install-am
398 install-exec: $(BUILT_SOURCES)
399 $(MAKE) $(AM_MAKEFLAGS) install-exec-am
400 install-data: install-data-am
401 uninstall: uninstall-am
402
403 install-am: all-am
404 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
405
406 installcheck: installcheck-am
407 install-strip:
408 if test -z '$(STRIP)'; then \
409 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
410 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
411 install; \
412 else \
413 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
414 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
415 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
416 fi
417 mostlyclean-generic:
418 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
419
420 clean-generic:
421
422 distclean-generic:
423 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
424 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
425
426 maintainer-clean-generic:
427 @echo "This command is intended for maintainers to use"
428 @echo "it deletes files that may require special tools to rebuild."
429 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
430 clean: clean-am
431
432 clean-am: clean-generic clean-local mostlyclean-am
433
434 distclean: distclean-am
435 -rm -f Makefile
436 distclean-am: clean-am distclean-generic
437
438 dvi: dvi-am
439
440 dvi-am:
441
442 html: html-am
443
444 html-am:
445
446 info: info-am
447
448 info-am:
449
450 install-data-am: install-man
451
452 install-dvi: install-dvi-am
453
454 install-dvi-am:
455
456 install-exec-am:
457
458 install-html: install-html-am
459
460 install-html-am:
461
462 install-info: install-info-am
463
464 install-info-am:
465
466 install-man: install-man1
467
468 install-pdf: install-pdf-am
469
470 install-pdf-am:
471
472 install-ps: install-ps-am
473
474 install-ps-am:
475
476 installcheck-am:
477
478 maintainer-clean: maintainer-clean-am
479 -rm -f Makefile
480 maintainer-clean-am: distclean-am maintainer-clean-generic
481
482 mostlyclean: mostlyclean-am
483
484 mostlyclean-am: mostlyclean-generic
485
486 pdf: pdf-am
487
488 pdf-am:
489
490 ps: ps-am
491
492 ps-am:
493
494 uninstall-am: uninstall-man
495
496 uninstall-man: uninstall-man1
497
498 .MAKE: all check install install-am install-exec install-strip
499
500 .PHONY: all all-am check check-am clean clean-generic clean-local \
501 cscopelist-am ctags-am distclean distclean-generic distdir dvi \
502 dvi-am html html-am info info-am install install-am \
503 install-data install-data-am install-dvi install-dvi-am \
504 install-exec install-exec-am install-html install-html-am \
505 install-info install-info-am install-man install-man1 \
506 install-pdf install-pdf-am install-ps install-ps-am \
507 install-strip installcheck installcheck-am installdirs \
508 maintainer-clean maintainer-clean-generic mostlyclean \
509 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
510 uninstall-am uninstall-man uninstall-man1
511
512 .PRECIOUS: Makefile
513
514
515 %.txt: %.full $(RFC2629_DTD)
516 /usr/bin/xml2rfc -d $(RFC2629_DTD) -c $(builddir) $< $@
517
518 %.full: %.xml $(RFC2629_XSL)
519 /usr/bin/xsltproc --nonet $(RFC2629_XSL) $< > $@
520
521 # Prevent make from deleting intermediate files
522 all-full: $(SPECIFICATIONS:.txt=.full)
523
524 clean-local:
525 rm -f $(SPECIFICATIONS:.txt=.full)
526
527 .PHONY: all-full
528
529 # Tell versions [3.59,3.63) of GNU make to not export all variables.
530 # Otherwise a system limit (for SysV at least) may be exceeded.
531 .NOEXPORT: