OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SRCS
(Results
1 - 18
of
18
) sorted by null
/external/libvpx/
examples.mk
16
vpxdec.
SRCS
+= md5_utils.c md5_utils.h
17
vpxdec.
SRCS
+= vpx_ports/vpx_timer.h
18
vpxdec.
SRCS
+= vpx/vpx_integer.h
19
vpxdec.
SRCS
+= args.c args.h vpx_ports/config.h
20
vpxdec.
SRCS
+= tools_common.c tools_common.h
21
vpxdec.
SRCS
+= nestegg/halloc/halloc.h
22
vpxdec.
SRCS
+= nestegg/halloc/src/align.h
23
vpxdec.
SRCS
+= nestegg/halloc/src/halloc.c
24
vpxdec.
SRCS
+= nestegg/halloc/src/hlist.h
25
vpxdec.
SRCS
+= nestegg/halloc/src/macros.
[
all
...]
solution.mk
29
INSTALL-
SRCS
-yes += $(target).mk
libs.mk
95
INSTALL-
SRCS
-no += $(BUILD_PFX)vpx_config.c
129
INSTALL-
SRCS
-$(CONFIG_CODEC_SRCS) += $(CODEC_SRCS)
130
INSTALL-
SRCS
-$(CONFIG_CODEC_SRCS) += $(call enabled,CODEC_EXPORTS)
/external/dhcpcd/
config.mk
11
SRCS
+= if-linux.c if-linux-wireless.c lpf.c
12
SRCS
+= platform-linux.c
Makefile
4
SRCS
= arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c eloop.c
5
SRCS
+= if-options.c if-pref.c ipv4ll.c net.c signals.c
6
SRCS
+= configure.c
13
OBJS+= ${
SRCS
:.c=.o} ${COMPAT_SRCS:.c=.o}
68
.depend: ${
SRCS
} ${COMPAT_SRCS}
69
${CC} ${CPPFLAGS} -MM ${
SRCS
} ${COMPAT_SRCS} > .depend
111
cp ${
SRCS
} dhcpcd.conf *.in /tmp/${DISTPREFIX}
112
cp $$(${CC} ${CPPFLAGS} -MM ${
SRCS
} | \
/external/libvpx/build/make/
Makefile
324
ifneq ($(call enabled,DIST-
SRCS
),)
325
DIST-
SRCS
-yes += configure
326
DIST-
SRCS
-yes += build/make/configure.sh
327
DIST-
SRCS
-yes += build/make/gen_asm_deps.sh
328
DIST-
SRCS
-yes += build/make/Makefile
329
DIST-
SRCS
-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh
330
DIST-
SRCS
-$(CONFIG_MSVS) += build/make/gen_msvs_proj.sh
331
DIST-
SRCS
-$(CONFIG_MSVS) += build/make/gen_msvs_sln.sh
332
DIST-
SRCS
-$(CONFIG_MSVS) += build/x86-msvs/yasm.rules
333
DIST-
SRCS
-$(CONFIG_RVCT) += build/make/armlink_adapter.s
[
all
...]
/external/dhcpcd/mk/
prog.mk
8
OBJS+= ${
SRCS
:.c=.o}
41
small: ${
SRCS
}
43
for src in ${
SRCS
}; do echo "#include \"$$src\"" >> _${PROG}.c; done
67
lint: ${
SRCS
:.c=.c}
/external/e2fsprogs/util/
Makefile.in
12
SRCS
= $(srcdir)/subst.c
/external/e2fsprogs/lib/et/
Makefile.in
19
SRCS
= $(srcdir)/error_message.c $(srcdir)/et_name.c $(srcdir)/init_et.c \
80
TAGS: $(
SRCS
)
81
$(TAGS) $(
SRCS
)
/external/e2fsprogs/lib/ss/
Makefile.in
58
SRCS
= $(srcdir)/invocation.c $(srcdir)/help.c \
72
CODE= $(
SRCS
) $(MKCMDSFILES)
88
CFILES= $(
SRCS
) $(MKCMDSCSRCS) test_ss.c
92
FILES= $(
SRCS
) $(MKCMDSFILES) $(HFILES) \
/external/e2fsprogs/tests/progs/
Makefile.in
22
SRCS
= $(srcdir)/test_rel.c
/ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good
170
SRCS
= md5.c md5glue.c md5crypto.c
mac-mf.inp
170
SRCS
= $(srcdir)/md5.c $(srcdir)/md5glue.c $(srcdir)/md5crypto.c
/external/mksh/src/
Build.sh
275
test $fr = "$i" && case " $
SRCS
" in
277
*)
SRCS
="$
SRCS
$2" ;;
376
SRCS
="lalloc.c edit.c eval.c exec.c expr.c funcs.c histrap.c"
377
SRCS
="$
SRCS
jobs.c lex.c main.c misc.c shf.c syn.c tree.c var.c"
[
all
...]
/external/e2fsprogs/resize/
Makefile.in
23
SRCS
= $(srcdir)/extent.c \
/external/e2fsprogs/debugfs/
Makefile.in
22
SRCS
= debug_cmds.c $(srcdir)/debugfs.c $(srcdir)/util.c $(srcdir)/ls.c \
/external/e2fsprogs/e2fsck/
Makefile.in
79
SRCS
= $(srcdir)/e2fsck.c \
/external/e2fsprogs/misc/
Makefile.in
75
SRCS
= $(srcdir)/tune2fs.c $(srcdir)/mklost+found.c $(srcdir)/mke2fs.c \
Completed in 7676 milliseconds