HomeSort by relevance Sort by last modified time
    Searched refs:MAKEFILE (Results 1 - 15 of 15) sorted by null

  /external/protobuf/
update_file_lists.sh 3 # This script copies source file lists from src/Makefile.am to cmake files.
44 MAKEFILE=src/Makefile.am
46 [ -f "$MAKEFILE" ] || {
47 echo "Cannot find: $MAKEFILE"
51 # Extract file lists from src/Makefile.am
52 GZHEADERS=$(get_variable_value $MAKEFILE GZHEADERS)
53 HEADERS=$(get_variable_value $MAKEFILE nobase_include_HEADERS)
55 LIBPROTOBUF_LITE_SOURCES=$(get_source_files $MAKEFILE libprotobuf_lite_la_SOURCES)
56 LIBPROTOBUF_SOURCES=$(get_source_files $MAKEFILE libprotobuf_la_SOURCES
    [all...]
  /external/minijail/
gen_syscalls.sh 49 /* GENERATED BY MAKEFILE */
gen_constants.sh 50 /* GENERATED BY MAKEFILE */
  /external/python/cpython2/Mac/Tools/
fixapplepython23.py 8 This script modifies the Makefile (in .../lib/python2.3/config) to use
19 MAKEFILE='/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/config/Makefile'
48 def fix(makefile, do_apply):
49 """Fix the Makefile, if required."""
51 lines = open(makefile).readlines()
69 os.rename(makefile, makefile + '~')
70 open(makefile, 'w').writelines(lines)
111 if not os.path.exists(MAKEFILE)
    [all...]
  /build/make/core/
link_type.mk 17 $(link_type).MAKEFILE := $(LOCAL_MODULE_MAKEFILE)
copy_headers.mk 41 $(eval ALL_COPIED_HEADERS.$(_chTo).MAKEFILE += $(LOCAL_MODULE_MAKEFILE)) \
base_rules.mk 120 # regenerate the ninja manifest if any read makefile changes, so there is no
155 $(warning *** Makefile location: $(LOCAL_MODULE_MAKEFILE))
160 $(warning * section of a product makefile to have it installed.)
    [all...]
main.mk 434 # with a subdirectory's makefile.
437 # defined by this makefile; this will install all of those
    [all...]
Makefile 72 # If more than one makefile declared a header, print a warning,
82 $(warning __ from $(lastword $(ALL_COPIED_HEADERS.$(dest).MAKEFILE))) \
83 $(eval _makefiles := $$(wordlist 1,$(call int_subtract,$(words $(ALL_COPIED_HEADERS.$(dest).MAKEFILE)),1),$$(ALL_COPIED_HEADERS.$$(dest).MAKEFILE))) \
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgPPC.mak 16 MAKEFILE = dlgPPC.make
17 ?MondoBuild? = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
  /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 check_PROGRAMS in MAKEFILE.
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
AntlrPPC.mak 22 MAKEFILE = antlrPPC.make
23 ?MondoBuild? = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
  /build/make/
envsetup.sh 500 # the makefile we found, above.
819 echo "Couldn't locate a makefile from the current directory."
850 local MAKEFILE=
888 MAKEFILE="$MAKEFILE $M"
913 ONE_SHOT_MAKEFILE="$MAKEFILE" _wrap_build $T/build/soong/soong_ui.bash --make-mode $DASH_ARGS $MODULES $MODULES_IN_PATHS $ARGS
    [all...]
  /external/robolectric-shadows/
run_robotests.mk 57 my_instrument_makefile_dir := $(dir $(ALL_MODULES.$(LOCAL_TEST_PACKAGE).MAKEFILE))

Completed in 350 milliseconds