OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAKE
(Results
1 - 25
of
593
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/lgpl2/userspace-rcu/dist/doc/examples/dist-files/
Makefile
5
# This makefile is purposefully kept simple to support GNU and BSD
make
.
8
$(AM_V_at)$(
MAKE
) -C hlist
9
$(AM_V_at)$(
MAKE
) -C list
10
$(AM_V_at)$(
MAKE
) -C urcu-flavors
11
$(AM_V_at)$(
MAKE
) -C wfcqueue
12
$(AM_V_at)$(
MAKE
) -C rculfqueue
13
$(AM_V_at)$(
MAKE
) -C wfstack
14
$(AM_V_at)$(
MAKE
) -C lfstack
15
$(AM_V_at)$(
MAKE
) -C rculfhash
19
$(AM_V_at)$(
MAKE
) -C hlist clea
[
all
...]
/src/external/lgpl2/userspace-rcu/dist/doc/examples/rculfhash/
Makefile
5
# This makefile is purposefully kept simple to support GNU and BSD
make
.
8
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfht_add
9
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfht_add_unique
10
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfht_add_replace
11
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfht_del
12
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfht_destroy
13
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfht_lookup
14
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfht_for_each_entry_duplicate
18
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfht_add clean
19
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfht_add_unique clea
[
all
...]
/src/external/lgpl2/userspace-rcu/dist/doc/examples/lfstack/
Makefile
5
# This makefile is purposefully kept simple to support GNU and BSD
make
.
8
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfs_push
9
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfs_pop_blocking
10
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfs_pop_all_blocking
14
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfs_push clean
15
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfs_pop_blocking clean
16
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfs_pop_all_blocking clean
/src/external/lgpl2/userspace-rcu/dist/doc/examples/wfcqueue/
Makefile
5
# This makefile is purposefully kept simple to support GNU and BSD
make
.
8
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfcq_enqueue
9
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfcq_dequeue
10
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfcq_splice
14
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfcq_enqueue clean
15
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfcq_dequeue clean
16
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfcq_splice clean
/src/external/lgpl2/userspace-rcu/dist/doc/examples/wfstack/
Makefile
5
# This makefile is purposefully kept simple to support GNU and BSD
make
.
8
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfs_push
9
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfs_pop
10
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfs_pop_all_blocking
14
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfs_push clean
15
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfs_pop clean
16
$(AM_V_at)$(
MAKE
) -f Makefile.cds_wfs_pop_all_blocking clean
/src/external/lgpl2/userspace-rcu/dist/doc/examples/list/
Makefile
5
# This makefile is purposefully kept simple to support GNU and BSD
make
.
8
$(AM_V_at)$(
MAKE
) -f Makefile.cds_list_add_rcu
9
$(AM_V_at)$(
MAKE
) -f Makefile.cds_list_add_tail_rcu
10
$(AM_V_at)$(
MAKE
) -f Makefile.cds_list_del_rcu
11
$(AM_V_at)$(
MAKE
) -f Makefile.cds_list_for_each_rcu
12
$(AM_V_at)$(
MAKE
) -f Makefile.cds_list_for_each_entry_rcu
13
$(AM_V_at)$(
MAKE
) -f Makefile.cds_list_replace_rcu
17
$(AM_V_at)$(
MAKE
) -f Makefile.cds_list_add_rcu clean
18
$(AM_V_at)$(
MAKE
) -f Makefile.cds_list_add_tail_rcu clean
19
$(AM_V_at)$(
MAKE
) -f Makefile.cds_list_del_rcu clea
[
all
...]
/src/external/bsd/libbind/dist/make/
mkdep.in
59
MAKE
=Makefile # default makefile name is "Makefile"
65
MAKE
=$2
83
if [ ! -w $
MAKE
]; then
84
echo "mkdep: no writeable file \"$
MAKE
\""
92
cp $
MAKE
${
MAKE
}.bak
94
sed -e '/DO NOT DELETE THIS LINE/,$d' < $
MAKE
> $TMP
145
cp $TMP $
MAKE
146
rm -f ${
MAKE
}.bak $TMP
/src/external/gpl3/binutils/dist/
mkdep
21
MAKE
=Makefile # default makefile name is "Makefile"
27
MAKE
=$2
45
if [ ! -w $
MAKE
]; then
46
echo "mkdep: no writeable file \"$
MAKE
\""
54
cp $
MAKE
${
MAKE
}.bak
56
sed -e '/DO NOT DELETE THIS LINE/,$d' < $
MAKE
> $TMP
83
cp $TMP $
MAKE
84
rm -f ${
MAKE
}.bak $TMP
/src/external/gpl3/binutils.old/dist/
mkdep
21
MAKE
=Makefile # default makefile name is "Makefile"
27
MAKE
=$2
45
if [ ! -w $
MAKE
]; then
46
echo "mkdep: no writeable file \"$
MAKE
\""
54
cp $
MAKE
${
MAKE
}.bak
56
sed -e '/DO NOT DELETE THIS LINE/,$d' < $
MAKE
> $TMP
83
cp $TMP $
MAKE
84
rm -f ${
MAKE
}.bak $TMP
/src/external/gpl3/gcc/dist/
mkdep
21
MAKE
=Makefile # default makefile name is "Makefile"
27
MAKE
=$2
45
if [ ! -w $
MAKE
]; then
46
echo "mkdep: no writeable file \"$
MAKE
\""
54
cp $
MAKE
${
MAKE
}.bak
56
sed -e '/DO NOT DELETE THIS LINE/,$d' < $
MAKE
> $TMP
83
cp $TMP $
MAKE
84
rm -f ${
MAKE
}.bak $TMP
/src/external/gpl3/gcc.old/dist/
mkdep
21
MAKE
=Makefile # default makefile name is "Makefile"
27
MAKE
=$2
45
if [ ! -w $
MAKE
]; then
46
echo "mkdep: no writeable file \"$
MAKE
\""
54
cp $
MAKE
${
MAKE
}.bak
56
sed -e '/DO NOT DELETE THIS LINE/,$d' < $
MAKE
> $TMP
83
cp $TMP $
MAKE
84
rm -f ${
MAKE
}.bak $TMP
/src/external/gpl3/gdb/dist/
mkdep
21
MAKE
=Makefile # default makefile name is "Makefile"
27
MAKE
=$2
45
if [ ! -w $
MAKE
]; then
46
echo "mkdep: no writeable file \"$
MAKE
\""
54
cp $
MAKE
${
MAKE
}.bak
56
sed -e '/DO NOT DELETE THIS LINE/,$d' < $
MAKE
> $TMP
83
cp $TMP $
MAKE
84
rm -f ${
MAKE
}.bak $TMP
/src/external/gpl3/gdb.old/dist/
mkdep
21
MAKE
=Makefile # default makefile name is "Makefile"
27
MAKE
=$2
45
if [ ! -w $
MAKE
]; then
46
echo "mkdep: no writeable file \"$
MAKE
\""
54
cp $
MAKE
${
MAKE
}.bak
56
sed -e '/DO NOT DELETE THIS LINE/,$d' < $
MAKE
> $TMP
83
cp $TMP $
MAKE
84
rm -f ${
MAKE
}.bak $TMP
/src/external/lgpl2/userspace-rcu/dist/doc/examples/rculfqueue/
Makefile
5
# This makefile is purposefully kept simple to support GNU and BSD
make
.
8
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfq_enqueue
9
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfq_dequeue
13
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfq_enqueue clean
14
$(AM_V_at)$(
MAKE
) -f Makefile.cds_lfq_dequeue clean
/src/external/lgpl2/userspace-rcu/dist/doc/examples/hlist/
Makefile
5
# This makefile is purposefully kept simple to support GNU and BSD
make
.
8
$(AM_V_at)$(
MAKE
) -f Makefile.cds_hlist_add_head_rcu
9
$(AM_V_at)$(
MAKE
) -f Makefile.cds_hlist_del_rcu
10
$(AM_V_at)$(
MAKE
) -f Makefile.cds_hlist_for_each_rcu
11
$(AM_V_at)$(
MAKE
) -f Makefile.cds_hlist_for_each_entry_rcu
15
$(AM_V_at)$(
MAKE
) -f Makefile.cds_hlist_add_head_rcu clean
16
$(AM_V_at)$(
MAKE
) -f Makefile.cds_hlist_del_rcu clean
17
$(AM_V_at)$(
MAKE
) -f Makefile.cds_hlist_for_each_rcu clean
18
$(AM_V_at)$(
MAKE
) -f Makefile.cds_hlist_for_each_entry_rcu clean
/src/external/lgpl2/userspace-rcu/dist/doc/examples/urcu-flavors/
Makefile
5
# This makefile is purposefully kept simple to support GNU and BSD
make
.
8
$(AM_V_at)$(
MAKE
) -f Makefile.qsbr
9
$(AM_V_at)$(
MAKE
) -f Makefile.mb
10
$(AM_V_at)$(
MAKE
) -f Makefile.membarrier
11
$(AM_V_at)$(
MAKE
) -f Makefile.bp
15
$(AM_V_at)$(
MAKE
) -f Makefile.qsbr clean
16
$(AM_V_at)$(
MAKE
) -f Makefile.mb clean
17
$(AM_V_at)$(
MAKE
) -f Makefile.membarrier clean
18
$(AM_V_at)$(
MAKE
) -f Makefile.bp clean
/src/external/bsd/libpcap/dist/
mkdep
16
MAKE
=Makefile # default makefile name is "Makefile"
32
MAKE
=$2
71
if [ ! -w "$
MAKE
" ]; then
72
echo "mkdep: no writeable file \"$
MAKE
\""
80
cp "$
MAKE
" "${
MAKE
}.bak"
82
sed -e '/DO NOT DELETE THIS LINE/,$d' < "$
MAKE
" > "$TMP"
121
cp "$TMP" "$
MAKE
"
122
rm -f "${
MAKE
}.bak" "$TMP"
/src/external/bsd/tcpdump/dist/
mkdep
16
MAKE
=Makefile # default makefile name is "Makefile"
32
MAKE
=$2
66
if [ ! -w "$
MAKE
" ]; then
67
echo "mkdep: no writeable file \"$
MAKE
\""
75
cp "$
MAKE
" "${
MAKE
}.bak"
77
sed -e '/DO NOT DELETE THIS LINE/,$d' < "$
MAKE
" > "$TMP"
116
cp "$TMP" "$
MAKE
"
117
rm -f "${
MAKE
}.bak" "$TMP"
/src/etc/etc.hp300/
Makefile.inc
18
cd ${KERNSRCDIR}/arch/hp300/stand && ${
MAKE
} cleandir
21
${
MAKE
} depend && ${
MAKE
} && ${
MAKE
} release
/src/external/gpl2/groff/dist/
Makefile
25
$(
MAKE
) all
/src/usr.bin/make/unit-tests/
opt-debug-graph1.exp
21
.
MAKE
= <details omitted>
22
.
MAKE
.DEPENDFILE = <details omitted>
23
.
MAKE
.GID = <details omitted>
24
.
MAKE
.JOBS.C = <details omitted>
25
.
MAKE
.LEVEL = <details omitted>
26
.
MAKE
.LEVEL.ENV = MAKELEVEL
27
.
MAKE
.MAKEFILES = <details omitted>
28
.
MAKE
.MAKEFILE_PREFERENCE = <details omitted>
29
.
MAKE
.OS = <details omitted>
30
.
MAKE
.PID = <details omitted
[
all
...]
suff-transform-debug.exp
12
.
MAKE
= <details omitted>
13
.
MAKE
.DEPENDFILE = <details omitted>
14
.
MAKE
.GID = <details omitted>
15
.
MAKE
.JOBS.C = <details omitted>
16
.
MAKE
.LEVEL = <details omitted>
17
.
MAKE
.LEVEL.ENV = MAKELEVEL
18
.
MAKE
.MAKEFILES = <details omitted>
19
.
MAKE
.MAKEFILE_PREFERENCE = <details omitted>
20
.
MAKE
.OS = <details omitted>
21
.
MAKE
.PID = <details omitted
[
all
...]
varname-dot-make-jobs.mk
1
# $NetBSD: varname-dot-
make
-jobs.mk,v 1.5 2023/09/10 16:25:32 sjg Exp $
3
# Tests for the special .
MAKE
.JOBS variable, which is defined in jobs mode
9
@echo ${.
MAKE
.JOBS:Uundefined}
12
@${
MAKE
} -r -f ${MAKEFILE} echo
13
@${
MAKE
} -r -f ${MAKEFILE} echo -j1
14
@${
MAKE
} -r -f ${MAKEFILE} echo -j5
15
@${
MAKE
} -r -f ${MAKEFILE} echo -j20
16
@${
MAKE
} -r -f ${MAKEFILE} echo -j00000000000000000000000000000001
18
.if !
make
(echo) && ${.
MAKE
.JOBS.C} == "yes
[
all
...]
/src/external/bsd/zstd/dist/
Makefile
53
$(Q)$(
MAKE
) -C $(PRGDIR) all
54
$(Q)$(
MAKE
) -C $(TESTDIR) all
58
$(
MAKE
) -C $(PRGDIR) zstd32
59
$(
MAKE
) -C $(TESTDIR) all32
63
$(Q)$(
MAKE
) -C $(ZSTDDIR) $@
67
$(Q)$(
MAKE
) -C $(PRGDIR) $@
72
$(Q)$(
MAKE
) -C $(PRGDIR) $@
77
$(
MAKE
) -C $(ZWRAPDIR) all
84
DEBUGLEVEL=$(DEBUGLEVEL) MOREFLAGS="$(MOREFLAGS)" $(
MAKE
) -j -C $(PRGDIR) allVariants
85
$(
MAKE
) -C $(TESTDIR) $
[
all
...]
/src/external/bsd/libevent/dist/
autogen.sh
3
MAKE
=
make
5
MAKE
=gmake
7
$
MAKE
maintainer-clean >/dev/null 2>/dev/null
Completed in 36 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Mar 03 05:31:39 UTC 2026