OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMPORT_LIB
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/config/
mh-cygwin
91
IMPORT_LIB
= $(subst cyg,lib,$(FINAL_SO_TARGET)).$(A)#M#
93
FINAL_IMPORT_LIB = $(
IMPORT_LIB
)#M#
mh-os390
126
IMPORT_LIB
= $(basename $(notdir $(SO_TARGET)))$(IMPORT_LIB_EXT)#M#
mh-cygwin-msvc
200
IMPORT_LIB
= $(basename $(SO_TARGET))$(IMPORT_LIB_EXT)#M#
201
MIDDLE_IMPORT_LIB = $(
IMPORT_LIB
)#M#
/external/icu4c/io/
Makefile
23
CLEANFILES = *~ $(DEPS) $(
IMPORT_LIB
) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
112
ifneq ($(
IMPORT_LIB
),$(FINAL_IMPORT_LIB))
113
cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(
IMPORT_LIB
)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(
IMPORT_LIB
))
/external/icu4c/layout/
Makefile
22
CLEANFILES = *~ $(DEPS) $(
IMPORT_LIB
) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
182
ifneq ($(
IMPORT_LIB
),$(FINAL_IMPORT_LIB))
183
cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(
IMPORT_LIB
)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(
IMPORT_LIB
))
/external/icu4c/layoutex/
Makefile
22
CLEANFILES = *~ $(DEPS) $(
IMPORT_LIB
) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
113
ifneq ($(
IMPORT_LIB
),$(FINAL_IMPORT_LIB))
114
cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(
IMPORT_LIB
)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(
IMPORT_LIB
))
Completed in 1663 milliseconds