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