]> git.saurik.com Git - apple/icu.git/blob - icuSources/data/icupkg.inc.in
ICU-8.11.4.tar.gz
[apple/icu.git] / icuSources / data / icupkg.inc.in
1 #******************************************************************************
2 #
3 # Copyright (C) 2000-2004, 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 top_srcdir=@top_srcdir@
11 srcdir=@srcdir@
12 top_builddir=..
13
14 include $(top_builddir)/icudefs.mk
15
16 CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
17 LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS)
18 exec_prefix=@exec_prefix@
19 prefix=@prefix@
20 bindir=@bindir@
21 sbindir=@sbindir@
22 libexecdir=@libexecdir@
23 datadir=@datadir@
24 sysconfdir=@sysconfdir@
25 sharedstatedir=@sharedstatedir@
26 localstatedir=@localstatedir@
27 libdir=@libdir@
28 includedir=@includedir@
29 oldincludedir=@oldincludedir@
30 infodir=@infodir@
31 mandir=@mandir@
32
33 INSTALL = @INSTALL@
34 INSTALL_PROGRAM = @INSTALL_PROGRAM@
35 INSTALL_DATA = @INSTALL_DATA@
36
37 INSTALL_PROGRAM=@INSTALL_PROGRAM@
38 INSTALL_SCRIPT=@INSTALL_SCRIPT@
39 INSTALL_DATA=@INSTALL_DATA@
40 MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
41 host=@host@
42 host_alias=@host_alias@
43 host_cpu=@host_cpu@
44 host_vendor=@host_vendor@
45 host_os=@host_os@
46 CPP=@CPP@
47 U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
48 U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
49
50 ld_rpath_suf=@ld_rpath_suf@
51
52 ##### Add the following to source/config/Makefile.in
53
54 GENCCODE=$(BINDIR)/genccode
55 GENCMN=$(BINDIR)/gencmn
56
57