-DAT_FILES=uprops.dat unames.dat cnvalias.dat tz.dat
-# ALL of these files can be deleted (the following BRK files) - they are copied
-BRK_FILES=char.brk line.brk line_th.brk sent.brk word.brk title.brk word_th.brk
-# don't include thaidict.brk - it goes into a resource bundle - plus it isn't deleted
-
-DATAFILESD=$(DAT_FILES:%=$(OBJDATADIR)/%)
-DATAFILESB=$(BRK_FILES:%=$(OBJDATADIR)/%)
-
-# copy the right endianness
-
-ifeq (@U_IS_BIG_ENDIAN@,1)
-$(OBJDATADIR)/%.brk: $(SRCDATADIR)/%BE.brk
- cp $< $@
-else
-$(OBJDATADIR)/%.brk: $(SRCDATADIR)/%LE.brk
- cp $< $@
-endif
-
-#include $(srcdir)/makeconv/ucmfiles.mk
-#-include $(srcdir)/makeconv/ucmebcdic.mk
-#-include $(srcdir)/makeconv/ucmlocal.mk
-ALL_UCM_SOURCE= $(UCM_SOURCE) $(UCM_EBCDIC_SOURCE) $(UCM_SOURCE_LOCAL)
-
-#include $(srcdir)/genrb/genrbfiles.mk
-#-include $(srcdir)/genrb/reslocal.mk
-ALL_RES_SOURCE= $(GENRB_SOURCE) $(TRANSLIT_SOURCE) $(RESOURCE_SRC) $(GENRB_SOURCE_LOCAL)
-
-UCM_FILES = $(ALL_UCM_SOURCE:%=$(SRCDATADIR)/%)
-CNV_FILES = $(ALL_UCM_SOURCE:%.ucm=$(OBJDATADIR)/%.cnv)
-CNV_FILESL = $(ALL_UCM_SOURCE:%.ucm=%.cnv)
-
-RES_SRC_FILES = $(ALL_RES_SOURCE:%=$(SRCDATADIR)/%)
-RES_FILES = $(ALL_RES_SOURCE:%.txt=$(OBJDATADIR)/%.res)
-RES_FILESL = $(ALL_RES_SOURCE:%.txt=%.res)
-
-DATAFILESC=$(CNV_FILES)
-DATAFILESR=$(RES_FILES)
-
-DATAFILES=$(DATAFILESD) $(CNV_FILES) $(DATAFILESB) $(RES_FILES)
-DATAFILESL=$(DAT_FILES) $(CNV_FILESL) $(BRK_FILES) $(RES_FILESL)
-