/external/bzip2/ |
words3 | 8 make install 12 make install PREFIX=/xxx/yyy 14 If you are (justifiably) paranoid and want to see what 'make install' 17 make -n install or 18 make -n install PREFIX=/xxx/yyy respectively. 20 The -n instructs make to show the commands it would execute, but
|
/external/clang/docs/analyzer/ |
Makefile | 22 @echo "Please use \`make <target>' where <target> is one of" 23 @echo " html to make standalone HTML files" 24 @echo " dirhtml to make HTML files named index.html in directories" 25 @echo " singlehtml to make a single large HTML file" 26 @echo " pickle to make pickle files" 27 @echo " json to make JSON files" 28 @echo " htmlhelp to make HTML files and a HTML help project" 29 @echo " qthelp to make HTML files and a qthelp project" 30 @echo " devhelp to make HTML files and a Devhelp project" 31 @echo " epub to make an epub [all...] |
/external/llvm/docs/ |
Makefile.sphinx | 22 @echo "Please use \`make <target>' where <target> is one of" 23 @echo " html to make standalone HTML files" 24 @echo " dirhtml to make HTML files named index.html in directories" 25 @echo " singlehtml to make a single large HTML file" 26 @echo " pickle to make pickle files" 27 @echo " json to make JSON files" 28 @echo " htmlhelp to make HTML files and a HTML help project" 29 @echo " qthelp to make HTML files and a qthelp project" 30 @echo " devhelp to make HTML files and a Devhelp project" 31 @echo " epub to make an epub [all...] |
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
MAKE | 3 $description = "The following test creates a makefile to test MAKE \n" 12 print MAKEFILE "TMP := \$(MAKE)\n"; 13 print MAKEFILE "MAKE := \$(subst X=\$(X),,\$(MAKE))\n\n"; 16 print MAKEFILE "\t\$(MAKE) -f $makefile foo\n\n"; 18 print MAKEFILE "\t\@echo \$(MAKE)\n";
|
DEFAULT_GOAL | 45 '#MAKE#: *** No rule to make target `foo\'. Stop.', 55 '#MAKE#: *** .DEFAULT_GOAL contains more than one target. Stop.', 66 define make-rule 70 $(call make-rule)
|
/ndk/sources/host-tools/make-3.81/ |
version.c | 1 /* Record version and build host architecture for GNU make. 5 This file is part of GNU Make. 7 GNU Make is free software; you can redistribute it and/or modify it under the 11 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 16 GNU Make; see the file COPYING. If not, write to the Free Software 21 (which it would do because make.h was found in $srcdir). */
|
make.1 | 1 .TH MAKE 1 "22 August 1989" "GNU" "LOCAL USER COMMANDS" 3 make \- GNU make utility to maintain groups of programs 5 .B "make " 12 .IR make . 15 .B make.info 17 .BR make.texi . 21 .I make 26 .IR make , 30 .I make [all...] |
commands.h | 1 /* Definition of data structures describing shell commands for GNU Make. 5 This file is part of GNU Make. 7 GNU Make is free software; you can redistribute it and/or modify it under the 11 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 16 GNU Make; see the file COPYING. If not, write to the Free Software 19 /* Structure that gives the commands to make a file 34 #define COMMANDS_RECURSE 1 /* Recurses: + or $(MAKE). */
|
build_w32.bat | 4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under the
10 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
15 rem GNU Make; see the file COPYING. If not, write to the Free Software
26 echo "Creating GNU Make for Windows 9X/NT/2K/XP"
28 set make=gnumake
variable 31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c variable.c
33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c 163 set make= variable [all...] |
Makefile.DOS | 6 # This file is part of GNU Make. 8 # GNU Make is free software; you can redistribute it and/or modify it under the 12 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 17 # GNU Make; see the file COPYING. If not, write to the Free Software 39 pkgdatadir = $(datadir)/make 40 pkglibdir = $(libdir)/make 41 pkgincludedir = $(includedir)/make 70 PACKAGE = make 78 bin_PROGRAMS = make$(EXEEXT) 85 info_TEXINFOS = make.texinf [all...] |
/ndk/build/tools/ |
build-host-make.sh | 17 # Build the host version of the make executable and place it 25 "Rebuild the host GNU Make tool used by the NDK." 39 GNUMAKE=make 40 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program for the build" 48 SUBDIR=$(get_prebuilt_host_exec make) 54 GNUMAKE_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/make-$GNUMAKE_VERSION 56 echo "ERROR: Can't find make-$GNUMAKE_VERSION source tree: $GNUMAKE_SRCDIR" 71 fail_panic "Could not copy GNU Make sources to: $TMP_SRCDIR" 93 fail_panic "Failed to configure the make-$GNUMAKE_VERSION build! [all...] |
/ndk/build/core/ |
check-cygwin-make.mk | 16 # Check that we have a Cygwin-compatible make. 19 # have another GNU Make installed in their path, that fails 28 # Get the cygwin-specific path to the make executable 29 # (e.g. /cygdrive/c/cygwin/usr/bin/make), then strip the 32 CYGWIN_MAKE := $(shell cygpath --unix --absolute $(firstword $(MAKE))) 36 # GNU Make, even if launched from a Cygwin shell, will not 40 $(error Android NDK: $(firstword $(MAKE)) is not cygwin-compatible)
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-f | 3 ."that make concatenates them. This test creates three \n" 5 ."on the command line. To make sure they were concatenated, \n" 6 ."we then call make with the rules from the concatenated \n" 8 ."rules in one call to make and checks that the output\n" 41 # Run make to catch the default rule 47 # Run Make again with the rule from the second makefile: TWO 55 # Run Make again with the rule from the third makefile: THREE 65 # Run Make again with ALL three rules in the order 2 1 3 to make sure
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
NMakefile | 1 # NOTE: If you have no `make' program at all to process this makefile, run 6 # This file is part of GNU Make. 8 # GNU Make is free software; you can redistribute it and/or modify it under the 12 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 17 # GNU Make; see the file COPYING. If not, write to the Free Software 21 # NMakefile for GNU Make (subproc library) 25 MAKE = nmake 37 $(MAKE) /f $(MAKEFILE) OUTDIR=WinRel CFLAGS="$(CFLAGS_release)" WinRel/subproc.lib 39 $(MAKE) /f $(MAKEFILE) OUTDIR=WinDebug CFLAGS="$(CFLAGS_debug)" WinDebug/subproc.lib
|
/external/compiler-rt/lib/asan/ |
README.txt | 8 Makefile.mk : File for make-based build. 19 Currently ASan runtime can be built by both make and cmake build systems. 20 (see compiler-rt/make and files Makefile.mk for make-based build and 26 make check-asan
|
/external/icu4c/samples/ufortune/ |
Makefile | 10 # - do 'make install' of icu 12 # - make sure the script 'icu-config' is executable in your PATH 46 $(MAKE) -C $(RESDIR) 49 -$(MAKE) -C $(RESDIR) clean 53 $(MAKE) -C $(RESDIR) install
|
/external/protobuf/ |
generate_descriptor_proto.sh | 5 # itself, they cannot be generated automatically by a make rule. "make check" 10 # to make when building protoc. This is particularly useful for passing 15 Could not find source code. Make sure you are running this script from the 30 make $@ protoc &&
|
/external/strace/ |
README-linux | 6 If you want to compile strace on a Linux system please make sure that 21 * you can tell make where your kernel sources are. For example if you 22 have your kernelsource in /usr/src/linux, you can invoke make like 25 make CFLAGS="\$CFLAGS -I/usr/src/linux/include" 27 (the extra \$CFLAGS is there to make sure we don't override any CFLAGS
|
/ndk/ |
ndk-build.cmd | 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable 4 set NDK_MAKE=%NDK_ROOT%\prebuilt\windows-x86_64\bin\make.exe 17 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists 23 rem Otherwise fall back to 32-bit make 24 if "%NDK_MAKE%"=="" set NDK_MAKE=%NDK_ROOT%\prebuilt\windows\bin\make.exe
|
/external/valgrind/main/docs/internals/ |
howto_BUILD_KDE42.txt | 5 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 [all...] |
/external/clang/test/CodeGenCXX/ |
microsoft-abi-methods.cpp | 20 // Make sure that the call uses the right calling convention: 24 // Make sure that the definition uses the right calling convention: 32 // Make sure that the call uses the right calling convention: 36 // Make sure that the definition uses the right calling convention: 44 // Make sure that the call uses the right calling convention: 48 // Make sure that the definition uses the right calling convention: 54 // Make sure that the call uses the right calling convention: 58 // Make sure that the definition uses the right calling convention: 72 // Make sure that the Base constructor call in the Child constructor uses 78 // Make sure that the Base destructor call in the Child denstructor use [all...] |
/external/clang/test/CodeGenObjC/ |
arc-with-atthrow.m | 5 id make(void); 7 @throw make(); 13 // CHECK: [[T0:%.*]] = call i8* @make()
|
/external/dropbear/ |
MULTI | 9 To compile the multi-binary, first "make clean" (if you've compiled 12 make PROGRAMS="programs you want here" MULTI=1 24 "make install" doesn't currently work for multi-binary configuration, though
|
/external/libcap-ng/libcap-ng-0.7/ |
README | 1 The libcap-ng library should make programming with posix capabilities 5 NOTE: to distributions. There is a "make check" target. It only works 10 just don't do the "make check" as part of the build process.
|
/external/libogg/src/ |
Makefile.am | 10 # build and run the self tests on 'make check' 25 $(MAKE) all CFLAGS="@DEBUG@" 28 $(MAKE) all CFLAGS="@PROFILE@"
|