1999-08-16 21:50:52 +00:00
|
|
|
## Makefile.in for ICU - tools/genrb
|
2000-01-17 19:48:20 +00:00
|
|
|
## Copyright (c) 1999, International Business Machines Corporation and
|
|
|
|
## others. All Rights Reserved.
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
## Shell to use
|
|
|
|
SHELL = @SHELL@
|
|
|
|
|
|
|
|
## Install directory information
|
|
|
|
srcdir = @srcdir@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
|
|
|
|
bindir = @bindir@
|
|
|
|
sbindir = @sbindir@
|
|
|
|
datadir = @datadir@
|
|
|
|
libdir = @libdir@
|
|
|
|
includedir = @includedir@
|
|
|
|
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
|
|
|
|
## Install program information
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
|
|
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
|
|
|
|
## Compiler/tools information
|
|
|
|
CC = @CC@
|
|
|
|
CXX = @CXX@
|
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
VERSION = @VERSION@
|
|
|
|
|
|
|
|
## Platform-specific setup
|
|
|
|
@host_frag@
|
|
|
|
|
|
|
|
## Build directory information
|
|
|
|
top_builddir = ../..
|
|
|
|
subdir = tools/genrb
|
|
|
|
|
|
|
|
## Extra files to remove for 'make clean'
|
|
|
|
CLEANFILES = *~
|
|
|
|
|
|
|
|
## Target information
|
|
|
|
TARGET = genrb
|
|
|
|
|
|
|
|
DEFS = @DEFS@
|
2000-02-07 21:00:53 +00:00
|
|
|
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/extra/ustdio -I$(srcdir)/../toolutil
|
1999-08-16 21:50:52 +00:00
|
|
|
CFLAGS = @CFLAGS@
|
|
|
|
CXXFLAGS = @CXXFLAGS@
|
|
|
|
LDFLAGS = @LDFLAGS@ \
|
2000-02-12 05:54:43 +00:00
|
|
|
$(LD_RPATH)$(LD_RPATH_PRE)$(libdir)@ld_rpath_suf@$(LD_RPATH_PRE)$(top_builddir)/common@ld_rpath_suf@$(LD_RPATH_PRE)$(top_builddir)/i18n@ld_rpath_suf@$(LD_RPATH_PRE)$(top_builddir)/tools/toolutil@ld_rpath_suf@$(LD_RPATH_PRE)$(top_builddir)/extra/ustdio
|
2000-03-29 20:28:29 +00:00
|
|
|
LIBS = $(LIBICU-UC) $(LIBICU-I18N) @LIBS@ @LIB_M@ $(LIBICU-TOOLUTIL) $(LIBUSTDIO)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-05-15 18:39:17 +00:00
|
|
|
##OBJECTS = error.o genrb.o ustr.o parse.o read.o write.o list.o \
|
|
|
|
##rblist.o util.o
|
|
|
|
OBJECTS = error.o genrb.o parse.o read.o reslist.o ustr.o util.o
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
DEPS = $(OBJECTS:.o=.d)
|
|
|
|
|
2000-05-15 18:39:17 +00:00
|
|
|
include genrbfiles.mk
|
|
|
|
-include reslocal.mk
|
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
## List of resource bundles to build
|
2000-05-15 18:39:17 +00:00
|
|
|
TXT_SOURCE = $(GENRB_SOURCE) $(TRANSLIT_SOURCE)
|
|
|
|
|
|
|
|
#TXT_SOURCE = ar.txt ar_AE.txt ar_BH.txt ar_DZ.txt ar_EG.txt ar_IQ.txt \
|
|
|
|
#ar_JO.txt ar_KW.txt ar_LB.txt ar_LY.txt ar_MA.txt ar_OM.txt ar_QA.txt \
|
|
|
|
#ar_SA.txt ar_SD.txt ar_SY.txt ar_TN.txt ar_YE.txt be.txt be_BY.txt \
|
|
|
|
#bg.txt bg_BG.txt ca.txt ca_ES.txt ca_ES_EURO.txt cs.txt cs_CZ.txt \
|
|
|
|
#da.txt da_DK.txt de.txt de_AT.txt de_AT_EURO.txt de_CH.txt de_DE.txt \
|
|
|
|
#de_DE_EURO.txt de_LU.txt de_LU_EURO.txt el.txt el_GR.txt en.txt \
|
|
|
|
#en_AU.txt en_BE.txt en_CA.txt en_GB.txt en_IE.txt en_IE_EURO.txt \
|
|
|
|
#en_NZ.txt en_US.txt en_ZA.txt es.txt es_AR.txt es_BO.txt es_CL.txt \
|
|
|
|
#es_CO.txt es_CR.txt es_DO.txt es_EC.txt es_ES.txt es_ES_EURO.txt \
|
|
|
|
#es_GT.txt es_HN.txt es_MX.txt es_NI.txt es_PA.txt es_PE.txt es_PR.txt \
|
|
|
|
#es_PY.txt es_SV.txt es_UY.txt es_VE.txt et.txt et_EE.txt fi.txt \
|
|
|
|
#fi_FI.txt fi_FI_EURO.txt fr.txt fr_BE.txt fr_BE_EURO.txt fr_CA.txt \
|
|
|
|
#fr_CH.txt fr_FR.txt fr_FR_EURO.txt fr_LU.txt fr_LU_EURO.txt hr.txt \
|
|
|
|
#hr_HR.txt hu.txt hu_HU.txt is.txt is_IS.txt it.txt it_CH.txt it_IT.txt \
|
|
|
|
#it_IT_EURO.txt iw.txt iw_IL.txt ja.txt ja_JP.txt ko.txt ko_KR.txt \
|
|
|
|
#lt.txt lt_LT.txt lv.txt lv_LV.txt mk.txt mk_MK.txt nl.txt nl_BE.txt \
|
|
|
|
#nl_BE_EURO.txt nl_NL.txt nl_NL_EURO.txt no.txt no_NO.txt no_NO_NY.txt \
|
|
|
|
#pl.txt pl_PL.txt pt.txt pt_BR.txt pt_PT.txt pt_PT_EURO.txt ro.txt \
|
|
|
|
#ro_RO.txt ru.txt ru_RU.txt sh.txt sh_YU.txt sk.txt sk_SK.txt sl.txt \
|
|
|
|
#sl_SI.txt sq.txt sq_AL.txt sr.txt sr_YU.txt sv.txt sv_SE.txt th.txt \
|
|
|
|
#th_TH.txt tr.txt tr_TR.txt uk.txt uk_UA.txt vi.txt vi_VN.txt zh.txt \
|
|
|
|
#zh_CN.txt zh_HK.txt zh_TW.txt root.txt index.txt
|
|
|
|
|
|
|
|
#TRANSLIT_SOURCE = kbdescl1.txt larabic.txt ldevan.txt \
|
|
|
|
#lgreek.txt fullhalf.txt lhebrew.txt lkana.txt lcyril.txt \
|
|
|
|
#quotes.txt ucname.txt index.txt ljamo.txt
|
1999-11-22 19:31:05 +00:00
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
TXT_FILES = $(TXT_SOURCE:%=$(top_srcdir)/../data/%)
|
2000-02-16 22:38:38 +00:00
|
|
|
RES_FILES = $(TXT_FILES:$(top_srcdir)/../data/%.txt=@DATABUILDDIR@/%.res)
|
2000-05-15 18:39:17 +00:00
|
|
|
#TRANSLIT_FILES = $(TRANSLIT_SOURCE:%=$(top_srcdir)/../data/translit/%)
|
|
|
|
#TRANSLIT_RES = $(TRANSLIT_SOURCE:%.txt=@DATABUILDDIR@/translit/%.res)
|
2000-05-15 19:52:31 +00:00
|
|
|
TEST_FILES = @DATABUILDDIR@/../source/test/testdata/root.res \
|
2000-02-16 22:38:38 +00:00
|
|
|
@DATABUILDDIR@/../source/test/testdata/te.res \
|
|
|
|
@DATABUILDDIR@/../source/test/testdata/te_IN.res
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
## List of phony targets
|
|
|
|
.PHONY : all all-local install install-local clean clean-local \
|
2000-03-09 06:36:27 +00:00
|
|
|
distclean distclean-local dist dist-local check \
|
1999-08-16 21:50:52 +00:00
|
|
|
check-local
|
|
|
|
|
|
|
|
## Clear suffix list
|
|
|
|
.SUFFIXES :
|
|
|
|
|
|
|
|
## List of standard targets
|
|
|
|
all: all-local
|
|
|
|
install: install-local
|
|
|
|
clean: clean-local
|
|
|
|
distclean : distclean-local
|
|
|
|
dist: dist-local
|
|
|
|
check: check-local
|
|
|
|
|
1999-11-22 19:31:05 +00:00
|
|
|
all-local: $(TARGET) $(RES_FILES) $(TRANSLIT_RES) $(TEST_FILES)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-03-09 06:36:27 +00:00
|
|
|
install-local: all-local
|
2000-03-10 22:55:19 +00:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(sbindir)
|
|
|
|
$(INSTALL) $(TARGET) $(DESTDIR)$(sbindir)/$(TARGET)
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$(VERSION)
|
1999-08-16 21:50:52 +00:00
|
|
|
@list='$(notdir $(RES_FILES))'; for file in $$list; do \
|
2000-03-15 20:03:54 +00:00
|
|
|
echo $(INSTALL_DATA) @DATABUILDDIR@/$$file $(DESTDIR)$(pkgdatadir)/$(VERSION)/$$file; \
|
|
|
|
$(INSTALL_DATA) @DATABUILDDIR@/$$file $(DESTDIR)$(pkgdatadir)/$(VERSION)/$$file; \
|
1999-08-16 21:50:52 +00:00
|
|
|
done
|
2000-03-10 22:55:19 +00:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$(VERSION)/translit
|
1999-11-22 19:31:05 +00:00
|
|
|
@list='$(notdir $(TRANSLIT_RES))'; for file in $$list; do \
|
2000-03-15 20:03:54 +00:00
|
|
|
echo $(INSTALL_DATA) @DATABUILDDIR@/translit/$$file $(DESTDIR)$(pkgdatadir)/$(VERSION)/translit/$$file; \
|
|
|
|
$(INSTALL_DATA) @DATABUILDDIR@/translit/$$file $(DESTDIR)$(pkgdatadir)/$(VERSION)/translit/$$file; \
|
1999-11-22 19:31:05 +00:00
|
|
|
done
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
dist-local:
|
|
|
|
|
2000-03-09 06:36:27 +00:00
|
|
|
clean-local:
|
2000-05-15 22:32:11 +00:00
|
|
|
test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
|
|
|
|
$(RMV) $(TARGET) $(OBJECTS)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
distclean-local: clean-local
|
2000-05-15 22:32:11 +00:00
|
|
|
$(RMV) Makefile $(DEPS) $(RES_FILES) $(TRANSLIT_RES) $(TEST_FILES)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
check-local:
|
|
|
|
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
cd $(top_builddir) \
|
|
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
|
|
|
$(TARGET) : $(OBJECTS)
|
2000-02-12 05:54:43 +00:00
|
|
|
$(LINK.c) -o $@ $^ $(LIBS)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-02-16 22:38:38 +00:00
|
|
|
## Rule to build a compiled res file.
|
|
|
|
## Note the order of the next three rules here is important!
|
|
|
|
|
|
|
|
@DATABUILDDIR@/../source/test/testdata/%.res : $(top_srcdir)/test/testdata/%.txt
|
|
|
|
@echo "Creating testdata resource file for $<"
|
2000-05-15 18:39:17 +00:00
|
|
|
@ICU_DATA=@DATABUILDDIR@ ./genrb -d@DATABUILDDIR@/../source/test/testdata/ $<
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-05-15 18:39:17 +00:00
|
|
|
#@DATABUILDDIR@/translit/%.res : $(top_srcdir)/../data/translit/%.txt
|
|
|
|
# @echo "Creating translit resource file for $<"
|
|
|
|
# @ICU_DATA=@DATABUILDDIR@ ./genrb -d@DATABUILDDIR@/translit/ $<
|
2000-02-12 05:54:43 +00:00
|
|
|
|
2000-02-16 22:38:38 +00:00
|
|
|
@DATABUILDDIR@/%.res : $(top_srcdir)/../data/%.txt
|
2000-02-12 05:54:43 +00:00
|
|
|
@echo "Creating compiled resource file for $<"
|
2000-05-15 18:39:17 +00:00
|
|
|
@ICU_DATA=@DATABUILDDIR@ ./genrb -d@DATABUILDDIR@/ $<
|
2000-02-16 22:38:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
# the 'mv' will always fail if you are building in the source dir
|
|
|
|
|
2000-04-13 22:08:07 +00:00
|
|
|
all-local:
|
|
|
|
install-local:
|
2000-02-12 05:54:43 +00:00
|
|
|
|
2000-04-13 22:08:07 +00:00
|
|
|
ifeq (,$(MAKECMDGOALS))
|
|
|
|
-include $(DEPS)
|
|
|
|
else
|
2000-04-05 22:14:24 +00:00
|
|
|
ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
|
1999-08-16 21:50:52 +00:00
|
|
|
-include $(DEPS)
|
|
|
|
endif
|
2000-04-13 22:08:07 +00:00
|
|
|
endif
|