HomeSort by relevance Sort by last modified time
    Searched refs:MAKE (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/libpcap/
mkdep 19 MAKE=Makefile # default makefile name is "Makefile"
31 MAKE=$2
49 if [ ! -w $MAKE ]; then
50 echo "mkdep: no writeable file \"$MAKE\""
58 cp $MAKE ${MAKE}.bak
60 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP
107 cp $TMP $MAKE
108 rm -f ${MAKE}.bak $TMP
  /external/tcpdump/
mkdep 19 MAKE=Makefile # default makefile name is "Makefile"
31 MAKE=$2
49 if [ ! -w $MAKE ]; then
50 echo "mkdep: no writeable file \"$MAKE\""
58 cp $MAKE ${MAKE}.bak
60 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP
107 cp $TMP $MAKE
108 rm -f ${MAKE}.bak $TMP
  /external/webkit/Source/
Makefile 4 @for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
8 @for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
12 @for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
16 @for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
runtest 3 : ${MAKE=make}
10 # As a convenience, suppress the output of make if the test passes
11 if $MAKE SED="$SED" srcdir="$srcdir" -f "$makefile" $test > $test.test 2>&1; then
  /external/qemu-pc-bios/
Makefile 23 MAKE := make
32 $(MAKE) -C bochs/bios
36 $(MAKE) -C vgabios
42 $(MAKE) -C bochs/bios bios-clean
43 $(MAKE) -C bochs/bios dist-clean
44 $(MAKE) -C vgabios bios-clean
45 $(MAKE) -C vgabios dist-clean
  /external/icu4c/samples/ufortune/
Makefile 10 # - do 'make install' of icu
12 # - make sure the script 'icu-config' is executable in your PATH
46 $(MAKE) -C $(RESDIR)
49 -$(MAKE) -C $(RESDIR) clean
53 $(MAKE) -C $(RESDIR) install
  /external/wpa_supplicant_8/src/
Makefile 4 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d; done
7 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d clean; done
11 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d install; done
  /external/iproute2/testsuite/iproute2/
Makefile 6 echo "Entering $$dir" && cd $$dir && $(MAKE) && cd ..; \
21 echo "Entering $$dir" && cd $$dir && $(MAKE) clean && cd ..; \
26 echo "Entering $$dir" && cd $$dir && $(MAKE) distclean && cd ..; \
33 cd $@ && $(MAKE)
  /external/llvm/bindings/ocaml/transforms/
Makefile 15 $(MAKE) -C $$i ocamldoc; \
  /external/webkit/Tools/
Makefile 4 @for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
8 @for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
12 @for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
16 @for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
  /external/libpng/scripts/
makevms.com 1 $! make libpng under VMS
19 $ Make = ""
20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
53 $ if make.eqs.""
56 $ CALL MAKE png.OBJ "cc ''CCOPT' png" -
58 $ CALL MAKE pngset.OBJ "cc ''CCOPT' pngset" -
60 $ CALL MAKE pngget.OBJ "cc ''CCOPT' pngget" -
62 $ CALL MAKE pngread.OBJ "cc ''CCOPT' pngread" -
64 $ CALL MAKE pngpread.OBJ "cc ''CCOPT' pngpread"
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/
Makefile 7 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d clean; done
11 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d install; done
  /external/blktrace/
Makefile 14 $(MAKE) -C btt
17 $(MAKE) -C btreplay
20 $(MAKE) -C btreplay
43 $(MAKE) -C doc all
44 $(MAKE) -C btt docs
45 $(MAKE) -C btreplay docs
48 $(MAKE) -C doc clean
49 $(MAKE) -C btt clean
50 $(MAKE) -C btreplay clean
77 $(MAKE) -C btt clea
    [all...]
  /external/llvm/bindings/ocaml/
Makefile 16 $(MAKE) -C $$i ocamldoc; \
  /external/icu4c/tools/genren/
Makefile 47 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR) clean
48 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR) all-local
52 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/stubdata all-local
55 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/common all-local
58 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/i18n all-local
61 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/layout all-local
64 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/layoutex all-local
67 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR)/io all-local
  /external/iproute2/testsuite/
Makefile 13 echo "Entering iproute2" && cd iproute2 && $(MAKE) configure && cd ..;
16 echo "Entering iproute2" && cd iproute2 && $(MAKE) && cd ..;
29 echo "Entering iproute2" && cd iproute2 && $(MAKE) distclean && cd ..;
  /ndk/sources/host-tools/make-3.81/
subproc.bat 4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under
11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
21 set MAKE=%2
23 if x%2 == x set MAKE=nmake
24 %MAKE% /f %MAKEFILE%
  /external/clang/
Makefile 89 @ $(MAKE) -C test
92 @ $(MAKE) -C test report
95 @ $(MAKE) -C test clean
  /external/dnsmasq/
Makefile 40 @cd $(SRC) && $(MAKE) \
57 @cd $(SRC) && $(MAKE) \
63 cd ../$(SRC) && $(MAKE) \
73 @cd $(SRC) && $(MAKE) XGETTEXT=$(XGETTEXT) -f ../bld/Makefile dnsmasq.pot
  /external/icu4c/samples/
Makefile 19 ## Files to remove for 'make clean'
55 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
62 (cd $$subdir && $(MAKE) $$local_target) || exit; \
65 $(MAKE) "$$target-local" || exit; \
73 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$subtarget' in \`$$subdir'"; \
80 (cd $$subdir && $(MAKE) $$local_target) || exit; \
83 $(MAKE) "$$subtarget-local" || exit; \
Makefile.in 19 ## Files to remove for 'make clean'
55 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
62 (cd $$subdir && $(MAKE) $$local_target) || exit; \
65 $(MAKE) "$$target-local" || exit; \
73 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$subtarget' in \`$$subdir'"; \
80 (cd $$subdir && $(MAKE) $$local_target) || exit; \
83 $(MAKE) "$$subtarget-local" || exit; \
  /external/blktrace/btreplay/
Makefile 23 $(MAKE) -C doc all
26 $(MAKE) -C doc clean
  /external/bluetooth/glib/debian/
rules 1 #!/usr/bin/make -f
11 $(MAKE)
18 $(MAKE)
26 -$(MAKE) clean
27 -$(MAKE) distclean
36 -$(MAKE) clean
37 -$(MAKE) distclean
46 $(MAKE) prefix=`pwd`/debian/tmp/usr install
54 $(MAKE) prefix=`pwd`/debian/libglib-cvs-dbg/usr install
  /external/icu4c/extra/
Makefile 21 ## Files to remove for 'make clean'
48 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
55 (cd $$subdir && $(MAKE) $$local_target) || exit; \
58 $(MAKE) "$$target-local" || exit; \
  /external/llvm/autoconf/m4/
check_gnu_make.m4 2 # Check for GNU Make. This is originally from
6 [AC_CACHE_CHECK([for GNU make],[llvm_cv_gnu_make_command],
7 dnl Search all the common names for GNU make
9 for a in "$MAKE" make gmake gnumake ; do

Completed in 1558 milliseconds

1 2 3 4 5 6