OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJECTS
(Results
26 - 50
of
236
) sorted by null
1
2
3
4
5
6
7
8
9
10
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
Makefile
19
OBJECTS
= GenFfs.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
GNUmakefile
20
OBJECTS
= GenPage.o
Makefile
19
OBJECTS
= GenPage.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
Makefile
19
OBJECTS
= GenSec.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GNUmakefile
20
OBJECTS
= GenVtf.o
Makefile
19
OBJECTS
= GenVtf.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GNUmakefile
20
OBJECTS
= GnuGenBootSector.o
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/
Makefile
19
OBJECTS
= GenSec.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
Makefile
20
OBJECTS
= PyUtility.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
GNUmakefile
18
OBJECTS
= Split.o
Makefile
19
OBJECTS
= Split.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
GNUmakefile
20
OBJECTS
= TianoCompress.o
Makefile
19
OBJECTS
= TianoCompress.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
GNUmakefile
18
OBJECTS
= VolInfo.o
Makefile
19
OBJECTS
= VolInfo.obj
/external/icu/icu4c/source/samples/datecal/
Makefile
18
OBJECTS
=cal.o ccal.o
/external/icu/icu4c/source/samples/numfmt/
Makefile
18
OBJECTS
=main.o util.o capi.o
/external/icu/icu4c/source/samples/translit/
Makefile
18
OBJECTS
=main.o unaccent.o util.o
/external/icu/icu4c/source/samples/ucnv/
Makefile
17
OBJECTS
=convsamp.o flagcb.o
/external/icu/icu4c/source/samples/ugrep/
Makefile
18
OBJECTS
=ugrep.o
/external/selinux/libsemanage/tests/
Makefile
16
OBJECTS
= $(SOURCES:.c=.o)
20
$(EXECUTABLE): $(
OBJECTS
) ../src/libsemanage.a
21
$(CC) $(
OBJECTS
) $(LIBS) $(LDFLAGS) -o $@
27
rm -rf $(
OBJECTS
) $(EXECUTABLE)
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
footer.makefile
14
DEPFILES = $(
OBJECTS
:%.o=%.d)
23
$(LIBRARY): $(
OBJECTS
)
34
@rm -f $(
OBJECTS
) $(LIBRARY) $(DEPFILES)
ms.lib
18
$(LIBRARY) : $(
OBJECTS
)
24
del /f /q $(
OBJECTS
) *.pdb > nul
28
del /f /q $(
OBJECTS
) $(LIBRARY) *.pdb > nul
/external/mesa3d/bin/
mklib
84
OBJECTS
=$@
90
ar ${OPTS} ${LIBNAME} ${
OBJECTS
}
103
echo 'Usage: mklib [options]
objects
'
250
OBJECTS
=$@
261
for OBJ in $
OBJECTS
; do
271
OBJECTS
=$NEWOBJECTS
282
if [ "x${
OBJECTS
}" = "x" ] ; then
322
# Check if
objects
are 32-bit and we're running in 64-bit
353
add_abi_flag_to_opts ${
OBJECTS
}
361
${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME} ${
OBJECTS
} ${DEPS
[
all
...]
/external/mesa3d/src/gallium/tests/trivial/
Makefile
24
OBJECTS
= $(SOURCES:.c=.o)
26
PROGS = $(
OBJECTS
:.o=)
50
$(
OBJECTS
): %.o: %.c
Completed in 514 milliseconds
1
2
3
4
5
6
7
8
9
10