]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/Makefile.in
ICU-531.48.tar.gz
[apple/icu.git] / icuSources / Makefile.in
index fa94c48449cd5d76c88db1f6e7215cc76d954fb9..c24948a405a54211e87192050c69e5a2546787dd 100644 (file)
@@ -1,6 +1,6 @@
 #******************************************************************************
 #
-#   Copyright (C) 1998-2010, International Business Machines
+#   Copyright (C) 1998-2013, International Business Machines
 #   Corporation and others.  All Rights Reserved.
 #
 #******************************************************************************
@@ -16,9 +16,8 @@ include $(top_builddir)/icudefs.mk
 
 docdir = $(datadir)/doc
 docsubdir = $(PACKAGE)$(ICULIBDASHSUFFIX)/html
-docsubsrchdir = $(docsubdir)/search
 docfilesdir = doc/html
-docfiles = $(docfilesdir)/*.png $(docfilesdir)/*.html $(docfilesdir)/*.css $(docfilesdir)/*.tag $(docfilesdir)/installdox
+docfiles = $(docfilesdir)/*.png $(docfilesdir)/*.html $(docfilesdir)/*.css $(docfilesdir)/*.tag 
 docsrchdir = $(docfilesdir)/search
 docsrchfiles = $(docsrchdir)/*
 
@@ -35,6 +34,12 @@ subdir = .
 @EXTRAS_TRUE@EXTRA = extra
 @TESTS_TRUE@TEST = test
 @SAMPLES_TRUE@SAMPLE = samples
+@TOOLS_TRUE@TOOLS = tools
+
+## pkgconfig setup. Always have uc and i18n. Others are optional.
+ALL_PKGCONFIG_SUFFIX=uc i18n
+@LAYOUT_TRUE@ALL_PKGCONFIG_SUFFIX+= le lx
+@ICUIO_TRUE@ALL_PKGCONFIG_SUFFIX+= io
 
 DOXYGEN = @DOXYGEN@
 DOCZIP = icu-docs.zip
@@ -42,17 +47,16 @@ DOCZIP = icu-docs.zip
 ## Files to remove for 'make clean'
 CLEANFILES = *~
 
-ALL_PKGCONFIG_SUFFIX=uc i18n io le lx
 ALL_PKGCONFIG_FILES=$(ALL_PKGCONFIG_SUFFIX:%=$(top_builddir)/config/icu-%.pc)
 
 ## Files built (autoconfed) and installed
 INSTALLED_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)
 
 ## Files built (autoconfed) but not installed
-LOCAL_BUILT_FILES = icudefs.mk config/icucross.mk
+LOCAL_BUILT_FILES = icudefs.mk config/icucross.mk config/icucross.inc
 
 DOCDIRS = common i18n
-SUBDIRS =  stubdata common i18n $(LAYOUT) tools data $(ICUIO) $(EXTRA) $(SAMPLE) $(TEST)
+SUBDIRS =  stubdata common i18n $(LAYOUT) $(ICUIO) $(TOOLS) data $(EXTRA) $(SAMPLE) $(TEST)
 
 SECTION = 1
 
@@ -68,7 +72,8 @@ EXTRA_DATA =
 install-recursive clean clean-local clean-recursive distclean          \
 distclean-local distclean-recursive doc dist dist-local dist-recursive \
 check check-local check-recursive clean-recursive-with-twist install-icu \
-doc install-doc tests icu4j-data icu4j-data-install update-windows-makefiles xcheck-local xcheck-recursive xperf xcheck xperf-recursive
+doc install-doc tests icu4j-data icu4j-data-install update-windows-makefiles xcheck-local xcheck-recursive xperf xcheck xperf-recursive \
+check-exhaustive check-exhaustive-local check-exhaustive-recursive releaseDist
 
 ## Clear suffix list
 .SUFFIXES :
@@ -83,6 +88,12 @@ check: all check-recursive
 check-recursive: all
 xcheck: all xcheck-recursive
 xperf: all xperf-recursive
+check-exhaustive: all check-exhaustive-recursive
+
+pcheck: all tests
+       @$(MAKE) -C test pcheck
+
+check-exhaustive-local: check-local
 
 xcheck-recursive: all xcheck-local
        @$(MAKE) -C test xcheck
@@ -90,15 +101,26 @@ xcheck-recursive: all xcheck-local
 xperf-recursive: all tests
        @$(MAKE) -C test/perf xperf
 
+$(top_builddir)/config/icuinfo.xml: all
+       @$(MAKE) -C tools/icuinfo check
+
 ifeq ($(DOXYGEN),)
-doc:
+doc doc-searchengine:
        @echo you need Doxygen to generate documentation. Doxygen can be found on the Web
        @echo at http://www.doxygen.org/
 else
 doc: doc/html/index.html
 
+doc-searchengine: Doxyfile $(wildcard ./common/unicode/platform.h $(srcdir)/common/unicode/*.h $(srcdir)/i18n/unicode/*.h $(srcdir)/layout/unicode/*.h $(srcdir)/io/unicode/*.h)
+       sed < Doxyfile -e 's%[^#]*SEARCHENGINE.*%SEARCHENGINE=YES%' | $(DOXYGEN) -
+       @echo adding links from non-namespaced class files
+       find doc/html -name 'classicu_1_1*' -print | sed -e 's%^\(.*class\)icu_1_1\(.*\)$$%ln & \1\2%' | sh
+       @echo Docs created - WARNING, probably contains non-GPL .js files
+
 doc/html/index.html: Doxyfile $(wildcard ./common/unicode/platform.h $(srcdir)/common/unicode/*.h $(srcdir)/i18n/unicode/*.h $(srcdir)/layout/unicode/*.h $(srcdir)/io/unicode/*.h)
        $(DOXYGEN)
+       @echo adding links from non-namespaced class files
+       find doc/html -name 'classicu_1_1*' -print | sed -e 's%^\(.*class\)icu_1_1\(.*\)$$%ln & \1\2%' | sh
 
 Doxyfile: $(srcdir)/Doxyfile.in
        CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
@@ -109,13 +131,13 @@ $(DOCZIP): doc
 endif
 
 LOCAL_SUBDIRS = $(SUBDIRS)
-CLEAN_FIRST_SUBDIRS = tools
+CLEAN_FIRST_SUBDIRS = $(TOOLS)
 
 $(LIBDIR) $(BINDIR):
        -$(MKINSTALLDIRS) $@
 
 ## Recursive targets
-all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: $(LIBDIR) $(BINDIR)
+all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive check-exhaustive-recursive: $(LIBDIR) $(BINDIR)
        @dot_seen=no; \
        target=`echo $@ | sed s/-recursive//`; \
        list='$(LOCAL_SUBDIRS)'; for subdir in $$list; do \
@@ -136,7 +158,9 @@ clean-recursive-with-twist:
        $(MAKE) clean-recursive LOCAL_SUBDIRS='$(CLEAN_FIRST_SUBDIRS) $(filter-out $(CLEAN_FIRST_SUBDIRS),$(LOCAL_SUBDIRS))'
 
 all-local: $(srcdir)/configure $(LOCAL_BUILT_FILES) $(INSTALLED_BUILT_FILES)
-
+ifndef VERBOSE
+       @echo "Note: rebuild with \"$(MAKE) VERBOSE=1 $(MAKECMDGOALS)\" to show all compiler parameters."
+endif
 install-local: install-icu install-manx
 
 install-icu: $(INSTALLED_BUILT_FILES)
@@ -153,6 +177,8 @@ install-icu: $(INSTALLED_BUILT_FILES)
        $(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config
        $(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc
        $(INSTALL_DATA) $(top_builddir)/config/pkgdata.inc $(DESTDIR)$(pkglibdir)/pkgdata.inc
+#      @echo icuinfo.xml is built after make check.
+#      -$(INSTALL_DATA) $(top_builddir)/config/icuinfo.xml $(DESTDIR)$(pkglibdir)/icuinfo.xml
        cd $(DESTDIR)$(pkglibdir)/..; \
            $(RM) current && ln -s $(VERSION) current; \
            $(RM) Makefile.inc && ln -s current/Makefile.inc Makefile.inc; \
@@ -163,9 +189,9 @@ install-doc:
 else
 install-doc: doc
        $(RM) -r $(DESTDIR)$(docdir)/$(docsubdir)
-       $(MKINSTALLDIRS) $(DESTDIR)$(docdir)/$(docsubsrchdir)
+       $(MKINSTALLDIRS) $(DESTDIR)$(docdir)/$(docsubdir)
        $(INSTALL_DATA) $(docfiles) $(DESTDIR)$(docdir)/$(docsubdir)
-       $(INSTALL_DATA) $(docsrchfiles) $(DESTDIR)$(docdir)/$(docsubsrchdir)
+
 endif
 
 $(DESTDIR)$(pkglibdir)/%: $(top_srcdir)/../data/%
@@ -179,12 +205,12 @@ clean-local:
        test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
        -$(RMV) "test-*.xml"
        -$(RMV) "perf-*.xml"
-       -$(RMV) $(ALL_PKGCONFIG_FILES)
+       -$(RMV) $(ALL_PKGCONFIG_FILES) $(top_builddir)/config/icuinfo.xml
        $(RMV) Doxyfile doc $(DOCZIP)
 
 distclean-local: clean-local
        $(RMV) $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_builddir)/config/icu-config $(top_builddir)/config/icu.pc $(ALL_PKGCONFIG_FILES)
-       $(RMV) config.cache config.log config.status $(top_builddir)/config/icucross.mk autom4te.cache
+       $(RMV) config.cache config.log config.status $(top_builddir)/config/icucross.mk $(top_builddir)/config/icucross.inc autom4te.cache uconfig.h.prepend
        $(RMV) Makefile config/Makefile icudefs.mk $(LIBDIR) $(BINDIR)
        -$(RMV) dist
 
@@ -198,8 +224,8 @@ xcheck-local: $(top_builddir)/config/icu-config $(top_builddir)/config/Makefile.
        @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 )
        @echo "PASS: config selfcheck OK"
 
-#$(srcdir)/configure : $(srcdir)/configure.in $(top_srcdir)/aclocal.m4
-#      cd $(srcdir) && $(AUTOCONF)
+#$(srcdir)/configure : $(srcdir)/configure.ac $(top_srcdir)/aclocal.m4
+#      cd $(srcdir) && aclocal && $(AUTOCONF)
 
 icudefs.mk: $(srcdir)/icudefs.mk.in  $(top_builddir)/config.status
        cd $(top_builddir) \
@@ -213,9 +239,14 @@ config/icucross.mk: $(top_builddir)/icudefs.mk  $(top_builddir)/Makefile
        @(echo 'TOOLBINDIR=$$(cross_buildroot)/bin' ;\
          echo 'TOOLLIBDIR=$$(cross_buildroot)/lib' ;\
          echo "INVOKE=$(LDLIBRARYPATH_ENVVAR)=$(LIBRARY_PATH_PREFIX)"'$$(TOOLLIBDIR):$$(cross_buildroot)/stubdata:$$(cross_buildroot)/tools/ctestfw:$$$$'"$(LDLIBRARYPATH_ENVVAR)" ;\
-         echo "PKGDATA_INVOKE=$(LDLIBRARYPATH_ENVVAR)=$(LIBRARY_PATH_PREFIX)"'$$(cross_buildroot)/stubdata:$$(cross_buildroot)/tools/ctestfw:$$(TOOLLIBDIR):$$$$'"$(LDLIBRARYPATH_ENVVAR) "'$$'"(PKGDATA_INVOKE_OPTS)" ;\
+         echo "PKGDATA_INVOKE=$(LDLIBRARYPATH_ENVVAR)=$(LIBRARY_PATH_PREFIX)"'$$(cross_buildroot)/stubdata:$$(cross_buildroot)/tools/ctestfw:$$(TOOLLIBDIR):$$$$'"$(LDLIBRARYPATH_ENVVAR) " ;\
          echo ) >> $@
 
+config/icucross.inc: $(top_builddir)/icudefs.mk  $(top_builddir)/Makefile @platform_make_fragment@
+       @echo rebuilding $@
+       @(grep '^CURR_FULL_DIR' $(top_builddir)/icudefs.mk ; \
+         grep '^CURR_FULL_DIR' @platform_make_fragment@ || echo ""; \
+          ) > $@
 
 config/icu.pc: $(srcdir)/config/icu.pc.in
        cd $(top_builddir) \
@@ -334,4 +365,27 @@ update-windows-makefiles: config.status
 
 # For building a source distribution.
 distcheck dist-local:
-       $(MAKE) -C . -f config/dist.mk srcdir="$(srcdir)" top_srcdir="$(top_srcdir)" $@
+       $(MAKE) -C . -f $(top_srcdir)/config/dist.mk srcdir="$(srcdir)" top_srcdir="$(top_srcdir)" $@
+
+ifeq ($(DESTDIR),)
+releaseDist:
+       @echo "Please provide DESTDIR when calling the target releaseDist."
+else
+releaseDist: install
+       @echo -n "ICU Version: " > $(DESTDIR)/readme.txt
+       @echo `./config/icu-config --noverify --version` >> $(DESTDIR)/readme.txt
+       @echo -n "HOST: " >> $(DESTDIR)/readme.txt
+       @echo `./config/icu-config --noverify --host` >> $(DESTDIR)/readme.txt
+       @echo -n "CC Compiler: " >> $(DESTDIR)/readme.txt
+       @echo `./config/icu-config --noverify --cc` >> $(DESTDIR)/readme.txt
+       @echo -n "CXX Compiler: " >> $(DESTDIR)/readme.txt
+       @echo `./config/icu-config --noverify --cxx` >> $(DESTDIR)/readme.txt
+endif
+
+check-installed-icu: install
+       @echo "Testing ICU installed in $(prefix)"
+       $(INSTALLED_INVOKE) $(bindir)/icuinfo$(EXEEXT)
+       $(INSTALLED_INVOKE) $(bindir)/uconv$(EXEEXT) -V
+       $(INSTALLED_INVOKE) $(bindir)/genrb$(EXEEXT) -V
+       $(INSTALLED_INVOKE) $(bindir)/gencnval$(EXEEXT) -h
+       @echo INSTALLED ICU IN "$(prefix)" OK!