• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright (C) 2017 and later: Unicode, Inc. and others.
3# License & terms of use: http://www.unicode.org/copyright.html
4#
5# Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved
6
7C_ROOT=$(MULTICU_ROOT)/c
8J_ROOT=$(MULTICU_ROOT)/j
9M_TMP=$(MULTICU_ROOT)/tmp
10C_INS=$(M_TMP)/ins
11C_BLD=$(M_TMP)/build
12C_SRC=$(M_TMP)/src
13
14# C defs
15S_INS=include/unicode/utypes.h
16S_SRCDIR=icu/source
17S_BLD=$(S_SRCDIR)/config.status
18S_SRC=$(S_SRCDIR)/configure
19
20-include $(MULTICU_ROOT)/common/Makefile-local.inc
21
22ICUS=$(MULTICU_ROOT)/packages
23
24TOP=$(shell pwd)
25
26# J defs
27