OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIDDLE_SO_TARGET
(Results
1 - 25
of
32
) sorted by null
1
2
/external/icu4c/config/
mh-qnx
36
LD_SONAME = -Wl,-soname -Wl,$(notdir $(
MIDDLE_SO_TARGET
))
73
MIDDLE_SO_TARGET
= $(SO_TARGET).$(SO_TARGET_VERSION_MAJOR)
74
FINAL_SO_TARGET = $(
MIDDLE_SO_TARGET
)
mh-os390
123
MIDDLE_SO_TARGET
= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
127
MIDDLE_IMPORT_LIB = $(basename $(notdir $(
MIDDLE_SO_TARGET
)))$(IMPORT_LIB_EXT)#M#
pkgdataMakefile.in
16
MIDDLE_SO_TARGET
=
mh-alpha-linux-cc
37
LD_SONAME = -Wl,-soname -Wl,$(notdir $(
MIDDLE_SO_TARGET
))
mh-alpha-osf
37
LD_SONAME = -Wl,-soname -Wl,$(notdir $(
MIDDLE_SO_TARGET
))
mh-bsd-gcc
24
LD_SONAME = -Wl,-soname -Wl,$(notdir $(
MIDDLE_SO_TARGET
))
mh-linux
28
LD_SONAME = -Wl,-soname -Wl,$(notdir $(
MIDDLE_SO_TARGET
))
29
#SH# # We can't depend on
MIDDLE_SO_TARGET
being set.
mh-solaris-gcc
26
LD_SONAME = -h $(notdir $(
MIDDLE_SO_TARGET
))
mh-darwin
28
LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(
MIDDLE_SO_TARGET
))
46
MIDDLE_SO_TARGET
= $(basename $(SO_TARGET)).$(SO_TARGET_VERSION_MAJOR).$(SO)
mh-alpha-linux-gcc
28
LD_SONAME = -Wl,-soname -Wl,$(notdir $(
MIDDLE_SO_TARGET
))
mh-beos
55
LD_SONAME = -Wl,-soname -Wl,$(notdir $(
MIDDLE_SO_TARGET
))
mh-hpux-acc
63
LD_SONAME = -Wl,+h,$(notdir $(
MIDDLE_SO_TARGET
))
mh-hpux-gcc
36
LD_SONAME = -Wl,+h,$(notdir $(
MIDDLE_SO_TARGET
))
mh-irix
35
LD_SONAME = -Wl,-soname -Wl,$(notdir $(
MIDDLE_SO_TARGET
))
mh-linux-va
32
LD_SONAME = -Wl,-soname -Wl,$(notdir $(
MIDDLE_SO_TARGET
))
33
#SH# # We can't depend on
MIDDLE_SO_TARGET
being set.
mh-mingw
108
MIDDLE_SO_TARGET
=$(FINAL_SO_TARGET)
mh-mpras
30
LD_SONAME = -h $(notdir $(
MIDDLE_SO_TARGET
))
mh-solaris
35
LD_SONAME = -h $(notdir $(
MIDDLE_SO_TARGET
))
mh-aix-gcc
48
MIDDLE_SO_TARGET
= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
/external/icu4c/data/
pkgdataMakefile.in
16
MIDDLE_SO_TARGET
=
/external/icu4c/extra/uconv/
pkgdataMakefile.in
15
MIDDLE_SO_TARGET
=
/external/icu4c/test/testdata/
pkgdataMakefile.in
15
MIDDLE_SO_TARGET
=
/external/icu4c/io/
Makefile
35
ALL_SO_TARGETS = $(SO_TARGET) $(
MIDDLE_SO_TARGET
) $(FINAL_SO_TARGET) $(SHARED_OBJECT)
106
ifneq ($(FINAL_SO_TARGET),$(
MIDDLE_SO_TARGET
))
107
cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(
MIDDLE_SO_TARGET
)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(
MIDDLE_SO_TARGET
))
/external/icu4c/layout/
Makefile
34
ALL_SO_MODULES = $(SO_TARGET) $(
MIDDLE_SO_TARGET
) $(FINAL_SO_TARGET) $(SHARED_OBJECT)
176
ifneq ($(FINAL_SO_TARGET),$(
MIDDLE_SO_TARGET
))
177
cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(
MIDDLE_SO_TARGET
)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(
MIDDLE_SO_TARGET
))
/external/icu4c/layoutex/
Makefile
34
ALL_SO_TARGETS = $(SO_TARGET) $(
MIDDLE_SO_TARGET
) $(FINAL_SO_TARGET) $(SHARED_OBJECT)
107
ifneq ($(FINAL_SO_TARGET),$(
MIDDLE_SO_TARGET
))
108
cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(
MIDDLE_SO_TARGET
)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(
MIDDLE_SO_TARGET
))
Completed in 17 milliseconds
1
2