X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..24b030c3fe7824941e953c6e22101547cd4fb55d:/icuSources/tools/genuca/Makefile.in diff --git a/icuSources/tools/genuca/Makefile.in b/icuSources/tools/genuca/Makefile.in index aaf16504..3ec6f6b8 100644 --- a/icuSources/tools/genuca/Makefile.in +++ b/icuSources/tools/genuca/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU - tools/genuca -## 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,18 +12,20 @@ include $(top_builddir)/icudefs.mk ## +TARGET_STUB_NAME = genuca + SECTION = 8 -MAN_FILES = $(TARGET:$(EXEEXT)=).$(SECTION) +MAN_FILES = $(TARGET_STUB_NAME).$(SECTION) ## Build directory information subdir = tools/genuca ## Extra files to remove for 'make clean' -CLEANFILES = *~ $(MAN_FILES) $(DEPS) +CLEANFILES = *~ $(MAN_FILES) $(DEPS) ## Target information -TARGET = genuca$(EXEEXT) +TARGET = $(BINDIR)/$(TARGET_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) @@ -53,9 +55,9 @@ all-local: $(TARGET) $(MAN_FILES) install-local: all-local install-man $(MKINSTALLDIRS) $(DESTDIR)$(sbindir) - $(INSTALL) $(TARGET) $(DESTDIR)$(sbindir)/$(TARGET) + $(INSTALL) $(TARGET) $(DESTDIR)$(sbindir) -