OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:"$ sources"
(Results
1 - 25
of
225
) sorted by null
1
2
3
4
5
6
7
8
9
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/
filelist.mk
9
INV_SOURCES +=
$(SOURCES
)
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Makefile
33
.depend:
$(SOURCES
)
34
$(MKDEP) $(CFLAGS)
$(SOURCES
)
36
blaster:
$(SOURCES
)
37
$(CC) $(CFLAGS) -DHTTP_BLASTER -o $(OUTDIR)/epoll-blaster
$(SOURCES
) $(LIBS)
39
httpd:
$(SOURCES
)
40
$(CC) $(CFLAGS) -DDPHTTPD -o $(OUTDIR)/epoll-httpd
$(SOURCES
) $(LIBS)
42
pipetest:
$(SOURCES
)
43
$(CC) $(CFLAGS) -DPIPETESTER -o $(OUTDIR)/epoll-pipetest
$(SOURCES
) $(LIBS)
/build/kati/testcase/
filter.mk
4
echo cc $(filter %.c %.s,
$(sources
)) -o foo
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/
filelist.mk
9
INV_SOURCES +=
$(SOURCES
)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/
filelist.mk
9
INV_SOURCES +=
$(SOURCES
)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/
filelist.mk
10
INV_SOURCES +=
$(SOURCES
)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/
filelist.mk
10
INV_SOURCES +=
$(SOURCES
)
/external/autotest/client/site_tests/graphics_Gralloc/src/
Makefile
8
OBJS =
$(SOURCES
:.c=.o)
9
DEPS =
$(SOURCES
:.c=.d)
/prebuilts/ndk/r11/sources/android/support/tests/
run-host.sh
30
SOURCES="
$SOURCES
$MINITEST_SOURCES"
34
$CXX -o "$EXECUTABLE"
$SOURCES
$CXXFLAGS $LINK_LIBS $LDFLAGS
/prebuilts/ndk/r13/sources/android/support/tests/
run-host.sh
30
SOURCES="
$SOURCES
$MINITEST_SOURCES"
34
$CXX -o "$EXECUTABLE"
$SOURCES
$CXXFLAGS $LINK_LIBS $LDFLAGS
/external/mesa3d/src/gallium/state_trackers/xa/
Makefile
27
OBJECTS =
$(SOURCES
:.c=.o)
55
depend:
$(SOURCES
)
59
@ $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(XA_INCLUDES)
$(SOURCES
) \
/external/llvm/tools/lto/
CMakeLists.txt
19
add_llvm_library(LTO SHARED
${SOURCES
})
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/
filelist.mk
18
INV_SOURCES +=
$(SOURCES
)
/external/autotest/client/site_tests/graphics_Gbm/src/
Makefile
8
OBJS =
$(SOURCES
:.c=.o)
9
DEPS =
$(SOURCES
:.c=.d)
/external/swiftshader/third_party/LLVM/cmake/modules/
LLVMProcessSources.cmake
42
llvm_check_source_file_list(
${sources
} )
47
foreach( s
${sources
} )
75
set( ${OUT_VAR}
${sources
} PARENT_SCOPE )
/external/autotest/client/site_tests/graphics_GpuReset/src/
Makefile
8
OBJS =
$(SOURCES
:.c=.o)
9
DEPS =
$(SOURCES
:.c=.d)
/external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile
31
OBJECTS =
$(SOURCES
:.c=.o)
101
depend:
$(SOURCES
)
105
@ $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(XA_INCLUDES)
$(SOURCES
) \
/external/llvm/cmake/modules/
LLVMProcessSources.cmake
54
llvm_check_source_file_list(
${sources
} )
66
set( ${OUT_VAR}
${sources
} PARENT_SCOPE )
/external/compiler-rt/lib/builtins/
Makefile.mk
21
ObjNames :=
$(Sources
:%.c=%.o)
/external/compiler-rt/lib/builtins/arm/
Makefile.mk
16
ObjNames :=
$(Sources
:%.c=%.o) $(AsmSources:%.S=%.o)
/external/compiler-rt/lib/builtins/arm64/
Makefile.mk
16
ObjNames :=
$(Sources
:%.c=%.o) $(AsmSources:%.S=%.o)
/external/compiler-rt/lib/builtins/armv6m/
Makefile.mk
16
ObjNames :=
$(Sources
:%.c=%.o) $(AsmSources:%.S=%.o)
/external/compiler-rt/lib/builtins/i386/
Makefile.mk
16
ObjNames :=
$(Sources
:%.c=%.o) $(AsmSources:%.S=%.o)
/external/compiler-rt/lib/builtins/ppc/
Makefile.mk
16
ObjNames :=
$(Sources
:%.c=%.o) $(AsmSources:%.S=%.o)
/external/compiler-rt/lib/builtins/x86_64/
Makefile.mk
16
ObjNames :=
$(Sources
:%.c=%.o) $(AsmSources:%.S=%.o)
Completed in 2279 milliseconds
1
2
3
4
5
6
7
8
9