• Home
  • Raw
  • Download

Lines Matching +full:- +full:o

5 #   Copyright (C) 1999-2016, International Business Machines
9 ## Makefile.in for ICU - icuuc.so
49 BATCH_LIBS = $(BATCH_LIBICUDT) -lm
62 CFLAGS += -WI
63 CXXFLAGS += -WI
66 CPPFLAGS += -I$(srcdir) $(LIBCPPFLAGS) $(CPPFLAGSICUUC)
68 DEFS += -DU_COMMON_IMPLEMENTATION
72 CPPFLAGS += "-DDEFAULT_ICU_PLUGINS=\"$(libdir)/icu\" "
76 CPPFLAGS += "-DU_ICU_DATA_DEFAULT_DIR=\"$(ICUDATA_DIR)\""
82 OBJECTS = errorcode.o putil.o umath.o utypes.o uinvchar.o umutex.o ucln_cmn.o \
83 uinit.o uobject.o cmemory.o charstr.o cstr.o \
84 udata.o ucmndata.o udatamem.o umapfile.o udataswp.o utrie_swap.o ucol_swp.o utrace.o \
85 uhash.o uhash_us.o uenum.o ustrenum.o uvector.o ustack.o uvectr32.o uvectr64.o \
86 ucnv.o ucnv_bld.o ucnv_cnv.o ucnv_io.o ucnv_cb.o ucnv_err.o ucnvlat1.o \
87 ucnv_u7.o ucnv_u8.o ucnv_u16.o ucnv_u32.o ucnvscsu.o ucnvbocu.o \
88 ucnv_ext.o ucnvmbcs.o ucnv2022.o ucnvhz.o ucnv_lmb.o ucnvisci.o ucnvdisp.o ucnv_set.o ucnv_ct.o \
89 resource.o uresbund.o ures_cnv.o uresdata.o resbund.o resbund_cnv.o \
90 ucurr.o \
91 messagepattern.o ucat.o locmap.o uloc.o locid.o locutil.o locavailable.o locdispnames.o locdspnm.o
92 bytestream.o stringpiece.o bytesinkutil.o \
93 stringtriebuilder.o bytestriebuilder.o \
94 bytestrie.o bytestrieiterator.o \
95 ucharstrie.o ucharstriebuilder.o ucharstrieiterator.o \
96 dictionarydata.o \
97 edits.o \
98 appendable.o ustr_cnv.o unistr_cnv.o unistr.o unistr_case.o unistr_props.o \
99 utf_impl.o ustring.o ustrcase.o ucasemap.o ucasemap_titlecase_brkiter.o cstring.o ustrfmt.o ustrtrn…
100 unistr_case_locale.o ustrcase_locale.o unistr_titlecase_brkiter.o ustr_titlecase_brkiter.o \
101 normalizer2impl.o normalizer2.o filterednormalizer2.o normlzr.o unorm.o unormcmp.o loadednormalizer…
102 chariter.o schriter.o uchriter.o uiter.o \
103 patternprops.o uchar.o uprops.o ucase.o propname.o ubidi_props.o characterproperties.o \
104 ubidi.o ubidiwrt.o ubidiln.o ushape.o \
105 uscript.o uscript_props.o usc_impl.o unames.o \
106 utrie.o utrie2.o utrie2_builder.o ucptrie.o umutablecptrie.o \
107 bmpset.o unisetspan.o uset_props.o uniset_props.o uniset_closure.o uset.o uniset.o usetiter.o rulei…
108 uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o filteredbrk.o \
109 rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.o rbbi_cache.o \
110 serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o \
111 uidna.o usprep.o uts46.o punycode.o \
112 util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o dtintrv.o ucnvsel.o propsvec.o \
113 ulist.o uloc_tag.o icudataver.o icuplug.o \
114 sharedobject.o simpleformatter.o unifiedcache.o uloc_keytype.o \
115 ubiditransform.o \
116 pluralmap.o \
117 static_unicode_sets.o
122 STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))
124 DEPS = $(OBJECTS:.o=.d)
126 -include Makefile.local
128 -include $(SVC_HOOK_INC)
132 .PHONY : all all-local install install-local clean clean-local \
133 distclean distclean-local install-library install-headers dist \
134 dist-local check check-local check-exhaustive
140 all: all-local
141 install: install-local
142 clean: clean-local
143 distclean : distclean-local
144 dist: dist-local
145 check: all check-local
147 check-exhaustive: check
149 all-local: $(ALL_TARGETS)
151 install-local: install-headers install-library
153 install-library: all-local
156 $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)
159 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)
161 …cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(not…
163 …cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)…
167 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir)
169 …cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(n…
172 …cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LI…
179 …@-test -f $(top_srcdir)/common/$(LOCALSVC_CPP) && ( echo "have $(LOCALSVC_CPP) - U_LOCAL_SERVICE_H…
180 echo 'CPPFLAGS +=-DU_LOCAL_SERVICE_HOOK=1' > $@ ; \
181 echo 'OBJECTS += $(LOCALSVC_CPP:%.cpp=%.o)' >> $@ \
185 install-headers:
192 dist-local:
194 clean-local:
195 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
198 distclean-local: clean-local
201 check-local:
218 …$(warning RPATH warning: --enable-rpath means test programs may use existing $(libdir)/$(MIDDLE_SO…
229 -include $(DEPS)
232 -include $(DEPS)