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
356
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/xsrc/external/mit/ctwm/dist/client/
Makefile
3
( cd ../build && ${
MAKE
} ${@} )
6
( cd .. && ${
MAKE
} cmake )
9
( cd .. && ${
MAKE
} ${@} )
/xsrc/external/mit/brotli/dist/tests/
Makefile
12
$(
MAKE
) -C $(BROTLI) brotli
17
$(
MAKE
) -C $(BROTLI)/tools clean
/xsrc/
Makefile
9
# UPDATE -- If set, don't
make
clean first, plus attempt to
make
41
@cd ${XCDIR} && ${
MAKE
} Everything
44
@cd ${XCDIR} && ${
MAKE
} World
53
@cd local && ${
MAKE
}
59
${
MAKE
} DESTDIR="${DESTDIR}" install && \
60
${
MAKE
} DESTDIR="${DESTDIR}" install.man
64
${
MAKE
} DESTDIR="${DESTDIR}" install && \
65
${
MAKE
} DESTDIR="${DESTDIR}" install.man
68
@-cd ${XCDIR} && ${
MAKE
} clea
[
all
...]
/xsrc/external/mit/freetype/dist/
configure
20
if test "x$
MAKE
" = x; then
21
if test "x`
make
-v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
22
MAKE
=gmake
24
MAKE
=
make
28
MAKE
=$GNUMAKE
31
if test "x`$
MAKE
-v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
32
echo "GNU
make
(>= 3.81) or makepp (>= 2.0) is required to build FreeType2." >&2
35
echo "
MAKE
=<GNU
make
command name> $0" >&
[
all
...]
/xsrc/external/mit/xdm/dist/
Makefile.am
37
(cd xdm && $(
MAKE
) $(AM_MAKEFLAGS) lint)
38
(cd xdmshell && $(
MAKE
) $(AM_MAKEFLAGS) lint)
39
(cd greeter && $(
MAKE
) $(AM_MAKEFLAGS) lint)
40
(cd chooser && $(
MAKE
) $(AM_MAKEFLAGS) lint)
/xsrc/external/mit/xorg-server.old/dist/
compile
11
# Parallel
Make
. Change $
MAKE
if you don't have gmake installed
12
MAKE
="gnumake"
84
${
MAKE
} clean || die "Unable to
make
clean"
85
${SCAN_BUILD} ${
MAKE
} ${MAKE_OPTS} || die "Could not
make
xserver"
86
#${
MAKE
} distcheck ${MAKE_OPTS} DESTDIR=/tmp/distcheck || die "distcheck failed"
91
${
MAKE
} install DESTDIR="$(pwd)/../dist" || die "Could not install xserver"
101
${
MAKE
} dis
[
all
...]
/xsrc/external/mit/libFS/dist/
Makefile.am
43
(cd src && $(
MAKE
) $(MFLAGS) lint)
/xsrc/external/mit/libXScrnSaver/dist/
Makefile.am
42
(cd src && $(
MAKE
) $(MFLAGS) lint)
/xsrc/external/mit/libXcursor/dist/
Makefile.am
33
(cd src && $(
MAKE
) $(MFLAGS) lint)
/xsrc/external/mit/libXinerama/dist/
Makefile.am
41
(cd src && $(
MAKE
) $(MFLAGS) lint)
/xsrc/external/mit/libXtst/dist/
Makefile.am
41
(cd src && $(
MAKE
) $(MFLAGS) lint)
/xsrc/external/mit/libXv/dist/
Makefile.am
41
(cd src && $(
MAKE
) $(MFLAGS) lint)
/xsrc/external/mit/libfontenc/dist/
Makefile.am
41
(cd src && $(
MAKE
) $(MFLAGS) lint)
/xsrc/external/mit/libxshmfence/dist/
Makefile.am
10
# written prior permission. The copyright holders
make
no representations
40
(cd src && $(
MAKE
) $(MFLAGS) lint)
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
Makefile
4
# Default target executed when no arguments are given to
make
.
9
# Allow only one "
make
-f Makefile2" at a time, but pass parallelism.
43
# Command-line flag to silence nested $(
MAKE
).
58
# The shell in which to execute
make
rules.
161
cd /home/robclark/src/envytools && $(
MAKE
) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/all
167
cd /home/robclark/src/envytools && $(
MAKE
) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/clean
177
cd /home/robclark/src/envytools && $(
MAKE
) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/preinstall
182
cd /home/robclark/src/envytools && $(
MAKE
) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/preinstall
192
cd /home/robclark/src/envytools && $(
MAKE
) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/CMakeFiles/asm.dir/rule
202
cd /home/robclark/src/envytools && $(
MAKE
) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/buil
[
all
...]
/xsrc/external/mit/ctwm/dist/doc/manual/
Makefile
52
@${
MAKE
} html-asciidoctor
55
@${
MAKE
} man-asciidoctor
/xsrc/external/mit/libXvMC/dist/
Makefile.am
43
(cd src && $(
MAKE
) $(MFLAGS) lint)
/xsrc/external/mit/ctwm/dist/
Makefile
3
( cd build && ${
MAKE
} ${@} )
22
( cd build && ${
MAKE
} ${@} )
24
#
Make
sure everything's build before running tests
27
( cd build && ${
MAKE
} test_bins )
28
( cd build && ${
MAKE
} CTEST_OUTPUT_ON_FAILURE=1 ${@} )
49
(cd ${UMAN} &&
make
all_set_version)
51
(cd ${UMAN} &&
make
all)
53
(cd ${UMAN} &&
make
clean)
75
(cd build ;
make
mktar_genfiles)
96
(cd ${UMAN} &&
make
clean all
[
all
...]
/xsrc/external/mit/libxcb/dist/tests/
Makefile.am
24
$(
MAKE
) $(AM_MAKEFLAGS) check;
/xsrc/external/mit/xterm/dist/package/debian/
rules
1
#!/usr/bin/
make
-f
101
$(
MAKE
)
109
[ ! -f Makefile ] || $(
MAKE
) distclean
120
$(
MAKE
) install \
134
$(
MAKE
) install-bin \
147
$(
MAKE
) install-app \
166
$(
MAKE
) install-desktop \
/xsrc/external/mit/libXtst/dist/man/
Makefile.am
57
# This is ugly, but handling of tools with multiple outputs in
make
is a
74
$(
MAKE
) $(AM_MAKEFLAGS) $<; \
/xsrc/external/mit/freetype/dist/builds/
detect.mk
60
# does not work with GNU
Make
(the backslash is interpreted as a line
122
$(info Otherwise, simply type `$(
MAKE
)' again to build the library,)
123
$(info or `$(
MAKE
) refdoc' to build the API reference (this needs Python >= 3.5).)
toplevel.mk
16
# This file is designed for GNU
Make
, do not use it with another
Make
tool!
38
# for `$(eval ...)' which has been introduced in the same GNU
make
version.
43
$(error FreeType's build system needs a
Make
program which supports $$(value))
118
# GNU
make
. Similarly, `nul' is created if e.g. `
make
setup windows' has
173
# poor man's `sed' emulation with
make
's built-in string functions
205
# Not to be run by a normal user -- there are no attempts to
make
it
230
$(
MAKE
) devel ; \
231
$(
MAKE
) do-dis
[
all
...]
/xsrc/external/mit/fontconfig/dist/src/
Makefile.am
12
# specific, written prior permission. The authors
make
no
103
cd ../fc-case && $(
MAKE
) $(AM_MAKEFLAGS) fccase.h
105
cd ../fc-lang && $(
MAKE
) $(AM_MAKEFLAGS) fclang.h
109
@$(
MAKE
) stamp-fcobjshash.gperf
/xsrc/external/mit/fontconfig/dist/conf.d/
Makefile.am
12
# specific, written prior permission. The authors
make
no
109
cd ../fc-lang && $(
MAKE
) $(AM_MAKEFLAGS) $(top_builddir)/conf.d/35-lang-normalize.conf
Completed in 20 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sun Apr 05 00:22:41 UTC 2026