HomeSort by relevance Sort by last modified time
    Searched refs:MAKEFILE (Results 1 - 16 of 16) 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 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...]
  /external/minijail/
gen_syscalls.sh 47 /* GENERATED BY MAKEFILE */
gen_constants.sh 58 /* GENERATED BY MAKEFILE */
  /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/core/
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.)
543 ALL_MODULES.$(my_register_name).MAKEFILE := \
544 $(ALL_MODULES.$(my_register_name).MAKEFILE) $(LOCAL_MODULE_MAKEFILE)
main.mk 504 # with a subdirectory's makefile.
507 # defined by this makefile; this will install all of those
849 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
852 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
855 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
858 # build/core/Makefile contains extra stuff that we don't want to pollute this
859 # top-level makefile with. It expects that ALL_DEFAULT_INSTALLED_MODULE
    [all...]
Makefile 51 # If more than one makefile declared a header, print a warning,
59 $(warning Defined in: $(ALL_COPIED_HEADERS.$(dest).MAKEFILE))) \
735 # These rules are fairly complex, so they depend on this makefile so if
745 $(3) : $(6) $(BUILD_SYSTEM)/Makefile build/tools/generate-notice-files.py
    [all...]
  /build/make/
envsetup.sh 455 # the makefile we found, above.
772 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
786 echo "Couldn't locate a makefile from the current directory."
818 local MAKEFILE=
851 MAKEFILE="$MAKEFILE $MDIR/Android.mk"
876 ONE_SHOT_MAKEFILE="$MAKEFILE" $DRV make -C $T -f build/core/main.mk $DASH_ARGS $MODULES $MODULES_IN_PATHS $ARGS
887 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
    [all...]

Completed in 492 milliseconds