Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 1736) sorted by relevance

12345678910>>...70

/freebsd-13-stable/contrib/ipfilter/
HDMakefile149 @if [ -d test ]; then (cd test; make) \
153 @if [ -d test ]; then (cd test; make clean && make) \
170 make freebsd`uname -r|cut -c1`
173 make setup "TARGOS=BSD" "CPUDIR=$(CPUDIR)"
191 make freebsd20
214 make setup "TARGOS=BSD" "CPUDIR=$(CPUDIR)"
215 …(cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) "ML=mlfk_ipl.c" "MLD=mlfk_ipl.c" "LKM=ipf.ko.5" …
224 make setup "TARGOS=BSD" "CPUDIR=$(CPUDIR)"
225 …(cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) "ML=mlfk_ipl.c" "MLD=mlfk_ipl.c" "LKM=ipf.ko" "L…
226 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS1); cd ..)
[all …]
/freebsd-13-stable/contrib/tcp_wrappers/
HDMakefile94 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
100 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
106 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
112 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
118 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
124 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
130 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
136 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
141 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
147 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
[all …]
/freebsd-13-stable/crypto/libecc/src/examples/sig/
HDMakefile20 $(VERBOSE_MAKE)cd $(RSA_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
22 $(VERBOSE_MAKE)cd $(DSA_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
24 $(VERBOSE_MAKE)cd $(SDSA_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
26 $(VERBOSE_MAKE)cd $(KCDSA_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
28 $(VERBOSE_MAKE)cd $(GOST_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
33 $(VERBOSE_MAKE)cd $(RSA_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
35 $(VERBOSE_MAKE)cd $(DSA_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
37 $(VERBOSE_MAKE)cd $(SDSA_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
39 $(VERBOSE_MAKE)cd $(KCDSA_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
41 $(VERBOSE_MAKE)cd $(GOST_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
[all …]
/freebsd-13-stable/contrib/apr-util/
HDbuild-outputs.mk3 buckets/apr_brigade.lo: buckets/apr_brigade.c .make.dirs include/apr_buckets.h
4 buckets/apr_buckets.lo: buckets/apr_buckets.c .make.dirs include/apr_buckets.h
5 buckets/apr_buckets_alloc.lo: buckets/apr_buckets_alloc.c .make.dirs include/apr_buckets.h
6 buckets/apr_buckets_eos.lo: buckets/apr_buckets_eos.c .make.dirs include/apr_buckets.h
7 buckets/apr_buckets_file.lo: buckets/apr_buckets_file.c .make.dirs include/apr_buckets.h
8 buckets/apr_buckets_flush.lo: buckets/apr_buckets_flush.c .make.dirs include/apr_buckets.h
9 buckets/apr_buckets_heap.lo: buckets/apr_buckets_heap.c .make.dirs include/apr_buckets.h
10 buckets/apr_buckets_mmap.lo: buckets/apr_buckets_mmap.c .make.dirs include/apr_buckets.h
11 buckets/apr_buckets_pipe.lo: buckets/apr_buckets_pipe.c .make.dirs include/apr_buckets.h
12 buckets/apr_buckets_pool.lo: buckets/apr_buckets_pool.c .make.dirs include/apr_buckets.h
[all …]
/freebsd-13-stable/sbin/ipf/ipsend/
HDMakefile67 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
69 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
71 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
75 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \
77 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \
79 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \
83 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \
86 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \
88 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \
92 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(BSD)" "CC=$(CC)" \
[all …]
/freebsd-13-stable/tools/tools/locale/
HDREADME8 make obj (mandatory)
9 make -j16 (-jN recommended)
10 make diff (check if the changes are reasonable)
11 make install
13 "make" downloads the necessary files, build them, and install the
27 make obj
30 make clean
35 CLDR files. "make clean && make build" will
38 make cleandir
41 make tools-test
[all …]
/freebsd-13-stable/crypto/libecc/src/examples/
HDMakefile23 $(VERBOSE_MAKE)cd $(BASIC_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
25 $(VERBOSE_MAKE)cd $(HASH_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
27 $(VERBOSE_MAKE)cd $(SIG_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
29 $(VERBOSE_MAKE)cd $(SSS_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
34 $(VERBOSE_MAKE)cd $(BASIC_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
36 $(VERBOSE_MAKE)cd $(HASH_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
38 $(VERBOSE_MAKE)cd $(SIG_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
40 $(VERBOSE_MAKE)cd $(SSS_DIR) && EXTRA_CFLAGS="$(CFLAGS)" make
45 $(VERBOSE_MAKE)cd $(BASIC_DIR) && make clean
46 $(VERBOSE_MAKE)cd $(HASH_DIR) && make clean
[all …]
/freebsd-13-stable/contrib/ee/
HDcreate.make171 Modify the file make.default and build ee by typing:
173 make -f make.default
198 Modify the file make.default and build ee by typing:
200 make -f make.default
255 if [ -f make.local ]
257 mv make.local make.lcl.old
260 echo "DEFINES = $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.local
261 echo "" >> make.local
262 …OCTL $HAS_SYS_WAIT $five_lib $five_include $select_hdr $other_cflags $termcap_exists" >> make.local
263 echo "" >> make.local
[all …]
/freebsd-13-stable/contrib/libcbor/doc/
HDMakefile26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
28 @echo " singlehtml to make a single large HTML file"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " devhelp to make HTML files and a Devhelp project"
34 @echo " epub to make an epub"
35 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
[all …]
HDmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epub
[all …]
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
HDios.sh34 make distclean > /dev/null
51 make -j${PROCESSORS} install || exit 1
57 make distclean > /dev/null
64 make -j${PROCESSORS} install || exit 1
75 make distclean > /dev/null
82 make -j${PROCESSORS} install || exit 1
88 make distclean > /dev/null
95 make -j${PROCESSORS} install || exit 1
101 make distclean > /dev/null
108 make -j${PROCESSORS} install || exit 1
[all …]
/freebsd-13-stable/sys/contrib/libsodium/m4/
HDax_check_gnu_make.m411 # This macro searches for a GNU version of make. If a match is found:
15 # Makefile, which cannot be handled by other versions of make.
17 # GNU make if it exists, the empty string otherwise.
19 # GNU make by copying `_cv_gnu_make_command`, otherwise it is unset.
21 # `make --version` as the last field of a record of space-separated
41 # Then perhaps to cause gnu make to override any other make, we could do
42 # something like this (note that GNU make always looks for GNUmakefile
51 # Then, if any (well almost any) other make is called, and GNU make also
52 # exists, then the other make wraps the GNU make.
68 AC_CACHE_CHECK([for GNU make],[_cv_gnu_make_command],[dnl
[all …]
/freebsd-13-stable/tools/tools/kerninclude/
HDkerninclude.sh32 make clean > /dev/null 2>&1
33 make cleandir > /dev/null 2>&1
34 make cleandir > /dev/null 2>&1
35 make clean > /dev/null 2>&1
36 make clean > /dev/null 2>&1
56 make LINT
69 make > x.0 2>&1
81 make > x.0 2>&1
124 make -n $o > _
145 make -n $o > _
[all …]
/freebsd-13-stable/contrib/bmake/
HDChangeLog7 Merge with NetBSD make, pick up
15 Merge with NetBSD make, pick up
23 Merge with NetBSD make, pick up
25 o make DEBUG0 simpler
32 Merge with NetBSD make, pick up
34 o make GNode lineno unsigned to please lint
37 o make.1: refine documentation for target local assignments
42 Merge with NetBSD make, pick up
47 o make.1: document quirks of target local variable assignments.
53 Merge with NetBSD make, pick up
[all …]
/freebsd-13-stable/tools/build/make_check/
HDcheck.mk5 .if exists(${.OBJDIR}/../../../usr.bin/make/make)
6 MK= ${.OBJDIR}/../../../usr.bin/make/make
10 make ${MK_ARG} 2>&1 | tee out-old
14 MK= make
/freebsd-13-stable/contrib/openpam/
HDINSTALL10 You will need the GNU autotools, GNU make and the GNU compiler suite
45 To compile OpenPAM, simply run "make" (or "gmake" on platforms where
46 "make" is not GNU make) in the top-level OpenPAM directory:
48 # make
52 To install OpenPAM, simply run "make install" (or "gmake install" on
53 platforms where "make" is not GNU make) in the top-level OpenPAM
56 # make install
/freebsd-13-stable/contrib/bmake/unit-tests/
HDopt.exp1 make -r -f /dev/null -V MAKEFLAGS
4 make -:
5 usage: make [-BeikNnqrSstWwX]
11 make -r -f /dev/null -- -VAR=value -f /dev/null
12 make: don't know how to make -f (continuing)
19 make -?
20 usage: make [-BeikNnqrSstWwX]
/freebsd-13-stable/crypto/libecc/scripts/
HDcrossbuild.sh99 …_lib_cflags" -e EXTRA_BIN_CFLAGS="$extra_bin_cflags" multiarch/crossbuild make "$wordsize" 2>&1 | …
104 …_lib_cflags" -e EXTRA_BIN_CFLAGS="$extra_bin_cflags" multiarch/crossbuild make "$wordsize" 2>&1 | …
107 …" --rm -e CROSS_TRIPLE=$triplet -v $ROOT_DIR:$ROOT_DIR -w $ROOT_DIR multiarch/crossbuild make clean
108 …iplet -v $ROOT_DIR:$ROOT_DIR/src/examples -w $ROOT_DIR/src/examples multiarch/crossbuild make clean
113 …_lib_cflags" -e EXTRA_BIN_CFLAGS="$extra_bin_cflags" multiarch/crossbuild make debug"$wordsize" 2>…
118 …_lib_cflags" -e EXTRA_BIN_CFLAGS="$extra_bin_cflags" multiarch/crossbuild make debug"$wordsize" 2>…
121 …" --rm -e CROSS_TRIPLE=$triplet -v $ROOT_DIR:$ROOT_DIR -w $ROOT_DIR multiarch/crossbuild make clean
122 …iplet -v $ROOT_DIR:$ROOT_DIR/src/examples -w $ROOT_DIR/src/examples multiarch/crossbuild make clean
129 …_CFLAGS="$extra_bin_cflags" -e BIN_LDFLAGS="-static" multiarch/crossbuild make "$wordsize" 2>&1 | …
134 …_CFLAGS="$extra_bin_cflags" -e BIN_LDFLAGS="-static" multiarch/crossbuild make "$wordsize" 2>&1 | …
[all …]
/freebsd-13-stable/contrib/dma/
HDINSTALL5 make
8 make install sendmail-link mailq-link install-spool-dirs install-etc
12 … systems that do not default to a compatible "make" version, try using "gmake" or "pmake" instead …
20 * make - BSD make and GNU make is knwon to work
28 make CC=gcc YACC=bison LEX=/usr/bin/flex SH=/bin/bash INSTALL=/usr/bin/install
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDDLL.cpp688 lookups.push_back(make<OrdinalOnlyChunk>(ctx, ord)); in create()
689 addresses.push_back(make<OrdinalOnlyChunk>(ctx, ord)); in create()
692 auto *c = make<HintNameChunk>(s->getExternalName(), ord); in create()
693 lookups.push_back(make<LookupChunk>(ctx, c)); in create()
694 addresses.push_back(make<LookupChunk>(ctx, c)); in create()
698 lookups.push_back(make<NullChunk>(ctx.config.wordsize)); in create()
699 addresses.push_back(make<NullChunk>(ctx.config.wordsize)); in create()
705 dllNames.push_back(make<StringChunk>(syms[0]->getDLLName())); in create()
706 auto *dir = make<ImportDirectoryChunk>(dllNames.back()); in create()
712 dirs.push_back(make<NullChunk>(sizeof(ImportDirectoryTableEntry))); in create()
[all …]
/freebsd-13-stable/contrib/apr/
HDbuild-outputs.mk3 encoding/apr_encode.lo: encoding/apr_encode.c .make.dirs include/apr_allocator.h include/apr_encode…
4 encoding/apr_escape.lo: encoding/apr_escape.c .make.dirs include/apr_allocator.h include/apr_errno.…
5 passwd/apr_getpass.lo: passwd/apr_getpass.c .make.dirs include/apr_allocator.h include/apr_errno.h …
6 strings/apr_cpystrn.lo: strings/apr_cpystrn.c .make.dirs include/apr_allocator.h include/apr_errno.…
7 strings/apr_cstr.lo: strings/apr_cstr.c .make.dirs include/apr_allocator.h include/apr_cstr.h inclu…
8 strings/apr_fnmatch.lo: strings/apr_fnmatch.c .make.dirs include/apr_allocator.h include/apr_errno.…
9 strings/apr_snprintf.lo: strings/apr_snprintf.c .make.dirs include/apr_allocator.h include/apr_dso.…
10 strings/apr_strings.lo: strings/apr_strings.c .make.dirs include/apr_allocator.h include/apr_errno.…
11 strings/apr_strnatcmp.lo: strings/apr_strnatcmp.c .make.dirs include/apr_allocator.h include/apr_er…
12 strings/apr_strtok.lo: strings/apr_strtok.c .make.dirs include/apr_allocator.h include/apr_errno.h …
[all …]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDdoxygen.am4 # make # 'make doxygen' would be auto executed
5 # make doxygen # generating doxygen documentation
6 # make doxygen-doc # same as 'make doxygen'
7 # make clean # clean docs generated by doxygen
8 # make install # install doxygen documentation
9 # make uninstall # uninstall doxygen documentation
16 # Use 'make clean' to clean docs generated by doxygen.
/freebsd-13-stable/contrib/libevent/
HDdoxygen.am4 # make # 'make doxygen' would be auto executed
5 # make doxygen # generating doxygen documentation
6 # make doxygen-doc # same as 'make doxygen'
7 # make clean # clean docs generated by doxygen
8 # make install # install doxygen documentation
9 # make uninstall # uninstall doxygen documentation
16 # Use 'make clean' to clean docs generated by doxygen.
/freebsd-13-stable/contrib/llvm-project/lld/docs/
HDmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epub
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDItaniumDemangle.h2706 template <class T, class... Args> Node *make(Args &&... args) { in make() function
2948 Result = make<NameWithTemplateArgs>(Result, TA); in parseName()
2970 auto *StringLitName = make<NameType>("string literal"); in parseLocalName()
2973 return make<LocalName>(Encoding, StringLitName); in parseLocalName()
2987 return make<LocalName>(Encoding, N); in parseLocalName()
2994 return make<LocalName>(Encoding, Entity); in parseLocalName()
3007 Std = make<NameType>("std"); in parseUnscopedName()
3065 Result = make<StructuredBindingName>(popTrailingNodeArray(BindingsBegin)); in parseUnqualifiedName()
3076 Result = make<ModuleEntity>(Module, Result); in parseUnqualifiedName()
3080 Result = make<MemberLikeFriendName>(Scope, Result); in parseUnqualifiedName()
[all …]

12345678910>>...70