X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..03115e547b9a040702fdddc7f9bf4c315a8c62a7:/icuSources/tools/genrb/Makefile.in diff --git a/icuSources/tools/genrb/Makefile.in b/icuSources/tools/genrb/Makefile.in index eb3d56fe..e43634ac 100644 --- a/icuSources/tools/genrb/Makefile.in +++ b/icuSources/tools/genrb/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU - tools/genrb -## Copyright (c) 1999-2003, International Business Machines Corporation and +## Copyright (c) 1999-2004, International Business Machines Corporation and ## others. All Rights Reserved. ## Source directory information @@ -12,25 +12,28 @@ include $(top_builddir)/icudefs.mk ## +TARGET_STUB_NAME = genrb +DERB_STUB_NAME = derb + SECTION = 1 -MAN_FILES = $(TARGET:$(EXEEXT)=).$(SECTION) $(DERB:$(EXEEXT)=).$(SECTION) +MAN_FILES = $(TARGET_STUB_NAME).$(SECTION) $(DERB_STUB_NAME).$(SECTION) ## Build directory information subdir = tools/genrb ## Extra files to remove for 'make clean' -CLEANFILES = *~ $(MAN_FILES) $(DEPS) +CLEANFILES = *~ $(MAN_FILES) $(DEPS) $(DERB_DEPS) ## Target information -TARGET = genrb$(EXEEXT) -DERB = derb$(EXEEXT) +TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT) +DERB = $(BINDIR)/$(DERB_STUB_NAME)$(EXEEXT) CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil LIBS = $(LIBICUI18N) $(LIBICUTOOLUTIL) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) OBJECTS = errmsg.o genrb.o parse.o read.o reslist.o ustr.o util.o \ -wrtjava.o rle.o wrtxml.o +wrtjava.o rle.o wrtxml.o prscmnts.o DERB_OBJ = derb.o DEPS = $(OBJECTS:.o=.d) @@ -59,7 +62,7 @@ install-local: all-local install-man $(INSTALL) $(TARGET) $(DESTDIR)$(bindir) $(INSTALL) $(DERB) $(DESTDIR)$(bindir) -