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