OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRALIBS
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/libtomcrypt/
testbuild.sh
6
CFLAGS="$2 $CFLAGS $4"
EXTRALIBS
="$5" make -f $3 test tv_gen 1>gcc_1.txt 2>gcc_2.txt || (echo "build $1 failed see gcc_2.txt for more information" && cat gcc_2.txt && rm -f testok.txt && exit 1)
build.sh
5
CFLAGS="$2 $CFLAGS $4"
EXTRALIBS
="$5" make -j4 -f $3 test tv_gen 1>gcc_1.txt 2>gcc_2.txt || (echo "build $1 failed see gcc_2.txt for more information" && cat gcc_2.txt && exit 1)
crypt.tex
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
1505
EXTRALIBS
+= -loleaut32 -lole32 -luuid
1507
EXTRALIBS
+= $(PLATFORMSDKLIB)/WbemUuid.Lib
1509
EXTRALIBS
+= WbemUuid.Lib
1541
$(Q)$(LDO) $(LDFLAGS) -o wpa_supplicant $(OBJS) $(LIBS) $(
EXTRALIBS
)
[
all
...]
Completed in 627 milliseconds