Home
last modified time | relevance | path

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

12345678910>>...79

/src/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 …]
/src/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 …]
/src/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 …]
/src/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 …]
/src/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 …]
/src/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 …]
/src/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 …]
H A Dmake.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 …]
/src/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 …]
/src/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 …]
/src/contrib/bmake/
H A DChangeLog9 Merge with NetBSD make, pick up
23 * make.1: document MAKE_VERSION.
35 Merge with NetBSD make, pick up
41 Merge with NetBSD make, pick up
50 Merge with NetBSD make, pick up
57 Merge with NetBSD make, pick up
58 o make.1: add a DIAGNOSTICS section for make to reference.
65 Merge with NetBSD make, pick up
77 Merge with NetBSD make, pick up
84 Merge with NetBSD make, pick up
[all …]
/src/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 …]
/src/contrib/bmake/unit-tests/
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 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]
/src/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
/src/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 …]
/src/contrib/libfido2/.actions/
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
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
/src/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 …]
/src/contrib/llvm-project/lld/COFF/
H A DDLL.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 …]
/src/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
/src/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.
/src/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
/src/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.
/src/contrib/llvm-project/lld/docs/
H A Dmake.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 …]

12345678910>>...79