]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/makeconv/Makefile.in
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / tools / makeconv / Makefile.in
index 26f1a650b6ef79737b9453226f4ae016ba40354b..d7750c490c6457b031192af811d1268ac7ca4342 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU - tools/makeconv
-## Copyright (c) 1999-2003, International Business Machines Corporation and
+## Copyright (c) 1999-2004, International Business Machines Corporation and
 ## others. All Rights Reserved.
 ## Stephen F. Booth
 
@@ -13,11 +13,11 @@ include $(top_builddir)/icudefs.mk
 
 ##
 
-SECTION = 1
+TARGET_STUB_NAME = makeconv
 
-MANX_FILES = $(TARGET:$(EXEEXT)=).$(SECTION)
+SECTION = 1
 
-GENERATED_MAN_FILES = $(TARGET:$(EXEEXT)=).$(SECTION)
+MANX_FILES = $(TARGET_STUB_NAME).$(SECTION)
 
 ALL_MAN_FILES = $(MANX_FILES)
 
@@ -26,15 +26,15 @@ ALL_MAN_FILES = $(MANX_FILES)
 subdir = tools/makeconv
 
 ## Extra files to remove for 'make clean'
-CLEANFILES = *~ $(GENERATED_MAN_FILES) $(DEPS) $(CNV_FILES) $(TEST_CNV_FILES)
+CLEANFILES = *~ $(ALL_MAN_FILES) $(DEPS)
 
 ## Target information
-TARGET = makeconv$(EXEEXT)
+TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
 
 CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(srcdir)/../toolutil
 LIBS = $(LIBICUTOOLUTIL) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
 
-OBJECTS = makeconv.o ucnvstat.o genmbcs.o
+OBJECTS = makeconv.o ucnvstat.o genmbcs.o gencnvex.o
 
 DEPS = $(OBJECTS:.o=.d)
 
@@ -59,12 +59,7 @@ all-local: $(TARGET) $(ALL_MAN_FILES)
 
 install-local: all-local install-man
        $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
-       $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)/$(TARGET)
-#      $(MKINSTALLDIRS) $(DESTDIR)$(pkglibdir)
-#      @list='$(notdir $(CNV_FILES)) convrtrs.txt'; for file in $$list; do \
-#              echo $(INSTALL_DATA) $(top_builddir)/data/$$file $(DESTDIR)$(pkglibdir)/$$file; \
-#              $(INSTALL_DATA) $(top_builddir)/data/$$file $(DESTDIR)$(pkglibdir)/$$file; \
-#      done
+       $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
 
 dist-local: