HomeSort by relevance Sort by last modified time
    Searched refs:MAKE (Results 26 - 50 of 319) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/selinux/semodule-utils/
Makefile 5 (cd $$subdir && $(MAKE) $@) || exit 1; \
  /external/brotli/tests/
Makefile 12 $(MAKE) -C $(BROTLI) brotli
17 $(MAKE) -C $(BROTLI)/tools clean
  /external/ltp/testcases/network/tcp_cmds/
Makefile.inc 28 $(MAKE) -C $(GENERATE_FILE_DIR) \
33 # vim: syntax=make
  /external/ltp/testcases/open_posix_testsuite/functional/threads/
Makefile 9 $(MAKE) -C $$dir $@; \
  /external/capstone/
make.sh 21 CC="$IOS_CC" CFLAGS="$IOS_CFLAGS" LDFLAGS="$IOS_LDFLAGS" LIBARCHS="$IOS_ARCHS" ${MAKE}
57 CROSS="$TOOLCHAIN/bin/$CROSS" CFLAGS="--sysroot=$PLATFORM" LDFLAGS="--sysroot=$PLATFORM" ${MAKE} $*
67 ${MAKE} CC="$CC" $*
69 ${MAKE} $*
86 ${MAKE} CC=$CC PKGCFGDIR=$PKGCFGDIR install
88 ${MAKE} PKGCFGDIR=$PKGCFGDIR install
92 ${MAKE} CC=$CC install
94 ${MAKE} install
100 ${MAKE} LIBDIRARCH=lib64 CC="$CC" install
102 ${MAKE} LIBDIRARCH=lib64 instal
    [all...]
  /external/icu/icu4c/source/samples/ufortune/
Makefile 13 # - do 'make install' of icu
15 # - make sure the script 'icu-config' is executable in your PATH
49 $(MAKE) -C $(RESDIR)
52 -$(MAKE) -C $(RESDIR) clean
56 $(MAKE) -C $(RESDIR) install
  /external/wpa_supplicant_8/src/
Makefile 5 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d; done
8 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d clean; done
12 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/selinux/python/
Makefile 5 (cd $$subdir && $(MAKE) $@) || exit 1; \
  /external/swiftshader/third_party/LLVM/bindings/ocaml/transforms/
Makefile 15 $(MAKE) -C $$i ocamldoc; \
  /external/ltp/testcases/open_posix_testsuite/conformance/
Makefile 9 $(MAKE) -C $$dir $@; \
  /external/selinux/libselinux/
Makefile 45 (cd $$subdir && $(MAKE) $@) || exit 1; \
49 $(MAKE) -C src swigify $@
52 $(MAKE) -C src pywrap $@
55 $(MAKE) -C src rubywrap $@
58 $(MAKE) -C src install-pywrap $@
61 $(MAKE) -C src install-rubywrap $@
64 $(MAKE) -C src clean-pywrap $@
67 $(MAKE) -C src clean-rubywrap $@
  /external/harfbuzz_ng/src/
check-defs.sh 7 test -z "$MAKE" && MAKE=make
18 $MAKE $defs > /dev/null
  /external/ltp/testcases/open_posix_testsuite/
Makefile 23 BUILD_MAKE= env $(BUILD_MAKE_ENV) $(MAKE)
25 TEST_MAKE= env $(TEST_MAKE_ENV) $(MAKE) -k
44 $(MAKE) -C $$dir clean >/dev/null; \
52 $(MAKE) -C $$dir $@; \
69 @$(MAKE) -C conformance install
80 @$(MAKE) -C functional install
91 @$(MAKE) -C stress install
99 @$(MAKE) -C bin install
102 @$(MAKE) -C tools all
109 @$(MAKE) generate-makefile
    [all...]
  /external/libcap/
Makefile 5 include Make.Rules
12 $(MAKE) -C libcap $@
14 $(MAKE) -C pam_cap $@
16 $(MAKE) -C progs $@
17 $(MAKE) -C doc $@
18 $(MAKE) -C kdebug $@
38 make release
  /external/freetype/
configure 20 if test "x$MAKE" = x; then
21 if test "x`make -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
22 MAKE=gmake
24 MAKE=make
28 MAKE=$GNUMAKE
31 if test "x`$MAKE -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
32 echo "GNU make (>= 3.80) or makepp (>= 1.19) is required to build FreeType2." >&2
35 echo " MAKE=<GNU make command name> $0" >&
    [all...]
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
Makefile 12 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules
15 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install
19 $(MAKE) -C $(KERNELDIR) M=$(PWD) clean
  /external/ltp/testcases/kernel/syscalls/ipc/
Makefile 32 $(MAKE) -C $^ -f "$(abs_srcdir)/$^/Makefile" all
39 $(MAKE) -C $^ -f "$(abs_srcdir)/$^/Makefile" clean
42 $(MAKE) -C $^ -f "$(abs_srcdir)/$^/Makefile" clean
  /external/ltp/utils/sctp/
Makefile 39 $(MAKE) -C "$$i" -f "$(abs_srcdir)/$$i/Makefile" clean; \
44 $(MAKE) -C "$^" -f "$(abs_srcdir)/$^/Makefile" all
47 $(MAKE) -C "$^" -f "$(abs_srcdir)/$^/Makefile" all
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Makefile 3 $(MAKE) -C ../
23 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
29 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests
35 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET install
40 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean
43 TARGET=$@; BUILD_TARGET=$$OUTPUT/$$TARGET; mkdir -p $$BUILD_TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -k -C $$TARGET all
  /toolchain/binutils/binutils-2.27/
setup.com 4 $! Note: you need a DCL-compatible gnu make.
5 $ MAKE="make381"
36 $ if P1 .EQS. "MAKE"
41 $ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
43 $ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
45 $ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
47 $ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
49 $ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
  /external/ltp/include/mk/
testcases.mk 33 $(MAKE) -C "$^" -f "$(abs_top_srcdir)/tools/apicmds/Makefile" all
36 $(MAKE) -C "$^" -f "$(abs_top_srcdir)/lib/Makefile" all
  /external/ltp/testcases/kernel/containers/
Makefile 36 # Make the target the real lib so we don't have to deal with rebuilding this
39 $(MAKE) -C $^ -f "$(abs_srcdir)/$(LIBDIR)/Makefile" all
46 $(MAKE) -C $^ -f "$(abs_srcdir)/$(LIBDIR)/Makefile" clean
Makefile.inc 36 # Make the target the real lib so we don't have to deal with rebuilding this
39 $(MAKE) -C $^ -f "$(abs_srcdir)/$^/Makefile" all
45 # vim: syntax=make
  /external/ltp/testcases/kernel/controllers/
Makefile 36 $(MAKE) -C $^ -f "$(abs_srcdir)/$^/Makefile" all
43 $(MAKE) -C $^ -f "$(abs_srcdir)/$^/Makefile" clean

Completed in 1104 milliseconds

12 3 4 5 6 7 8 91011>>