OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libdir
(Results
151 - 175
of
940
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/src/mesa/drivers/common/
descrip.mms
21
LIBDIR
= [----.lib]
35
$(
LIBDIR
)$(GL_LIB) : $(OBJECTS)
36
@ library $(
LIBDIR
)$(GL_LIB) $(OBJECTS)
/external/mesa3d/src/mesa/drivers/osmesa/
descrip.mms
25
LIBDIR
= [----.lib]
38
$(
LIBDIR
)$(GL_LIB) : $(OBJECTS)
39
@ library $(
LIBDIR
)$(GL_LIB) $(OBJECTS)
/external/mesa3d/src/mesa/math/
descrip.mms
18
LIBDIR
= [---.lib]
33
$(
LIBDIR
)$(GL_LIB) : $(OBJECTS)
34
@ library $(
LIBDIR
)$(GL_LIB) $(OBJECTS)
/external/mesa3d/src/mesa/swrast_setup/
descrip.mms
22
LIBDIR
= [---.lib]
34
$(
LIBDIR
)$(GL_LIB) : $(OBJECTS)
35
@ library $(
LIBDIR
)$(GL_LIB) $(OBJECTS)
/external/ppp/pppd/plugins/pppoatm/
Makefile.linux
10
LIBDIR
= $(DESTDIR)/lib/pppd/$(VERSION)
39
$(INSTALL) -d -m 755 $(
LIBDIR
)
40
$(INSTALL) -c -m 4550 $(PLUGIN) $(
LIBDIR
)
/external/libexif/
config.rpath
135
hardcode_libdir_flag_spec='-L$
libdir
'
155
hardcode_libdir_flag_spec='-L$
libdir
'
187
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$
libdir
'
234
hardcode_libdir_flag_spec='-L$
libdir
'
254
hardcode_libdir_flag_spec='${wl}-blibpath:$
libdir
:'"$aix_libpath"
257
hardcode_libdir_flag_spec='${wl}-R $
libdir
:/usr/lib:/lib'
259
hardcode_libdir_flag_spec='${wl}-blibpath:$
libdir
:'"$aix_libpath"
264
hardcode_libdir_flag_spec='-L$
libdir
'
285
hardcode_libdir_flag_spec='-L$
libdir
'
291
hardcode_libdir_flag_spec='-R$
libdir
'
[
all
...]
/ndk/sources/host-tools/make-3.81/config/
config.rpath
135
hardcode_libdir_flag_spec='-L$
libdir
'
155
hardcode_libdir_flag_spec='-L$
libdir
'
187
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$
libdir
'
234
hardcode_libdir_flag_spec='-L$
libdir
'
254
hardcode_libdir_flag_spec='${wl}-blibpath:$
libdir
:'"$aix_libpath"
257
hardcode_libdir_flag_spec='${wl}-R $
libdir
:/usr/lib:/lib'
259
hardcode_libdir_flag_spec='${wl}-blibpath:$
libdir
:'"$aix_libpath"
264
hardcode_libdir_flag_spec='-L$
libdir
'
285
hardcode_libdir_flag_spec='-L$
libdir
'
291
hardcode_libdir_flag_spec='-R$
libdir
'
[
all
...]
/external/ppp/pppd/plugins/radius/
Makefile.linux
8
LIBDIR
= $(DESTDIR)/lib/pppd/$(VERSION)
38
$(INSTALL) -d -m 755 $(
LIBDIR
)
39
$(INSTALL) -s -c -m 755 radius.so $(
LIBDIR
)
40
$(INSTALL) -s -c -m 755 radattr.so $(
LIBDIR
)
41
$(INSTALL) -s -c -m 755 radrealms.so $(
LIBDIR
)
/external/e2fsprogs/lib/
Makefile.elf-lib
37
$(E) " MKINSTALLDIRS $(ELF_INSTALL_DIR) $(
libdir
)"
39
$(DESTDIR)$(
libdir
)
48
$(E) " SYMLINK $(
libdir
)/$(ELF_IMAGE).so"
49
$(Q) if test "$(ELF_INSTALL_DIR)" = "$(
libdir
)"; then \
50
$(LN_S) -f $(ELF_SONAME) $(DESTDIR)$(
libdir
)/$(ELF_IMAGE).so ; \
53
$(DESTDIR)$(
libdir
)/$(ELF_IMAGE).so; \
71
$(DESTDIR)$(
libdir
)/$(ELF_IMAGE).so
/external/libffi/testsuite/
run-all-tests
83
libDir
=`dirname ${libFile}`
84
libDir
=`cd "$
libDir
"; pwd`
85
libFile="${
libDir
}/${libName}.a"
95
echo "$
libDir
"
96
ls "$
libDir
"
104
# -L"$
libDir
" -l"$libName"
/external/e2fsprogs/config/
config.rpath
117
hardcode_libdir_flag_spec='-L$
libdir
'
137
hardcode_libdir_flag_spec='-L$
libdir
'
160
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$
libdir
'
207
hardcode_libdir_flag_spec='-L$
libdir
'
213
hardcode_libdir_flag_spec='${wl}-blibpath:$
libdir
:/usr/lib:/lib'
216
hardcode_libdir_flag_spec='${wl}-R $
libdir
:/usr/lib:/lib'
218
hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$
libdir
:/usr/lib:/lib'
223
hardcode_libdir_flag_spec='-L$
libdir
'
243
hardcode_libdir_flag_spec='-R$
libdir
'
251
hardcode_libdir_flag_spec='-R$
libdir
'
[
all
...]
/external/chromium_org/third_party/icu/source/io/
Makefile.in
30
TARGET = $(
LIBDIR
)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
34
SO_TARGET = $(
LIBDIR
)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
98
$(MKINSTALLDIRS) $(DESTDIR)$(
libdir
)
100
$(INSTALL-L) $(TARGET) $(DESTDIR)$(
libdir
)
103
$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(
libdir
)
105
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
107
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
111
$(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(
libdir
)
113
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
116
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_ (…)
[
all
...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
Makefile.in
30
TARGET = $(
LIBDIR
)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
34
SO_TARGET = $(
LIBDIR
)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
87
$(MKINSTALLDIRS) $(DESTDIR)$(
libdir
)
89
$(INSTALL-L) $(TARGET) $(DESTDIR)$(
libdir
)
92
$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(
libdir
)
94
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
96
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
100
$(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(
libdir
)
102
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
105
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_ (…)
[
all
...]
/external/icu4c/stubdata/
Makefile.in
83
$(MKINSTALLDIRS) $(DESTDIR)$(
libdir
)
85
$(INSTALL-L) $(TARGET) $(DESTDIR)$(
libdir
)
88
$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(
libdir
)
90
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
92
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
96
$(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(
libdir
)
98
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
101
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB))
131
ifneq ($(wildcard $(
libdir
)/$(MIDDLE_SO_TARGET)),)
132
$(warning RPATH warning: --enable-rpath means test programs may use existing $(
libdir
)/$(MIDDLE_SO_TARGET)
[
all
...]
/external/icu4c/tools/ctestfw/
Makefile.in
79
$(MKINSTALLDIRS) $(DESTDIR)$(
libdir
)
81
$(INSTALL-L) $(TARGET) $(DESTDIR)$(
libdir
)
84
$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(
libdir
)
86
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
88
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
92
$(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(
libdir
)
94
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
97
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB))
127
ifneq ($(wildcard $(
libdir
)/$(MIDDLE_SO_TARGET)),)
128
$(warning RPATH warning: --enable-rpath means test programs may use existing $(
libdir
)/$(MIDDLE_SO_TARGET)
[
all
...]
/external/smali/scripts/
baksmali
39
libdir
="$progdir"
41
if [ ! -r "$
libdir
/$jarfile" ]; then
43
libdir
=`dirname "$progdir"`/framework
46
if [ ! -r "$
libdir
/$jarfile" ]; then
80
jarpath=`cygpath -w "$
libdir
/$jarfile"`
82
jarpath="$
libdir
/$jarfile"
smali
39
libdir
="$progdir"
41
if [ ! -r "$
libdir
/$jarfile" ]; then
43
libdir
=`dirname "$progdir"`/framework
46
if [ ! -r "$
libdir
/$jarfile" ]; then
80
jarpath=`cygpath -w "$
libdir
/$jarfile"`
82
jarpath="$
libdir
/$jarfile"
/packages/apps/Launcher3/util/etc/
launcher_protoutil
38
libdir
="$progdir"
40
if [ ! -r "$
libdir
/$jarfile" ]; then
42
libdir
=`dirname "$progdir"`/framework
45
if [ ! -r "$
libdir
/$jarfile" ]; then
78
jarpath=`cygpath -w "$
libdir
/$jarfile"`
80
jarpath="$
libdir
/$jarfile"
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
descrip.mms
25
LIBDIR
= [----.lib]
40
$(
LIBDIR
)$(GL_LIB) : $(OBJECTS)
41
@ library $(
LIBDIR
)$(GL_LIB) $(OBJECTS)
/external/e2fsprogs/lib/et/
Makefile.in
26
LIBDIR
= et
84
$(E) " MKINSTALLDIRS $(
libdir
) $(includedir)/et $(datadir)/et $(bindir) $(man1dir) $(man3dir)"
85
$(Q) $(MKINSTALLDIRS) $(DESTDIR)$(
libdir
) \
88
$(DESTDIR)$(man3dir) $(DESTDIR)$(
libdir
)/pkgconfig
91
$(E) " INSTALL_DATA $(
libdir
)/libcom_err.a"
92
$(Q) $(INSTALL_DATA) libcom_err.a $(DESTDIR)$(
libdir
)/libcom_err.a
93
-$(Q) $(RANLIB) $(DESTDIR)$(
libdir
)/libcom_err.a
94
$(Q) $(CHMOD) $(LIBMODE) $(DESTDIR)$(
libdir
)/libcom_err.a
110
$(E) " INSTALL_DATA $(
libdir
)/pkgconfig/com_err.pc"
111
$(Q) $(INSTALL_DATA) com_err.pc $(DESTDIR)$(
libdir
)/pkgconfig/com_err.p
[
all
...]
/external/icu4c/i18n/
Makefile.in
30
TARGET = $(
LIBDIR
)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
34
SO_TARGET = $(
LIBDIR
)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
123
$(MKINSTALLDIRS) $(DESTDIR)$(
libdir
)
125
$(INSTALL-L) $(TARGET) $(DESTDIR)$(
libdir
)
128
$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(
libdir
)
130
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
132
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
136
$(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(
libdir
)
138
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
141
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_ (…)
[
all
...]
/external/icu4c/layout/
Makefile.in
29
TARGET = $(
LIBDIR
)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
33
SO_TARGET = $(
LIBDIR
)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
181
$(MKINSTALLDIRS) $(DESTDIR)$(
libdir
)
183
$(INSTALL-L) $(TARGET) $(DESTDIR)$(
libdir
)
186
$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(
libdir
)
188
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
190
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
194
$(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(
libdir
)
196
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
199
cd $(DESTDIR)$(
libdir
) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_ (…)
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
descrip.mms
25
LIBDIR
= [----.lib]
40
$(
LIBDIR
)$(GL_LIB) : $(OBJECTS)
41
@ library $(
LIBDIR
)$(GL_LIB) $(OBJECTS)
/external/ppp/pppd/plugins/
Makefile.linux
10
LIBDIR
= $(DESTDIR)/lib/pppd/$(VERSION)
31
$(INSTALL) -d $(
LIBDIR
)
32
$(INSTALL) $? $(
LIBDIR
)
/external/qemu/distrib/sdl-1.2.15/
sdl-config.in
7
libdir
=@
libdir
@
49
@ENABLE_SHARED_TRUE@ echo -L@
libdir
@ @SDL_RLD_FLAGS@ @SDL_LIBS@
Completed in 1137 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>