blob: be9435ba95ffb607f36fd286f893456468c9d9e8 [file] [log] [blame]
Fredrik Roubert64339d32016-10-21 19:43:16 +02001# Copyright (C) 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -07003#******************************************************************************
4#
Fredrik Roubert8de051c2016-03-10 13:13:27 +01005# Copyright (C) 1998-2016, International Business Machines
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -07006# Corporation and others. All Rights Reserved.
7#
8#******************************************************************************
9## Top-level Makefile.in for ICU
10## Stephen F. Booth
11
12srcdir = @srcdir@
13top_srcdir = @top_srcdir@
14
15top_builddir = .
16
17include $(top_builddir)/icudefs.mk
18
19docdir = $(datadir)/doc
20docsubdir = $(PACKAGE)$(ICULIBDASHSUFFIX)/html
claireho50294ea2010-05-03 15:44:48 -070021docfilesdir = doc/html
Craig Cornelius54dcd9b2013-02-15 14:03:14 -080022docfiles = $(docfilesdir)/*.png $(docfilesdir)/*.html $(docfilesdir)/*.css $(docfilesdir)/*.tag
claireho50294ea2010-05-03 15:44:48 -070023docsrchdir = $(docfilesdir)/search
24docsrchfiles = $(docsrchdir)/*
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070025
26##
27
28## Build directory information
29subdir = .
30
31#AUTOCONF = @AUTOCONF@
32
33## Optional directory setup
ccorneliusf9878a22014-11-20 18:09:39 -080034@LAYOUTEX_TRUE@LAYOUTEX = layoutex
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070035@ICUIO_TRUE@ICUIO = io
36@EXTRAS_TRUE@EXTRA = extra
Fredrik Roubertffdc27e2017-11-27 19:42:42 +010037# need tools for tests
38@TOOLS_TRUE@@TESTS_TRUE@TEST = test
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070039@SAMPLES_TRUE@SAMPLE = samples
ccornelius59d709d2014-02-20 10:29:46 -080040@TOOLS_TRUE@TOOLS = tools
Fredrik Roubertffdc27e2017-11-27 19:42:42 +010041@TOOLS_TRUE@DATASUBDIR = data
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070042
Craig Cornelius54dcd9b2013-02-15 14:03:14 -080043## pkgconfig setup. Always have uc and i18n. Others are optional.
44ALL_PKGCONFIG_SUFFIX=uc i18n
ccorneliusf9878a22014-11-20 18:09:39 -080045@LAYOUTEX_TRUE@ALL_PKGCONFIG_SUFFIX+= lx
Craig Cornelius54dcd9b2013-02-15 14:03:14 -080046@ICUIO_TRUE@ALL_PKGCONFIG_SUFFIX+= io
47
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070048DOXYGEN = @DOXYGEN@
Claire Ho85bf2e22009-11-24 14:23:02 -080049DOCZIP = icu-docs.zip
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070050
Victor Chang4578a1c2018-10-22 04:26:58 +010051INSTALL_ICU_CONFIG = @INSTALL_ICU_CONFIG@
52
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070053## Files to remove for 'make clean'
Claire Ho85bf2e22009-11-24 14:23:02 -080054CLEANFILES = *~
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070055
claireho27f65472011-06-09 11:11:49 -070056ALL_PKGCONFIG_FILES=$(ALL_PKGCONFIG_SUFFIX:%=$(top_builddir)/config/icu-%.pc)
57
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070058## Files built (autoconfed) and installed
claireho27f65472011-06-09 11:11:49 -070059INSTALLED_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_builddir)/config/icu-config @platform_make_fragment@ $(EXTRA_DATA:%=$(DESTDIR)$(pkglibdir)/%) $(ALL_PKGCONFIG_FILES)
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070060
61## Files built (autoconfed) but not installed
Craig Cornelius83933352013-06-14 14:20:29 -070062LOCAL_BUILT_FILES = icudefs.mk config/icucross.mk config/icucross.inc
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070063
64DOCDIRS = common i18n
Fredrik Roubertffdc27e2017-11-27 19:42:42 +010065SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TEST)
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070066
67SECTION = 1
68
Victor Chang4578a1c2018-10-22 04:26:58 +010069ifeq ($(INSTALL_ICU_CONFIG),true)
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070070MANX_FILES = config/icu-config.$(SECTION)
Victor Chang4578a1c2018-10-22 04:26:58 +010071endif
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070072
73ALL_MAN_FILES = $(MANX_FILES)
74
75## Extra files to install [nothing at present]
76EXTRA_DATA =
77
78## List of phony targets
79.PHONY : all all-local all-recursive install install-local install-udata install-udata-files install-udata-dlls \
80install-recursive clean clean-local clean-recursive distclean \
81distclean-local distclean-recursive doc dist dist-local dist-recursive \
82check check-local check-recursive clean-recursive-with-twist install-icu \
Craig Cornelius103e9ff2012-10-09 17:03:29 -070083doc install-doc tests icu4j-data icu4j-data-install update-windows-makefiles xcheck-local xcheck-recursive xperf xcheck xperf-recursive \
84check-exhaustive check-exhaustive-local check-exhaustive-recursive releaseDist
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070085
86## Clear suffix list
87.SUFFIXES :
88
89## List of standard targets
90all: all-local all-recursive
91install: install-recursive install-local
92clean: clean-recursive-with-twist clean-local
93distclean : distclean-recursive distclean-local
Fredrik Roubertffdc27e2017-11-27 19:42:42 +010094dist: dist-recursive
Claire Ho85bf2e22009-11-24 14:23:02 -080095check: all check-recursive
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070096check-recursive: all
claireho27f65472011-06-09 11:11:49 -070097xcheck: all xcheck-recursive
98xperf: all xperf-recursive
Craig Cornelius103e9ff2012-10-09 17:03:29 -070099check-exhaustive: all check-exhaustive-recursive
100
ccornelius59d709d2014-02-20 10:29:46 -0800101pcheck: all tests
102 @$(MAKE) -C test pcheck
103
Craig Cornelius103e9ff2012-10-09 17:03:29 -0700104check-exhaustive-local: check-local
claireho27f65472011-06-09 11:11:49 -0700105
106xcheck-recursive: all xcheck-local
107 @$(MAKE) -C test xcheck
108
109xperf-recursive: all tests
110 @$(MAKE) -C test/perf xperf
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700111
Craig Cornelius103e9ff2012-10-09 17:03:29 -0700112$(top_builddir)/config/icuinfo.xml: all
113 @$(MAKE) -C tools/icuinfo check
114
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700115ifeq ($(DOXYGEN),)
Craig Cornelius103e9ff2012-10-09 17:03:29 -0700116doc doc-searchengine:
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700117 @echo you need Doxygen to generate documentation. Doxygen can be found on the Web
118 @echo at http://www.doxygen.org/
119else
120doc: doc/html/index.html
121
Fredrik Roubert64339d32016-10-21 19:43:16 +0200122doc-searchengine: Doxyfile $(wildcard ./common/unicode/platform.h $(srcdir)/common/unicode/*.h $(srcdir)/i18n/unicode/*.h $(srcdir)/io/unicode/*.h)
Craig Cornelius103e9ff2012-10-09 17:03:29 -0700123 sed < Doxyfile -e 's%[^#]*SEARCHENGINE.*%SEARCHENGINE=YES%' | $(DOXYGEN) -
Craig Cornelius54dcd9b2013-02-15 14:03:14 -0800124 @echo adding links from non-namespaced class files
125 find doc/html -name 'classicu_1_1*' -print | sed -e 's%^\(.*class\)icu_1_1\(.*\)$$%ln & \1\2%' | sh
Craig Cornelius103e9ff2012-10-09 17:03:29 -0700126 @echo Docs created - WARNING, probably contains non-GPL .js files
127
Fredrik Roubert64339d32016-10-21 19:43:16 +0200128doc/html/index.html: Doxyfile $(wildcard ./common/unicode/platform.h $(srcdir)/common/unicode/*.h $(srcdir)/i18n/unicode/*.h $(srcdir)/io/unicode/*.h)
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700129 $(DOXYGEN)
Craig Cornelius54dcd9b2013-02-15 14:03:14 -0800130 @echo adding links from non-namespaced class files
131 find doc/html -name 'classicu_1_1*' -print | sed -e 's%^\(.*class\)icu_1_1\(.*\)$$%ln & \1\2%' | sh
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700132
133Doxyfile: $(srcdir)/Doxyfile.in
134 CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
Claire Ho85bf2e22009-11-24 14:23:02 -0800135
136$(DOCZIP): doc
137 -$(RMV) $(DOCZIP)
138 ( cd doc/html ; zip -r ../../$(DOCZIP) * )
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700139endif
140
141LOCAL_SUBDIRS = $(SUBDIRS)
ccornelius59d709d2014-02-20 10:29:46 -0800142CLEAN_FIRST_SUBDIRS = $(TOOLS)
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700143
144$(LIBDIR) $(BINDIR):
145 -$(MKINSTALLDIRS) $@
146
147## Recursive targets
Craig Cornelius103e9ff2012-10-09 17:03:29 -0700148all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive check-exhaustive-recursive: $(LIBDIR) $(BINDIR)
Fredrik Roubert0596fae2017-04-18 21:34:02 +0200149ifneq ($(NEED_ESCAPING),)
150 @echo "building tools/escapesrc (Needed for this platform with NEED_ESCAPING)"
151 @(cd tools/escapesrc && $(MAKE) RECURSIVE=YES $$local_target) || exit
152endif
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700153 @dot_seen=no; \
154 target=`echo $@ | sed s/-recursive//`; \
155 list='$(LOCAL_SUBDIRS)'; for subdir in $$list; do \
156 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
157 if test "$$subdir" = "."; then \
158 dot_seen=yes; \
159 local_target="$$target-local"; \
160 else \
161 local_target="$$target"; \
162 fi; \
163 (cd $$subdir && $(MAKE) RECURSIVE=YES $$local_target) || exit; \
164 done; \
165 if test "$$dot_seen" = "no"; then \
166 $(MAKE) "$$target-local" || exit; \
167 fi
168
169clean-recursive-with-twist:
170 $(MAKE) clean-recursive LOCAL_SUBDIRS='$(CLEAN_FIRST_SUBDIRS) $(filter-out $(CLEAN_FIRST_SUBDIRS),$(LOCAL_SUBDIRS))'
171
172all-local: $(srcdir)/configure $(LOCAL_BUILT_FILES) $(INSTALLED_BUILT_FILES)
Craig Cornelius54dcd9b2013-02-15 14:03:14 -0800173ifndef VERBOSE
174 @echo "Note: rebuild with \"$(MAKE) VERBOSE=1 $(MAKECMDGOALS)\" to show all compiler parameters."
175endif
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700176install-local: install-icu install-manx
177
ccorneliusf9878a22014-11-20 18:09:39 -0800178# always installs. Used by layoutex.
179install-pkgconfig: $(ALL_PKGCONFIG_FILES)
180 @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig
181 $(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/
182
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700183install-icu: $(INSTALLED_BUILT_FILES)
184 @$(MKINSTALLDIRS) $(DESTDIR)$(pkgdatadir)/config
185 @$(MKINSTALLDIRS) $(DESTDIR)$(pkglibdir)
186 @$(MKINSTALLDIRS) $(DESTDIR)$(bindir)
187 @$(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
188 $(INSTALL_DATA) @platform_make_fragment@ $(DESTDIR)$(pkgdatadir)/config/@platform_make_fragment_name@
189 $(INSTALL_SCRIPT) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(pkgdatadir)/mkinstalldirs
190 $(INSTALL_SCRIPT) $(top_srcdir)/install-sh $(DESTDIR)$(pkgdatadir)/install-sh
claireho27f65472011-06-09 11:11:49 -0700191 @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig
192 $(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/
Fredrik Roubert8de051c2016-03-10 13:13:27 +0100193 $(INSTALL_DATA) $(top_srcdir)/../LICENSE $(DESTDIR)$(pkgdatadir)/LICENSE
Victor Chang4578a1c2018-10-22 04:26:58 +0100194ifeq ($(INSTALL_ICU_CONFIG),true)
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700195 $(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config
Victor Chang4578a1c2018-10-22 04:26:58 +0100196endif
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700197 $(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc
Claire Ho85bf2e22009-11-24 14:23:02 -0800198 $(INSTALL_DATA) $(top_builddir)/config/pkgdata.inc $(DESTDIR)$(pkglibdir)/pkgdata.inc
Craig Cornelius103e9ff2012-10-09 17:03:29 -0700199# @echo icuinfo.xml is built after make check.
200# -$(INSTALL_DATA) $(top_builddir)/config/icuinfo.xml $(DESTDIR)$(pkglibdir)/icuinfo.xml
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700201 cd $(DESTDIR)$(pkglibdir)/..; \
Victor Chang4578a1c2018-10-22 04:26:58 +0100202 $(RMV) current && ln -s $(VERSION) current; \
Claire Ho85bf2e22009-11-24 14:23:02 -0800203 $(RM) Makefile.inc && ln -s current/Makefile.inc Makefile.inc; \
204 $(RM) pkgdata.inc && ln -s current/pkgdata.inc pkgdata.inc
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700205
206ifeq ($(DOXYGEN),)
207install-doc:
208else
209install-doc: doc
210 $(RM) -r $(DESTDIR)$(docdir)/$(docsubdir)
Craig Cornelius54dcd9b2013-02-15 14:03:14 -0800211 $(MKINSTALLDIRS) $(DESTDIR)$(docdir)/$(docsubdir)
claireho50294ea2010-05-03 15:44:48 -0700212 $(INSTALL_DATA) $(docfiles) $(DESTDIR)$(docdir)/$(docsubdir)
Craig Cornelius54dcd9b2013-02-15 14:03:14 -0800213
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700214endif
215
216$(DESTDIR)$(pkglibdir)/%: $(top_srcdir)/../data/%
217 $(INSTALL_DATA) $< $@
218
219# Build the tests, but don't run them.
220tests: all
221 $(MAKE) -C $(top_builddir)/test
222
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700223clean-local:
224 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
claireho27f65472011-06-09 11:11:49 -0700225 -$(RMV) "test-*.xml"
226 -$(RMV) "perf-*.xml"
Craig Cornelius103e9ff2012-10-09 17:03:29 -0700227 -$(RMV) $(ALL_PKGCONFIG_FILES) $(top_builddir)/config/icuinfo.xml
Claire Ho85bf2e22009-11-24 14:23:02 -0800228 $(RMV) Doxyfile doc $(DOCZIP)
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700229
230distclean-local: clean-local
claireho27f65472011-06-09 11:11:49 -0700231 $(RMV) $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_builddir)/config/icu-config $(top_builddir)/config/icu.pc $(ALL_PKGCONFIG_FILES)
Craig Cornelius83933352013-06-14 14:20:29 -0700232 $(RMV) config.cache config.log config.status $(top_builddir)/config/icucross.mk $(top_builddir)/config/icucross.inc autom4te.cache uconfig.h.prepend
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700233 $(RMV) Makefile config/Makefile icudefs.mk $(LIBDIR) $(BINDIR)
claireho27f65472011-06-09 11:11:49 -0700234 -$(RMV) dist
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700235
claireho27f65472011-06-09 11:11:49 -0700236check-local: xcheck-local
237 -$(RMV) test-local.xml
238
239xcheck-local: $(top_builddir)/config/icu-config $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc
Claire Ho85bf2e22009-11-24 14:23:02 -0800240 @echo verifying that icu-config --selfcheck can operate
241 @test "passed" = "$(shell $(top_builddir)/config/icu-config --selfcheck 2>&1)" || (echo "FAIL: icu-config could not run properly." ; exit 1)
242 @echo verifying that $(MAKE) -f Makefile.inc selfcheck can operate
243 @test "passed" = "$(shell $(MAKE) --no-print-directory -f $(top_builddir)/config/Makefile.inc SELFCHECK=1 selfcheck)" || (echo "FAIL: Makefile.inc could not run properly." ; exit 1 )
244 @echo "PASS: config selfcheck OK"
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700245
ccornelius59d709d2014-02-20 10:29:46 -0800246#$(srcdir)/configure : $(srcdir)/configure.ac $(top_srcdir)/aclocal.m4
247# cd $(srcdir) && aclocal && $(AUTOCONF)
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700248
249icudefs.mk: $(srcdir)/icudefs.mk.in $(top_builddir)/config.status
250 cd $(top_builddir) \
251 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
252
Claire Ho85bf2e22009-11-24 14:23:02 -0800253config/icucross.mk: $(top_builddir)/icudefs.mk $(top_builddir)/Makefile
254 @echo rebuilding $@
255 @(echo "CROSS_ICU_VERSION=$(VERSION)" ;\
256 echo "TOOLEXEEXT=$(EXEEXT)" \
257 ) > $@
258 @(echo 'TOOLBINDIR=$$(cross_buildroot)/bin' ;\
259 echo 'TOOLLIBDIR=$$(cross_buildroot)/lib' ;\
260 echo "INVOKE=$(LDLIBRARYPATH_ENVVAR)=$(LIBRARY_PATH_PREFIX)"'$$(TOOLLIBDIR):$$(cross_buildroot)/stubdata:$$(cross_buildroot)/tools/ctestfw:$$$$'"$(LDLIBRARYPATH_ENVVAR)" ;\
Craig Cornelius54dcd9b2013-02-15 14:03:14 -0800261 echo "PKGDATA_INVOKE=$(LDLIBRARYPATH_ENVVAR)=$(LIBRARY_PATH_PREFIX)"'$$(cross_buildroot)/stubdata:$$(cross_buildroot)/tools/ctestfw:$$(TOOLLIBDIR):$$$$'"$(LDLIBRARYPATH_ENVVAR) " ;\
Claire Ho85bf2e22009-11-24 14:23:02 -0800262 echo ) >> $@
263
Craig Cornelius83933352013-06-14 14:20:29 -0700264config/icucross.inc: $(top_builddir)/icudefs.mk $(top_builddir)/Makefile @platform_make_fragment@
265 @echo rebuilding $@
266 @(grep '^CURR_FULL_DIR' $(top_builddir)/icudefs.mk ; \
267 grep '^CURR_FULL_DIR' @platform_make_fragment@ || echo ""; \
268 ) > $@
claireho27f65472011-06-09 11:11:49 -0700269
270config/icu.pc: $(srcdir)/config/icu.pc.in
271 cd $(top_builddir) \
272 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
273
274config/icu-uc.pc: config/icu.pc Makefile icudefs.mk
275 @cat config/icu.pc > $@
276 @echo "Description: $(PACKAGE_ICU_DESCRIPTION): Common and Data libraries" >> $@
277 @echo "Name: $(PACKAGE)-uc" >> $@
278 @echo "Libs:" '-L$${libdir}' "${ICULIBS_UC}" "${ICULIBS_DT}" >> $@
279 @echo "Libs.private:" '$${baselibs}' >> $@
280 @echo $@ updated.
281
282config/icu-i18n.pc: config/icu.pc Makefile icudefs.mk
283 @cat config/icu.pc > $@
284 @echo "Description: $(PACKAGE_ICU_DESCRIPTION): Internationalization library" >> $@
285 @echo "Name: $(PACKAGE)-i18n" >> $@
286 @echo "Requires: icu-uc" >> $@
287 @echo "Libs:" "${ICULIBS_I18N}" >> $@
288 @echo $@ updated.
289
290config/icu-io.pc: config/icu.pc Makefile icudefs.mk
291 @cat config/icu.pc > $@
292 @echo "Description: $(PACKAGE_ICU_DESCRIPTION): Stream and I/O Library" >> $@
293 @echo "Name: $(PACKAGE)-io" >> $@
294 @echo "Requires: icu-i18n" >> $@
295 @echo "Libs:" "${ICULIBS_IO}" >> $@
296 @echo $@ updated.
297
ccorneliusf9878a22014-11-20 18:09:39 -0800298ICULEHB_LIBS=@ICULEHB_LIBS@
299USING_HB=
300ifneq ($(ICULEHB_LIBS),)
301USING_HB=(Using HarfBuzz)
302endif
303
304
claireho27f65472011-06-09 11:11:49 -0700305config/icu-lx.pc: config/icu.pc Makefile icudefs.mk
306 @cat config/icu.pc > $@
ccorneliusf9878a22014-11-20 18:09:39 -0800307 @echo "Description: $(PACKAGE_ICU_DESCRIPTION): Paragraph Layout library $(USING_HB)" >> $@
claireho27f65472011-06-09 11:11:49 -0700308 @echo "Name: $(PACKAGE)-lx" >> $@
ccorneliusf9878a22014-11-20 18:09:39 -0800309ifneq ($(ICULEHB_LIBS),)
310 @echo "Requires: icu-le-hb icu-uc" >> $@
311else
claireho27f65472011-06-09 11:11:49 -0700312 @echo "Requires: icu-le" >> $@
ccorneliusf9878a22014-11-20 18:09:39 -0800313endif
claireho27f65472011-06-09 11:11:49 -0700314 @echo "Libs:" "${ICULIBS_LX}" >> $@
315 @echo $@ updated.
316
317
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700318Makefile: $(srcdir)/Makefile.in icudefs.mk $(top_builddir)/config.status
319 cd $(top_builddir) \
320 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
321
322$(top_builddir)/config/Makefile.inc: $(srcdir)/config/Makefile.inc.in $(top_builddir)/config.status
323 cd $(top_builddir) \
324 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
325
Claire Ho85bf2e22009-11-24 14:23:02 -0800326$(top_builddir)/config/pkgdata.inc: icudefs.mk $(top_builddir)/config/pkgdataMakefile
327 cd $(top_builddir)/config; \
328 $(MAKE) -f pkgdataMakefile
329
330$(top_builddir)/config/pkgdataMakefile:
331 cd $(top_builddir) \
332 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
333
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700334$(top_builddir)/config/icu-config: $(top_builddir)/Makefile $(top_srcdir)/config/icu-config-top $(top_srcdir)/config/icu-config-bottom $(top_builddir)/config/Makefile.inc @platform_make_fragment@ $(top_srcdir)/config/make2sh.sed
335 -$(RMV) $@
336 $(INSTALL_SCRIPT) $(top_srcdir)/config/icu-config-top $@
337 chmod u+w $@
Fredrik Roubert0596fae2017-04-18 21:34:02 +0200338 @echo "# Following from icu/icu4c/source/config/Makefile.inc" >> $@
339 LC_ALL=C $(SED) -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700340 @echo "# Following from @platform_make_fragment@" >> $@
Fredrik Roubert0596fae2017-04-18 21:34:02 +0200341 LC_ALL=C $(SED) -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700342 cat $(top_srcdir)/config/icu-config-bottom >> $@
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700343 chmod u-w $@
344
claireho50294ea2010-05-03 15:44:48 -0700345config.status: $(srcdir)/configure $(srcdir)/common/unicode/uvernum.h
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700346 @echo
347 @echo
348 @echo "*** config.status has become stale ***"
claireho50294ea2010-05-03 15:44:48 -0700349 @echo " 'configure' and/or 'uvernum.h' have changed, please"
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700350 @echo " do 'runConfigureICU' (or 'configure') again, as per"
351 @echo " the readme.html."
352 @echo
353 @echo
354 exit 1
355
356
357install-manx: $(MANX_FILES)
358 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
Victor Chang4578a1c2018-10-22 04:26:58 +0100359ifneq ($(MANX_FILES),)
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700360 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
Victor Chang4578a1c2018-10-22 04:26:58 +0100361endif
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -0700362
363config/%.$(SECTION): $(srcdir)/config/%.$(SECTION).in
364 cd $(top_builddir) \
365 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
366
claireho50294ea2010-05-03 15:44:48 -0700367icu4j-data-install icu4j-data: all tests
368 @echo ICU4J_ROOT=$(ICU4J_ROOT)
369 @$(MAKE) -C test/testdata $@
370 @$(MAKE) -C data $@
371
claireho27f65472011-06-09 11:11:49 -0700372# For updating Windows makefiles
373
374WINDOWS_UPDATEFILES=$(srcdir)/data/makedata.mak $(shell find $(srcdir) -name '*.vcproj' -o -name '*.vcxproj')
claireho50294ea2010-05-03 15:44:48 -0700375
376WINDOWS_UPDATEFILES_SED=config/windows-update.sed
377
378update-windows-makefiles: config.status
379 @echo Updating Windows Makefiles for ICU $(VERSION)
380 CONFIG_FILES=$(WINDOWS_UPDATEFILES_SED) CONFIG_HEADERS= $(SHELL) ./config.status
381 @for file in $(WINDOWS_UPDATEFILES); do \
382 echo "Updating $$file"; \
383 mv "$${file}" "$${file}.bak" && \
384 sed -f $(WINDOWS_UPDATEFILES_SED) < "$${file}.bak" > "$${file}" && \
385 rm "$${file}.bak"; \
386 done;
387 $(RMV) $(WINDOWS_UPDATEFILES_SED)
388 @echo Please check over the changes carefully before checking them in.
claireho27f65472011-06-09 11:11:49 -0700389
390# For building a source distribution.
391distcheck dist-local:
Craig Cornelius54dcd9b2013-02-15 14:03:14 -0800392 $(MAKE) -C . -f $(top_srcdir)/config/dist.mk srcdir="$(srcdir)" top_srcdir="$(top_srcdir)" $@
Craig Cornelius103e9ff2012-10-09 17:03:29 -0700393
394ifeq ($(DESTDIR),)
395releaseDist:
396 @echo "Please provide DESTDIR when calling the target releaseDist."
397else
398releaseDist: install
399 @echo -n "ICU Version: " > $(DESTDIR)/readme.txt
400 @echo `./config/icu-config --noverify --version` >> $(DESTDIR)/readme.txt
401 @echo -n "HOST: " >> $(DESTDIR)/readme.txt
402 @echo `./config/icu-config --noverify --host` >> $(DESTDIR)/readme.txt
403 @echo -n "CC Compiler: " >> $(DESTDIR)/readme.txt
404 @echo `./config/icu-config --noverify --cc` >> $(DESTDIR)/readme.txt
405 @echo -n "CXX Compiler: " >> $(DESTDIR)/readme.txt
406 @echo `./config/icu-config --noverify --cxx` >> $(DESTDIR)/readme.txt
407endif
408
409check-installed-icu: install
410 @echo "Testing ICU installed in $(prefix)"
411 $(INSTALLED_INVOKE) $(bindir)/icuinfo$(EXEEXT)
412 $(INSTALLED_INVOKE) $(bindir)/uconv$(EXEEXT) -V
413 $(INSTALLED_INVOKE) $(bindir)/genrb$(EXEEXT) -V
414 $(INSTALLED_INVOKE) $(bindir)/gencnval$(EXEEXT) -h
415 @echo INSTALLED ICU IN "$(prefix)" OK!