]> git.saurik.com Git - apple/icu.git/blame - icuSources/data/icupkg.inc.in
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / data / icupkg.inc.in
CommitLineData
b75a7d8f
A
1#******************************************************************************
2#
3# Copyright (C) 2000, International Business Machines
4# Corporation and others. All Rights Reserved.
5#
6#******************************************************************************
7# This Makefile is used to build the ICU's data.
8# It is included with the -O option to pkgdata.
9
10PLATFORM=@platform@
11
12top_srcdir=@top_srcdir@
13srcdir=@srcdir@
14top_builddir=..
15
16include $(top_builddir)/icudefs.mk
17
18CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
19LDFLAGS=@LDFLAGS@
20FFLAGS=@FFLAGS@
21LIBS=@LIBS@
22ICULIBS=$(LIBS) -licu-uc -licu-i18n
23exec_prefix=@exec_prefix@
24prefix=@prefix@
25program_transform_name=@program_transform_name@
26bindir=@bindir@
27sbindir=@sbindir@
28libexecdir=@libexecdir@
29datadir=@datadir@
30sysconfdir=@sysconfdir@
31sharedstatedir=@sharedstatedir@
32localstatedir=@localstatedir@
33libdir=@libdir@
34includedir=@includedir@
35oldincludedir=@oldincludedir@
36infodir=@infodir@
37mandir=@mandir@
38PACKAGE=@PACKAGE@
39VERSION=@VERSION@
40
41INSTALL = @INSTALL@
42INSTALL_PROGRAM = @INSTALL_PROGRAM@
43INSTALL_DATA = @INSTALL_DATA@
44
45INSTALL_PROGRAM=@INSTALL_PROGRAM@
46INSTALL_SCRIPT=@INSTALL_SCRIPT@
47INSTALL_DATA=@INSTALL_DATA@
48AUTOCONF=@AUTOCONF@
49host=@host@
50host_alias=@host_alias@
51host_cpu=@host_cpu@
52host_vendor=@host_vendor@
53host_os=@host_os@
54LIB_M=@LIB_M@
55CPP=@CPP@
56U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
57U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
58HAVE_INT8_T=@HAVE_INT8_T@
59HAVE_UINT8_T=@HAVE_UINT8_T@
60HAVE_INT16_T=@HAVE_INT16_T@
61HAVE_UINT16_T=@HAVE_UINT16_T@
62HAVE_INT32_T=@HAVE_INT32_T@
63HAVE_UINT32_T=@HAVE_UINT32_T@
64HAVE_BOOL_T=@HAVE_BOOL_T@
65EXTRAS_TRUE=@EXTRAS_TRUE@
66EXTRAS_FALSE=@EXTRAS_FALSE@
67TESTS_TRUE=@TESTS_TRUE@
68TESTS_FALSE=@TESTS_FALSE@
69SAMPLES_TRUE=@SAMPLES_TRUE@
70SAMPLES_FALSE=@SAMPLES_FALSE@
71platform=@platform@
72
73
74ld_rpath_suf=@ld_rpath_suf@
75
76subdir = tools/tmp
77
78##### Add the following to source/config/Makefile.in
79
80GENCCODE=$(top_builddir)/tools/genccode/genccode
81GENCMN=$(top_builddir)/tools/gencmn/gencmn
82
83LPATHS=$(top_builddir)/common:$(top_builddir)/i18n:$(top_builddir)/tools/toolutil
84
85TOOL=env $(LDLIBRARYPATH_ENVVAR)=$(LPATHS)
86
87ifeq ($(strip $(PLATFORM)),OS390)
88 TOOL=
89endif
90