HomeSort by: relevance | last modified time | path
    Searched refs:libopts (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/
check-libopts.mf 1 ## check-libopts.mf - automake fragment
3 ## If we are not using the tearoff libopts, we won't be
4 ## building its libopts.la, so the submake is allowed
7 BUILT_SOURCES += check-libopts
8 CLEANFILES += check-libopts
10 check-libopts: libopts/libopts.la
13 libopts/libopts.la
    [all...]
Makefile.am 3 ACLOCAL_AMFLAGS = -I m4 -I libevent/m4 -I libopts/m4
53 SUBDIRS += libopts
283 include $(top_srcdir)/check-libopts.mf
configure 1635 --disable-nls disable nls support in libopts
1636 --enable-local-libopts Use the supplied libopts tearoff code
1637 --enable-libopts-install
1638 Install libopts with client installation
5341 # libopts specifically builds a string with embedded NULs.
26168 # Check whether --enable-local-libopts was given.
26173 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Using supplied libopts tearoff" >&5
26174 printf "%s\n" "$as_me: Using supplied libopts tearoff" >&6;}
26175 LIBOPTS_CFLAGS='-I$(top_srcdir)/libopts'
    [all...]
  /src/external/bsd/ntp/dist/
check-libopts.mf 1 ## check-libopts.mf - automake fragment
3 ## If we are not using the tearoff libopts, we won't be
4 ## building its libopts.la, so the submake is allowed
7 BUILT_SOURCES += check-libopts
8 CLEANFILES += check-libopts
10 check-libopts: ../sntp/libopts/libopts.la
13 ../sntp/libopts/libopts.la
    [all...]
configure 1761 --disable-nls disable nls support in libopts
1762 --enable-local-libopts Use the supplied libopts tearoff code
1763 --enable-libopts-install
1764 Install libopts with client installation
5586 # libopts specifically builds a string with embedded NULs.
6820 # So far, the only shared library we might use is libopts.
14752 # means we need the appropriate corresponding libopts as well.
14754 # - use the version of libopts we ship with
16139 # Check whether --enable-local-libopts was given
    [all...]
  /src/external/bsd/ntp/lib/libopts/
Makefile 11 DIST= ${IDIST}/sntp/libopts
17 SRCS=libopts.c
19 COPTS.libopts.c+= -DPOSIX_SHELL="\"/bin/sh\"" -Wno-format-nonliteral
21 COPTS.libopts.c+= ${${ACTIVE_CC} == "gcc":? -Wno-format-contains-nul :}
22 COPTS.libopts.c+= ${${ACTIVE_CC} == "clang":? -Wno-format :}
23 COPTS.libopts.c+= ${CC_WNO_FORMAT_OVERFLOW}
  /src/external/bsd/ntp/lib/
Makefile 5 SUBDIR+= libntp libiscntp libopts libparse
  /src/external/bsd/ntp/bin/ntptime/
Makefile 12 DPADD+= ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a ${LIBNTP}/libntp.a ${LIBM} ${LIBUTIL}
18 CPPFLAGS+=-I${IDIST}/include -I${IDIST}/sntp/libopts
  /src/external/bsd/ntp/bin/ntp-keygen/
Makefile 13 DPADD+= ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a ${LIBNTP}/libntp.a ${LIBM} ${LIBUTIL}
19 CPPFLAGS+=-I${IDIST}/include -I${IDIST}/sntp/libopts
  /src/external/bsd/ntp/dist/sntp/libopts/
Makefile.am 0 ## LIBOPTS Makefile
4 lib_LTLIBRARIES = libopts.la
6 noinst_LTLIBRARIES = libopts.la
8 libopts_la_SOURCES = libopts.c
18 libopts.c: $(BUILT_SOURCES)
54 intprops.h load.c m4/libopts.m4 \
  /src/external/bsd/ntp/bin/ntpdate/
Makefile 18 CPPFLAGS+=-I${IDIST}/include -I${IDIST}/sntp/libopts
  /src/external/bsd/ntp/bin/sntp/
Makefile 25 CPPFLAGS+=-I${DIST} -I${DIST}/libopts
  /src/external/bsd/ntp/bin/ntpdc/
Makefile 21 CPPFLAGS+=-I${IDIST}/include -I${IDIST}/sntp/libopts
  /src/external/bsd/ntp/bin/ntpq/
Makefile 13 LDADD+= -L${LIBNTP} -lntp -L${LIBOPTS} -lopts -L${LIBISC} -liscntp -ledit -lterminfo -lm
14 #DPADD+= ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a ${LIBNTP}/libntp.a ${LIBEDIT} ${LIBTERMINFO} ${LIBM}
20 CPPFLAGS+=-I${IDIST}/include -I${IDIST}/sntp/libopts
  /src/external/bsd/ntp/bin/ntpd/
Makefile 80 DPADD+= ${LIBPARSE}/libparse.a ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a ${LIBNTP}/libntp.a ${LIBM} ${LIBUTIL}
87 CPPFLAGS+=-I${IDIST}/include -I${IDIST}/sntp/libopts -I${IDIST}/ntpd -I.
  /src/external/bsd/ntp/lib/libntp/
Makefile 86 CPPFLAGS+= -I${IDIST}/sntp/libopts

Completed in 59 milliseconds