]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/data/icupkg.inc.in
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / data / icupkg.inc.in
index 8cb1b67c43dce6cbad57804e743917b8d1240bfd..819e2a6ddfdb62e00e3c809574745a91da9f554a 100644 (file)
@@ -1,14 +1,14 @@
+# Copyright (C) 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
 #******************************************************************************
 #
-#   Copyright (C) 2000, International Business Machines
+#   Copyright (C) 2000-2008, International Business Machines
 #   Corporation and others.  All Rights Reserved.
 #
 #******************************************************************************
 # This Makefile is used to build the ICU's data.
 # It is included with the -O option to pkgdata.
 
-PLATFORM=@platform@
-
 top_srcdir=@top_srcdir@
 srcdir=@srcdir@
 top_builddir=..
@@ -16,16 +16,13 @@ top_builddir=..
 include $(top_builddir)/icudefs.mk
 
 CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
-LDFLAGS=@LDFLAGS@ 
-FFLAGS=@FFLAGS@
-LIBS=@LIBS@ 
-ICULIBS=$(LIBS) -licu-uc -licu-i18n
+LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS)
 exec_prefix=@exec_prefix@
 prefix=@prefix@
-program_transform_name=@program_transform_name@
 bindir=@bindir@
 sbindir=@sbindir@
 libexecdir=@libexecdir@
+datarootdir=@datarootdir@
 datadir=@datadir@
 sysconfdir=@sysconfdir@
 sharedstatedir=@sharedstatedir@
@@ -35,8 +32,6 @@ includedir=@includedir@
 oldincludedir=@oldincludedir@
 infodir=@infodir@
 mandir=@mandir@
-PACKAGE=@PACKAGE@
-VERSION=@VERSION@
 
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -45,46 +40,20 @@ INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM=@INSTALL_PROGRAM@
 INSTALL_SCRIPT=@INSTALL_SCRIPT@
 INSTALL_DATA=@INSTALL_DATA@
-AUTOCONF=@AUTOCONF@
+MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
 host=@host@
 host_alias=@host_alias@
 host_cpu=@host_cpu@
 host_vendor=@host_vendor@
 host_os=@host_os@
-LIB_M=@LIB_M@
 CPP=@CPP@
 U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
 U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
-HAVE_INT8_T=@HAVE_INT8_T@
-HAVE_UINT8_T=@HAVE_UINT8_T@
-HAVE_INT16_T=@HAVE_INT16_T@
-HAVE_UINT16_T=@HAVE_UINT16_T@
-HAVE_INT32_T=@HAVE_INT32_T@
-HAVE_UINT32_T=@HAVE_UINT32_T@
-HAVE_BOOL_T=@HAVE_BOOL_T@
-EXTRAS_TRUE=@EXTRAS_TRUE@
-EXTRAS_FALSE=@EXTRAS_FALSE@
-TESTS_TRUE=@TESTS_TRUE@
-TESTS_FALSE=@TESTS_FALSE@
-SAMPLES_TRUE=@SAMPLES_TRUE@
-SAMPLES_FALSE=@SAMPLES_FALSE@
-platform=@platform@
-
-
-ld_rpath_suf=@ld_rpath_suf@
-
-subdir = tools/tmp
 
 ##### Add the following to source/config/Makefile.in
 
-GENCCODE=$(top_builddir)/tools/genccode/genccode
-GENCMN=$(top_builddir)/tools/gencmn/gencmn
-
-LPATHS=$(top_builddir)/common:$(top_builddir)/i18n:$(top_builddir)/tools/toolutil
-
-TOOL=env $(LDLIBRARYPATH_ENVVAR)=$(LPATHS)
+GENCCODE=$(BINDIR)/genccode
+GENCMN=$(BINDIR)/gencmn
+ICUPKG=$(BINDIR)/icupkg
 
-ifeq ($(strip $(PLATFORM)),OS390)
-  TOOL=
-endif