Searched refs:build (Results 176 - 200 of 458) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/scripts/ntpsweep/
H A DMakefile.am97 $(top_srcdir)/scripts/build/check--help $@
/freebsd-11-stable/contrib/ntp/scripts/ntptrace/
H A DMakefile.am90 $(top_srcdir)/scripts/build/check--help $@
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A DMakefile.am93 $(top_srcdir)/scripts/build/check--help $@
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py505 params = [ self.build(x) for x in raw.nested ]
514 params = [ self.build(x) for x in raw.nested ]
538 members = [ self.build(x) for x in raw.nested ]
555 members = [ self.build(x) for x in raw.nested ]
590 subranges = [ self.build(x) for x in raw.nested ]
610 def build(self, raw): member in class:Dwarf
626 obj = self.build(raw)
699 sym.definition = dwarf.build(raw)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dexterns1.h196 extern tnode_t *build(op_t, tnode_t *, tnode_t *);
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk51 # dependency graph that will drive the build later.
70 # if "no" sub-makes are used to build everything,
71 # if "yes" sub-makes are only used to build for other machines.
124 # If ALL_MACHINES is defined, we build for all the
262 # First off, we want to know what ${MACHINE} to build for.
450 build-dirdeps:
540 # we need to build this guy's dependencies for host as well.
780 echo You need to build ${RELDIR} to correctly populate it.
806 echo You need to build ${RELDIR} to correctly populate it.
/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk3 # This makefile is for use when integrating bmake into a BSD build
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A DMakefile.am111 $(top_srcdir)/scripts/build/check--help $@
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A DMakefile.in111 build_triplet = @build@
397 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
674 LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
689 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
696 $(top_srcdir)/build-aux/compile \
697 $(top_srcdir)/build-aux/config.guess \
698 $(top_srcdir)/build-aux/config.sub \
699 $(top_srcdir)/build-aux/depcomp \
700 $(top_srcdir)/build-aux/install-sh \
701 $(top_srcdir)/build
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk159 # Please note that this target can only be properly built if the build of the
161 # .ali files generated by the Ada95 compiler during the build process. These
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c36 * make_hash.c --- build-time program for constructing comp_captab.c
40 #include <build.priv.h>
133 * By compiling the hash table at build time, we're able to make the entire
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec57 %build
128 - commented out build dependancies for svn snapshots
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak1 # Makefile for Microsoft nmake to build wpa_supplicant
17 # Note: If EAP-FAST is included in the build, OpenSSL needs to be patched to
/freebsd-11-stable/contrib/sqlite3/
H A Dcompile41 # Convert a $build file to $host form and store it in $file
247 If you are trying to build a whole package this is not the
315 # object file name, since that is what matters with a parallel build.
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec86 - Updated for new gnome-ssh-askpass build
134 %build
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_x550.h70 u8 build, u8 ver, u16 len, const char *str);
/freebsd-11-stable/share/mk/
H A Dbsd.obj.mk35 # remove the build directory (and all its contents) created by obj
38 # create build directory.
H A Dlocal.meta.sys.mk81 # build for multiple MACHINE_ARCH per MACHINE
237 # the tool will be built during the build. Building it assumes it is
H A Dlocal.dirdeps.mk29 # Host libraries should mostly be excluded from the build so the
85 # Only do this for main build target
/freebsd-11-stable/usr.bin/vi/catalog/
H A DMakefile22 build-tools: dump
24 # Helper since iconv is non trivial to make a build tool
/freebsd-11-stable/contrib/openpam/
H A Dcompile41 # Convert a $build file to $host form and store it in $file
247 If you are trying to build a whole package this is not the
316 # object file name, since that is what matters with a parallel build.
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c189 struct calendar build; local
192 if (use_build_limit && ntpcal_get_build_date(&build)) {
194 * before build.
196 build.year -= 10;
197 limit = ntpcal_date_to_ntp64(&build);
490 "%s ('%s'): loaded, expire=%s ofs=%d (no entries after build date)",
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile41 # Convert a $build file to $host form and store it in $file
247 If you are trying to build a whole package this is not the
315 # object file name, since that is what matters with a parallel build.
/freebsd-11-stable/contrib/file/
H A Dcompile41 # Convert a $build file to $host form and store it in $file
247 If you are trying to build a whole package this is not the
316 # object file name, since that is what matters with a parallel build.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp244 #error Please build the runtime with a non-debug CRT: /MD or /MT

Completed in 194 milliseconds

1234567891011>>