Diff for /embedaddon/libiconv/tools/Makefile between versions 1.1 and 1.1.1.3

version 1.1, 2012/02/21 22:57:49 version 1.1.1.3, 2021/03/17 13:38:46
Line 66  ALL = \ Line 66  ALL = \
  jisx0208.h \   jisx0208.h \
  jisx0212.h \   jisx0212.h \
  cp932ext.h \   cp932ext.h \
    cp50221_0208_ext.h \
    cp50221_0212_ext.h \
  gb2312.h \   gb2312.h \
  isoir165ext.h \   isoir165ext.h \
  gb12345ext.h \   gb12345ext.h \
Line 90  ALL = \ Line 92  ALL = \
  hkscs1999.h \   hkscs1999.h \
  hkscs2001.h \   hkscs2001.h \
  hkscs2004.h \   hkscs2004.h \
    hkscs2008.h \
  ksc5601.h \   ksc5601.h \
  uhc_1.h \   uhc_1.h \
  uhc_2.h \   uhc_2.h \
Line 327  jisx0212.h : $(TABLESDIR)/unicode.org-mappings/EASTASI Line 330  jisx0212.h : $(TABLESDIR)/unicode.org-mappings/EASTASI
 cp932ext.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/WINDOWS/CP932.TXT cjk_tab_to_h  cp932ext.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/WINDOWS/CP932.TXT cjk_tab_to_h
         (echo '#' ; grep '^0x\(87\|E[D-F]\|F[0-9A-F]\)[0-9A-F][0-9A-F]' < $< ) | ./cjk_tab_to_h 'CP932 extensions' cp932ext > $@          (echo '#' ; grep '^0x\(87\|E[D-F]\|F[0-9A-F]\)[0-9A-F][0-9A-F]' < $< ) | ./cjk_tab_to_h 'CP932 extensions' cp932ext > $@
   
   cp50221_0208_ext.h : CP50221-0208-EXT.TXT 8bit_tab_to_h
           ./8bit_tab_to_h 'CP50221 JISX0208 extensions' cp50221_0208_ext < $<
   
   cp50221_0212_ext.h : CP50221-0212-EXT.TXT 8bit_tab_to_h
           ./8bit_tab_to_h 'CP50221 JISX0212 extensions' cp50221_0212_ext < $<
   
 gb2312.h : $(TABLESDIR)/unicode.org-mappings/EASTASIA/GB/GB2312.TXT cjk_tab_to_h  gb2312.h : $(TABLESDIR)/unicode.org-mappings/EASTASIA/GB/GB2312.TXT cjk_tab_to_h
         ./cjk_tab_to_h GB2312.1980-0 gb2312 < $< > $@          ./cjk_tab_to_h GB2312.1980-0 gb2312 < $< > $@
   
Line 407  hkscs2001.h : $(TABLESDIR)/big5hkscs/HKSCS-2001_2006-D Line 416  hkscs2001.h : $(TABLESDIR)/big5hkscs/HKSCS-2001_2006-D
   
 hkscs2004.h : $(TABLESDIR)/big5hkscs/HKSCS-2004_2006-DELTA.TXT cjk_tab_to_h  hkscs2004.h : $(TABLESDIR)/big5hkscs/HKSCS-2004_2006-DELTA.TXT cjk_tab_to_h
         (echo '#' ; grep -v , $<) | ./cjk_tab_to_h HKSCS:2004 hkscs2004 > $@          (echo '#' ; grep -v , $<) | ./cjk_tab_to_h HKSCS:2004 hkscs2004 > $@
   
   hkscs2008.h : $(TABLESDIR)/big5hkscs/HKSCS-2008_2010-DELTA.TXT cjk_tab_to_h
           (echo '#' ; grep -v , $<) | ./cjk_tab_to_h HKSCS:2008 hkscs2008 > $@
   
 # We use a modified KSC 5601 = KSX 1001 table. Jungshik Shin <jshin@mailaps.org>  # We use a modified KSC 5601 = KSX 1001 table. Jungshik Shin <jshin@mailaps.org>
 # reports that Prof. GIM Geongseog (KIM Keyongseok) <gimgs@asadal.cs.pusan.ac.kr>  # reports that Prof. GIM Geongseog (KIM Keyongseok) <gimgs@asadal.cs.pusan.ac.kr>

Removed from v.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>