/external/wpa_supplicant_6/wpa_supplicant/src/ |
Makefile | 7 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d clean; done 11 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d install; done
|
/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/iptables/ |
INSTALL | 8 1) Next, make the package. 9 % make KERNEL_DIR=<<where-you-built-your-kernel>> 12 # make install KERNEL_DIR=<<where-you-built-your-kernel>> 16 # make install-devel 25 Please try `make KERNEL_DIR=path-to-correct-kernel' 30 % make BINDIR=/usr/bin LIBDIR=/usr/lib MANDIR=/usr/man 31 # make BINDIR=/usr/bin LIBDIR=/usr/lib MANDIR=/usr/man install 37 % make NO_SHARED_LIBS=1 43 % make DO_MULTI=1 45 NOTE: make sure you build with at least the correct LIBDIR [all...] |
/ndk/ |
ndk-build | 30 # This really is a tiny wrapper around GNU Make. 34 # this is needed if the caller uses the -C <path> GNU Make 43 # if GNUMAKE is not defined in the environment, use 'make' 45 GNUMAKE=make 49 # invoking a cygwin-compatible GNU Make binary. It is unfortunately 55 CYGWIN_GNUMAKE=`$GNUMAKE -f $PROGDIR_MIXED/build/core/check-cygwin-make.mk 2>&1` 57 echo "ERROR: You are using a non-Cygwin compatible Make program." 62 echo "1. Ensure that the Cygwin 'make' package is installed." 63 echo " NOTE: You will need GNU Make 3.81 or later!" 67 echo " export GNUMAKE=/usr/bin/make" [all...] |
/external/opencore/ |
quick_start.txt | 12 make -j 28 make run_pe_test TEST_ARGS="<test_args>" 31 make run_pe_test TEST_ARGS="-help" 42 make run_2way_test TEST_ARGS="<test_args>" 45 make run_pe_test TEST_ARGS="-help" 56 make run_ae_test TEST_ARGS="<test_args>" 59 make run_pe_test TEST_ARGS="-help"
|
/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)
|
/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/netcat/ |
Makefile.dist | 2 # Usually do "make systype" -- if your systype isn't defined, try "generic" 26 @echo "Usage: make <systype> [options]" 39 # Recursive make may fail if you're short on memory -- u-fix! 42 $(MAKE) -e $(ALL)-dos $(MFLAGS) CC="cl /nologo" XLIBS= \ 46 make -e $(ALL) $(MFLAGS) XFLAGS='-DULTRIX' 50 make -e $(ALL) $(MFLAGS) XFLAGS='-DSUNOS' STATIC=-Bstatic \ 58 make -e $(ALL) $(MFLAGS) XFLAGS='-DSYSV=4 -D__svr4__ -DSOLARIS' \ 63 make -e $(ALL) $(MFLAGS) XFLAGS='-DSYSV=4 -D__svr4__ -DSOLARIS' \ 67 make -e $(ALL) $(MFLAGS) XFLAGS='-DAIX' 70 make -e $(ALL) $(MFLAGS) XFLAGS='-DLINUX' STATIC=-stati [all...] |
/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
|
/build/core/ |
executable.mk | 4 ## Additional inputs from base_rules.make: 17 # here and shared_library.make and consolidated in dynamic_binary.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/webkit/WebKit/gtk/po/ |
README | 6 not get to run the usual make commands in the po directory. 9 run `make webkit.pot-update'. To update the .po files using the new 10 .pot file run `make update-po'. This will also build the .mo files.
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/OS2/ |
Makefile.os2 | 0 # make file for "flex" tool, emx+gcc
4 $(MAKE) -f Makefile.os2 flex.exe \
8 $(MAKE) -f Makefile.os2 flex.exe \
32 $(MAKE) $(MFLAGS) flex
65 rm -f scan.c ; $(MAKE) COMPRESSION="-C" test
66 rm -f scan.c ; $(MAKE) COMPRESSION="-Ce" test
67 rm -f scan.c ; $(MAKE) COMPRESSION="-Cm" test
68 rm -f scan.c ; $(MAKE) COMPRESSION="-Cfe" test
69 rm -f scan.c ; $(MAKE) COMPRESSION="-CFe" test
70 rm -f scan.c ; $(MAKE) COMPRESSION="-Cf" test [all...] |
/external/yaffs2/yaffs2/ |
Makefile.module | 16 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules 19 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install 22 $(MAKE) -C $(KERNELDIR) M=$(PWD) clean
|
/packages/apps/Email/docs/ |
TODO | 19 we can make the app perform better with this small change. Primarily, we can do everything 24 functions to make best use of memory and resources. 26 Make better use of the abstractions for Body, Part and BodyPart. Proper use of these abstractions
|
/external/libpng/scripts/ |
makefile.ne12bsd | 2 # make obj && make depend && make && make test 3 # make includes && make install
|
makefile.netbsd | 2 # make obj && make depend && make && make test 3 # make includes && make install
|
/external/dropbear/libtomcrypt/ |
testbuild.sh | 3 make clean 1>/dev/null 2>/dev/null 6 CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$5" make -f $3 test tv_gen 1>gcc_1.txt 2>gcc_2.txt || (echo "build $1 failed see gcc_2.txt for more information" && cat gcc_2.txt && rm -f testok.txt && exit 1)
|
/external/dropbear/libtommath/logs/ |
README | 4 make timing ; ltmtest
8 After doing that run "gnuplot graphs.dem" to make the PNGs. If you managed todo that all so far just open index.html to view
|
/external/freetype/include/freetype/config/ |
ftmodule.h | 4 * If you use GNU make, this file IS NOT USED! Instead, it is created in 9 * FreeType without GNU make.
|
/external/icu4c/config/ |
gmakever.mk | 6 # Make sure we have the right version of Make.
|
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/ |
Makefile | 5 # master or slave by doing 'make start' or 'make stop'.
|
/external/blktrace/ |
Makefile | 14 $(MAKE) -C btt 17 $(MAKE) -C btreplay 20 $(MAKE) -C btreplay 43 $(MAKE) -C doc all 44 $(MAKE) -C btt docs 45 $(MAKE) -C btreplay docs 48 $(MAKE) -C doc clean 49 $(MAKE) -C btt clean 50 $(MAKE) -C btreplay clean 77 $(MAKE) -C btt clea [all...] |
/external/webkit/WebKitTools/wx/ |
install-unix-extras | 40 # NOTE: If you change this, make sure the dir is on the path. 95 make CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \ 97 make install 101 make 102 #make check 103 make install 118 make CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \ 120 make install 124 make 125 make instal [all...] |
/bionic/libc/kernel/arch-arm/asm/arch/ |
memory.h | 5 *** of the same name, to make information necessary for userspace to
|