HomeSort by relevance Sort by last modified time
    Searched refs:MAKEFILE (Results 1 - 17 of 17) 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/protobuf/util/
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/libpcap/msdos/
common.dj 12 # msdos/pm_drvr/makefile.dj to make "dynamically loaded modules".
17 MAKEFILE = Makefile.dj
  /external/minijail/
gen_syscalls.sh 47 /* GENERATED BY MAKEFILE */
gen_constants.sh 58 /* 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 92 # regenerate the ninja manifest if any read makefile changes, so there is no
120 $(warning *** Makefile location: $(LOCAL_MODULE_MAKEFILE))
125 $(warning * section of a product makefile to have it installed.)
584 ALL_MODULES.$(my_register_name).MAKEFILE := \
585 $(ALL_MODULES.$(my_register_name).MAKEFILE) $(LOCAL_MODULE_MAKEFILE)
main.mk 374 # with a subdirectory's makefile.
377 # defined by this makefile; this will install all of those
628 # - MAKEFILE: Where this module was defined
677 $(shell $(call echo-warning,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) should not link against $(call link-type-name,$(2)) ($(3))"))
683 $(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) can not link against $(call link-type-name,$(2)) ($(3))"))\
693 $(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name-variant,$(1)) missing $(call link-type-name-variant,$(2))"))\
760 $$(hide) $(CHECK_LINK_TYPE) --makefile $($(1).MAKEFILE) --module $(link-type-name) \
    [all...]
Makefile 51 # If more than one makefile declared a header, print a warning,
59 $(warning Defined in: $(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 noinst_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
  /hardware/intel/common/libva/va/
Android.mk 94 ALL_COPIED_HEADERS.$(my_header).MAKEFILE := $(ALL_COPIED_HEADERS.$(my_header).MAKEFILE) $(my_header)
  /build/make/
envsetup.sh 465 # the makefile we found, above.
800 echo "Couldn't locate a makefile from the current directory."
832 local MAKEFILE=
865 MAKEFILE="$MAKEFILE $MDIR/Android.mk"
890 ONE_SHOT_MAKEFILE="$MAKEFILE" _wrap_build $DRV $T/build/soong/soong_ui.bash --make-mode $DASH_ARGS $MODULES $MODULES_IN_PATHS $ARGS
    [all...]

Completed in 1157 milliseconds