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

12 3 4 5 6 7

  /external/libvorbis/
Makefile.am 42 $(MAKE) all CFLAGS="@DEBUG@"
45 $(MAKE) all CFLAGS="@PROFILE@"
  /external/blktrace/btreplay/
Makefile 23 $(MAKE) -C doc all
26 $(MAKE) -C doc clean
  /external/icu4c/samples/
Makefile.in 19 ## Files to remove for 'make clean'
56 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
63 (cd $$subdir && $(MAKE) $$local_target) || exit; \
66 $(MAKE) "$$target-local" || exit; \
74 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$subtarget' in \`$$subdir'"; \
81 (cd $$subdir && $(MAKE) $$local_target) || exit; \
84 $(MAKE) "$$subtarget-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
  /external/llvm/projects/sample/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
  /external/compiler-rt/make/
subdir.mk 31 $$(info MAKE: $(Dir): Processing subdirectory)
49 $$(info MAKE: $(Dir): $$(var) is defined), \
50 $$(info MAKE: $(Dir): $$(var) is undefined)))
67 include make/subdir.mk
73 $$(info MAKE: $$(Dir): Done processing subdirectory)
86 $(info MAKE: Descending into subdirs: $(SubDirsList))
lib_platforms.mk 17 $$(info MAKE: $(PlatformName): Loading platform)
37 include make/options.mk
71 $$(info MAKE: $(PlatformName): Done loading platform)
76 PlatformFiles := $(wildcard make/platform/*.mk)
78 $(info MAKE: Loading platforms: $(PlatformFiles))
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 1 #!/usr/bin/make -f
5 # As a special exception, when this file is copied by dh-make into a
6 # dh-make output file, you may use that output file without restriction.
7 # This special exception was added by Craig Small in version 0.37 of dh-make.
50 $(MAKE)
60 -$(MAKE) distclean
78 $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
  /external/clang/
Makefile 93 @ $(MAKE) -C test
96 @ $(MAKE) -C test report
99 @ $(MAKE) -C test clean
  /external/llvm/utils/buildit/
GNUmakefile 16 include $(CoreOSMakefiles)/Standard/Standard.make
18 # Enable Apple extensions to (gnu)make.
71 $(MAKE) ARM_HOSTED_BUILD=yes PREFIX=/usr/local install
78 $(MAKE) IOS_SIM_BUILD=yes PREFIX=$(SDKROOT)/usr/local install
82 $(MAKE) DSTROOT=$(DSTROOT)$$ARM_PLATFORM/Developer install
  /external/open-vcdiff/packages/deb/
rules 1 #!/usr/bin/make -f
5 # As a special exception, when this file is copied by dh-make into a
6 # dh-make output file, you may use that output file without restriction.
7 # This special exception was added by Craig Small in version 0.37 of dh-make.
50 $(MAKE)
60 [ ! -f Makefile ] || $(MAKE) distclean
78 $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
  /external/icu4c/tools/
Makefile.in 44 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
51 (cd $$subdir && $(MAKE) $$local_target) || exit; \
54 $(MAKE) "$$target-local" || exit; \
60 ## Files to remove for 'make clean'
  /external/iproute2/
Makefile 45 do $(MAKE) $(MFLAGS) -C $$i; done
60 @for i in $(SUBDIRS) doc; do $(MAKE) -C $$i install; done
79 do $(MAKE) $(MFLAGS) -C $$i clean; done
  /external/stlport/
Makefile 24 ${MAKE} -C build/lib install-headers
  /external/blktrace/btt/
Makefile 29 $(MAKE) -C doc all
32 $(MAKE) -C doc clean
  /external/icu4c/
configure.mk 7 # Usage: MAKE -f configure.mk configure
  /external/icu4c/test/
Makefile.in 18 ## Files to remove for 'make clean'
37 @echo simply use \`make\' \(or \`make everything\'\) to do all
59 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
66 (cd $$subdir && $(MAKE) $$local_target) || exit; \
69 $(MAKE) "$$target-local" || exit; \
77 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
79 if (cd $$subdir && $(MAKE) $$local_target); then \
  /external/icu4c/test/perf/
Makefile.in 18 ## Files to remove for 'make clean'
39 @echo simply use \`make\' \(or \`make everything\'\) to do all
54 $(MAKE) -w -C $$xsubdir xperf; \
62 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
69 (cd $$subdir && $(MAKE) $$local_target) || exit; \
72 $(MAKE) "$$target-local" || exit; \
  /external/libpng/contrib/pngminus/
makevms.com 2 $! make Contrib programs of libpng under OpenVMS
40 $ CALL MAKE pnm2png.OBJ "cc ''CCOPT' pnm2png" -
42 $ call make pnm2png.exe -
46 $ CALL MAKE png2pnm.OBJ "cc ''CCOPT' png2pnm" -
48 $ call make png2pnm.exe -
54 $MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES
56 $! P1 = What we are trying to make
57 $! P2 = Command to make it
  /external/libvorbis/vq/
Makefile.am 31 $(MAKE) vq CFLAGS="@DEBUG@"
34 $(MAKE) vq CFLAGS="@PROFILE@"
37 $(MAKE) $(EXTRA_PROGRAMS)
  /external/llvm/utils/release/
test-release.sh 16 MAKE=gmake
18 MAKE=make
139 # Figure out how many make processes to run.
184 # Make sure that the URLs are valid.
278 echo "# ${MAKE} -j $NumJobs VERBOSE=1 $ExtraOpts"
279 ${MAKE} -j $NumJobs VERBOSE=1 $ExtraOpts \
280 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
283 echo "# ${MAKE} install"
284 ${MAKE} install
    [all...]
  /external/e2fsprogs/debian/
rules 1 #! /usr/bin/make -f
184 # Make sure we don't try to rebuild the configure scripts
258 $(MAKE) -C ${stdbuilddir} all
259 $(MAKE) -C ${stdbuilddir}/e2fsck e2fsck.static
261 ( cd ${stdbuilddir}/doc && $(MAKE) libext2fs_abt.html )
262 ( cd ${stdbuilddir}/lib/et && $(MAKE) com_err.info com_err_abt.html )
266 $(MAKE) -C ${mipsbuilddir}/util
267 $(MAKE) -C ${mipsbuilddir} \
270 $(MAKE) -C ${mipsbuilddir64}/util
271 $(MAKE) -C ${mipsbuilddir64}
    [all...]
  /external/bison/doc/
Makefile.am 31 $(AM_V_at)cd $(top_builddir)/src && $(MAKE) $(AM_MAKEFLAGS) bison
80 echo cd $$dir '&&' $(MAKE) $(AM_MAKEFLAGS) $$program && \
81 (cd $$dir && $(MAKE) $(AM_MAKEFLAGS) $$program) || exit; \
  /external/llvm/
Makefile 122 ($(MAKE) -C BuildTools \
150 $(Verb) $(MAKE)
154 $(Verb) $(MAKE) ENABLE_OPTIMIZED=1
158 $(Verb) $(MAKE) ENABLE_PROFILING=1
182 # Make sure the generated files are up-to-date. This must be kept in
214 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
215 $(Echo) '*****' make an optimized build. Alternatively you can
227 $(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
246 $(Verb) $(MAKE) tools-only
  /external/checkpolicy/
Makefile 27 $(MAKE) -C test
61 $(MAKE) -C test clean

Completed in 484 milliseconds

12 3 4 5 6 7