HomeSort by relevance Sort by last modified time
    Searched refs:MAKEFILE (Results 1 - 14 of 14) 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"
build-gabi++.sh 61 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
100 # If the --no-makefile flag is not used, we're going to put all build
101 # commands in a temporary Makefile that we will be able to invoke with
105 MAKEFILE=$BUILD_DIR/Makefile
107 MAKEFILE=
127 builder_begin_android $ABI "$BUILDDIR" "$MAKEFILE"
build-stlport.sh 61 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
133 # If the --no-makefile flag is not used, we're going to put all build
134 # commands in a temporary Makefile that we will be able to invoke with
138 MAKEFILE=$BUILD_DIR/Makefile
140 MAKEFILE=
160 builder_begin_android $ABI "$BUILDDIR" "$MAKEFILE"
  /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
  /build/
envsetup.sh 345 # the makefile we found, above.
616 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
627 echo "Couldn't locate a makefile from the current directory."
638 local MAKEFILE=
660 MAKEFILE="$MAKEFILE $MFILE"
676 ONE_SHOT_MAKEFILE="$MAKEFILE" make -C $T $DASH_ARGS $MODULES $ARGS
827 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@"
839 find . -name .repo -prune -o -name .git -prune -o -regextype posix-egrep -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -type f -print0 | xargs -0 grep --color -n "$@
    [all...]
  /gdk/build/core/
definitions.mk 54 # Macro : this-makefile
55 # Returns : the name of the current Makefile in the inclusion stack
56 # Usage : $(this-makefile)
58 this-makefile = $(lastword $(MAKEFILE_LIST))
61 # Macro : local-makefile
63 # Usage : $(local-makefile)
65 local-makefile = $(lastword $(filter %Android-portable.mk,$(MAKEFILE_LIST)))
177 # MAKEFILE -> The Android-portable.mk where the module is defined.
203 modules-LOCALS += MAKEFILE
277 $(call __gdk_info,But this module was already defined by $(__gdk_modules.$1.MAKEFILE).)
    [all...]
  /ndk/build/core/
definitions.mk 86 # Macro : this-makefile
87 # Returns : the name of the current Makefile in the inclusion stack
88 # Usage : $(this-makefile)
90 this-makefile = $(lastword $(MAKEFILE_LIST))
93 # Macro : local-makefile
95 # Usage : $(local-makefile)
97 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
343 # MAKEFILE -> The Android.mk where the module is defined.
384 modules-LOCALS += MAKEFILE
461 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)
    [all...]
  /external/openssl/ssl/
Makefile 2 # OpenSSL/ssl/Makefile
10 MAKEFILE= Makefile
17 GENERAL=Makefile README ssl-lib.com install.com
69 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
77 @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
94 $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \
100 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
101 mv -f Makefile.new $(MAKEFILE
    [all...]

Completed in 658 milliseconds