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