HomeSort by relevance Sort by last modified time
    Searched refs:MAKEFILE (Results 1 - 20 of 20) sorted by null

  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
SECONDARY 7 Create a makefile where a file would not normally be considered
16 open(MAKEFILE,"> $makefile");
18 print MAKEFILE <<'EOF';
32 close(MAKEFILE);
38 &run_make_with_options($makefile,'foo.d',&get_logfile);
46 &run_make_with_options($makefile,'foo.d',&get_logfile);
55 &run_make_with_options($makefile,'foo.d',&get_logfile);
61 &run_make_with_options($makefile,'foo.c',&get_logfile);
69 &run_make_with_options($makefile,'foo.c',&get_logfile)
    [all...]
  /external/yaffs2/yaffs2/
patch-ker.sh 26 # To be a Linux directory, it must have a Makefile
42 # Check if kerneldir contains a Makefile
43 if [ ! -f $LINUXDIR/Makefile ]
50 VERSION=`grep -s VERSION <$LINUXDIR/Makefile | head -n 1 | sed s/'VERSION = '//`
51 PATCHLEVEL=`grep -s PATCHLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'PATCHLEVEL = '//`
52 SUBLEVEL=`grep -s SUBLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'SUBLEVEL = '//`
66 MAKEFILE=$LINUXDIR/fs/Makefile
67 MAKEFILEOLD=$LINUXDIR/fs/Makefile.pre.yaffs
90 # now do fs/Makefile -- simply add the target at the en
    [all...]
  /ndk/build/tools/
build-host-toolbox.sh 47 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
79 MAKEFILE=$BUILD_DIR/Makefile
81 MAKEFILE=
101 builder_begin_host "$BUILD_DIR" "$MAKEFILE"
110 builder_begin_host "$BUILD_DIR" "$MAKEFILE"
build-libportable.sh 60 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
107 # If the --no-makefile flag is not used, we're going to put all build
108 # commands in a temporary Makefile that we will be able to invoke with
112 MAKEFILE=$BUILD_DIR/Makefile
114 MAKEFILE=
138 builder_begin_android $ABI "$BUILDDIR" "$GCC_VERSION" "$LLVM_VERSION" "$MAKEFILE"
build-compiler-rt.sh 57 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
148 # If the --no-makefile flag is not used, we're going to put all build
149 # commands in a temporary Makefile that we will be able to invoke with
153 MAKEFILE=$BUILD_DIR/Makefile
155 MAKEFILE=
208 builder_begin_android $ABI "$BUILDDIR" "$GCC_VERSION" "$LLVM_VERSION" "$MAKEFILE"
build-cxx-stl.sh 75 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
325 # If the --no-makefile flag is not used, we're going to put all build
326 # commands in a temporary Makefile that we will be able to invoke with
330 MAKEFILE=$BUILD_DIR/Makefile
332 MAKEFILE=
414 builder_begin_android $ABI "$BUILDDIR" "$GCC_VERSION" "$LLVM_VERSION" "$MAKEFILE"
builder-funcs.sh 18 # generate a Makefile to do it in parallel.
46 # $2: Optional Makefile name
63 log "Creating temporary build Makefile: $_BUILD_MK"
69 # HIDE is used to hide the Makefile output, unless --verbose --verbose
481 # $5: Optional Makefile name
484 local ABI BUILDDIR LLVM_VERSION MAKEFILE
497 MAKEFILE=$5
528 builder_begin "$BUILDDIR" "$MAKEFILE"
587 # $2: Optional Makefile name
  /ndk/sources/host-tools/make-3.81/
