OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LIBS
(Results
1 - 25
of
99
) sorted by null
1
2
3
4
/external/mdnsresponder/Clients/
Makefile
30
LIBS
=
33
LIBS
= -L../mDNSPosix/build/prod/ -ldns_sd
45
cc $(filter %.c %.o, $+) $(
LIBS
) -I../mDNSShared -Wall -o $@
48
cc $(filter %.c %.o, $+) $(
LIBS
) -I../mDNSShared -Wall -o $@ -m64
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Makefile
4
LIBS
= -lXvMCW -lXvMC -lXv -lX11
13
$(CC) $(LDFLAGS) -o $@ $^ $(
LIBS
)
16
$(CC) $(LDFLAGS) -o $@ $^ $(
LIBS
)
19
$(CC) $(LDFLAGS) -o $@ $^ $(
LIBS
)
22
$(CC) $(LDFLAGS) -o $@ $^ $(
LIBS
)
25
$(CC) $(LDFLAGS) -o $@ $^ $(
LIBS
)
28
$(CC) $(LDFLAGS) -o $@ $^ $(
LIBS
)
/external/syslinux/com32/samples/
Makefile
17
LIBS
= $(objdir)/com32/libutil/libutil.c32
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
GNUmakefile
18
LIBS
= -lCommon
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
GNUmakefile
18
LIBS
= -lCommon
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenCrc32/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib RpcRT4.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
Makefile
18
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
Makefile
17
LIBS
= $(LIB_PATH)\Common.lib
/external/autotest/client/tests/cyclictest/src/
Makefile
4
LIBS
= -lpthread -lrt
7
$(CROSS_COMPILE)gcc $(FLAGS) $^ -o $(TARGET) $(
LIBS
)
/external/autotest/client/tests/signaltest/
Makefile
5
LIBS
= -lpthread -lrt
8
$(CC) $(FLAGS) $^ -o $(TARGET) $(
LIBS
)
/external/autotest/client/tests/signaltest/src/
Makefile
4
LIBS
= -lpthread -lrt
7
$(CC) $(FLAGS) $^ -o $(TARGET) $(
LIBS
)
/external/syslinux/com32/rosh/
Makefile
19
LIBS
= $(objdir)/com32/libutil/libutil.c32 \
Completed in 310 milliseconds
1
2
3
4