OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUBDIRS
(Results
26 - 50
of
58
) sorted by null
1
2
3
/external/libogg/doc/
Makefile.am
3
SUBDIRS
= libogg
/external/chromium_org/third_party/skia/tools/tests/
rebaseline.sh
30
# creating new
subdirs
as we go.
83
SUBDIRS
="skdiff benchgraphs rebaseline/output jsondiff/output"
86
for SUBDIR in $
SUBDIRS
; do
91
for SUBDIR in $
SUBDIRS
; do
/external/libvorbis/
Makefile.am
5
SUBDIRS
= m4 include vq lib test doc
8
SUBDIRS
+= examples
/external/elfutils/0.153/
Makefile.am
33
SUBDIRS
= config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
/external/iproute2/
Makefile
41
SUBDIRS
=lib ip tc misc netem genl man
48
for i in $(
SUBDIRS
); \
64
@for i in $(
SUBDIRS
) doc; do $(MAKE) -C $$i install; done
72
@for i in $(
SUBDIRS
) doc; \
/external/icu/icu4c/source/test/
Makefile.in
26
SUBDIRS
= testdata intltest $(IOTEST) cintltst $(LETEST)
64
list='$(
SUBDIRS
)'; for subdir in $$list; do \
85
list='$(
SUBDIRS
)'; for subdir in $$list; do \
117
STATUS_FILES=$(
SUBDIRS
:%=$(MYSTATUS_R).%)
134
for subdir in $(
SUBDIRS
); do \
143
for subdir in $(
SUBDIRS
); do \
/external/libogg/
Makefile.am
5
SUBDIRS
= src include doc
/external/oprofile/
Makefile.am
3
SUBDIRS
= \
39
# This must use a fully-qualified
SUBDIRS
path, so we can't use ${top_srcdir}
43
(cd $(KSRC) && $(MAKE)
SUBDIRS
=$(OPROFILE_DIR)/module/@OPROFILE_MODULE_ARCH@ modules) || exit 1 ;
44
(cd $(KSRC) && $(MAKE)
SUBDIRS
=$(OPROFILE_DIR)/module modules) || exit 1 ;
/external/chromium_org/third_party/icu/source/test/
Makefile.in
25
SUBDIRS
= testdata intltest $(IOTEST) cintltst
63
list='$(
SUBDIRS
)'; for subdir in $$list; do \
84
list='$(
SUBDIRS
)'; for subdir in $$list; do \
116
STATUS_FILES=$(
SUBDIRS
:%=$(MYSTATUS_R).%)
133
for subdir in $(
SUBDIRS
); do \
/external/chromium_org/third_party/mesa/src/
Android.mk
75
SUBDIRS
:= \
82
SUBDIRS
+= \
88
SUBDIRS
+= src/gallium
91
mkfiles := $(patsubst %,$(MESA_TOP)/%/Android.mk,$(
SUBDIRS
))
/external/mesa3d/
Android.mk
75
SUBDIRS
:= \
82
SUBDIRS
+= \
88
SUBDIRS
+= src/gallium
91
mkfiles := $(patsubst %,$(MESA_TOP)/%/Android.mk,$(
SUBDIRS
))
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/
Makefile
26
default install clean: %:
subdirs
-%
28
subdirs
-%:
29
@for dir in $(
SUBDIRS
) ; do \
/external/mesa3d/src/gallium/auxiliary/
Makefile
26
default install clean: %:
subdirs
-%
28
subdirs
-%:
29
@for dir in $(
SUBDIRS
) ; do \
/external/chromium_org/third_party/icu/source/tools/
Makefile.in
16
SUBDIRS
= toolutil ctestfw makeconv genrb genbrk \
43
list='$(
SUBDIRS
)'; for subdir in $$list; do \
/external/icu/icu4c/source/tools/
Makefile.in
16
SUBDIRS
= toolutil ctestfw makeconv genrb genbrk \
43
list='$(
SUBDIRS
)'; for subdir in $$list; do \
/external/bison/
Makefile.am
20
SUBDIRS
= build-aux po runtime-po lib data src doc examples tests etc
/external/chromium_org/third_party/icu/source/samples/
Makefile.in
22
SUBDIRS
= date cal
55
list='$(
SUBDIRS
)'; for subdir in $$list; do \
73
list='$(
SUBDIRS
) $(ALLSUBDIRS)'; for subdir in $$list; do \
/external/chromium_org/third_party/icu/source/test/perf/
Makefile.in
21
SUBDIRS
= collationperf charperf dicttrieperf normperf ubrkperf unisetperf usetperf ustrperf utfperf utrie2perf DateFmtPerf howExpensiveIs
23
#
Subdirs
that support 'xperf'
61
list='$(
SUBDIRS
)'; for subdir in $$list; do \
/external/dhcpcd/
Makefile
30
SUBDIRS
= dhcpcd-hooks
97
for x in ${
SUBDIRS
}; do cd $$x; ${MAKE} $@; cd ..; done
/external/dhcpcd/mk/
prog.mk
59
for x in ${
SUBDIRS
}; do cd $$x; ${MAKE} $@; cd ..; done
/external/icu/icu4c/source/samples/
Makefile.in
22
SUBDIRS
= date cal
55
list='$(
SUBDIRS
)'; for subdir in $$list; do \
73
list='$(
SUBDIRS
) $(ALLSUBDIRS)'; for subdir in $$list; do \
/external/icu/icu4c/source/test/perf/
Makefile.in
21
SUBDIRS
= collationperf collperf collperf2 charperf dicttrieperf normperf ubrkperf unisetperf usetperf ustrperf utfperf utrie2perf DateFmtPerf howExpensiveIs
23
#
Subdirs
that support 'xperf'
61
list='$(
SUBDIRS
)'; for subdir in $$list; do \
/external/libvorbis/lib/
Makefile.am
3
SUBDIRS
= modes books
/external/libvorbis/doc/
Makefile.am
3
SUBDIRS
= vorbisfile vorbisenc
/external/chromium_org/build/android/
adb_gdb
693
local
SUBDIRS
SUBDIR LIST DIR DIR_LIBS TSTAMP
697
SUBDIRS
="$1/lib $1/lib.target"
699
SUBDIRS
="Release/lib Debug/lib Release/lib.target Debug/lib.target"
701
LIST=$TMPDIR/scan-
subdirs
-$$.txt
703
for SUBDIR in $
SUBDIRS
; do
Completed in 2017 milliseconds
1
2
3