subproc.bat 22 set MAKEFILE=%1
24 %MAKE% /f %MAKEFILE%
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 75 # [0] (string): The makefile to be tested. undef means use the last one.
86 # If the user specified a makefile string, create a new makefile to contain
93 $makefile = $old_makefile;
95 if (! defined($makefile)) {
96 $makefile = &get_tmpfile();
102 # Replace @MAKEFILE@ with the makefile name and @MAKE@ with the path to
104 $makestring =~ s/#MAKEFILE#/$makefile/g
    [all...]
  /external/stlport/etc/
STLport-4.5.1.spec 1 %define MAKEFILE gcc-linux.mak
42 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
47 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr install
STLport-4.5.3.spec 1 %define MAKEFILE gcc-linux.mak
42 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
47 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr install
STLport-4.6.spec 1 %define MAKEFILE gcc-linux.mak
42 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
47 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr install
  /external/chromium_org/third_party/openssl/openssl/
check-all-builds.sh 221 This scripts generates a custom Makefile in a temporary directory, then
270 MAKEFILE=$BUILD_DIR/GNUmakefile
604 dump "Generating Makefile"
605 log "Makefile path: $MAKEFILE"
606 generate_makefile > $MAKEFILE
617 run make $MAKE_FLAGS -f "$MAKEFILE" -C "$BUILD_DIR"
  /external/openssl/
check-all-builds.sh 221 This scripts generates a custom Makefile in a temporary directory, then
270 MAKEFILE=$BUILD_DIR/GNUmakefile
604 dump "Generating Makefile"
605 log "Makefile path: $MAKEFILE"
606 generate_makefile > $MAKEFILE
617 run make $MAKE_FLAGS -f "$MAKEFILE" -C "$BUILD_DIR"
  /build/
envsetup.sh 357 # the makefile we found, above.
635 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
649 echo "Couldn't locate a makefile from the current directory."
672 local MAKEFILE=
695 MAKEFILE="$MAKEFILE $MFILE"
708 ONE_SHOT_MAKEFILE="$MAKEFILE" make -C $T -f build/core/main.mk $DASH_ARGS $MODULES $ARGS
716 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
1020 find -E . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl 13 -makefile PATH-TO-MAKEFILE (default "releasetest.mk")
17 The default value for -makefile is "./releasetest.mk".
27 Almost any SQLite makefile (except those generated by configure - see below)
30 * The makefile should support the "fulltest" target.
31 * The makefile should support the variable "OPTS" as a way to pass
36 make -f $::MAKEFILE fulltest OPTS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_DEBUG=1"
41 Example Makefile contents:
196 # OPTS Makefile variable. Variable $cflags holds the value for
197 # CFLAGS. The makefile will pass OPTS to both gcc and lemon, bu
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 11 <script> ?test-symbol? ?-makefile PATH-TO-MAKEFILE? ?-skip_run?
13 The default value for ::MAKEFILE is "../Makefile.linux.gcc".
24 Almost any SQLite makefile (except those generated by configure - see below)
27 * The makefile should support the "testfixture" target.
28 * The makefile should support the "test" target.
29 * The makefile should support the variable "OPTS" as a way to pass
34 make -f $::MAKEFILE testfixture OPTS="-DSQLITE_OMIT_ALTERTABLE=1"
35 make -f $::MAKEFILE tes
    [all...]
  /build/core/
base_rules.mk 65 $(warning *** Makefile location: $(LOCAL_MODULE_MAKEFILE))
70 $(warning * section of a product makefile to have it installed.)
597 ALL_MODULES.$(LOCAL_MODULE).MAKEFILE := \
598 $(ALL_MODULES.$(LOCAL_MODULE).MAKEFILE) $(LOCAL_MODULE_MAKEFILE)
main.mk 458 # with a subdirectory's makefile.
461 # defined by this makefile; this will install all of those
664 $(error $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
667 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
670 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
673 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
676 # build/core/Makefile contains extra stuff that we don't want to pollute this
677 # top-level makefile with. It expects that ALL_DEFAULT_INSTALLED_MODULES
681 include $(BUILD_SYSTEM)/Makefile
    [all...]
  /ndk/build/core/
definitions.mk 27 # Macro : this-makefile
28 # Returns : the name of the current Makefile in the inclusion stack
29 # Usage : $(this-makefile)
31 this-makefile = $(lastword $(MAKEFILE_LIST))
34 # Macro : local-makefile
36 # Usage : $(local-makefile)
38 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
361 # MAKEFILE -> The Android.mk where the module is defined.
406 modules-LOCALS += MAKEFILE
483 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)
    [all...]

Completed in 572 milliseconds