Home
last modified time | relevance | path

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

12345678910>>...80

/freebsd/contrib/tcp_wrappers/
H A DMakefile94 @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/crypto/libecc/src/examples/sig/
H A DMakefile20 $(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/tools/tools/locale/
H A DREADME7 make obj (mandatory)
8 make fetch (download the CLDR source)
9 make extract (and extract it)
10 make -j16 (-jN recommended)
11 make diff (check if the changes are reasonable)
12 make install
14 "make" downloads the necessary files, build them, and install the
28 make obj
31 make clean
36 CLDR files. "make clean && make build" will
[all …]
/freebsd/sbin/ipf/ipsend/
H A DMakefile67 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/crypto/libecc/src/examples/
H A DMakefile23 $(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/contrib/ee/
H A Dcreate.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/contrib/libcbor/doc/
H A DMakefile26 @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 …]
/freebsd/sys/contrib/libsodium/dist-build/
H A Dios.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/contrib/bmake/
H A DChangeLog4 Merge with NetBSD make, pick up
5 o make.1: fix description of '-' handling in jobs-mod
11 Merge with NetBSD make, pick up
20 Merge with NetBSD make, pick up
21 o make: ensure .MAKE.SAVE_DOLLARS is initialized so makefiles like
31 Merge with NetBSD make, pick up
33 and tests that make symlink for ${MAKE} can run in parallel.
38 Merge with NetBSD make, pick up
49 Merge with NetBSD make, pick up
61 Merge with NetBSD make, pick up
[all …]
/freebsd/sys/contrib/libsodium/m4/
H A Dax_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/contrib/bmake/unit-tests/
H A Dvarname-make_stack_trace.exp5 in make[2] in directory "<curdir>"
14 in make[2] in directory "<curdir>"
22 in make[2] in directory "<curdir>"
25 in make[1] in directory "<curdir>"
34 in make[2] in directory "<curdir>"
36 in make[1] in directory "<curdir>"
43 in make[4] in directory "<curdir>"
45 in make[3] in directory "<curdir>"
47 in make[2] in directory "<curdir>"
49 in make[1] in directory "<curdir>"
H A Dcond-func-make.mk7 .if !make(via-cmdline)
10 .if make(via-dot-makeflags)
16 .if !make(via-cmdline)
19 .if !make(via-dot-makeflags)
24 .if make([)
29 .if make(${UNDEF})
H A Dopt.exp1 make -r -f /dev/null -V 'begin ${MAKEFLAGS} end'
4 make -:
5 usage: make [-BeikNnqrSstWwX]
12 make -r -f /dev/null -- -VAR=value -f /dev/null
13 make: don't know how to make -f (continuing)
20 make -?
21 usage: make [-BeikNnqrSstWwX]
/freebsd/tools/tools/kerninclude/
H A Dkerninclude.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/contrib/llvm-project/lld/COFF/
H A DDLL.cpp794 lookupsChunk = make<OrdinalOnlyChunk>(ctx, ord); in create()
795 addressesChunk = make<OrdinalOnlyChunk>(ctx, ord); in create()
797 hintChunk = make<HintNameChunk>(s->getExternalName(), ord); in create()
798 lookupsChunk = make<LookupChunk>(ctx, hintChunk); in create()
799 addressesChunk = make<LookupChunk>(ctx, hintChunk); in create()
817 lookupsChunk = make<NullChunk>(ctx); in create()
818 addressesChunk = make<NullChunk>(ctx); in create()
837 auto chunk = make<AuxImportChunk>(s->file); in create()
841 chunk = make<AuxImportChunk>(s->file); in create()
846 auxIat.push_back(make<NullChunk>(ctx)); in create()
[all …]
/freebsd/tools/build/make_check/
H A Dcheck.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/crypto/libecc/scripts/
H A Dcrossbuild.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/contrib/libfido2/.actions/
H A Dbuild-linux-openssl3-i686-w64-mingw32-gcc31 make -j"$(nproc)" -C build
32 sudo make -C build install
41 make -j"$(nproc)"
42 sudo make install_sw
48 make -fwin32/Makefile.gcc PREFIX=i686-w64-mingw32-
49 sudo make -fwin32/Makefile.gcc PREFIX=i686-w64-mingw32- DESTDIR=/fakeroot \
58 make -C build 2>&1
59 sudo make -C build install
H A Dbuild-linux-i686-w64-mingw32-gcc31 make -j"$(nproc)" -C build
32 sudo make -C build install
40 make -j"$(nproc)"
41 sudo make install_sw
47 make -fwin32/Makefile.gcc PREFIX=i686-w64-mingw32-
48 sudo make -fwin32/Makefile.gcc PREFIX=i686-w64-mingw32- DESTDIR=/fakeroot \
57 make -j"$(nproc)" -C build
58 sudo make -C build install
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2843 template <class T, class... Args> Node *make(Args &&... args) { in make() function
3085 Result = make<NameWithTemplateArgs>(Result, TA); in parseName()
3107 auto *StringLitName = make<NameType>("string literal"); in parseLocalName()
3110 return make<LocalName>(Encoding, StringLitName); in parseLocalName()
3124 return make<LocalName>(Encoding, N); in parseLocalName()
3131 return make<LocalName>(Encoding, Entity); in parseLocalName()
3144 Std = make<NameType>("std"); in parseUnscopedName()
3202 Result = make<StructuredBindingName>(popTrailingNodeArray(BindingsBegin)); in parseUnqualifiedName()
3213 Result = make<ModuleEntity>(Module, Result); in parseUnqualifiedName()
3217 Result = make<MemberLikeFriendName>(Scope, Result); in parseUnqualifiedName()
[all …]
/freebsd/crypto/openssl/test/
H A DREADME.md7 $ make test # Unix
24 (`make` macro `VERBOSE` or `V`):
26 $ make V=1 test # Unix
33 $ make test VF=1
38 $ make test VFP=1
41 the make variable TESTS to specify them, like this:
43 $ make TESTS='test_rsa test_dsa' test # Unix
49 $ make test TESTS='test_rsa test_dsa' VF=1
50 $ make test TESTS="test_cmp_*" VFP=1
54 $ make list-tests # Unix
[all …]
/freebsd/contrib/dma/
H A DINSTALL5 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/contrib/openpam/
H A DINSTALL10 You will need the GNU autotools, GNU make and the GNU compiler suite
55 To compile OpenPAM, simply run "make" (or "gmake" on platforms where
56 "make" is not GNU make) in the top-level OpenPAM directory:
58 # make
62 To install OpenPAM, simply run "make install" (or "gmake install" on
63 platforms where "make" is not GNU make) in the top-level OpenPAM
66 # make install
/freebsd/contrib/ntp/sntp/libevent/
H A Ddoxygen.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/contrib/libevent/
H A Ddoxygen.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.

12345678910>>...80