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
373
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/xsrc/external/mit/imake/dist/
makeg
2
# makeg - run "
make
" with options necessary to
make
a debuggable executable
6
make
="${
MAKE
-
make
}"
12
exec "$
make
" $flags LDSTRIPFLAGS= ${1+"$@"}
xmkmf.cpp
3
XCOMM
make
a Makefile from an Imakefile from inside or outside the sources
56
echo "
make
Makefiles" &&
57
make
Makefiles &&
58
echo "
make
includes" &&
59
make
includes &&
60
echo "
make
depend" &&
61
make
depend
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
build-kernel.sh
21
make
${KERNEL_IMAGE_NAME}
27
make
dtbs
32
make
modules
33
INSTALL_MOD_PATH=/lava-files/rootfs-${DEBIAN_ARCH}/
make
modules_install
37
make
Image.lzma
build-crosvm.sh
24
make
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/
make.bat
16
echo.Please use `
make
^<target^>` where ^<target^> is one of
17
echo. html to
make
standalone HTML files
18
echo. dirhtml to
make
HTML files named index.html in directories
19
echo. pickle to
make
pickle files
20
echo. json to
make
JSON files
21
echo. htmlhelp to
make
HTML files and a HTML help project
22
echo. qthelp to
make
HTML files and a qthelp project
23
echo. latex to
make
LaTeX files, you can set PAPER=a4 or PAPER=letter
24
echo. changes to
make
an overview over all changed/added/deprecated items
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/fedora/
x86_build.sh
84
cd $XORGMACROS_VERSION; ./configure;
make
install; cd ..
91
cd $LIBWAYLAND_VERSION; ./configure --enable-libraries --without-host-scanner --disable-documentation --disable-dtd-validation;
make
install; cd ..
99
make
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
README.md
3
This implements the minimum of etnaviv in order to
make
shader-db work.
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm-shim/
README.md
3
This implements the minimum of msm in order to
make
shader-db work.
/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/
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/freetype/dist/builds/windows/
detect.mk
51
# from DOS-based tools like DJGPP's
make
; this is not actually a problem
74
# `CONFIG.MK' file which isn't found later on by `
make
'.
103
$(info $(empty)
make
setup gcc (with Mingw))
104
$(info $(empty)
make
setup visualc Microsoft Visual C++)
105
$(info $(empty)
make
setup bcc32 Borland C/C++)
106
$(info $(empty)
make
setup lcc Win32-LCC)
107
$(info $(empty)
make
setup intelc Intel C/C++)
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/
x86_build.sh
77
cd $XORGMACROS_VERSION; ./configure;
make
install; cd ..
84
cd $LIBWAYLAND_VERSION; ./configure --enable-libraries --without-host-scanner --disable-documentation --disable-dtd-validation;
make
install; cd ..
92
make
x86_build-base.sh
58
make
\
/xsrc/external/mit/libdrm/dist/
Android.sources.bp.mk
1
# Usage:
make
-f path/to/Android.sources.bp.mk NAMES=<> >Android.sources.bp
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
test-regfile.sh
25
; busy loop to
make
sure it actually uses all possible waves
/xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
README.md
3
This implements the minimum of nouveau in order to
make
shader-db work.
/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/xorg-cf-files/dist/
Mips.cf
4
* X11r5 only builds using the berkeley libraries and compiler.
Make
40
#define MakeCmd
make
MakeEnv
/xsrc/external/mit/fontconfig/dist/
Tools.mk
12
# specific, written prior permission. The authors
make
no
/xsrc/external/mit/MesaLib/dist/android/
mesa3d_cross.mk
45
# Prepare intermediate variables by AOSP
make
/core internals
60
# Build mesa3d using intermediate variables provided by AOSP
make
/core internals
109
# Taken from build/
make
/core/binary.mk. We need this
110
# to use definitions from build/
make
/core/definitions.mk
/xsrc/external/mit/freetype/dist/builds/unix/
freetype-config.in
84
--static
make
command line options display flags
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
apSolaris.shar
70
X#
Make
rules
75
X
make
-f Makefile.`isainfo -k` $(DRIVER); \
83
X
make
-f Makefile.`isainfo -k` install; \
91
X
make
-f Makefile.`isainfo -k` add_drv; \
106
X
make
-f Makefile.`isainfo -k` $@; \
156
X#
Make
rules
221
X#
Make
rules
263
X2) Type '
make
' (or 'gmake'). Both the driver and test program should compile
268
X4) Type '
make
install' and '
make
add_drv'. The screen should look somethin
[
all
...]
/xsrc/external/mit/xproxymanagementprotocol/dist/
configure
789
# These are left unexpanded so users can "
make
install exec_prefix=/foo"
1313
# Omit some internal or obsolete options to
make
the list less imposing.
1342
By default, \`
make
install' will install all the files in
1397
--enable-silent-rules less verbose build output (undo: `
make
V=1')
1398
--disable-silent-rules verbose build output (undo: `
make
V=0')
1400
Enable all warnings from compiler and
make
them
1556
#
Make
two passes to allow for proper duplicate-argument suppression.
1831
{ { $as_echo "$as_me:$LINENO: error: run \`
make
distclean' and/or \`rm $cache_file' and start over" >&5
1832
$as_echo "$as_me: error: run \`
make
distclean' and/or \`rm $cache_file' and start over" >&2;}
1912
# ./install, which can be erroneously created by
make
from ./install.sh
[
all
...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
Makefile.sgi
5
include $(ROOT)/usr/include/
make
/commondefs
8
# GLUT are generated. For this reason, "
make
full_clobber" will remove
9
# these generated C files, while "
make
clobber" will not.
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_program_debug.spec
317
* We can only
make
glGet* calls from within this function!
Completed in 11 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Fri Apr 03 00:24:04 UTC 2026