HomeSort by relevance Sort by last modified time
    Searched refs:MAKEFILE (Results 1 - 24 of 24) 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...]
  /external/libpcap/msdos/
common.dj 12 MAKEFILE = Makefile.dj
makefile.dj 2 # GNU Makefile for DOS-libpcap. djgpp version.
4 # Use this makefile from the libpcap root directory.
7 # c:\net\pcap> make -f msdos/makefile.dj
9 # @(#) $Header: /tcpdump/master/libpcap/msdos/makefile.dj,v 1.2 2004-12-19 19:41:06 guy Exp $ (LBL)
50 $(MAKE) -f Makefile.dj -C $(DRIVER_DIR) $(notdir $@)
80 $(MAKE) -f Makefile.dj -C $(DRIVER_DIR) clean
81 $(MAKE) -f Makefile.dj -C libcpcap clean
82 rm -f $(OBJECTS) msdos/pkt_rx1.lst Makefile.bak $(PREREQUISITES)
90 # included in dependency output (or else this makefile cannot be used on
95 MAKEFILE = msdos/Makefile.d
    [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=
144 builder_begin_android $ABI "$BUILDDIR" "$GCCVER" "$LLVM_VERSION" "$MAKEFILE"
build-compiler-rt.sh 57 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
149 # If the --no-makefile flag is not used, we're going to put all build
150 # commands in a temporary Makefile that we will be able to invoke with
154 MAKEFILE=$BUILD_DIR/Makefile
156 MAKEFILE=
217 builder_begin_android $ABI "$BUILDDIR" "$GCCVER" "$LLVM_VERSION" "$MAKEFILE"
build-cxx-stl.sh 75 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
481 # If the --no-makefile flag is not used, we're going to put all build
482 # commands in a temporary Makefile that we will be able to invoke with
486 MAKEFILE=$BUILD_DIR/Makefile
488 MAKEFILE=
606 builder_begin_android $ABI "$BUILDDIR" "$GCCVER" "$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
506 # $5: Optional Makefile name
509 local ABI BUILDDIR LLVM_VERSION MAKEFILE
523 MAKEFILE=$5
564 builder_begin "$BUILDDIR" "$MAKEFILE"
658 # $2: Optional Makefile name
  /ndk/sources/host-tools/make-3.81/
subproc.bat 22 set MAKEFILE=%1
24 %MAKE% /f %MAKEFILE%
  /external/chromium_org/third_party/openssl/openssl/crypto/chacha/
Makefile 2 # OpenSSL/crypto/chacha/Makefile
19 GENERAL=Makefile
45 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
53 @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
69 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
73 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
74 mv -f Makefile.new $(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/crypto/poly1305/
Makefile 2 # OpenSSL/crypto/poly1305/Makefile
19 GENERAL=Makefile
45 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
53 @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
69 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
73 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
74 mv -f Makefile.new $(MAKEFILE)
  /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 224 This scripts generates a custom Makefile in a temporary directory, then
273 MAKEFILE=$BUILD_DIR/GNUmakefile
623 dump "Generating Makefile"
624 log "Makefile path: $MAKEFILE"
625 generate_makefile > $MAKEFILE
636 run make $MAKE_FLAGS -f "$MAKEFILE" -C "$BUILD_DIR"
  /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 67 $(warning *** Makefile location: $(LOCAL_MODULE_MAKEFILE))
72 $(warning * section of a product makefile to have it installed.)
626 ALL_MODULES.$(my_register_name).MAKEFILE := \
627 $(ALL_MODULES.$(my_register_name).MAKEFILE) $(LOCAL_MODULE_MAKEFILE)
main.mk 486 # with a subdirectory's makefile.
489 # defined by this makefile; this will install all of those
783 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
786 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
789 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
792 # build/core/Makefile contains extra stuff that we don't want to pollute this
793 # top-level makefile with. It expects that ALL_DEFAULT_INSTALLED_MODULES
797 include $(BUILD_SYSTEM)/Makefile
    [all...]
  /build/
envsetup.sh 383 # the makefile we found, above.
684 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
697 echo "Couldn't locate a makefile from the current directory."
721 local MAKEFILE=
744 MAKEFILE="$MAKEFILE $MFILE"
757 ONE_SHOT_MAKEFILE="$MAKEFILE" $DRV make -C $T -f build/core/main.mk $DASH_ARGS $MODULES $ARGS
767 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
1129 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...]
  /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)))
364 # MAKEFILE -> The Android.mk where the module is defined.
419 modules-LOCALS += MAKEFILE
496 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)
    [all...]

Completed in 204 milliseconds