HomeSort by relevance Sort by last modified time
    Searched full:make (Results 101 - 125 of 30063) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/
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...]
README.OS2 1 Port of GNU make to OS/2.
3 Features of GNU make that do not work under OS/2:
12 GNU make supports both shell types. The following list defines the order
21 happens e.g. in the make testsuite.
30 COMPILATION OF GNU MAKE FOR OS/2:
35 (but only /bin/sh). Simply set CPPFLAGS="-DNO_CMD_DEFAULT" and make
40 GNU make prints drive letters. This is necessary if you want to run
53 - GNU file utilities (make sure that install.exe from the file utilities
62 - GNU make 3.79.1 (special OS/2 patched version) or higher
84 Note: Although it is possible to compile make using "./configure"
    [all...]
  /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/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
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
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)
  /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/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/v8/build/
README.txt 15 $ make
20 $ make
25 $ make
  /external/webkit/Source/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/Tools/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
  /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
  /ndk/sources/host-tools/make-3.81/tests/
README 3 in the file COPYING. It has been maintained as part of GNU make proper
4 since GNU make 3.78.
12 This file is part of GNU Make.
14 GNU Make is free software; you can redistribute it and/or modify it under the
18 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
23 GNU Make; see the file COPYING. If not, write to the Free Software
41 By default, the test engine picks up the first executable called "make"
43 "perl run_make_tests -make_path /usr/local/src/make-3.78/make") if
45 relative paths and when make is called something other than "make" (lik
    [all...]
  /dalvik/dx/src/com/android/dx/gen/
Constants.java 47 return CstBoolean.make((Boolean) value);
49 return CstByte.make((Byte) value);
51 return CstChar.make((Character) value);
53 return CstDouble.make(Double.doubleToLongBits((Double) value));
55 return CstFloat.make(Float.floatToIntBits((Float) value));
57 return CstInteger.make((Integer) value);
59 return CstLong.make((Long) value);
61 return CstShort.make((Short) value);
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
tab_navigation.applescript 8 make new tab with properties {URL:"http://google.com"}
11 make new tab with properties {URL:var}
  /external/clang/test/CodeGen/
attr-naked.c 12 // Make sure this doesn't explode in the verifier.
13 // (It doesn't really make sense, but it isn't invalid.)
  /external/clang/test/Sema/
typedef-variable-type.c 3 // Make sure we accept a single typedef
6 // And make sure we accept identical redefinitions in system headers
  /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

Completed in 884 milliseconds

1 2 3 45 6 7 8 91011>>