ICU-692 make it work out of source, please...
X-SVN-Rev: 2801
This commit is contained in:
parent
91a6c7c3fa
commit
c27ba65a7c
@ -10,14 +10,15 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
|
||||||
|
|
||||||
## Build directory information
|
|
||||||
top_builddir = .
|
top_builddir = .
|
||||||
subdir = .
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
||||||
|
## Build directory information
|
||||||
|
subdir = .
|
||||||
|
|
||||||
AUTOCONF = @AUTOCONF@
|
AUTOCONF = @AUTOCONF@
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
@ -114,7 +115,7 @@ clean-local:
|
|||||||
test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
|
test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
|
||||||
|
|
||||||
distclean-local: clean-local
|
distclean-local: clean-local
|
||||||
$(RMV) Makefile icudefs.mk config/Makefile
|
$(RMV) Makefile README icudefs.mk config/Makefile
|
||||||
$(RMV) $(top_builddir)/config/Makefile.inc
|
$(RMV) $(top_builddir)/config/Makefile.inc
|
||||||
$(RMV) config.cache config.log config.status
|
$(RMV) config.cache config.log config.status
|
||||||
$(RMV) common/unicode/platform.h common/icucfg.h
|
$(RMV) common/unicode/platform.h common/icucfg.h
|
||||||
|
@ -14,13 +14,14 @@ SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ..
|
|
||||||
subdir = common
|
subdir = common
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -11,10 +11,11 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ..
|
|
||||||
subdir = data
|
subdir = data
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
|
@ -11,10 +11,11 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ..
|
|
||||||
subdir = extra
|
subdir = extra
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
|
@ -14,13 +14,14 @@ SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = extra/ustdio
|
subdir = extra/ustdio
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -8,13 +8,14 @@ SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ..
|
|
||||||
subdir = i18n
|
subdir = i18n
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -6,10 +6,11 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ..
|
|
||||||
subdir = samples
|
subdir = samples
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
|
@ -6,13 +6,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = samples/XMLConverter
|
subdir = samples/XMLConverter
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
CLEANFILES = *~ $(DEPS)
|
CLEANFILES = *~ $(DEPS)
|
||||||
|
@ -6,13 +6,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = samples/cal
|
subdir = samples/cal
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -6,13 +6,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = samples/date
|
subdir = samples/date
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -6,13 +6,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ..
|
|
||||||
subdir = test
|
subdir = test
|
||||||
|
|
||||||
## Files to remove for 'make clean'
|
## Files to remove for 'make clean'
|
||||||
|
@ -6,13 +6,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = test/cintltst
|
subdir = test/cintltst
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -6,13 +6,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = test/ieeetest
|
subdir = test/ieeetest
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -6,13 +6,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = test/intltest
|
subdir = test/intltest
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
5
icu4c/source/test/testdata/Makefile.in
vendored
5
icu4c/source/test/testdata/Makefile.in
vendored
@ -11,13 +11,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = test/testdata
|
subdir = test/testdata
|
||||||
|
|
||||||
## Optional directory setup
|
## Optional directory setup
|
||||||
|
@ -6,13 +6,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = test/testmap
|
subdir = test/testmap
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -6,7 +6,9 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
@ -17,7 +19,6 @@ CFLAGS = @CFLAGS@
|
|||||||
CXXFLAGS = @CXXFLAGS@
|
CXXFLAGS = @CXXFLAGS@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ..
|
|
||||||
subdir = tools
|
subdir = tools
|
||||||
|
|
||||||
## Allow overriding of package build mode
|
## Allow overriding of package build mode
|
||||||
|
@ -7,13 +7,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/ctestfw
|
subdir = tools/ctestfw
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -7,13 +7,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/genccode
|
subdir = tools/genccode
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -7,13 +7,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/gencmn
|
subdir = tools/gencmn
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -7,13 +7,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/gencnval
|
subdir = tools/gencnval
|
||||||
|
|
||||||
##
|
##
|
||||||
|
@ -7,13 +7,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/gennames
|
subdir = tools/gennames
|
||||||
|
|
||||||
ICUDATADIR=$(top_builddir)/data/
|
ICUDATADIR=$(top_builddir)/data/
|
||||||
|
@ -7,7 +7,9 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
@ -15,7 +17,6 @@ include @platform_make_fragment@
|
|||||||
##
|
##
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/genprops
|
subdir = tools/genprops
|
||||||
|
|
||||||
ICUDATADIR=$(top_builddir)/data
|
ICUDATADIR=$(top_builddir)/data
|
||||||
|
@ -6,7 +6,9 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
|
|
||||||
@ -19,7 +21,6 @@ SECTION = 8
|
|||||||
MAN_FILES = $(TARGET).$(SECTION)
|
MAN_FILES = $(TARGET).$(SECTION)
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/genrb
|
subdir = tools/genrb
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -8,13 +8,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/gentest
|
subdir = tools/gentest
|
||||||
|
|
||||||
##
|
##
|
||||||
|
@ -7,13 +7,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/gentz
|
subdir = tools/gentz
|
||||||
|
|
||||||
##
|
##
|
||||||
|
@ -5,7 +5,9 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
@ -25,7 +27,6 @@ include $(srcdir)/ucmfiles.mk
|
|||||||
-include $(srcdir)/ucmlocal.mk
|
-include $(srcdir)/ucmlocal.mk
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/makeconv
|
subdir = tools/makeconv
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -7,13 +7,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/pkgdata
|
subdir = tools/pkgdata
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -5,13 +5,14 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/rbdump
|
subdir = tools/rbdump
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
@ -8,13 +8,14 @@ SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
include $(top_srcdir)/icudefs.mk
|
top_builddir = ../..
|
||||||
|
|
||||||
|
include $(top_builddir)/icudefs.mk
|
||||||
|
|
||||||
## Platform-specific setup
|
## Platform-specific setup
|
||||||
include @platform_make_fragment@
|
include @platform_make_fragment@
|
||||||
|
|
||||||
## Build directory information
|
## Build directory information
|
||||||
top_builddir = ../..
|
|
||||||
subdir = tools/toolutil
|
subdir = tools/toolutil
|
||||||
|
|
||||||
## Extra files to remove for 'make clean'
|
## Extra files to remove for 'make clean'
|
||||||
|
Loading…
Reference in New Issue
Block a user