ICU-212 change includes and ICUDATADIR definitions to work outside of the source tree

X-SVN-Rev: 1228
This commit is contained in:
Yves Arrouye 2000-04-24 20:20:09 +00:00
parent e8bebfd0e8
commit c879203ab5

View File

@ -8,7 +8,7 @@ SHELL = @SHELL@
VERSION = @VERSION@
UNICODE_VERSION = @UNICODE_VERSION@
ICUDATADIR=$(top_builddir)/../data/
ICUDATADIR=@DATABUILDDIR@
UNICODEDATADIR=$(top_srcdir)/../data/unidata
## Install directory information
@ -54,7 +54,7 @@ CLEANFILES = *~
TARGET = genprops
DEFS = @DEFS@
CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/common -I../toolutil
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(srcdir)/../toolutil
CFLAGS = @CFLAGS@
CXXFLAGS = @CXXFLAGS@
LDFLAGS = @LDFLAGS@ \