VirtualBox

source: vbox/trunk/src/libs/liblzma-5.4.1/api/Makefile.in@ 100111

Last change on this file since 100111 was 98730, checked in by vboxsync, 22 months ago

libs/liblzma-5.4.1: Export to OSE, bugref:10254

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 18.3 KB
Line 
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
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 = src/liblzma/api
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_capsicum.m4 \
94 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/getopt.m4 \
95 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/host-cpu-c-abi.m4 \
96 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
97 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
98 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
99 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
100 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
101 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
102 $(top_srcdir)/m4/posix-shell.m4 $(top_srcdir)/m4/progtest.m4 \
103 $(top_srcdir)/m4/tuklib_common.m4 \
104 $(top_srcdir)/m4/tuklib_cpucores.m4 \
105 $(top_srcdir)/m4/tuklib_integer.m4 \
106 $(top_srcdir)/m4/tuklib_mbstr.m4 \
107 $(top_srcdir)/m4/tuklib_physmem.m4 \
108 $(top_srcdir)/m4/tuklib_progname.m4 \
109 $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/configure.ac
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
112DIST_COMMON = $(srcdir)/Makefile.am $(nobase_include_HEADERS) \
113 $(am__DIST_COMMON)
114mkinstalldirs = $(install_sh) -d
115CONFIG_HEADER = $(top_builddir)/config.h
116CONFIG_CLEAN_FILES =
117CONFIG_CLEAN_VPATH_FILES =
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo " GEN " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 =
130SOURCES =
131DIST_SOURCES =
132am__can_run_installinfo = \
133 case $$AM_UPDATE_INFO_DIR in \
134 n|no|NO) false;; \
135 *) (install-info --version) >/dev/null 2>&1;; \
136 esac
137am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138am__vpath_adj = case $$p in \
139 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
140 *) f=$$p;; \
141 esac;
142am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
143am__install_max = 40
144am__nobase_strip_setup = \
145 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
146am__nobase_strip = \
147 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
148am__nobase_list = $(am__nobase_strip_setup); \
149 for p in $$list; do echo "$$p $$p"; done | \
150 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
151 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
152 if (++n[$$2] == $(am__install_max)) \
153 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154 END { for (dir in files) print dir, files[dir] }'
155am__base_list = \
156 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
157 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158am__uninstall_files_from_dir = { \
159 test -z "$$files" \
160 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162 $(am__cd) "$$dir" && rm -f $$files; }; \
163 }
164am__installdirs = "$(DESTDIR)$(includedir)"
165HEADERS = $(nobase_include_HEADERS)
166am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
167# Read a list of newline-separated strings from the standard input,
168# and print each of them once, without duplicates. Input order is
169# *not* preserved.
170am__uniquify_input = $(AWK) '\
171 BEGIN { nonempty = 0; } \
172 { items[$$0] = 1; nonempty = 1; } \
173 END { if (nonempty) { for (i in items) print i; }; } \
174'
175# Make sure the list of sources is unique. This is necessary because,
176# e.g., the same source file might be shared among _SOURCES variables
177# for different programs/libraries.
178am__define_uniq_tagged_files = \
179 list='$(am__tagged_files)'; \
180 unique=`for i in $$list; do \
181 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182 done | $(am__uniquify_input)`
183am__DIST_COMMON = $(srcdir)/Makefile.in
184DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185ACLOCAL = @ACLOCAL@
186AMTAR = @AMTAR@
187AM_CFLAGS = @AM_CFLAGS@
188AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189AR = @AR@
190AS = @AS@
191AUTOCONF = @AUTOCONF@
192AUTOHEADER = @AUTOHEADER@
193AUTOMAKE = @AUTOMAKE@
194AWK = @AWK@
195CAPSICUM_LIB = @CAPSICUM_LIB@
196CC = @CC@
197CCAS = @CCAS@
198CCASDEPMODE = @CCASDEPMODE@
199CCASFLAGS = @CCASFLAGS@
200CCDEPMODE = @CCDEPMODE@
201CFLAGS = @CFLAGS@
202CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
203CPP = @CPP@
204CPPFLAGS = @CPPFLAGS@
205CSCOPE = @CSCOPE@
206CTAGS = @CTAGS@
207CYGPATH_W = @CYGPATH_W@
208DEFS = @DEFS@
209DEPDIR = @DEPDIR@
210DLLTOOL = @DLLTOOL@
211DSYMUTIL = @DSYMUTIL@
212DUMPBIN = @DUMPBIN@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217ETAGS = @ETAGS@
218EXEEXT = @EXEEXT@
219FGREP = @FGREP@
220FILECMD = @FILECMD@
221GETOPT_H = @GETOPT_H@
222GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
223GMSGFMT = @GMSGFMT@
224GMSGFMT_015 = @GMSGFMT_015@
225GREP = @GREP@
226HAVE_VISIBILITY = @HAVE_VISIBILITY@
227INSTALL = @INSTALL@
228INSTALL_DATA = @INSTALL_DATA@
229INSTALL_PROGRAM = @INSTALL_PROGRAM@
230INSTALL_SCRIPT = @INSTALL_SCRIPT@
231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232INTLLIBS = @INTLLIBS@
233INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
234LD = @LD@
235LDFLAGS = @LDFLAGS@
236LIBICONV = @LIBICONV@
237LIBINTL = @LIBINTL@
238LIBOBJS = @LIBOBJS@
239LIBS = @LIBS@
240LIBTOOL = @LIBTOOL@
241LIPO = @LIPO@
242LN_EXEEXT = @LN_EXEEXT@
243LN_S = @LN_S@
244LTLIBICONV = @LTLIBICONV@
245LTLIBINTL = @LTLIBINTL@
246LTLIBOBJS = @LTLIBOBJS@
247LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
248MAKEINFO = @MAKEINFO@
249MANIFEST_TOOL = @MANIFEST_TOOL@
250MKDIR_P = @MKDIR_P@
251MSGFMT = @MSGFMT@
252MSGMERGE = @MSGMERGE@
253MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
254NM = @NM@
255NMEDIT = @NMEDIT@
256OBJDUMP = @OBJDUMP@
257OBJEXT = @OBJEXT@
258OTOOL = @OTOOL@
259OTOOL64 = @OTOOL64@
260PACKAGE = @PACKAGE@
261PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
262PACKAGE_NAME = @PACKAGE_NAME@
263PACKAGE_STRING = @PACKAGE_STRING@
264PACKAGE_TARNAME = @PACKAGE_TARNAME@
265PACKAGE_URL = @PACKAGE_URL@
266PACKAGE_VERSION = @PACKAGE_VERSION@
267PATH_SEPARATOR = @PATH_SEPARATOR@
268POSIX_SHELL = @POSIX_SHELL@
269POSUB = @POSUB@
270PREFERABLY_POSIX_SHELL = @PREFERABLY_POSIX_SHELL@
271PTHREAD_CC = @PTHREAD_CC@
272PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
273PTHREAD_CXX = @PTHREAD_CXX@
274PTHREAD_LIBS = @PTHREAD_LIBS@
275RANLIB = @RANLIB@
276RC = @RC@
277SED = @SED@
278SET_MAKE = @SET_MAKE@
279SHELL = @SHELL@
280STRIP = @STRIP@
281USE_NLS = @USE_NLS@
282VERSION = @VERSION@
283XGETTEXT = @XGETTEXT@
284XGETTEXT_015 = @XGETTEXT_015@
285XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
286abs_builddir = @abs_builddir@
287abs_srcdir = @abs_srcdir@
288abs_top_builddir = @abs_top_builddir@
289abs_top_srcdir = @abs_top_srcdir@
290ac_ct_AR = @ac_ct_AR@
291ac_ct_CC = @ac_ct_CC@
292ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
293am__include = @am__include@
294am__leading_dot = @am__leading_dot@
295am__quote = @am__quote@
296am__tar = @am__tar@
297am__untar = @am__untar@
298ax_pthread_config = @ax_pthread_config@
299bindir = @bindir@
300build = @build@
301build_alias = @build_alias@
302build_cpu = @build_cpu@
303build_os = @build_os@
304build_vendor = @build_vendor@
305builddir = @builddir@
306datadir = @datadir@
307datarootdir = @datarootdir@
308docdir = @docdir@
309dvidir = @dvidir@
310enable_path_for_scripts = @enable_path_for_scripts@
311exec_prefix = @exec_prefix@
312host = @host@
313host_alias = @host_alias@
314host_cpu = @host_cpu@
315host_os = @host_os@
316host_vendor = @host_vendor@
317htmldir = @htmldir@
318includedir = @includedir@
319infodir = @infodir@
320install_sh = @install_sh@
321libdir = @libdir@
322libexecdir = @libexecdir@
323localedir = @localedir@
324localstatedir = @localstatedir@
325mandir = @mandir@
326mkdir_p = @mkdir_p@
327oldincludedir = @oldincludedir@
328pdfdir = @pdfdir@
329prefix = @prefix@
330program_transform_name = @program_transform_name@
331psdir = @psdir@
332runstatedir = @runstatedir@
333sbindir = @sbindir@
334sharedstatedir = @sharedstatedir@
335srcdir = @srcdir@
336sysconfdir = @sysconfdir@
337target_alias = @target_alias@
338top_build_prefix = @top_build_prefix@
339top_builddir = @top_builddir@
340top_srcdir = @top_srcdir@
341xz = @xz@
342nobase_include_HEADERS = \
343 lzma.h \
344 lzma/base.h \
345 lzma/bcj.h \
346 lzma/block.h \
347 lzma/check.h \
348 lzma/container.h \
349 lzma/delta.h \
350 lzma/filter.h \
351 lzma/hardware.h \
352 lzma/index.h \
353 lzma/index_hash.h \
354 lzma/lzma12.h \
355 lzma/stream_flags.h \
356 lzma/version.h \
357 lzma/vli.h
358
359all: all-am
360
361.SUFFIXES:
362$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
363 @for dep in $?; do \
364 case '$(am__configure_deps)' in \
365 *$$dep*) \
366 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
367 && { if test -f $@; then exit 0; else break; fi; }; \
368 exit 1;; \
369 esac; \
370 done; \
371 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/liblzma/api/Makefile'; \
372 $(am__cd) $(top_srcdir) && \
373 $(AUTOMAKE) --foreign src/liblzma/api/Makefile
374Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
375 @case '$?' in \
376 *config.status*) \
377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
378 *) \
379 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
380 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
381 esac;
382
383$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385
386$(top_srcdir)/configure: $(am__configure_deps)
387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388$(ACLOCAL_M4): $(am__aclocal_m4_deps)
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390$(am__aclocal_m4_deps):
391
392mostlyclean-libtool:
393 -rm -f *.lo
394
395clean-libtool:
396 -rm -rf .libs _libs
397install-nobase_includeHEADERS: $(nobase_include_HEADERS)
398 @$(NORMAL_INSTALL)
399 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
400 if test -n "$$list"; then \
401 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
402 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
403 fi; \
404 $(am__nobase_list) | while read dir files; do \
405 xfiles=; for file in $$files; do \
406 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
407 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
408 test -z "$$xfiles" || { \
409 test "x$$dir" = x. || { \
410 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
411 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
412 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
413 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
414 done
415
416uninstall-nobase_includeHEADERS:
417 @$(NORMAL_UNINSTALL)
418 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
419 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
420 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
421
422ID: $(am__tagged_files)
423 $(am__define_uniq_tagged_files); mkid -fID $$unique
424tags: tags-am
425TAGS: tags
426
427tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
428 set x; \
429 here=`pwd`; \
430 $(am__define_uniq_tagged_files); \
431 shift; \
432 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
433 test -n "$$unique" || unique=$$empty_fix; \
434 if test $$# -gt 0; then \
435 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436 "$$@" $$unique; \
437 else \
438 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
439 $$unique; \
440 fi; \
441 fi
442ctags: ctags-am
443
444CTAGS: ctags
445ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
446 $(am__define_uniq_tagged_files); \
447 test -z "$(CTAGS_ARGS)$$unique" \
448 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449 $$unique
450
451GTAGS:
452 here=`$(am__cd) $(top_builddir) && pwd` \
453 && $(am__cd) $(top_srcdir) \
454 && gtags -i $(GTAGS_ARGS) "$$here"
455cscopelist: cscopelist-am
456
457cscopelist-am: $(am__tagged_files)
458 list='$(am__tagged_files)'; \
459 case "$(srcdir)" in \
460 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
461 *) sdir=$(subdir)/$(srcdir) ;; \
462 esac; \
463 for i in $$list; do \
464 if test -f "$$i"; then \
465 echo "$(subdir)/$$i"; \
466 else \
467 echo "$$sdir/$$i"; \
468 fi; \
469 done >> $(top_builddir)/cscope.files
470
471distclean-tags:
472 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
473distdir: $(BUILT_SOURCES)
474 $(MAKE) $(AM_MAKEFLAGS) distdir-am
475
476distdir-am: $(DISTFILES)
477 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
478 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479 list='$(DISTFILES)'; \
480 dist_files=`for file in $$list; do echo $$file; done | \
481 sed -e "s|^$$srcdirstrip/||;t" \
482 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
483 case $$dist_files in \
484 */*) $(MKDIR_P) `echo "$$dist_files" | \
485 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
486 sort -u` ;; \
487 esac; \
488 for file in $$dist_files; do \
489 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
490 if test -d $$d/$$file; then \
491 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
492 if test -d "$(distdir)/$$file"; then \
493 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494 fi; \
495 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
496 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
497 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498 fi; \
499 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
500 else \
501 test -f "$(distdir)/$$file" \
502 || cp -p $$d/$$file "$(distdir)/$$file" \
503 || exit 1; \
504 fi; \
505 done
506check-am: all-am
507check: check-am
508all-am: Makefile $(HEADERS)
509installdirs:
510 for dir in "$(DESTDIR)$(includedir)"; do \
511 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
512 done
513install: install-am
514install-exec: install-exec-am
515install-data: install-data-am
516uninstall: uninstall-am
517
518install-am: all-am
519 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
520
521installcheck: installcheck-am
522install-strip:
523 if test -z '$(STRIP)'; then \
524 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
525 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
526 install; \
527 else \
528 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
529 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
530 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
531 fi
532mostlyclean-generic:
533
534clean-generic:
535
536distclean-generic:
537 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
538 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
539
540maintainer-clean-generic:
541 @echo "This command is intended for maintainers to use"
542 @echo "it deletes files that may require special tools to rebuild."
543clean: clean-am
544
545clean-am: clean-generic clean-libtool mostlyclean-am
546
547distclean: distclean-am
548 -rm -f Makefile
549distclean-am: clean-am distclean-generic distclean-tags
550
551dvi: dvi-am
552
553dvi-am:
554
555html: html-am
556
557html-am:
558
559info: info-am
560
561info-am:
562
563install-data-am: install-nobase_includeHEADERS
564
565install-dvi: install-dvi-am
566
567install-dvi-am:
568
569install-exec-am:
570
571install-html: install-html-am
572
573install-html-am:
574
575install-info: install-info-am
576
577install-info-am:
578
579install-man:
580
581install-pdf: install-pdf-am
582
583install-pdf-am:
584
585install-ps: install-ps-am
586
587install-ps-am:
588
589installcheck-am:
590
591maintainer-clean: maintainer-clean-am
592 -rm -f Makefile
593maintainer-clean-am: distclean-am maintainer-clean-generic
594
595mostlyclean: mostlyclean-am
596
597mostlyclean-am: mostlyclean-generic mostlyclean-libtool
598
599pdf: pdf-am
600
601pdf-am:
602
603ps: ps-am
604
605ps-am:
606
607uninstall-am: uninstall-nobase_includeHEADERS
608
609.MAKE: install-am install-strip
610
611.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
612 clean-libtool cscopelist-am ctags ctags-am distclean \
613 distclean-generic distclean-libtool distclean-tags distdir dvi \
614 dvi-am html html-am info info-am install install-am \
615 install-data install-data-am install-dvi install-dvi-am \
616 install-exec install-exec-am install-html install-html-am \
617 install-info install-info-am install-man \
618 install-nobase_includeHEADERS install-pdf install-pdf-am \
619 install-ps install-ps-am install-strip installcheck \
620 installcheck-am installdirs maintainer-clean \
621 maintainer-clean-generic mostlyclean mostlyclean-generic \
622 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
623 uninstall-am uninstall-nobase_includeHEADERS
624
625.PRECIOUS: Makefile
626
627
628# Tell versions [3.59,3.63) of GNU make to not export all variables.
629# Otherwise a system limit (for SysV at least) may be exceeded.
630.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