HomeSort by relevance Sort by last modified time
    Searched refs:MAKEFILE (Results 1 - 19 of 19) 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/minijail/
gen_syscalls.sh 39 /* GENERATED BY MAKEFILE */
gen_constants.sh 50 /* GENERATED BY MAKEFILE */
  /external/libpcap/msdos/
common.dj 11 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
49 $(MAKE) -f Makefile.dj -C $(DRIVER_DIR) $(notdir $@)
79 $(MAKE) -f Makefile.dj -C $(DRIVER_DIR) clean
80 $(MAKE) -f Makefile.dj -C libcpcap clean
81 rm -f $(OBJECTS) msdos/pkt_rx1.lst Makefile.bak $(PREREQUISITES)
89 # included in dependency output (or else this makefile cannot be used on
94 MAKEFILE = msdos/Makefile.d
    [all...]
  /ndk/sources/host-tools/toolbox/
build-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/core/
copy_headers.mk 21 $(eval ALL_COPIED_HEADERS.$(_chTo).MAKEFILE += $(LOCAL_MODULE_MAKEFILE)) \
base_rules.mk 61 # regenerate the ninja manifest if any read makefile changes, so there is no
90 $(warning *** Makefile location: $(LOCAL_MODULE_MAKEFILE))
95 $(warning * section of a product makefile to have it installed.)
456 ALL_MODULES.$(my_register_name).MAKEFILE := \
457 $(ALL_MODULES.$(my_register_name).MAKEFILE) $(LOCAL_MODULE_MAKEFILE)
main.mk 518 # with a subdirectory's makefile.
521 # defined by this makefile; this will install all of those
842 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
845 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
848 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
851 # build/core/Makefile contains extra stuff that we don't want to pollute this
852 # top-level makefile with. It expects that ALL_DEFAULT_INSTALLED_MODULES
856 include $(BUILD_SYSTEM)/Makefile
    [all...]
Makefile 51 # If more than one makefile declared a header, print a warning,
59 $(warning Defined in: $(ALL_COPIED_HEADERS.$(dest).MAKEFILE))) \
623 # These rules are fairly complex, so they depend on this makefile so if
633 $(2) : $(5) $(BUILD_SYSTEM)/Makefile build/tools/generate-notice-files.py
    [all...]
  /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/curl/packages/DOS/
common.dj 12 MAKEFILE = Makefile.dj
134 depend: $(DEPEND_PREREQ) $(MAKEFILE)
  /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.
  /ndk/build/tools/
build-cxx-stl.sh 75 register_var_option "--no-makefile" NO_MAKEFILE "Do not use makefile to speed-up build"
433 # If the --no-makefile flag is not used, we're going to put all build
434 # commands in a temporary Makefile that we will be able to invoke with
438 MAKEFILE=$BUILD_DIR/Makefile
440 MAKEFILE=
586 builder_begin_android $ABI "$BUILDDIR" "$GCCVER" "$LLVM_VERSION" "$MAKEFILE"
builder-funcs.sh 18 # generate a Makefile to do it in parallel.
44 # $2: Optional Makefile name
61 log "Creating temporary build Makefile: $_BUILD_MK"
506 # $5: Optional Makefile name
510 local ABI BUILDDIR LLVM_VERSION MAKEFILE
525 MAKEFILE=$5
568 builder_begin "$BUILDDIR" "$MAKEFILE"
659 # $2: Optional Makefile name
  /hardware/intel/common/libva/va/
Android.mk 94 ALL_COPIED_HEADERS.$(my_header).MAKEFILE += $(my_header)
  /build/
envsetup.sh 443 # the makefile we found, above.
761 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
775 echo "Couldn't locate a makefile from the current directory."
800 local MAKEFILE=
823 MAKEFILE="$MAKEFILE $MFILE"
841 ONE_SHOT_MAKEFILE="$MAKEFILE" $DRV make -C $T -f build/core/main.mk $DASH_ARGS $MODULES $ARGS
852 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
    [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.
420 modules-LOCALS += MAKEFILE
497 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)
    [all...]

Completed in 249 milliseconds