HomeSort by relevance Sort by last modified time
    Searched refs:MAKEFILE (Results 1 - 15 of 15) 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/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-compiler-rt.sh 57 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
160 # If the --no-makefile flag is not used, we're going to put all build
161 # commands in a temporary Makefile that we will be able to invoke with
165 MAKEFILE=$BUILD_DIR/Makefile
167 MAKEFILE=
235 builder_begin_android $ABI "$BUILDDIR" "$GCCVER" "$LLVM_VERSION" "$MAKEFILE" "android-$FIRST_API64_LEVEL"
build-libportable.sh 60 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
111 # If the --no-makefile flag is not used, we're going to put all build
112 # commands in a temporary Makefile that we will be able to invoke with
116 MAKEFILE=$BUILD_DIR/Makefile
118 MAKEFILE=
151 builder_begin_android $ABI "$BUILDDIR" "$GCCVER" "$LLVM_VERSION" "$MAKEFILE" "$PLATFORM"
build-cxx-stl.sh 75 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
445 # If the --no-makefile flag is not used, we're going to put all build
446 # commands in a temporary Makefile that we will be able to invoke with
450 MAKEFILE=$BUILD_DIR/Makefile
452 MAKEFILE=
604 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
515 # $5: Optional Makefile name
519 local ABI BUILDDIR LLVM_VERSION MAKEFILE
533 MAKEFILE=$5
579 builder_begin "$BUILDDIR" "$MAKEFILE"
679 # $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/libxml2/vms/
build_libxml.com 46 $! to the definition of "libxml2_la_SOURCES" in the file MAKEFILE.IN.
60 $! definition of bin_PROGRAMS in MAKEFILE.IN
65 $! definition of noinst_PROGRAMS in MAKEFILE.
  /build/
envsetup.sh 391 # the makefile we found, above.
702 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
716 echo "Couldn't locate a makefile from the current directory."
741 local MAKEFILE=
764 MAKEFILE="$MAKEFILE $MFILE"
777 ONE_SHOT_MAKEFILE="$MAKEFILE" $DRV make -C $T -f build/core/main.mk $DASH_ARGS $MODULES $ARGS
788 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
1120 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 67 $(warning *** Makefile location: $(LOCAL_MODULE_MAKEFILE))
72 $(warning * section of a product makefile to have it installed.)
635 ALL_MODULES.$(my_register_name).MAKEFILE := \
636 $(ALL_MODULES.$(my_register_name).MAKEFILE) $(LOCAL_MODULE_MAKEFILE)
    [all...]
main.mk 470 # with a subdirectory's makefile.
473 # defined by this makefile; this will install all of those
769 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
772 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
775 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
778 # build/core/Makefile contains extra stuff that we don't want to pollute this
779 # top-level makefile with. It expects that ALL_DEFAULT_INSTALLED_MODULES
783 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)))
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 4968 milliseconds