1# Copyright (C) 2016 and later: Unicode, Inc. and others. 2# License & terms of use: http://www.unicode.org/copyright.html 3#****************************************************************************** 4# 5# Copyright (C) 1999-2016, International Business Machines 6# Corporation and others. All Rights Reserved. 7# 8#****************************************************************************** 9## Makefile.in for ICU - icuuc.so 10## Stephen F. Booth 11 12## Source directory information 13srcdir = @srcdir@ 14top_srcdir = @top_srcdir@ 15 16top_builddir = .. 17 18## All the flags and other definitions are included here. 19include $(top_builddir)/icudefs.mk 20 21## Build directory information 22subdir = common 23 24# for service hook 25LOCALSVC_CPP=localsvc.cpp 26SVC_HOOK_INC=$(top_builddir)/common/svchook.mk 27 28## Extra files to remove for 'make clean' 29CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB) $(SVC_HOOK_INC) 30 31## Target information 32 33TARGET_STUBNAME=$(COMMON_STUBNAME) 34 35ifneq ($(ENABLE_STATIC),) 36TARGET = $(LIBDIR)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A) 37endif 38 39ifneq ($(ENABLE_SHARED),) 40SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO) 41ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) 42 43ifeq ($(ENABLE_SO_VERSION_DATA),1) 44SO_VERSION_DATA = common.res 45endif 46 47ifeq ($(OS390BATCH),1) 48BATCH_TARGET = $(BATCH_COMMON_TARGET) 49BATCH_LIBS = $(BATCH_LIBICUDT) -lm 50endif # OS390BATCH 51 52endif # ENABLE_SHARED 53 54ALL_TARGETS = $(TARGET) $(ALL_SO_TARGETS) $(BATCH_TARGET) 55 56DYNAMICCPPFLAGS = $(SHAREDLIBCPPFLAGS) 57DYNAMICCFLAGS = $(SHAREDLIBCFLAGS) 58DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS) 59CFLAGS += $(LIBCFLAGS) 60CXXFLAGS += $(LIBCXXFLAGS) 61ifeq ($(OS390BATCH),1) 62CFLAGS += -WI 63CXXFLAGS += -WI 64endif 65 66CPPFLAGS += -I$(srcdir) $(LIBCPPFLAGS) $(CPPFLAGSICUUC) 67# we want DEFS here 68DEFS += -DU_COMMON_IMPLEMENTATION 69LDFLAGS += $(LDFLAGSICUUC) 70 71# for plugin configuration 72CPPFLAGS += "-DDEFAULT_ICU_PLUGINS=\"$(libdir)/icu\" " 73 74# for icu data location 75ifeq ($(PKGDATA_MODE),common) 76CPPFLAGS += "-DU_ICU_DATA_DEFAULT_DIR=\"$(ICUDATA_DIR)\"" 77endif 78 79# $(LIBICUDT) is either stub data or the real DLL common data. 80LIBS = $(LIBICUDT) $(DEFAULT_LIBS) 81 82OBJECTS = errorcode.o putil.o umath.o utypes.o uinvchar.o umutex.o ucln_cmn.o \ 83uinit.o uobject.o cmemory.o charstr.o cstr.o \ 84udata.o ucmndata.o udatamem.o umapfile.o udataswp.o ucol_swp.o utrace.o \ 85uhash.o uhash_us.o uenum.o ustrenum.o uvector.o ustack.o uvectr32.o uvectr64.o \ 86ucnv.o ucnv_bld.o ucnv_cnv.o ucnv_io.o ucnv_cb.o ucnv_err.o ucnvlat1.o \ 87ucnv_u7.o ucnv_u8.o ucnv_u16.o ucnv_u32.o ucnvscsu.o ucnvbocu.o \ 88ucnv_ext.o ucnvmbcs.o ucnv2022.o ucnvhz.o ucnv_lmb.o ucnvisci.o ucnvdisp.o ucnv_set.o ucnv_ct.o \ 89resource.o uresbund.o ures_cnv.o uresdata.o resbund.o resbund_cnv.o \ 90ucurr.o \ 91messagepattern.o ucat.o locmap.o uloc.o locid.o locutil.o locavailable.o locdispnames.o locdspnm.o loclikely.o locresdata.o \ 92bytestream.o stringpiece.o bytesinkutil.o \ 93stringtriebuilder.o bytestriebuilder.o \ 94bytestrie.o bytestrieiterator.o \ 95ucharstrie.o ucharstriebuilder.o ucharstrieiterator.o \ 96dictionarydata.o \ 97edits.o \ 98appendable.o ustr_cnv.o unistr_cnv.o unistr.o unistr_case.o unistr_props.o \ 99utf_impl.o ustring.o ustrcase.o ucasemap.o ucasemap_titlecase_brkiter.o cstring.o ustrfmt.o ustrtrns.o ustr_wcs.o utext.o \ 100unistr_case_locale.o ustrcase_locale.o unistr_titlecase_brkiter.o ustr_titlecase_brkiter.o \ 101normalizer2impl.o normalizer2.o filterednormalizer2.o normlzr.o unorm.o unormcmp.o loadednormalizer2impl.o \ 102chariter.o schriter.o uchriter.o uiter.o \ 103patternprops.o uchar.o uprops.o ucase.o propname.o ubidi_props.o ubidi.o ubidiwrt.o ubidiln.o ushape.o \ 104uscript.o uscript_props.o usc_impl.o unames.o \ 105utrie.o utrie2.o utrie2_builder.o bmpset.o unisetspan.o uset_props.o uniset_props.o uniset_closure.o uset.o uniset.o usetiter.o ruleiter.o caniter.o unifilt.o unifunct.o \ 106uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o filteredbrk.o \ 107rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.o rbbi_cache.o \ 108serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o \ 109uidna.o usprep.o uts46.o punycode.o \ 110util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o dtintrv.o ucnvsel.o propsvec.o \ 111ulist.o uloc_tag.o icudataver.o icuplug.o listformatter.o ulistformatter.o \ 112sharedobject.o simpleformatter.o unifiedcache.o uloc_keytype.o \ 113ubiditransform.o \ 114pluralmap.o 115 116## Header files to install 117HEADERS = $(srcdir)/unicode/*.h 118 119STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O)) 120 121DEPS = $(OBJECTS:.o=.d) 122 123-include Makefile.local 124 125-include $(SVC_HOOK_INC) 126 127 128## List of phony targets 129.PHONY : all all-local install install-local clean clean-local \ 130distclean distclean-local install-library install-headers dist \ 131dist-local check check-local check-exhaustive 132 133## Clear suffix list 134.SUFFIXES : 135 136## List of standard targets 137all: all-local 138install: install-local 139clean: clean-local 140distclean : distclean-local 141dist: dist-local 142check: all check-local 143 144check-exhaustive: check 145 146all-local: $(ALL_TARGETS) 147 148install-local: install-headers install-library 149 150install-library: all-local 151 $(MKINSTALLDIRS) $(DESTDIR)$(libdir) 152ifneq ($(ENABLE_STATIC),) 153 $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir) 154endif 155ifneq ($(ENABLE_SHARED),) 156 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) 157ifneq ($(FINAL_SO_TARGET),$(SO_TARGET)) 158 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET)) 159ifneq ($(FINAL_SO_TARGET),$(MIDDLE_SO_TARGET)) 160 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET)) 161endif 162endif 163ifneq ($(IMPORT_LIB_EXT),) 164 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir) 165ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB)) 166 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB)) 167endif 168ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB)) 169 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)) 170endif 171endif 172endif 173 174$(SVC_HOOK_INC): 175 @echo generating $@ 176 @-test -f $(top_srcdir)/common/$(LOCALSVC_CPP) && ( echo "have $(LOCALSVC_CPP) - U_LOCAL_SERVICE_HOOK=1" ; \ 177 echo 'CPPFLAGS +=-DU_LOCAL_SERVICE_HOOK=1' > $@ ; \ 178 echo 'OBJECTS += $(LOCALSVC_CPP:%.cpp=%.o)' >> $@ \ 179 ) ; true 180 @echo "# Autogenerated by Makefile" >> $@ 181 182install-headers: 183 $(MKINSTALLDIRS) $(DESTDIR)$(includedir)/unicode 184 @for file in $(HEADERS); do \ 185 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(includedir)/unicode"; \ 186 $(INSTALL_DATA) $$file $(DESTDIR)$(includedir)/unicode || exit; \ 187 done 188 189dist-local: 190 191clean-local: 192 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES) 193 $(RMV) $(OBJECTS) $(STATIC_OBJECTS) $(ALL_TARGETS) $(SO_VERSION_DATA) 194 195distclean-local: clean-local 196 $(RMV) Makefile icucfg.h $(SVC_HOOK_INC) 197 198check-local: 199 200Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(SVC_HOOK_INC) 201 cd $(top_builddir) \ 202 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 203 204ifneq ($(ENABLE_STATIC),) 205$(TARGET): $(STATIC_OBJECTS) 206 $(AR) $(ARFLAGS) $(AR_OUTOPT)$@ $^ 207 $(RANLIB) $@ 208endif 209 210ifneq ($(ENABLE_SHARED),) 211$(SHARED_OBJECT): $(OBJECTS) $(SO_VERSION_DATA) 212 $(SHLIB.cc) $(LD_SONAME) $(OUTOPT)$@ $^ $(LIBS) 213ifeq ($(ENABLE_RPATH),YES) 214ifneq ($(wildcard $(libdir)/$(MIDDLE_SO_TARGET)),) 215 $(warning RPATH warning: --enable-rpath means test programs may use existing $(libdir)/$(MIDDLE_SO_TARGET)) 216endif 217endif 218 219ifeq ($(OS390BATCH),1) 220$(BATCH_TARGET):$(OBJECTS) 221 $(SHLIB.cc) $(LD_SONAME) $(OUTOPT)$@ $^ $(BATCH_LIBS) 222endif # OS390BATCH 223endif # ENABLE_SHARED 224 225ifeq (,$(MAKECMDGOALS)) 226-include $(DEPS) 227else 228ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) 229-include $(DEPS) 230endif 231endif 232 233