@@ -28,7 +28,7 @@ top_builddir = ..
2828
2929all :
3030
31- check : all table-from table-to ../src/iconv_no_i18n test-shiftseq test-to-wchar
31+ check : all table-from table-to ../src/iconv_no_i18n is-native test-shiftseq test-to-wchar
3232 $(SHELL ) $(srcdir ) /check-stateless $(srcdir ) ASCII
3333# /* General multi-byte encodings */
3434 $(CC) $(LDFLAGS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(srcdir)/genutf8.c ../srclib/libicrt.a -o genutf8 && \
@@ -218,6 +218,12 @@ table-to : table-to.@OBJEXT@ ../lib/libiconv.la
218218table-to.@OBJEXT@ : $(srcdir ) /table-to.c
219219 $(CC ) -c $(INCLUDES ) $(CFLAGS ) $(CPPFLAGS ) $(srcdir ) /table-to.c
220220
221+ is-native : is-native.@OBJEXT@
222+ $(LIBTOOL_LINK ) $(CC ) $(LDFLAGS ) $(CFLAGS ) is-native.@OBJEXT@ ../srclib/libicrt.a -o $@
223+
224+ is-native.@OBJEXT@ : $(srcdir ) /is-native.c
225+ $(CC ) -c $(INCLUDES ) $(CFLAGS ) $(CPPFLAGS ) $(srcdir ) /is-native.c
226+
221227test-shiftseq : test-shiftseq.@OBJEXT@ ../lib/libiconv.la
222228 $(LIBTOOL_LINK ) $(CC ) $(LDFLAGS ) $(CFLAGS ) test-shiftseq.@OBJEXT@ ../srclib/libicrt.a ../lib/libiconv.la -o $@
223229
@@ -237,7 +243,7 @@ test-to-wchar.@OBJEXT@ : $(srcdir)/test-to-wchar.c
237243mostlyclean : clean
238244
239245clean : force
240- $(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
246+ $(RM ) * .@OBJEXT@ * .lo table-from table-from@EXEEXT@ table-to table-to@EXEEXT@ is-native is-native@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
241247 $(RM ) -r .libs _libs
242248
243249distclean : clean
@@ -363,6 +369,7 @@ SOURCE_FILES = \
363369 Quotes.UTF-8 Quotes.ISO-8859-1 Quotes.ASCII \
364370 Translit1.ISO-8859-1 Translit1.ASCII \
365371 TranslitFail1.ISO-8859-1 \
372+ is-native.c \
366373 check-subst \
367374 test-shiftseq.c \
368375 test-to-wchar.c \
@@ -399,7 +406,8 @@ SOURCE_FILES = \
399406 ATARIST.TXT \
400407 RISCOS-LATIN1.TXT
401408# List of distributed files imported from other packages.
402- IMPORTED_FILES =
409+ IMPORTED_FILES = \
410+ qemu.h
403411# List of distributed files generated by autotools or Makefile.devel.
404412GENERATED_FILES =
405413# List of distributed files generated by "make".
0 commit comments