Home
last modified time | relevance | path

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

12345678910>>...73

/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 …]
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 …]
/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 DChangeLog3 * cleanup redundant differences from NetBSD make
23 Merge with NetBSD make, pick up
32 Merge with NetBSD make, pick up
39 Merge with NetBSD make, pick up
49 Merge with NetBSD make, pick up
60 Merge with NetBSD make, pick up
69 Merge with NetBSD make, pick up
78 Merge with NetBSD make, pick up
87 Merge with NetBSD make, pick up
93 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/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/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/openpam/
H A DINSTALL10 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/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/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
H A DMakefile8 .if make(lhs_expn)
61 .if make(C_check)
65 .if make(double)
76 .if make(sysvmatch)
89 .if make(notdef)
98 .if make(modifiers)
108 .if make(arith_expr)
117 .if make(PATH_exists)
125 .if make(double_quotes)
/freebsd/contrib/bmake/unit-tests/
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]
/freebsd/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 …]
/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/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.
/freebsd/crypto/openssl/
H A DHACKING.md15 make update
16 make
17 make test
19 `make update` ensures that your functions declarations are added to
24 make doc-nits
26 after running `make update` to ensure that documentation has correct format.
28 `make update` also generates files related to OIDs (in the `crypto/objects/`
31 generated files need to be removed and regenerated using `make update`.
/freebsd/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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.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>>...73