version 1.1.1.1, 2012/02/21 22:57:49
|
version 1.1.1.2, 2012/05/29 09:29:43
|
Line 28 top_builddir = ..
|
Line 28 top_builddir = ..
|
|
|
all : |
all : |
|
|
check : all table-from table-to ../src/iconv_no_i18n test-shiftseq | check : all table-from table-to ../src/iconv_no_i18n test-shiftseq test-to-wchar |
$(srcdir)/check-stateless $(srcdir) ASCII |
$(srcdir)/check-stateless $(srcdir) ASCII |
# /* General multi-byte encodings */ |
# /* General multi-byte encodings */ |
$(CC) $(LDFLAGS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(srcdir)/genutf8.c ../srclib/libicrt.a -o genutf8 && \ |
$(CC) $(LDFLAGS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(srcdir)/genutf8.c ../srclib/libicrt.a -o genutf8 && \ |
Line 142 check : all table-from table-to ../src/iconv_no_i18n t
|
Line 142 check : all table-from table-to ../src/iconv_no_i18n t
|
$(srcdir)/check-stateful $(srcdir) BIG5-HKSCS:2001 |
$(srcdir)/check-stateful $(srcdir) BIG5-HKSCS:2001 |
$(srcdir)/check-stateless $(srcdir) BIG5-HKSCS:2004 |
$(srcdir)/check-stateless $(srcdir) BIG5-HKSCS:2004 |
$(srcdir)/check-stateful $(srcdir) BIG5-HKSCS:2004 |
$(srcdir)/check-stateful $(srcdir) BIG5-HKSCS:2004 |
|
$(srcdir)/check-stateless $(srcdir) BIG5-HKSCS:2008 |
|
$(srcdir)/check-stateful $(srcdir) BIG5-HKSCS:2008 |
$(srcdir)/check-stateless $(srcdir) EUC-KR |
$(srcdir)/check-stateless $(srcdir) EUC-KR |
$(srcdir)/check-stateless $(srcdir) CP949 |
$(srcdir)/check-stateless $(srcdir) CP949 |
$(srcdir)/check-stateless $(srcdir) JOHAB |
$(srcdir)/check-stateless $(srcdir) JOHAB |
Line 157 check : all table-from table-to ../src/iconv_no_i18n t
|
Line 159 check : all table-from table-to ../src/iconv_no_i18n t
|
$(srcdir)/check-subst |
$(srcdir)/check-subst |
# /* shift sequence before invalid multibyte character */ |
# /* shift sequence before invalid multibyte character */ |
./test-shiftseq |
./test-shiftseq |
|
# /* conversion to wchar_t */ |
|
./test-to-wchar |
|
|
check-extra: check-extra-@USE_EXTRA_ENCODINGS@ |
check-extra: check-extra-@USE_EXTRA_ENCODINGS@ |
check-extra-no: |
check-extra-no: |
Line 217 test-shiftseq : test-shiftseq.@OBJEXT@ ../lib/libiconv
|
Line 221 test-shiftseq : test-shiftseq.@OBJEXT@ ../lib/libiconv
|
test-shiftseq.@OBJEXT@ : $(srcdir)/test-shiftseq.c |
test-shiftseq.@OBJEXT@ : $(srcdir)/test-shiftseq.c |
$(CC) -c $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(srcdir)/test-shiftseq.c |
$(CC) -c $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(srcdir)/test-shiftseq.c |
|
|
|
test-to-wchar : test-to-wchar.@OBJEXT@ ../lib/libiconv.la |
|
$(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(CFLAGS) test-to-wchar.@OBJEXT@ ../srclib/libicrt.a ../lib/libiconv.la -o $@ |
|
|
|
test-to-wchar.@OBJEXT@ : $(srcdir)/test-to-wchar.c |
|
$(CC) -c $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(srcdir)/test-to-wchar.c |
|
|
# The following rule is necessary to avoid a toplevel "make -n check" failure. |
# The following rule is necessary to avoid a toplevel "make -n check" failure. |
../lib/libiconv.la : |
../lib/libiconv.la : |
cd ../lib && $(MAKE) libiconv.la |
cd ../lib && $(MAKE) libiconv.la |
Line 224 test-shiftseq.@OBJEXT@ : $(srcdir)/test-shiftseq.c
|
Line 234 test-shiftseq.@OBJEXT@ : $(srcdir)/test-shiftseq.c
|
mostlyclean : clean |
mostlyclean : clean |
|
|
clean : force |
clean : force |
$(RM) *.@OBJEXT@ *.lo table-from table-from@EXEEXT@ table-to table-to@EXEEXT@ test-shiftseq test-shiftseq@EXEEXT@ tmp-* genutf8 genutf8@EXEEXT@ UTF-8.TXT gengb18030z gengb18030z@EXEEXT@ GB18030.TXT core *.stackdump | $(RM) *.@OBJEXT@ *.lo table-from table-from@EXEEXT@ table-to table-to@EXEEXT@ test-shiftseq test-shiftseq@EXEEXT@ test-to-wchar test-to-wchar@EXEEXT@ tmp-* genutf8 genutf8@EXEEXT@ UTF-8.TXT gengb18030z gengb18030z@EXEEXT@ GB18030.TXT core *.stackdump |
$(RM) -r .libs _libs |
$(RM) -r .libs _libs |
|
|
distclean : clean |
distclean : clean |