mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3960 Remove unused pkgdata definitions
X-SVN-Rev: 16053
This commit is contained in:
parent
5cdc63f5cc
commit
296f8d4019
2 changed files with 0 additions and 36 deletions
|
@ -17,9 +17,7 @@ include $(top_builddir)/icudefs.mk
|
|||
|
||||
CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
|
||||
LDFLAGS=@LDFLAGS@
|
||||
FFLAGS=@FFLAGS@
|
||||
LIBS=@LIBS@
|
||||
ICULIBS=$(LIBS) -licu-uc -licu-i18n
|
||||
exec_prefix=@exec_prefix@
|
||||
prefix=@prefix@
|
||||
program_transform_name=@program_transform_name@
|
||||
|
@ -55,30 +53,14 @@ LIB_M=@LIB_M@
|
|||
CPP=@CPP@
|
||||
U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
|
||||
U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
|
||||
HAVE_INT8_T=@HAVE_INT8_T@
|
||||
HAVE_UINT8_T=@HAVE_UINT8_T@
|
||||
HAVE_INT16_T=@HAVE_INT16_T@
|
||||
HAVE_UINT16_T=@HAVE_UINT16_T@
|
||||
HAVE_INT32_T=@HAVE_INT32_T@
|
||||
HAVE_UINT32_T=@HAVE_UINT32_T@
|
||||
HAVE_BOOL_T=@HAVE_BOOL_T@
|
||||
platform=@platform@
|
||||
|
||||
|
||||
ld_rpath_suf=@ld_rpath_suf@
|
||||
|
||||
subdir = tools/tmp
|
||||
|
||||
##### Add the following to source/config/Makefile.in
|
||||
|
||||
GENCCODE=$(BINDIR)/genccode
|
||||
GENCMN=$(BINDIR)/gencmn
|
||||
|
||||
LPATHS=$(top_builddir)/common:$(top_builddir)/i18n:$(top_builddir)/tools/toolutil
|
||||
|
||||
TOOL=env $(LDLIBRARYPATH_ENVVAR)=$(LPATHS)
|
||||
|
||||
ifeq ($(strip $(PLATFORM)),OS390)
|
||||
TOOL=
|
||||
endif
|
||||
|
||||
|
|
|
@ -16,9 +16,7 @@ top_builddir=../..
|
|||
include $(top_builddir)/icudefs.mk
|
||||
|
||||
CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
|
||||
FFLAGS=@FFLAGS@
|
||||
LIBS=@LIBS@
|
||||
ICULIBS=$(LIBS) -licu-uc -licu-i18n
|
||||
exec_prefix=@exec_prefix@
|
||||
prefix=@prefix@
|
||||
program_transform_name=@program_transform_name@
|
||||
|
@ -53,30 +51,14 @@ LIB_M=@LIB_M@
|
|||
CPP=@CPP@
|
||||
U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
|
||||
U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
|
||||
HAVE_INT8_T=@HAVE_INT8_T@
|
||||
HAVE_UINT8_T=@HAVE_UINT8_T@
|
||||
HAVE_INT16_T=@HAVE_INT16_T@
|
||||
HAVE_UINT16_T=@HAVE_UINT16_T@
|
||||
HAVE_INT32_T=@HAVE_INT32_T@
|
||||
HAVE_UINT32_T=@HAVE_UINT32_T@
|
||||
HAVE_BOOL_T=@HAVE_BOOL_T@
|
||||
platform=@platform@
|
||||
|
||||
|
||||
ld_rpath_suf=@ld_rpath_suf@
|
||||
|
||||
subdir = tools/tmp
|
||||
|
||||
##### Add the following to source/config/Makefile.in
|
||||
|
||||
GENCCODE=$(BINDIR)/genccode
|
||||
GENCMN=$(BINDIR)/gencmn
|
||||
|
||||
LPATHS=$(top_builddir)/common:$(top_builddir)/i18n:$(top_builddir)/tools/toolutil
|
||||
|
||||
TOOL=env $(LDLIBRARYPATH_ENVVAR)=$(LPATHS)
|
||||
|
||||
ifeq ($(strip $(PLATFORM)),OS390)
|
||||
TOOL=
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue