Lines Matching +full:frc +full:- +full:shared

4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
24 if test -z '$(MAKELEVEL)'; then \
26 elif test -n '$(MAKE_HOST)'; then \
28 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
35 case $${target_option-} in \
38 "target option '$${target_option-}' specified" >&2; \
61 *=*|--*) continue;; \
62 -*I) strip_trailopt 'I'; skip_next=yes;; \
63 -*I?*) strip_trailopt 'I';; \
64 -*O) strip_trailopt 'O'; skip_next=yes;; \
65 -*O?*) strip_trailopt 'O';; \
66 -*l) strip_trailopt 'l'; skip_next=yes;; \
67 -*l?*) strip_trailopt 'l';; \
68 -[dEDm]) skip_next=yes;; \
69 -[JT]) skip_next=yes;; \
83 install_sh_DATA = $(install_sh) -c -m 644
84 install_sh_PROGRAM = $(install_sh) -c
85 install_sh_SCRIPT = $(install_sh) -c
97 @LIBNTP_SUBMAKES_TRUE@am__append_1 = check-libntp
134 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
144 mkinstalldirs = $(install_sh) -d
160 am__v_lt_0 = --silent
174 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
175 depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
178 am__mv = mv -f
181 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
190 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
191 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
192 $(AM_LDFLAGS) $(LDFLAGS) -o $@
202 *) (install-info --version) >/dev/null 2>&1;; \
206 # Read a list of newline-separated strings from the standard input,
215 # e.g., the same source file might be shared among _SOURCES variables
220 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223 $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf \
225 $(top_srcdir)/sntp/libevent/build-aux/depcomp README
494 BUILT_SOURCES = $(am__append_1) .deps-ver
495 DISTCLEANFILES = $(DEPDIR)/deps-ver
507 CLEANFILES = .version version.c .deps-ver
511 NTP_INCS = -I$(top_srcdir)/include \
512 -I$(top_srcdir)/libntp/lib/isc/include \
513 -I$(top_srcdir)/libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
514 -I$(top_srcdir)/libntp/lib/isc/unix/include
516 $(MAKE) $(AM_MAKEFLAGS) all-am
520 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
524 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
525 && { if test -f $@; then exit 0; else break; fi; }; \
529 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpdate/Makefile'; \
531 $(AUTOMAKE) --foreign ntpdate/Makefile
535 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
540 $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
543 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
546 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
548 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
550 install-binPROGRAMS: $(bin_PROGRAMS)
552 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
553 if test -n "$$list"; then \
559 while read p p1; do if test -f $$p \
560 || test -f $$p1 \
563 sed -e 'p;s,.*/,,;n;h' \
564 -e 's|.*|.|' \
565 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
574 test -z "$$files" || { \
575 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
576 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
580 uninstall-binPROGRAMS:
582 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
584 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
585 -e 's/$$/$(EXEEXT)/' \
587 test -n "$$list" || exit 0; \
588 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
589 cd "$(DESTDIR)$(bindir)" && rm -f $$files
591 clean-binPROGRAMS:
592 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
593 echo " rm -f" $$list; \
594 rm -f $$list || exit $$?; \
595 test -n "$(EXEEXT)" || exit 0; \
597 echo " rm -f" $$list; \
598 rm -f $$list
599 install-libexecPROGRAMS: $(libexec_PROGRAMS)
601 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
602 if test -n "$$list"; then \
608 while read p p1; do if test -f $$p \
609 || test -f $$p1 \
612 sed -e 'p;s,.*/,,;n;h' \
613 -e 's|.*|.|' \
614 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
623 test -z "$$files" || { \
624 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
625 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
629 uninstall-libexecPROGRAMS:
631 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
633 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
634 -e 's/$$/$(EXEEXT)/' \
636 test -n "$$list" || exit 0; \
637 echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
638 cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
640 clean-libexecPROGRAMS:
641 @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
642 echo " rm -f" $$list; \
643 rm -f $$list || exit $$?; \
644 test -n "$(EXEEXT)" || exit 0; \
646 echo " rm -f" $$list; \
647 rm -f $$list
648 install-sbinPROGRAMS: $(sbin_PROGRAMS)
650 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
651 if test -n "$$list"; then \
657 while read p p1; do if test -f $$p \
658 || test -f $$p1 \
661 sed -e 'p;s,.*/,,;n;h' \
662 -e 's|.*|.|' \
663 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
672 test -z "$$files" || { \
673 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
674 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
678 uninstall-sbinPROGRAMS:
680 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
682 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
683 -e 's/$$/$(EXEEXT)/' \
685 test -n "$$list" || exit 0; \
686 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
687 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
689 clean-sbinPROGRAMS:
690 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
691 echo " rm -f" $$list; \
692 rm -f $$list || exit $$?; \
693 test -n "$(EXEEXT)" || exit 0; \
695 echo " rm -f" $$list; \
696 rm -f $$list
699 @rm -f ntpdate$(EXEEXT)
702 mostlyclean-compile:
703 -rm -f *.$(OBJEXT)
705 distclean-compile:
706 -rm -f *.tab.c
708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdate.Po@am__quote@ # am--include-marker
709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ # am--include-marker
713 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
715 am--depfiles: $(am__depfiles_remade)
719 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
723 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
727 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
731 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
735 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
739 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
741 mostlyclean-libtool:
742 -rm -f *.lo
744 clean-libtool:
745 -rm -rf .libs _libs
748 $(am__define_uniq_tagged_files); mkid -fID $$unique
749 tags: tags-am
752 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
757 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
758 test -n "$$unique" || unique=$$empty_fix; \
759 if test $$# -gt 0; then \
767 ctags: ctags-am
770 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
772 test -z "$(CTAGS_ARGS)$$unique" \
779 && gtags -i $(GTAGS_ARGS) "$$here"
780 cscopelist: cscopelist-am
782 cscopelist-am: $(am__tagged_files)
789 if test -f "$$i"; then \
796 distclean-tags:
797 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
799 $(MAKE) $(AM_MAKEFLAGS) distdir-am
801 distdir-am: $(DISTFILES)
806 sed -e "s|^$$srcdirstrip/||;t" \
807 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
811 sort -u` ;; \
814 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
815 if test -d $$d/$$file; then \
816 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
817 if test -d "$(distdir)/$$file"; then \
818 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
820 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
821 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
822 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
824 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
826 test -f "$(distdir)/$$file" \
827 || cp -p $$d/$$file "$(distdir)/$$file" \
831 check-am: all-am
833 $(MAKE) $(AM_MAKEFLAGS) check-am
834 all-am: Makefile $(PROGRAMS) $(HEADERS)
837 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
840 $(MAKE) $(AM_MAKEFLAGS) install-am
841 install-exec: $(BUILT_SOURCES)
842 $(MAKE) $(AM_MAKEFLAGS) install-exec-am
843 install-data: install-data-am
844 uninstall: uninstall-am
846 install-am: all-am
847 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
849 installcheck: installcheck-am
850 install-strip:
851 if test -z '$(STRIP)'; then \
853 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
857 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
860 mostlyclean-generic:
862 clean-generic:
863 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
865 distclean-generic:
866 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
867 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
868 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
870 maintainer-clean-generic:
873 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
874 clean: clean-am
876 clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
877 clean-libtool clean-sbinPROGRAMS mostlyclean-am
879 distclean: distclean-am
880 -rm -f ./$(DEPDIR)/ntpdate.Po
881 -rm -f ./$(DEPDIR)/version.Po
882 -rm -f Makefile
883 distclean-am: clean-am distclean-compile distclean-generic \
884 distclean-tags
886 dvi: dvi-am
888 dvi-am:
890 html: html-am
892 html-am:
894 info: info-am
896 info-am:
898 install-data-am:
900 install-dvi: install-dvi-am
902 install-dvi-am:
904 install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
905 install-sbinPROGRAMS
907 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
908 install-html: install-html-am
910 install-html-am:
912 install-info: install-info-am
914 install-info-am:
916 install-man:
918 install-pdf: install-pdf-am
920 install-pdf-am:
922 install-ps: install-ps-am
924 install-ps-am:
926 installcheck-am:
928 maintainer-clean: maintainer-clean-am
929 -rm -f ./$(DEPDIR)/ntpdate.Po
930 -rm -f ./$(DEPDIR)/version.Po
931 -rm -f Makefile
932 maintainer-clean-am: distclean-am maintainer-clean-generic
934 mostlyclean: mostlyclean-am
936 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
937 mostlyclean-libtool
939 pdf: pdf-am
941 pdf-am:
943 ps: ps-am
945 ps-am:
947 uninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS \
948 uninstall-sbinPROGRAMS
950 .MAKE: all check install install-am install-exec install-exec-am \
951 install-strip
953 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
954 clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
955 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
956 distclean distclean-compile distclean-generic \
957 distclean-libtool distclean-tags distdir dvi dvi-am html \
958 html-am info info-am install install-am install-binPROGRAMS \
959 install-data install-data-am install-dvi install-dvi-am \
960 install-exec install-exec-am install-exec-hook install-html \
961 install-html-am install-info install-info-am \
962 install-libexecPROGRAMS install-man install-pdf install-pdf-am \
963 install-ps install-ps-am install-sbinPROGRAMS install-strip \
964 installcheck installcheck-am installdirs maintainer-clean \
965 maintainer-clean-generic mostlyclean mostlyclean-compile \
966 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
967 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
968 uninstall-libexecPROGRAMS uninstall-sbinPROGRAMS
973 version.c: Makefile $(top_srcdir)/sntp/scm-rev
974 $(AM_V_GEN)env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdate
976 install-exec-hook:
977 @test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \
979 test ! -f ${sbindir}/$$i \
982 @test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}" \
984 test ! -f ${bindir}/$$i \
990 .PHONY: check-libntp
992 @LIBNTP_SUBMAKES_TRUE@check-libntp:
994 $(top_srcdir)/sntp/scm-rev: FRC.scm-rev
995 $(AM_V_GEN)cd $(top_builddir)/sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
997 .PHONY: FRC.scm-rev
998 FRC.scm-rev:
999 @: FRC.scm-rev is always out of date, triggering the check every make invocation.
1000 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
1001 @[ -f $@ ] || \
1002 cp $(top_srcdir)/deps-ver $@
1003 @[ -w $@ ] || \
1005 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
1007 echo -n "Prior $(subdir)/$(DEPDIR) version " && \
1009 rm -rf $(DEPDIR) && \
1021 echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \
1022 cat $(top_srcdir)/deps-ver \
1024 $(AM_V_at)cp $(top_srcdir)/deps-ver $@
1026 .deps-ver: $(top_srcdir)/deps-ver
1027 @[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1038 # this issue, we use a deps-ver file which is updated with each change
1039 # that breaks old .deps files. A copy of deps-ver is made into
1040 # $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present
1041 # with different contents than deps-ver, we make clean to ensure all
1046 # It is normal when configured with --disable-dependency-tracking for
1048 # intermediate target .deps-ver, which invokes make recursively if