OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Libs
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/
llvm-native-gcc
47
push (@
Libs
, $ARGV[$i]);
127
my $
Libs
= join (" ", @
Libs
);
128
run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $
Libs
";
llvm-native-gxx
47
push (@
Libs
, $ARGV[$i]);
127
my $
Libs
= join (" ", @
Libs
);
128
run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $
Libs
";
/external/expat/amiga/
Makefile
17
sharedlibdir = SDK:Local/
Libs
24
DESTDIR =
libs
48
-makedir force lib
libs
63
-delete
libs
/#?.o quiet
66
copy
libs
/xmlwf $(tooldir) quiet
69
copy
libs
/expat.library $(sharedlibdir) quiet
78
LIBS
=
87
LIBS
+= $(STATICLIB)
138
$(LINK) $^ $(
LIBS
)
155
$(LINK) $^ $(
LIBS
)
[
all
...]
/device/samsung/crespo/
device_base.mk
157
#
Libs
Completed in 3628 milliseconds