HomeSort by relevance Sort by last modified time
    Searched full:make (Results 51 - 75 of 15018) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/emma/pregenerated/
ANDROID-CHANGES.txt 4 Android make-based build doesn't accommodate source-generation.
7 alongside Android's make-basedsystem.
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
build-generated-files.sh 17 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
26 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
34 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
47 make -f "$JavaScriptCore/DerivedSources.make" -j ${NUMCPUS} || exit 1
  /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
48 echo "Please fix it to point to a valid make executable (e.g. /usr/bin/make)"
53 # Otherwise, use 'make' and check that it is available
54 GNUMAKE=`which make 2> /dev/null`
56 echo "ERROR: Cannot find 'make' program. Please install Cygwin make package"
63 # invoking a cygwin-compatible GNU Make binary. It is unfortunately
69 CYGWIN_GNUMAKE=`$GNUMAKE -f $PROGDIR_MIXED/build/core/check-cygwin-make.mk 2>&1
    [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)
  /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/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
  /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/chromium/net/base/
winsock_init.h 6 // EnsureWinsockInit method will make sure that WSAStartup has been called. If
15 // Make sure that Winsock is initialized, calling WSAStartup if needed.
  /external/chromium/third_party/icu/source/config/
gmakever.mk 6 # Make sure we have the right version of Make.
  /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.

Completed in 2133 milliseconds

1 23 4 5 6 7 8 91011>>