Home
last modified time | relevance | path

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

12345678910>>...146

/external/cblas/
DMakefile85 ( cd testing && make clean )
86 ( cd src && make clean )
90 ( cd testing && make cleanobj )
91 ( cd src && make clean )
94 ( cd testing && make cleanexe )
117 ( cd src && make slib1)
119 ( cd src && make dlib1)
121 ( cd src && make clib1)
123 ( cd src && make zlib1)
125 ( cd src && make all1)
[all …]
/external/google-breakpad/src/third_party/libdisasm/swig/
DMakefile22 cd python && make -f Makefile-swig
25 cd ruby && make -f Makefile-swig
28 cd perl && make -f Makefile-swig
31 cd tcl && make -f Makefile-swig
38 cd python && sudo make -f Makefile-swig install
41 cd ruby && sudo make -f Makefile-swig install
44 cd perl && sudo make -f Makefile-swig install
47 cd tcl && sudo make -f Makefile-swig install
54 cd python && sudo make -f Makefile-swig uninstall
57 cd ruby && sudo make -f Makefile-swig uninstall
[all …]
/external/devlib/doc/
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 " applehelp to make an Apple Help Book"
34 @echo " devhelp to make HTML files and a Devhelp project"
35 @echo " epub to make an epub"
[all …]
/external/bart/docs/api_reference/
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 " applehelp to make an Apple Help Book"
34 @echo " devhelp to make HTML files and a Devhelp project"
35 @echo " epub to make an epub"
[all …]
/external/trappy/doc/api_reference/
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 " applehelp to make an Apple Help Book"
34 @echo " devhelp to make HTML files and a Devhelp project"
35 @echo " epub to make an epub"
[all …]
/external/fmtlib/doc/bootstrap/mixins/
Dgrid.less15 .make-row(@gutter: @grid-gutter-width) {
22 .make-xs-column(@columns; @gutter: @grid-gutter-width) {
30 .make-xs-column-offset(@columns) {
33 .make-xs-column-push(@columns) {
36 .make-xs-column-pull(@columns) {
41 .make-sm-column(@columns; @gutter: @grid-gutter-width) {
52 .make-sm-column-offset(@columns) {
57 .make-sm-column-push(@columns) {
62 .make-sm-column-pull(@columns) {
69 .make-md-column(@columns; @gutter: @grid-gutter-width) {
[all …]
/external/python/cpython2/Doc/
DMakefile112 make html
121 make text
131 make latex PAPER=a4
133 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
139 make latex PAPER=letter
141 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
147 make epub
160 make dist SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
161 -make suspicious
165 make html SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
[all …]
/external/valgrind/docs/internals/
Dhowto_BUILD_KDE42.txt5 It is recommended to make a new user ("kde4", maybe) to do the
104 # (make confclean, then redo configure)
106 make -j 2
107 make install
131 make
132 # make -j 2 quite often screws up
133 make install
162 make -j 2
163 make install
171 make -j 2
[all …]
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cmd.py26 make = make_args(tmpdir) + ['build_regular']
27 outdir = self.run_analyzer(tmpdir, [], make)
32 make = make_args(tmpdir) + ['build_clean']
33 outdir = self.run_analyzer(tmpdir, [], make)
38 make = make_args(tmpdir) + ['build_clean']
39 outdir = self.run_analyzer(tmpdir, ['--keep-empty'], make)
51 make = make_args(tmpdir) + ['build_regular']
54 make)
61 make = make_args(tmpdir) + ['build_regular']
65 make)
[all …]
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Dinsert_iter_iter.pass.cpp29 make(int size, int start = 0 ) in make() function
114 C c1 = make<C>(N, start); in testN()
115 C c2 = make<C>(M); in testN()
123 C c1 = make<C>(N, start); in testN()
124 C c2 = make<C>(M); in testN()
132 C c1 = make<C>(N, start); in testN()
133 C c2 = make<C>(M); in testN()
141 C c1 = make<C>(N, start); in testN()
142 C c2 = make<C>(M); in testN()
150 C c1 = make<C>(N, start); in testN()
[all …]
/external/mesa3d/m4/
Dax_check_gnu_make.m411 # This macro searches for a GNU version of make. If a match is found, the
14 # Makefile, which cannot be handled by other versions of make. The
15 # variable _cv_gnu_make_command is set to the command to invoke GNU make
35 # Then perhaps to cause gnu make to override any other make, we could do
36 # something like this (note that GNU make always looks for GNUmakefile
45 # Then, if any (well almost any) other make is called, and GNU make also
46 # exists, then the other make wraps the GNU make.
59 AC_DEFUN([AX_CHECK_GNU_MAKE], [ AC_CACHE_CHECK( for GNU make,_cv_gnu_make_command,
61 dnl Search all the common names for GNU make
62 for a in "$MAKE" make gmake gnumake ; do
/external/curl/tests/
Dtestcurl.pl551 my $make = findinpath("gmake", "make", "nmake");
552 if(!$make) {
556 $make = "nmake" if ($targetos =~ /vc/);
558 $make = "wmake" if ($targetos =~ /watcom/);
559 logit "going with $make as make";
582 system("$make -i -C lib -f Makefile.netware prebuild");
583 system("$make -i -C src -f Makefile.netware prebuild");
585 system("$make -i -C ares -f Makefile.netware prebuild");
592 system("$make -i -C lib -f Makefile.$targetos prebuild");
593 system("$make -i -C src -f Makefile.$targetos prebuild");
[all …]
/external/iputils/
DINSTALL2 make
3 make html
4 make man
10 If the first "make" fails, no problems:
12 make html
18 But if "make html" fails too, check that DocBook package is installed
19 on your machine. If it is installed, and nevertheless "make" does not work,
/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dmakedir59 mount $mflags --make-rshared "$dir" 2> /dev/null || \
64 mount $mflags --make-rprivate "$dir" 2> /dev/null || \
69 mount $mflags --make-rslave "$dir" 2> /dev/null || \
74 mount $mflags --make-runbindable "$dir" 2> /dev/null || \
79 mount $mflags --make-shared "$dir" 2> /dev/null || \
84 mount $mflags --make-private "$dir" 2> /dev/null || \
89 mount $mflags --make-slave "$dir" 2> /dev/null || \
94 mount $mflags --make-unbindable "$dir" 2> /dev/null || \
/external/ltp/tools/pounder21/test_scripts/
Dbuild_kernel40 make mrproper
43 make allmodconfig
48 make -j$CPUS oldconfig
49 time make -j$CPUS
52 make -j$CPUS oldconfig > /dev/null
53 time make -j$CPUS > /dev/null
/external/libvpx/
Dgenerate_config.sh28 make clean > /dev/null
84 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
91 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
98 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
105 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
130 | perl $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl > vpx_config.asm
135 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/version.sh "$BASE_DIR/$LIBVPX_SRC_DIR" vpx_version.h
224 make libvpx_srcs.txt target=libs $config > /dev/null
230 make libvpx_srcs.txt target=libs $config > /dev/null
236 make libvpx_srcs.txt target=libs $config > /dev/null
[all …]
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DConstants.java47 return CstBoolean.make((Boolean) value); in getConstant()
49 return CstByte.make((Byte) value); in getConstant()
51 return CstChar.make((Character) value); in getConstant()
53 return CstDouble.make(Double.doubleToLongBits((Double) value)); in getConstant()
55 return CstFloat.make(Float.floatToIntBits((Float) value)); in getConstant()
57 return CstInteger.make((Integer) value); in getConstant()
59 return CstLong.make((Long) value); in getConstant()
61 return CstShort.make((Short) value); in getConstant()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_RunTests11 functional, and stress tests. All tests are built with make all, but
48 # make all
52 To disable known failures on Linux do make filter-known-fails.
57 and run make all test.
60 # cd conformance/definitions/time_h ; make all test
63 # make conformance-all
66 # make conformance-test
71 # make functional-test
74 # make stress-test
76 To make only functional tests, run:
[all …]
/external/ltp/utils/benchmark/kernbench-0.42/
Dkernbench95 make clean > /dev/null 2>&1
108 make mrproper > /dev/null 2>&1
110 make defconfig > /dev/null 2>&1
113 yes "" | make oldconfig > /dev/null 2>&1
130 echo make
133 echo make -j $halfjobs
136 echo make -j $optijobs
139 echo make -j
147 make -j $optijobs > /dev/null 2>&1
196 make clean > /dev/null 2>&1
[all …]
/external/valgrind/solaris/
Dbuild_solaris_package98 make --directory=docs html-docs > $TMPDIR/make-docs.log.stdout 2> $TMPDIR/make-docs.log.stderr
105make --directory=docs man-pages > $TMPDIR/make-man-pages.log.stdout 2> $TMPDIR/make-man-pages.log.…
112 make --quiet > $TMPDIR/make.log
119 make --quiet install DESTDIR=$INSTALLDIR > $TMPDIR/make-install.log
/external/linux-kselftest/tools/testing/selftests/
DMakefile68 make OUTPUT=$$BUILD_TARGET -C $$TARGET;\
74 make OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
80 make OUTPUT=$$BUILD_TARGET -C $$TARGET;\
86 make OUTPUT=$$BUILD_TARGET -C $$TARGET run_full_test;\
92 make OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\
96 make -C pstore run_crash
108 make OUTPUT=$$BUILD_TARGET -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \
121 make -s --no-print-directory OUTPUT=$$BUILD_TARGET -C $$TARGET emit_tests >> $(ALL_SCRIPT); \
133 make OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\
/external/libcxx/test/std/containers/associative/multiset/
Dcount.pass.cpp135 m.insert ( V::make ( 5 )); in main()
136 m.insert ( V::make ( 5 )); in main()
137 m.insert ( V::make ( 5 )); in main()
138 m.insert ( V::make ( 5 )); in main()
139 m.insert ( V::make ( 7 )); in main()
140 m.insert ( V::make ( 7 )); in main()
141 m.insert ( V::make ( 7 )); in main()
142 m.insert ( V::make ( 9 )); in main()
143 m.insert ( V::make ( 9 )); in main()
/external/syslinux/doc/
Dbuilding.txt5 flexibility to build only the firmware they need the Syslinux make
8 The Syslinux make infrastructure understands the following syntax,
10 make [firmware[,firwmware]] [target[,target]]
19 make installer
23 make bios efi64 installer
28 make efi32 spotless installer
33 A custom top-level object directory can be specified on the make
36 make O=/tmp/syslinux-obj efi32
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
Dp5-cxx0x.cpp97 template<typename T> T make();
98 template<int N, bool OK> S<N, OK> make();
101 decltype(make<0, false>()) *p1; // ok
102 decltype((make<1, false>())) *p2; // ok
105 decltype(123, make<2, false>()) *p3; // expected-note {{here}}
107 decltype(consume(make<3, false>())) *p4; // expected-note {{here}}
109 decltype(make<decltype(make<4, false>())>()) *p5; // ok
/external/kmod/
Dautogen.sh9 gtkdocize --docdir libkmod/docs || touch libkmod/docs/gtk-doc.make
39 make clean
42 make clean
45 make clean
48 make clean
51 scan-build make

12345678910>>...146