VirtualBox

source: vbox/trunk/src/libs/libvorbis-1.3.7/doc/libvorbis/Makefile.in@ 107935

Last change on this file since 107935 was 96468, checked in by vboxsync, 2 years ago

libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 15.8 KB
Line 
1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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
17VPATH = @srcdir@
18am__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}
29am__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
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = doc/libvorbis
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
94 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ogg.m4 \
97 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo " GEN " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119am__can_run_installinfo = \
120 case $$AM_UPDATE_INFO_DIR in \
121 n|no|NO) false;; \
122 *) (install-info --version) >/dev/null 2>&1;; \
123 esac
124am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125am__vpath_adj = case $$p in \
126 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127 *) f=$$p;; \
128 esac;
129am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130am__install_max = 40
131am__nobase_strip_setup = \
132 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133am__nobase_strip = \
134 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135am__nobase_list = $(am__nobase_strip_setup); \
136 for p in $$list; do echo "$$p $$p"; done | \
137 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139 if (++n[$$2] == $(am__install_max)) \
140 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141 END { for (dir in files) print dir, files[dir] }'
142am__base_list = \
143 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145am__uninstall_files_from_dir = { \
146 test -z "$$files" \
147 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149 $(am__cd) "$$dir" && rm -f $$files; }; \
150 }
151am__installdirs = "$(DESTDIR)$(docdir)"
152DATA = $(doc_DATA)
153am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154am__DIST_COMMON = $(srcdir)/Makefile.in
155DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156ACLOCAL = @ACLOCAL@
157ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
158ALLOCA = @ALLOCA@
159AMTAR = @AMTAR@
160AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
161AR = @AR@
162AS = @AS@
163AUTOCONF = @AUTOCONF@
164AUTOHEADER = @AUTOHEADER@
165AUTOMAKE = @AUTOMAKE@
166AWK = @AWK@
167CC = @CC@
168CCDEPMODE = @CCDEPMODE@
169CFLAGS = @CFLAGS@
170CPP = @CPP@
171CPPFLAGS = @CPPFLAGS@
172CYGPATH_W = @CYGPATH_W@
173DEBUG = @DEBUG@
174DEFS = @DEFS@
175DEPDIR = @DEPDIR@
176DLLTOOL = @DLLTOOL@
177DSYMUTIL = @DSYMUTIL@
178DUMPBIN = @DUMPBIN@
179ECHO_C = @ECHO_C@
180ECHO_N = @ECHO_N@
181ECHO_T = @ECHO_T@
182EGREP = @EGREP@
183EXEEXT = @EXEEXT@
184FGREP = @FGREP@
185GREP = @GREP@
186HAVE_DOXYGEN = @HAVE_DOXYGEN@
187HTLATEX = @HTLATEX@
188INSTALL = @INSTALL@
189INSTALL_DATA = @INSTALL_DATA@
190INSTALL_PROGRAM = @INSTALL_PROGRAM@
191INSTALL_SCRIPT = @INSTALL_SCRIPT@
192INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193LD = @LD@
194LDFLAGS = @LDFLAGS@
195LIBOBJS = @LIBOBJS@
196LIBS = @LIBS@
197LIBTOOL = @LIBTOOL@
198LIBTOOL_DEPS = @LIBTOOL_DEPS@
199LIPO = @LIPO@
200LN_S = @LN_S@
201LTLIBOBJS = @LTLIBOBJS@
202LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
203MAINT = @MAINT@
204MAKEINFO = @MAKEINFO@
205MANIFEST_TOOL = @MANIFEST_TOOL@
206MKDIR_P = @MKDIR_P@
207NM = @NM@
208NMEDIT = @NMEDIT@
209OBJDUMP = @OBJDUMP@
210OBJEXT = @OBJEXT@
211OGG_CFLAGS = @OGG_CFLAGS@
212OGG_LIBS = @OGG_LIBS@
213OTOOL = @OTOOL@
214OTOOL64 = @OTOOL64@
215PACKAGE = @PACKAGE@
216PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
217PACKAGE_NAME = @PACKAGE_NAME@
218PACKAGE_STRING = @PACKAGE_STRING@
219PACKAGE_TARNAME = @PACKAGE_TARNAME@
220PACKAGE_URL = @PACKAGE_URL@
221PACKAGE_VERSION = @PACKAGE_VERSION@
222PATH_SEPARATOR = @PATH_SEPARATOR@
223PDFLATEX = @PDFLATEX@
224PKG_CONFIG = @PKG_CONFIG@
225PROFILE = @PROFILE@
226RANLIB = @RANLIB@
227SED = @SED@
228SET_MAKE = @SET_MAKE@
229SHELL = @SHELL@
230STRIP = @STRIP@
231VERSION = @VERSION@
232VE_LIB_AGE = @VE_LIB_AGE@
233VE_LIB_CURRENT = @VE_LIB_CURRENT@
234VE_LIB_REVISION = @VE_LIB_REVISION@
235VF_LIB_AGE = @VF_LIB_AGE@
236VF_LIB_CURRENT = @VF_LIB_CURRENT@
237VF_LIB_REVISION = @VF_LIB_REVISION@
238VORBIS_LIBS = @VORBIS_LIBS@
239V_LIB_AGE = @V_LIB_AGE@
240V_LIB_CURRENT = @V_LIB_CURRENT@
241V_LIB_REVISION = @V_LIB_REVISION@
242abs_builddir = @abs_builddir@
243abs_srcdir = @abs_srcdir@
244abs_top_builddir = @abs_top_builddir@
245abs_top_srcdir = @abs_top_srcdir@
246ac_ct_AR = @ac_ct_AR@
247ac_ct_CC = @ac_ct_CC@
248ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249am__include = @am__include@
250am__leading_dot = @am__leading_dot@
251am__quote = @am__quote@
252am__tar = @am__tar@
253am__untar = @am__untar@
254bindir = @bindir@
255build = @build@
256build_alias = @build_alias@
257build_cpu = @build_cpu@
258build_os = @build_os@
259build_vendor = @build_vendor@
260builddir = @builddir@
261datadir = @datadir@
262datarootdir = @datarootdir@
263docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/libvorbis
264dvidir = @dvidir@
265exec_prefix = @exec_prefix@
266host = @host@
267host_alias = @host_alias@
268host_cpu = @host_cpu@
269host_os = @host_os@
270host_vendor = @host_vendor@
271htmldir = @htmldir@
272includedir = @includedir@
273infodir = @infodir@
274install_sh = @install_sh@
275libdir = @libdir@
276libexecdir = @libexecdir@
277localedir = @localedir@
278localstatedir = @localstatedir@
279mandir = @mandir@
280mkdir_p = @mkdir_p@
281oldincludedir = @oldincludedir@
282pdfdir = @pdfdir@
283prefix = @prefix@
284program_transform_name = @program_transform_name@
285psdir = @psdir@
286pthread_lib = @pthread_lib@
287runstatedir = @runstatedir@
288sbindir = @sbindir@
289sharedstatedir = @sharedstatedir@
290srcdir = @srcdir@
291sysconfdir = @sysconfdir@
292target_alias = @target_alias@
293top_build_prefix = @top_build_prefix@
294top_builddir = @top_builddir@
295top_srcdir = @top_srcdir@
296doc_DATA = index.html reference.html style.css vorbis_comment.html\
297 vorbis_info.html vorbis_analysis_blockout.html vorbis_analysis_buffer.html\
298 vorbis_analysis_headerout.html vorbis_analysis_init.html \
299 vorbis_analysis_wrote.html vorbis_analysis.html vorbis_bitrate_addblock.html\
300 vorbis_bitrate_flushpacket.html vorbis_block_init.html \
301 vorbis_block_clear.html vorbis_dsp_clear.html vorbis_granule_time.html \
302 vorbis_version_string.html vorbis_info_blocksize.html vorbis_info_clear.html\
303 vorbis_info_init.html vorbis_comment_add.html vorbis_comment_add_tag.html\
304 vorbis_comment_clear.html vorbis_comment_init.html vorbis_comment_query.html\
305 vorbis_comment_query_count.html vorbis_commentheader_out.html\
306 vorbis_packet_blocksize.html vorbis_synthesis.html \
307 vorbis_synthesis_blockin.html vorbis_synthesis_halfrate.html \
308 vorbis_synthesis_halfrate_p.html vorbis_synthesis_headerin.html \
309 vorbis_synthesis_idheader.html vorbis_synthesis_init.html \
310 vorbis_synthesis_lapout.html vorbis_synthesis_pcmout.html \
311 vorbis_synthesis_read.html vorbis_synthesis_restart.html \
312 vorbis_synthesis_trackonly.html vorbis_block.html vorbis_dsp_state.html \
313 return.html overview.html
314
315EXTRA_DIST = $(doc_DATA)
316all: all-am
317
318.SUFFIXES:
319$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
320 @for dep in $?; do \
321 case '$(am__configure_deps)' in \
322 *$$dep*) \
323 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
324 && { if test -f $@; then exit 0; else break; fi; }; \
325 exit 1;; \
326 esac; \
327 done; \
328 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/libvorbis/Makefile'; \
329 $(am__cd) $(top_srcdir) && \
330 $(AUTOMAKE) --gnu doc/libvorbis/Makefile
331Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332 @case '$?' in \
333 *config.status*) \
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
335 *) \
336 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
337 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
338 esac;
339
340$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342
343$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
344 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347$(am__aclocal_m4_deps):
348
349mostlyclean-libtool:
350 -rm -f *.lo
351
352clean-libtool:
353 -rm -rf .libs _libs
354install-docDATA: $(doc_DATA)
355 @$(NORMAL_INSTALL)
356 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
357 if test -n "$$list"; then \
358 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
359 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
360 fi; \
361 for p in $$list; do \
362 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
363 echo "$$d$$p"; \
364 done | $(am__base_list) | \
365 while read files; do \
366 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
367 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
368 done
369
370uninstall-docDATA:
371 @$(NORMAL_UNINSTALL)
372 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
373 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
374 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
375tags TAGS:
376
377ctags CTAGS:
378
379cscope cscopelist:
380
381
382distdir: $(BUILT_SOURCES)
383 $(MAKE) $(AM_MAKEFLAGS) distdir-am
384
385distdir-am: $(DISTFILES)
386 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
387 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388 list='$(DISTFILES)'; \
389 dist_files=`for file in $$list; do echo $$file; done | \
390 sed -e "s|^$$srcdirstrip/||;t" \
391 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
392 case $$dist_files in \
393 */*) $(MKDIR_P) `echo "$$dist_files" | \
394 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
395 sort -u` ;; \
396 esac; \
397 for file in $$dist_files; do \
398 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
399 if test -d $$d/$$file; then \
400 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
401 if test -d "$(distdir)/$$file"; then \
402 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
403 fi; \
404 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
406 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
407 fi; \
408 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
409 else \
410 test -f "$(distdir)/$$file" \
411 || cp -p $$d/$$file "$(distdir)/$$file" \
412 || exit 1; \
413 fi; \
414 done
415check-am: all-am
416check: check-am
417all-am: Makefile $(DATA)
418installdirs:
419 for dir in "$(DESTDIR)$(docdir)"; do \
420 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
421 done
422install: install-am
423install-exec: install-exec-am
424install-data: install-data-am
425uninstall: uninstall-am
426
427install-am: all-am
428 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
429
430installcheck: installcheck-am
431install-strip:
432 if test -z '$(STRIP)'; then \
433 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
434 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
435 install; \
436 else \
437 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
440 fi
441mostlyclean-generic:
442
443clean-generic:
444
445distclean-generic:
446 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
447 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
448
449maintainer-clean-generic:
450 @echo "This command is intended for maintainers to use"
451 @echo "it deletes files that may require special tools to rebuild."
452clean: clean-am
453
454clean-am: clean-generic clean-libtool mostlyclean-am
455
456distclean: distclean-am
457 -rm -f Makefile
458distclean-am: clean-am distclean-generic
459
460dvi: dvi-am
461
462dvi-am:
463
464html: html-am
465
466html-am:
467
468info: info-am
469
470info-am:
471
472install-data-am: install-docDATA
473
474install-dvi: install-dvi-am
475
476install-dvi-am:
477
478install-exec-am:
479
480install-html: install-html-am
481
482install-html-am:
483
484install-info: install-info-am
485
486install-info-am:
487
488install-man:
489
490install-pdf: install-pdf-am
491
492install-pdf-am:
493
494install-ps: install-ps-am
495
496install-ps-am:
497
498installcheck-am:
499
500maintainer-clean: maintainer-clean-am
501 -rm -f Makefile
502maintainer-clean-am: distclean-am maintainer-clean-generic
503
504mostlyclean: mostlyclean-am
505
506mostlyclean-am: mostlyclean-generic mostlyclean-libtool
507
508pdf: pdf-am
509
510pdf-am:
511
512ps: ps-am
513
514ps-am:
515
516uninstall-am: uninstall-docDATA
517
518.MAKE: install-am install-strip
519
520.PHONY: all all-am check check-am clean clean-generic clean-libtool \
521 cscopelist-am ctags-am distclean distclean-generic \
522 distclean-libtool distdir dvi dvi-am html html-am info info-am \
523 install install-am install-data install-data-am \
524 install-docDATA install-dvi install-dvi-am install-exec \
525 install-exec-am install-html install-html-am install-info \
526 install-info-am install-man install-pdf install-pdf-am \
527 install-ps install-ps-am install-strip installcheck \
528 installcheck-am installdirs maintainer-clean \
529 maintainer-clean-generic mostlyclean mostlyclean-generic \
530 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
531 uninstall-am uninstall-docDATA
532
533.PRECIOUS: Makefile
534
535
536# Tell versions [3.59,3.63) of GNU make to not export all variables.
537# Otherwise a system limit (for SysV at least) may be exceeded.
538.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette