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