Lines Matching +full:test +full:- +full:config

4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
18 if test -z '$(MAKELEVEL)'; then \
20 elif test -n '$(MAKE_HOST)'; then \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29 case $${target_option-} in \
32 "target option '$${target_option-}' specified" >&2; \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
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;; \
69 test $$has_opt = yes
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
102 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
103 configure.lineno config.status.lineno
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = config.h
122 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
123 ctags-recursive dvi-recursive html-recursive info-recursive \
124 install-data-recursive install-dvi-recursive \
125 install-exec-recursive install-html-recursive \
126 install-info-recursive install-pdf-recursive \
127 install-ps-recursive install-recursive installcheck-recursive \
128 installdirs-recursive pdf-recursive ps-recursive \
129 tags-recursive uninstall-recursive
133 *) (install-info --version) >/dev/null 2>&1;; \
135 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
136 distclean-recursive maintainer-clean-recursive
141 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
142 cscope distdir distdir-am dist dist-all distcheck
144 config.h.in
145 # Read a list of newline-separated strings from the standard input,
159 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
162 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
164 config.guess config.sub depcomp install-sh ltmain.sh missing
166 distdir = $(PACKAGE)-$(VERSION)
169 if test -d "$(distdir)"; then \
170 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
171 && rm -rf "$(distdir)" \
172 || { sleep 5 && rm -rf "$(distdir)"; }; \
181 while test -n "$$dir1"; do \
182 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
183 if test "$$first" != "."; then \
184 if test "$$first" = ".."; then \
185 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
186 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
188 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
189 if test "$$first2" = "$$first"; then \
190 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
197 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
201 GZIP_ENV = --best
202 DIST_TARGETS = dist-gzip
205 distuninstallcheck_listfiles = find . -type f -print
207 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
208 distcleancheck_listfiles = find . -type f -print
346 ACLOCAL_AMFLAGS = -I m4
360 all: config.h
361 $(MAKE) $(AM_MAKEFLAGS) all-recursive
364 am--refresh: Makefile
370 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
371 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
376 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
378 $(AUTOMAKE) --foreign Makefile
379 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
381 *config.status*) \
382 echo ' $(SHELL) ./config.status'; \
383 $(SHELL) ./config.status;; \
385 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
386 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
389 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
390 $(SHELL) ./config.status --recheck
398 config.h: stamp-h1
399 @test -f $@ || rm -f stamp-h1
400 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
402 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
403 @rm -f stamp-h1
404 cd $(top_builddir) && $(SHELL) ./config.status config.h
405 $(srcdir)/config.h.in: $(am__configure_deps)
407 rm -f stamp-h1
410 distclean-hdr:
411 -rm -f config.h stamp-h1
412 freebsd/Makefile: $(top_builddir)/config.status $(top_srcdir)/freebsd/Makefile.in
413 cd $(top_builddir) && $(SHELL) ./config.status $@
415 mostlyclean-libtool:
416 -rm -f *.lo
418 clean-libtool:
419 -rm -rf .libs _libs
421 distclean-libtool:
422 -rm -f libtool config.lt
427 # (1) if the variable is set in 'config.status', edit 'config.status'
438 target=`echo $@ | sed s/-recursive//`; \
440 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
445 if test "$$subdir" = "."; then \
447 local_target="$$target-am"; \
454 if test "$$dot_seen" = "no"; then \
455 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
456 fi; test -z "$$fail"
459 $(am__define_uniq_tagged_files); mkid -fID $$unique
460 tags: tags-recursive
463 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
467 include_option=--etags-include; \
470 include_option=--include; \
474 if test "$$subdir" = .; then :; else \
475 test ! -f $$subdir/TAGS || \
481 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
482 test -n "$$unique" || unique=$$empty_fix; \
483 if test $$# -gt 0; then \
491 ctags: ctags-recursive
494 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
496 test -z "$(CTAGS_ARGS)$$unique" \
503 && gtags -i $(GTAGS_ARGS) "$$here"
505 test ! -s cscope.files \
506 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
507 clean-cscope:
508 -rm -f cscope.files
509 cscope.files: clean-cscope cscopelist
510 cscopelist: cscopelist-recursive
512 cscopelist-am: $(am__tagged_files)
519 if test -f "$$i"; then \
526 distclean-tags:
527 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
528 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
530 $(MAKE) $(AM_MAKEFLAGS) distdir-am
532 distdir-am: $(DISTFILES)
534 test -d "$(distdir)" || mkdir "$(distdir)"
539 sed -e "s|^$$srcdirstrip/||;t" \
540 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
544 sort -u` ;; \
547 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
548 if test -d $$d/$$file; then \
549 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
550 if test -d "$(distdir)/$$file"; then \
551 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
554 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
555 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
557 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
559 test -f "$(distdir)/$$file" \
560 || cp -p $$d/$$file "$(distdir)/$$file" \
565 if test "$$subdir" = .; then :; else \
567 || test -d "$(distdir)/$$subdir" \
589 -test -n "$(am__skip_mode_fix)" \
590 || find "$(distdir)" -type d ! -perm -755 \
591 -exec chmod u+rwx,go+rx {} \; -o \
592 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
593 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
594 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
595 || chmod -R a+r "$(distdir)"
596 dist-gzip: distdir
597 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
600 dist-bzip2: distdir
601 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
604 dist-lzip: distdir
605 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
608 dist-xz: distdir
609 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
612 dist-zstd: distdir
613 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
616 dist-tarZ: distdir
620 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
623 dist-shar: distdir
627 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
630 dist-zip: distdir
631 -rm -f $(distdir).zip
632 zip -rq $(distdir).zip $(distdir)
635 dist dist-all:
640 # it guarantees that the distribution is self-contained by making another
645 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
647 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
649 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
651 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
653 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
655 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
659 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
661 chmod -R a-w $(distdir)
664 chmod a-w $(distdir)
665 test -d $(distdir)/_build || exit 0; \
666 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
667 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
673 --srcdir=../.. --prefix="$$dc_install_base" \
682 && chmod -R a-w "$$dc_install_base" \
689 } || { rm -rf "$$dc_destdir"; exit 1; }) \
690 && rm -rf "$$dc_destdir" \
692 && rm -rf $(DIST_ARCHIVES) \
699 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
701 @test -n '$(distuninstallcheck_dir)' || { \
710 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
712 if test -n "$(DESTDIR)"; then \
718 @if test '$(srcdir)' = . ; then \
722 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
726 check-am: all-am
727 check: check-recursive
728 all-am: Makefile config.h
729 installdirs: installdirs-recursive
730 installdirs-am:
731 install: install-recursive
732 install-exec: install-exec-recursive
733 install-data: install-data-recursive
734 uninstall: uninstall-recursive
736 install-am: all-am
737 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
739 installcheck: installcheck-recursive
740 install-strip:
741 if test -z '$(STRIP)'; then \
743 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
747 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
750 mostlyclean-generic:
752 clean-generic:
754 distclean-generic:
755 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
756 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
758 maintainer-clean-generic:
761 clean: clean-recursive
763 clean-am: clean-generic clean-libtool mostlyclean-am
765 distclean: distclean-recursive
766 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
767 -rm -f Makefile
768 distclean-am: clean-am distclean-generic distclean-hdr \
769 distclean-libtool distclean-tags
771 dvi: dvi-recursive
773 dvi-am:
775 html: html-recursive
777 html-am:
779 info: info-recursive
781 info-am:
783 install-data-am:
785 install-dvi: install-dvi-recursive
787 install-dvi-am:
789 install-exec-am:
791 install-html: install-html-recursive
793 install-html-am:
795 install-info: install-info-recursive
797 install-info-am:
799 install-man:
801 install-pdf: install-pdf-recursive
803 install-pdf-am:
805 install-ps: install-ps-recursive
807 install-ps-am:
809 installcheck-am:
811 maintainer-clean: maintainer-clean-recursive
812 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
813 -rm -rf $(top_srcdir)/autom4te.cache
814 -rm -f Makefile
815 maintainer-clean-am: distclean-am maintainer-clean-generic
817 mostlyclean: mostlyclean-recursive
819 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
821 pdf: pdf-recursive
823 pdf-am:
825 ps: ps-recursive
827 ps-am:
829 uninstall-am:
831 .MAKE: $(am__recursive_targets) all install-am install-strip
833 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
834 am--refresh check check-am clean clean-cscope clean-generic \
835 clean-libtool cscope cscopelist-am ctags ctags-am dist \
836 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
837 dist-xz dist-zip dist-zstd distcheck distclean \
838 distclean-generic distclean-hdr distclean-libtool \
839 distclean-tags distcleancheck distdir distuninstallcheck dvi \
840 dvi-am html html-am info info-am install install-am \
841 install-data install-data-am install-dvi install-dvi-am \
842 install-exec install-exec-am install-html install-html-am \
843 install-info install-info-am install-man install-pdf \
844 install-pdf-am install-ps install-ps-am install-strip \
845 installcheck installcheck-am installdirs installdirs-am \
846 maintainer-clean maintainer-clean-generic mostlyclean \
847 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
848 tags tags-am uninstall uninstall-am
852 @WITH_CODE_COVERAGE_TRUE@coverage: coverage-clean all coverage-prepare coverage-run coverage-report
853 @WITH_CODE_COVERAGE_TRUE@coverage-clean:
854 @WITH_CODE_COVERAGE_TRUE@ -rm -rf "${covdir}"
855 @WITH_CODE_COVERAGE_TRUE@coverage-prepare:
858 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@coverage-run:
860 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@ ${MAKE} -C "@abs_top_builddir@" check
861 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@coverage-report:
862 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@ llvm-profdata@clang_ver@ merge \
863 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@ --sparse "${covdir}/@PACKAGE@".*.raw -o "${…
864 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@ llvm-cov@clang_ver@ show \
865 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@ --format=html --tab-size=8 \
866 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@ --output-dir="${covdir}" \
867 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@ --instr-profile="${profdata}" \
868 @CLANG_CODE_COVERAGE_TRUE@@WITH_CODE_COVERAGE_TRUE@ --object "@abs_top_builddir@/lib/libpam/.li…