]> git.saurik.com Git - apple/icu.git/blame - icuSources/data/icupkg.inc.in
ICU-6.2.13.tar.gz
[apple/icu.git] / icuSources / data / icupkg.inc.in
CommitLineData
b75a7d8f
A
1#******************************************************************************
2#
374ca955 3# Copyright (C) 2000-2004, International Business Machines
b75a7d8f
A
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@
b75a7d8f 20LIBS=@LIBS@
b75a7d8f
A
21exec_prefix=@exec_prefix@
22prefix=@prefix@
23program_transform_name=@program_transform_name@
24bindir=@bindir@
25sbindir=@sbindir@
26libexecdir=@libexecdir@
27datadir=@datadir@
28sysconfdir=@sysconfdir@
29sharedstatedir=@sharedstatedir@
30localstatedir=@localstatedir@
31libdir=@libdir@
32includedir=@includedir@
33oldincludedir=@oldincludedir@
34infodir=@infodir@
35mandir=@mandir@
36PACKAGE=@PACKAGE@
37VERSION=@VERSION@
38
39INSTALL = @INSTALL@
40INSTALL_PROGRAM = @INSTALL_PROGRAM@
41INSTALL_DATA = @INSTALL_DATA@
42
43INSTALL_PROGRAM=@INSTALL_PROGRAM@
44INSTALL_SCRIPT=@INSTALL_SCRIPT@
45INSTALL_DATA=@INSTALL_DATA@
374ca955 46MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
b75a7d8f
A
47host=@host@
48host_alias=@host_alias@
49host_cpu=@host_cpu@
50host_vendor=@host_vendor@
51host_os=@host_os@
52LIB_M=@LIB_M@
53CPP=@CPP@
54U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
55U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
b75a7d8f
A
56platform=@platform@
57
58
59ld_rpath_suf=@ld_rpath_suf@
60
b75a7d8f
A
61##### Add the following to source/config/Makefile.in
62
374ca955
A
63GENCCODE=$(BINDIR)/genccode
64GENCMN=$(BINDIR)/gencmn
b75a7d8f 65
b75a7d8f 66