• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ntp/sntp/libopts/

Lines Matching refs:srcdir

17 VPATH = @srcdir@
121 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
223 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227 am__DIST_COMMON = $(srcdir)/Makefile.in \
452 srcdir = @srcdir@
463 libopts_la_CPPFLAGS = -I$(srcdir)
465 EXTRA_DIST = $(srcdir)/compat/_Noreturn.h stdnoreturn.in.h \
488 _NORETURN_H = $(srcdir)/compat/_Noreturn.h
494 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
506 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
603 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libopts_la-libopts.lo -MD -MP -MF $(DEPDIR)/libopts_la-libopts.Tpo -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
607 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
652 case "$(srcdir)" in \
653 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
654 *) sdir=$(subdir)/$(srcdir) ;; \
668 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
680 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
686 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
687 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
732 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
836 @GL_GENERATE_STDNORETURN_H_TRUE@ < $(srcdir)/stdnoreturn.in.h; \