]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genuca/Makefile.in
ICU-6.2.13.tar.gz
[apple/icu.git] / icuSources / tools / genuca / Makefile.in
index aaf1650492e95021c08ab0e5272ae111deb139cc..3ec6f6b8d1516717d04c6850b5e9d7585e4dd950 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU - tools/genuca
 ## 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
 ## others. All Rights Reserved.
 
 ## Source directory information
@@ -12,18 +12,20 @@ include $(top_builddir)/icudefs.mk
 
 ##
 
 
 ##
 
+TARGET_STUB_NAME = genuca
+
 SECTION = 8
 
 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'
 
 ## Build directory information
 subdir = tools/genuca
 
 ## Extra files to remove for 'make clean'
-CLEANFILES = *~ $(MAN_FILES) $(DEPS) 
+CLEANFILES = *~ $(MAN_FILES) $(DEPS)
 
 ## Target information
 
 ## 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)
 
 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-local: all-local install-man
        $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
-       $(INSTALL) $(TARGET) $(DESTDIR)$(sbindir)/$(TARGET)
+       $(INSTALL) $(TARGET) $(DESTDIR)$(sbindir)
 
 
-<dist-local:
+dist-local:
 
 clean-local: 
        test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
 
 clean-local: 
        test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)