HomeSort by relevance Sort by last modified time
    Searched refs:MAKEFILE (Results 1 - 17 of 17) 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-gabi++.sh 64 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
109 # If the --no-makefile flag is not used, we're going to put all build
110 # commands in a temporary Makefile that we will be able to invoke with
114 MAKEFILE=$BUILD_DIR/Makefile
116 MAKEFILE=
142 builder_begin_android $ABI "$BUILDDIR" "$LLVM_VERSION" "$MAKEFILE"
build-libportable.sh 60 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
99 # If the --no-makefile flag is not used, we're going to put all build
100 # commands in a temporary Makefile that we will be able to invoke with
104 MAKEFILE=$BUILD_DIR/Makefile
106 MAKEFILE=
130 builder_begin_android $ABI "$BUILDDIR" "$LLVM_VERSION" "$MAKEFILE"
build-stlport.sh 64 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
142 # If the --no-makefile flag is not used, we're going to put all build
143 # commands in a temporary Makefile that we will be able to invoke with
147 MAKEFILE=$BUILD_DIR/Makefile
149 MAKEFILE=
182 builder_begin_android $ABI "$BUILDDIR" "$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
448 # $4: Optional Makefile name
451 local ABI BUILDDIR LLVM_VERSION MAKEFILE
463 MAKEFILE=$4
495 builder_begin "$BUILDDIR" "$MAKEFILE"
552 # $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/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
646 echo "Couldn't locate a makefile from the current directory."
657 local MAKEFILE=
679 MAKEFILE="$MAKEFILE $MFILE"
695 ONE_SHOT_MAKEFILE="$MAKEFILE" make -C $T -f build/core/main.mk $DASH_ARGS $MODULES $ARGS
703 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
957 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...]
  /build/core/
base_rules.mk 65 $(warning *** Makefile location: $(LOCAL_MODULE_MAKEFILE))
70 $(warning * section of a product makefile to have it installed.)
592 ALL_MODULES.$(LOCAL_MODULE).MAKEFILE := \
593 $(ALL_MODULES.$(LOCAL_MODULE).MAKEFILE) $(LOCAL_MODULE_MAKEFILE)
main.mk 457 # with a subdirectory's makefile.
460 # defined by this makefile; this will install all of those
654 $(error $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
657 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
660 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
663 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
666 # build/core/Makefile contains extra stuff that we don't want to pollute this
667 # top-level makefile with. It expects that ALL_DEFAULT_INSTALLED_MODULES
671 include $(BUILD_SYSTEM)/Makefile
  /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.
404 modules-LOCALS += MAKEFILE
481 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)
    [all...]

Completed in 764 milliseconds