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

version 1.1.1.2, 2012/05/29 09:29:44 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 327  jisx0212.h : $(TABLESDIR)/unicode.org-mappings/EASTASI Line 329  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 < $< > $@

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


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