diff --git a/project/jni/application/ltris-1.0.15/ABOUT-NLS b/project/jni/application/ltris-1.0.15/ABOUT-NLS new file mode 100644 index 000000000..2f50c6693 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/ABOUT-NLS @@ -0,0 +1,768 @@ +Notes on the Free Translation Project +************************************* + +Free software is going international! The Free Translation Project is +a way to get maintainers of free software, translators, and users all +together, so that will gradually become able to speak many languages. +A few packages already provide translations for their messages. + + If you found this `ABOUT-NLS' file inside a distribution, you may +assume that the distributed package does use GNU `gettext' internally, +itself available at your nearest GNU archive site. But you do _not_ +need to install GNU `gettext' prior to configuring, installing or using +this package with messages translated. + + Installers will find here some useful hints. These notes also +explain how users should proceed for getting the programs to use the +available translations. They tell how people wanting to contribute and +work at translations should contact the appropriate team. + + When reporting bugs in the `intl/' directory or bugs which may be +related to internationalization, you should tell about the version of +`gettext' which is used. The information can be found in the +`intl/VERSION' file, in internationalized packages. + +Quick configuration advice +========================== + +If you want to exploit the full power of internationalization, you +should configure it using + + ./configure --with-included-gettext + +to force usage of internationalizing routines provided within this +package, despite the existence of internationalizing capabilities in the +operating system where this package is being installed. So far, only +the `gettext' implementation in the GNU C library version 2 provides as +many features (such as locale alias, message inheritance, automatic +charset conversion or plural form handling) as the implementation here. +It is also not possible to offer this additional functionality on top +of a `catgets' implementation. Future versions of GNU `gettext' will +very likely convey even more functionality. So it might be a good idea +to change to GNU `gettext' as soon as possible. + + So you need _not_ provide this option if you are using GNU libc 2 or +you have installed a recent copy of the GNU gettext package with the +included `libintl'. + +INSTALL Matters +=============== + +Some packages are "localizable" when properly installed; the programs +they contain can be made to speak your own native language. Most such +packages use GNU `gettext'. Other packages have their own ways to +internationalization, predating GNU `gettext'. + + By default, this package will be installed to allow translation of +messages. It will automatically detect whether the system already +provides the GNU `gettext' functions. If not, the GNU `gettext' own +library will be used. This library is wholly contained within this +package, usually in the `intl/' subdirectory, so prior installation of +the GNU `gettext' package is _not_ required. Installers may use +special options at configuration time for changing the default +behaviour. The commands: + + ./configure --with-included-gettext + ./configure --disable-nls + +will respectively bypass any pre-existing `gettext' to use the +internationalizing routines provided within this package, or else, +_totally_ disable translation of messages. + + When you already have GNU `gettext' installed on your system and run +configure without an option for your new package, `configure' will +probably detect the previously built and installed `libintl.a' file and +will decide to use this. This might be not what is desirable. You +should use the more recent version of the GNU `gettext' library. I.e. +if the file `intl/VERSION' shows that the library which comes with this +package is more recent, you should use + + ./configure --with-included-gettext + +to prevent auto-detection. + + The configuration process will not test for the `catgets' function +and therefore it will not be used. The reason is that even an +emulation of `gettext' on top of `catgets' could not provide all the +extensions of the GNU `gettext' library. + + Internationalized packages have usually many `po/LL.po' files, where +LL gives an ISO 639 two-letter code identifying the language. Unless +translations have been forbidden at `configure' time by using the +`--disable-nls' switch, all available translations are installed +together with the package. However, the environment variable `LINGUAS' +may be set, prior to configuration, to limit the installed set. +`LINGUAS' should then contain a space separated list of two-letter +codes, stating which languages are allowed. + +Using This Package +================== + +As a user, if your language has been installed for this package, you +only have to set the `LANG' environment variable to the appropriate +`LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, +and `CC' is an ISO 3166 two-letter country code. For example, let's +suppose that you speak German and live in Germany. At the shell +prompt, merely execute `setenv LANG de_DE' (in `csh'), +`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). +This can be done from your `.login' or `.profile' file, once and for +all. + + You might think that the country code specification is redundant. +But in fact, some languages have dialects in different countries. For +example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The +country code serves to distinguish the dialects. + + The locale naming convention of `LL_CC', with `LL' denoting the +language and `CC' denoting the country, is the one use on systems based +on GNU libc. On other systems, some variations of this scheme are +used, such as `LL' or `LL_CC.ENCODING'. You can get the list of +locales supported by your system for your country by running the command +`locale -a | grep '^LL''. + + Not all programs have translations for all languages. By default, an +English message is shown in place of a nonexistent translation. If you +understand other languages, you can set up a priority list of languages. +This is done through a different environment variable, called +`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' +for the purpose of message handling, but you still need to have `LANG' +set to the primary language; this is required by other parts of the +system libraries. For example, some Swedish users who would rather +read translations in German than English for when Swedish is not +available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. + + Special advice for Norwegian users: The language code for Norwegian +bokma*l changed from `no' to `nb' recently (in 2003). During the +transition period, while some message catalogs for this language are +installed under `nb' and some older ones under `no', it's recommended +for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and +older translations are used. + + In the `LANGUAGE' environment variable, but not in the `LANG' +environment variable, `LL_CC' combinations can be abbreviated as `LL' +to denote the language's main dialect. For example, `de' is equivalent +to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' +(Portuguese as spoken in Portugal) in this context. + +Translating Teams +================= + +For the Free Translation Project to be a success, we need interested +people who like their own language and write it well, and who are also +able to synergize with other translators speaking the same language. +Each translation team has its own mailing list. The up-to-date list of +teams can be found at the Free Translation Project's homepage, +`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams" +area. + + If you'd like to volunteer to _work_ at translating messages, you +should become a member of the translating team for your own language. +The subscribing address is _not_ the same as the list itself, it has +`-request' appended. For example, speakers of Swedish can send a +message to `sv-request@li.org', having this message body: + + subscribe + + Keep in mind that team members are expected to participate +_actively_ in translations, or at solving translational difficulties, +rather than merely lurking around. If your team does not exist yet and +you want to start one, or if you are unsure about what to do or how to +get started, please write to `translation@iro.umontreal.ca' to reach the +coordinator for all translator teams. + + The English team is special. It works at improving and uniformizing +the terminology in use. Proven linguistic skill are praised more than +programming skill, here. + +Available Packages +================== + +Languages are not equally supported in all packages. The following +matrix shows the current state of internationalization, as of January +2004. The matrix shows, in regard of each package, for which languages +PO files have been submitted to translation coordination, with a +translation percentage of at least 50%. + + Ready PO files af am ar az be bg bs ca cs da de el en en_GB eo es + +----------------------------------------------------+ + a2ps | [] [] [] [] | + aegis | () | + ant-phone | () | + anubis | | + ap-utils | | + aspell | [] | + bash | [] [] [] [] | + batchelor | | + bfd | [] [] | + binutils | [] [] | + bison | [] [] [] | + bluez-pin | [] [] [] | + clisp | | + clisp | [] [] [] | + console-tools | [] [] | + coreutils | [] [] [] [] | + cpio | [] [] [] | + darkstat | [] () [] | + diffutils | [] [] [] [] [] [] [] | + e2fsprogs | [] [] [] | + enscript | [] [] [] [] | + error | [] [] [] [] [] | + fetchmail | [] () [] [] [] [] | + fileutils | [] [] [] | + findutils | [] [] [] [] [] [] [] | + flex | [] [] [] [] | + fslint | | + gas | [] | + gawk | [] [] [] [] | + gbiff | [] | + gcal | [] | + gcc | [] [] | + gettext | [] [] [] [] [] | + gettext-examples | [] [] [] [] | + gettext-runtime | [] [] [] [] [] | + gettext-tools | [] [] [] | + gimp-print | [] [] [] [] [] | + gliv | | + glunarclock | [] [] | + gnubiff | [] | + gnucash | [] () [] [] | + gnucash-glossary | [] () [] | + gnupg | [] () [] [] [] [] | + gpe-aerial | [] | + gpe-beam | [] [] | + gpe-calendar | [] [] | + gpe-clock | [] [] | + gpe-conf | [] [] | + gpe-contacts | [] [] | + gpe-edit | [] | + gpe-go | [] | + gpe-login | [] [] | + gpe-ownerinfo | [] [] | + gpe-sketchbook | [] [] | + gpe-su | [] [] | + gpe-taskmanager | [] [] | + gpe-timesheet | [] | + gpe-today | [] [] | + gpe-todo | [] [] | + gphoto2 | [] [] [] [] | + gprof | [] [] [] | + gpsdrive | () () () | + gramadoir | [] | + grep | [] [] [] [] [] [] | + gretl | [] | + gtick | [] () | + hello | [] [] [] [] [] [] | + id-utils | [] [] | + indent | [] [] [] [] | + iso_3166 | [] [] [] [] [] [] [] [] [] [] | + iso_3166_1 | [] [] [] [] [] [] | + iso_3166_2 | | + iso_3166_3 | [] | + iso_4217 | [] [] [] [] | + iso_639 | | + jpilot | [] [] [] | + jtag | | + jwhois | [] | + kbd | [] [] [] [] [] | + latrine | () | + ld | [] [] | + libc | [] [] [] [] [] [] | + libgpewidget | [] [] | + libiconv | [] [] [] [] [] | + lifelines | [] () | + lilypond | [] | + lingoteach | | + lingoteach_lessons | () () | + lynx | [] [] [] [] | + m4 | [] [] [] [] | + mailutils | [] [] | + make | [] [] [] | + man-db | [] () [] [] () | + minicom | [] [] [] | + mysecretdiary | [] [] [] | + nano | [] () [] [] [] | + nano_1_0 | [] () [] [] [] | + opcodes | [] | + parted | [] [] [] [] [] | + ptx | [] [] [] [] [] | + python | | + radius | [] | + recode | [] [] [] [] [] [] [] | + rpm | [] [] | + screem | | + scrollkeeper | [] [] [] [] [] [] | + sed | [] [] [] [] [] [] | + sh-utils | [] [] [] | + shared-mime-info | | + sharutils | [] [] [] [] [] [] | + silky | () | + skencil | [] () [] | + sketch | [] () [] | + soundtracker | [] [] [] | + sp | [] | + tar | [] [] [] [] | + texinfo | [] [] [] | + textutils | [] [] [] [] | + tin | () () | + tp-robot | | + tuxpaint | [] [] [] [] [] [] [] | + unicode-han-tra... | | + unicode-transla... | | + util-linux | [] [] [] [] [] | + vorbis-tools | [] [] [] [] | + wastesedge | () | + wdiff | [] [] [] [] | + wget | [] [] [] [] [] [] | + xchat | [] [] [] [] | + xfree86_xkb_xml | [] [] | + xpad | [] | + +----------------------------------------------------+ + af am ar az be bg bs ca cs da de el en en_GB eo es + 4 0 0 1 9 4 1 40 41 60 78 17 1 5 13 68 + + et eu fa fi fr ga gl he hr hu id is it ja ko lg + +-------------------------------------------------+ + a2ps | [] [] [] () () | + aegis | | + ant-phone | [] | + anubis | [] | + ap-utils | [] | + aspell | [] [] | + bash | [] [] | + batchelor | [] [] | + bfd | [] | + binutils | [] [] | + bison | [] [] [] [] | + bluez-pin | [] [] [] [] [] | + clisp | | + clisp | [] | + console-tools | | + coreutils | [] [] [] [] [] [] | + cpio | [] [] [] [] | + darkstat | () [] [] [] | + diffutils | [] [] [] [] [] [] [] | + e2fsprogs | | + enscript | [] [] | + error | [] [] [] [] | + fetchmail | [] | + fileutils | [] [] [] [] [] [] | + findutils | [] [] [] [] [] [] [] [] [] [] [] | + flex | [] [] [] | + fslint | [] | + gas | [] | + gawk | [] [] [] | + gbiff | [] | + gcal | [] | + gcc | [] | + gettext | [] [] [] | + gettext-examples | [] [] | + gettext-runtime | [] [] [] [] [] | + gettext-tools | [] [] [] | + gimp-print | [] [] | + gliv | () | + glunarclock | [] [] [] [] | + gnubiff | [] | + gnucash | () [] | + gnucash-glossary | [] | + gnupg | [] [] [] [] [] [] [] | + gpe-aerial | [] | + gpe-beam | [] | + gpe-calendar | [] [] [] | + gpe-clock | [] | + gpe-conf | [] | + gpe-contacts | [] [] | + gpe-edit | [] [] | + gpe-go | [] | + gpe-login | [] [] | + gpe-ownerinfo | [] [] [] | + gpe-sketchbook | [] | + gpe-su | [] | + gpe-taskmanager | [] | + gpe-timesheet | [] [] [] | + gpe-today | [] [] | + gpe-todo | [] [] | + gphoto2 | [] [] [] | + gprof | [] [] | + gpsdrive | () () () | + gramadoir | [] [] | + grep | [] [] [] [] [] [] [] [] [] [] [] | + gretl | [] [] | + gtick | [] [] [] | + hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | + id-utils | [] [] [] [] | + indent | [] [] [] [] [] [] [] [] [] | + iso_3166 | [] [] [] [] [] [] [] | + iso_3166_1 | [] [] [] [] [] | + iso_3166_2 | | + iso_3166_3 | | + iso_4217 | [] [] [] [] [] [] | + iso_639 | | + jpilot | [] () | + jtag | [] | + jwhois | [] [] [] [] | + kbd | [] | + latrine | [] | + ld | [] | + libc | [] [] [] [] [] [] | + libgpewidget | [] [] [] [] | + libiconv | [] [] [] [] [] [] [] [] [] | + lifelines | () | + lilypond | [] | + lingoteach | [] [] | + lingoteach_lessons | | + lynx | [] [] [] [] | + m4 | [] [] [] [] | + mailutils | | + make | [] [] [] [] [] [] | + man-db | () () | + minicom | [] [] [] [] | + mysecretdiary | [] [] | + nano | [] [] [] [] | + nano_1_0 | [] [] [] [] | + opcodes | [] | + parted | [] [] [] | + ptx | [] [] [] [] [] [] [] | + python | | + radius | [] | + recode | [] [] [] [] [] [] | + rpm | [] [] | + screem | | + scrollkeeper | [] | + sed | [] [] [] [] [] [] [] [] [] | + sh-utils | [] [] [] [] [] [] [] | + shared-mime-info | [] [] [] | + sharutils | [] [] [] [] [] | + silky | () [] () () | + skencil | [] | + sketch | [] | + soundtracker | [] [] | + sp | [] () | + tar | [] [] [] [] [] [] [] [] [] | + texinfo | [] [] [] [] | + textutils | [] [] [] [] [] [] | + tin | [] () | + tp-robot | [] | + tuxpaint | [] [] [] [] [] [] [] [] [] | + unicode-han-tra... | | + unicode-transla... | [] [] | + util-linux | [] [] [] [] () [] | + vorbis-tools | [] | + wastesedge | () | + wdiff | [] [] [] [] [] [] | + wget | [] [] [] [] [] [] [] | + xchat | [] [] [] | + xfree86_xkb_xml | [] [] | + xpad | [] [] | + +-------------------------------------------------+ + et eu fa fi fr ga gl he hr hu id is it ja ko lg + 22 2 1 26 106 28 24 8 10 41 33 1 26 33 12 0 + + lt lv mk mn ms mt nb nl nn no nso pl pt pt_BR ro ru + +-----------------------------------------------------+ + a2ps | [] [] () () [] [] [] | + aegis | () () () | + ant-phone | [] [] | + anubis | [] [] [] [] [] [] | + ap-utils | [] () [] | + aspell | [] | + bash | [] [] [] | + batchelor | [] | + bfd | [] | + binutils | [] | + bison | [] [] [] [] [] | + bluez-pin | [] [] [] | + clisp | | + clisp | [] | + console-tools | [] | + coreutils | [] [] | + cpio | [] [] [] [] [] | + darkstat | [] [] [] [] | + diffutils | [] [] [] [] [] [] | + e2fsprogs | [] | + enscript | [] [] [] [] | + error | [] [] [] | + fetchmail | [] [] () [] | + fileutils | [] [] [] | + findutils | [] [] [] [] [] | + flex | [] [] [] [] | + fslint | [] [] | + gas | | + gawk | [] [] [] | + gbiff | [] [] | + gcal | | + gcc | | + gettext | [] [] [] | + gettext-examples | [] [] [] | + gettext-runtime | [] [] [] [] | + gettext-tools | [] [] | + gimp-print | [] | + gliv | [] [] [] | + glunarclock | [] [] [] [] | + gnubiff | [] | + gnucash | [] [] () [] | + gnucash-glossary | [] [] | + gnupg | [] | + gpe-aerial | [] [] [] [] | + gpe-beam | [] [] [] [] | + gpe-calendar | [] [] [] [] | + gpe-clock | [] [] [] [] | + gpe-conf | [] [] [] [] | + gpe-contacts | [] [] [] [] | + gpe-edit | [] [] [] [] | + gpe-go | [] [] [] | + gpe-login | [] [] [] [] | + gpe-ownerinfo | [] [] [] [] | + gpe-sketchbook | [] [] [] [] | + gpe-su | [] [] [] [] | + gpe-taskmanager | [] [] [] [] | + gpe-timesheet | [] [] [] [] | + gpe-today | [] [] [] [] | + gpe-todo | [] [] [] [] | + gphoto2 | [] | + gprof | [] [] | + gpsdrive | () () [] | + gramadoir | () [] | + grep | [] [] [] [] [] | + gretl | | + gtick | [] [] [] | + hello | [] [] [] [] [] [] [] [] [] [] | + id-utils | [] [] [] [] | + indent | [] [] [] [] | + iso_3166 | [] [] [] | + iso_3166_1 | [] [] | + iso_3166_2 | | + iso_3166_3 | [] | + iso_4217 | [] [] [] [] [] [] [] [] | + iso_639 | [] | + jpilot | () () | + jtag | | + jwhois | [] [] [] [] () | + kbd | [] [] [] | + latrine | [] | + ld | | + libc | [] [] [] [] | + libgpewidget | [] [] [] | + libiconv | [] [] [] [] [] | + lifelines | | + lilypond | | + lingoteach | | + lingoteach_lessons | | + lynx | [] [] [] | + m4 | [] [] [] [] [] | + mailutils | [] [] [] | + make | [] [] [] [] | + man-db | [] | + minicom | [] [] [] [] | + mysecretdiary | [] [] [] | + nano | [] [] [] [] [] | + nano_1_0 | [] [] [] [] [] [] | + opcodes | [] [] | + parted | [] [] [] [] | + ptx | [] [] [] [] [] [] [] [] | + python | | + radius | [] [] | + recode | [] [] [] [] | + rpm | [] [] [] | + screem | | + scrollkeeper | [] [] [] [] [] | + sed | [] [] [] | + sh-utils | [] [] | + shared-mime-info | [] [] | + sharutils | [] [] | + silky | () | + skencil | [] [] | + sketch | [] [] | + soundtracker | | + sp | | + tar | [] [] [] [] [] [] | + texinfo | [] [] [] [] | + textutils | [] [] | + tin | | + tp-robot | [] | + tuxpaint | [] [] [] [] [] [] [] [] | + unicode-han-tra... | | + unicode-transla... | | + util-linux | [] [] [] | + vorbis-tools | [] [] [] | + wastesedge | | + wdiff | [] [] [] [] [] | + wget | [] [] [] | + xchat | [] [] [] | + xfree86_xkb_xml | [] [] | + xpad | [] [] | + +-----------------------------------------------------+ + lt lv mk mn ms mt nb nl nn no nso pl pt pt_BR ro ru + 1 2 0 3 12 0 10 69 6 7 1 40 26 36 76 63 + + sk sl sr sv ta th tr uk ven vi wa xh zh_CN zh_TW zu + +-----------------------------------------------------+ + a2ps | [] [] [] [] | 16 + aegis | | 0 + ant-phone | | 3 + anubis | [] [] | 9 + ap-utils | () | 3 + aspell | | 4 + bash | | 9 + batchelor | | 3 + bfd | [] [] | 6 + binutils | [] [] [] | 8 + bison | [] [] | 14 + bluez-pin | [] [] [] | 14 + clisp | | 0 + clisp | | 5 + console-tools | | 3 + coreutils | [] [] [] [] | 16 + cpio | [] [] | 14 + darkstat | [] [] [] () () | 12 + diffutils | [] [] [] | 23 + e2fsprogs | [] [] | 6 + enscript | [] [] | 12 + error | [] [] [] | 15 + fetchmail | [] [] | 11 + fileutils | [] [] [] [] [] | 17 + findutils | [] [] [] [] [] [] | 29 + flex | [] [] | 13 + fslint | | 3 + gas | [] | 3 + gawk | [] [] | 12 + gbiff | | 4 + gcal | [] [] | 4 + gcc | [] | 4 + gettext | [] [] [] [] [] | 16 + gettext-examples | [] [] [] [] [] | 14 + gettext-runtime | [] [] [] [] [] [] [] [] | 22 + gettext-tools | [] [] [] [] [] [] | 14 + gimp-print | [] [] | 10 + gliv | | 3 + glunarclock | [] [] [] | 13 + gnubiff | | 3 + gnucash | [] [] | 9 + gnucash-glossary | [] [] [] | 8 + gnupg | [] [] [] [] | 17 + gpe-aerial | [] | 7 + gpe-beam | [] | 8 + gpe-calendar | [] [] [] [] | 13 + gpe-clock | [] [] [] | 10 + gpe-conf | [] [] | 9 + gpe-contacts | [] [] [] | 11 + gpe-edit | [] [] [] [] [] | 12 + gpe-go | | 5 + gpe-login | [] [] [] [] [] | 13 + gpe-ownerinfo | [] [] [] [] | 13 + gpe-sketchbook | [] [] | 9 + gpe-su | [] [] [] | 10 + gpe-taskmanager | [] [] [] | 10 + gpe-timesheet | [] [] [] [] | 12 + gpe-today | [] [] [] [] [] | 13 + gpe-todo | [] [] [] [] | 12 + gphoto2 | [] [] [] | 11 + gprof | [] [] | 9 + gpsdrive | [] [] | 3 + gramadoir | [] | 5 + grep | [] [] [] [] | 26 + gretl | | 3 + gtick | | 7 + hello | [] [] [] [] [] | 34 + id-utils | [] [] | 12 + indent | [] [] [] [] | 21 + iso_3166 | [] [] [] [] [] [] [] | 27 + iso_3166_1 | [] [] [] | 16 + iso_3166_2 | | 0 + iso_3166_3 | | 2 + iso_4217 | [] [] [] [] [] [] | 24 + iso_639 | | 1 + jpilot | [] [] [] [] [] | 9 + jtag | [] | 2 + jwhois | () [] [] | 11 + kbd | [] [] | 11 + latrine | | 2 + ld | [] [] | 5 + libc | [] [] [] [] | 20 + libgpewidget | [] [] [] [] | 13 + libiconv | [] [] [] [] [] [] [] [] | 27 + lifelines | [] | 2 + lilypond | [] | 3 + lingoteach | | 2 + lingoteach_lessons | () | 0 + lynx | [] [] [] | 14 + m4 | [] [] | 15 + mailutils | | 5 + make | [] [] [] | 16 + man-db | [] | 5 + minicom | | 11 + mysecretdiary | [] [] | 10 + nano | [] [] [] [] | 17 + nano_1_0 | [] [] [] | 17 + opcodes | [] [] | 6 + parted | [] [] [] | 15 + ptx | [] [] | 22 + python | | 0 + radius | | 4 + recode | [] [] [] | 20 + rpm | [] [] | 9 + screem | [] [] | 2 + scrollkeeper | [] [] [] | 15 + sed | [] [] [] [] [] [] | 24 + sh-utils | [] [] | 14 + shared-mime-info | [] [] | 7 + sharutils | [] [] [] [] | 17 + silky | () | 3 + skencil | [] | 6 + sketch | [] | 6 + soundtracker | [] [] | 7 + sp | [] | 3 + tar | [] [] [] [] [] | 24 + texinfo | [] [] [] | 14 + textutils | [] [] [] [] | 16 + tin | | 1 + tp-robot | | 2 + tuxpaint | [] [] [] [] [] | 29 + unicode-han-tra... | | 0 + unicode-transla... | | 2 + util-linux | [] [] | 15 + vorbis-tools | | 8 + wastesedge | | 0 + wdiff | [] [] [] | 18 + wget | [] [] [] [] [] [] [] [] | 24 + xchat | [] [] [] [] [] | 15 + xfree86_xkb_xml | [] [] [] [] [] | 11 + xpad | | 5 + +-----------------------------------------------------+ + 63 teams sk sl sr sv ta th tr uk ven vi wa xh zh_CN zh_TW zu + 131 domains 47 19 28 83 0 0 59 13 1 1 11 0 22 22 0 1373 + + Some counters in the preceding matrix are higher than the number of +visible blocks let us expect. This is because a few extra PO files are +used for implementing regional variants of languages, or language +dialects. + + For a PO file in the matrix above to be effective, the package to +which it applies should also have been internationalized and +distributed as such by its maintainer. There might be an observable +lag between the mere existence a PO file and its wide availability in a +distribution. + + If January 2004 seems to be old, you may fetch a more recent copy of +this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date +matrix with full percentage details can be found at +`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. + +Using `gettext' in new packages +=============================== + +If you are writing a freely available program and want to +internationalize it you are welcome to use GNU `gettext' in your +package. Of course you have to respect the GNU Library General Public +License which covers the use of the GNU `gettext' library. This means +in particular that even non-free programs can use `libintl' as a shared +library, whereas only free software can use `libintl' as a static +library or use modified versions of `libintl'. + + Once the sources are changed appropriately and the setup can handle +the use of `gettext' the only thing missing are the translations. The +Free Translation Project is also available for packages which are not +developed inside the GNU project. Therefore the information given above +applies also for every other Free Software Project. Contact +`translation@iro.umontreal.ca' to make the `.pot' files available to +the translation teams. + diff --git a/project/jni/application/ltris-1.0.15/AUTHORS b/project/jni/application/ltris-1.0.15/AUTHORS new file mode 100644 index 000000000..294a70d47 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/AUTHORS @@ -0,0 +1,11 @@ +Michael Speck + +**** Contributions **** + +- expert mode with unbalanced properties for next block to make it +difficult to fit. - chkno + +Guiding lines. - Ingo van Lil + +Check for highscore chart so that it isn't overwritten when updating the +game. - Sean Holt diff --git a/project/jni/application/ltris-1.0.15/COPYING b/project/jni/application/ltris-1.0.15/COPYING new file mode 100644 index 000000000..c7aea1896 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/COPYING @@ -0,0 +1,280 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 675 Mass Ave, Cambridge, MA 02139, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS diff --git a/project/jni/application/ltris-1.0.15/ChangeLog b/project/jni/application/ltris-1.0.15/ChangeLog new file mode 100644 index 000000000..adbf5cdc8 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/ChangeLog @@ -0,0 +1,169 @@ +1.0.15: +- reenabled compiler option -Wall and fixed some warnings (20/09/10 MS) +- renamed (unused) full non-ascii turkish and portugese localizations to + prevent warnings (20/09/10 MS) +- added italian localization (20/09/10 Kenyu) + +1.0.14: +- added missing include for locale (25/12/09 CT) +- fixed too short size in several memset calls (25/12/09 MS) +- increased range for horizontal block delay to 9 (24/12/09 CT) +- fixed incorrect english (penalty instead of malus) (24/12/09 CT) +- added XDG support (24/12/09 MS) + +1.0.13: +- enable block drop shadow per default (09/10/25 MS) +- use translation independent chart ids (09/10/25 MS) +- added swedish translation (08/08/26 NG) +- added french translation and special character free pt and tr versions + (08/04/06 JJ) + +1.0.12: +- added portugese translation (08/03/29 JJ) +- removed -Wall from CC arguments for better portability + (06/04/01 PM) +- l10n of yes/no keys (05/10/10 R.S.) + +1.0.11: +- i18n support and german l10n added (05/10/04 M.S.) +- smooth_hori is 0 by default (looks less nice but is better to handle) + (05/10/04 M.S.) + +1.0.10: +- added configure option to let all lines, sent in one go to your + opponents in a multiplayer game, have the holes at the same + positions (05/02/14 K.M.) +- adjusted size of game type names array (05/02/14 K.M.) +- allow clearing keystate of all keys after a block insertion + (05/02/14 K.M.) + +1.0.9: +- security issue fixed: a buffer overflow in the highscores file +could be used to run code with another's user id (05/01/25 U.H.) + +1.0.8: +- added case '\0' (empty line) to fix reading the config file in + windows (04/09/06 Murlock) + +1.0.7: +- added missing newlines which caused SDL error message not to + be seen (03/05/14 P.H) +- added range check for the starting level to prevent abnormally + high scores when setting this level too high (03/05/14 P.H) +- configure option --with-hiscore-path has been replaced with + autoconf option --localstatedir (04/06/14 M.S.) +- data files will be installed to $datadir/ltris instead + of $datadir/games/ltris (04/06/14 M.S.) + +1.0.6: +- option added to give all players the same blocks in the same order + for a multiplayer game when expert mode is off (03/01/19 M.S.) +- if the next new block is the same as the current block the + random selection is repeated only once (instead of until + different) thus there may be several equal blocks in a row + now (03/01/18 M.S.) +- in expert mode there is now a 50% chance of balanced properties + (03/01/18 M.S.) +- bugfix: in mode 'figures' tiles and lines are no longer added + while game is paused (03/01/18 M.S.) +- changed URL from lgames.org to lgames.sf.net (03/01/18 M.S.) + +1.0.5: +- windows manager's close button works (03/10/05 M.S.) +- expert mode with unbalanced properties for next block to make it +difficult to fit (03/10/05 chkno) + +1.0.4: +- fixed security holes created by improper use of sprintf + (02/11/24 S.K.) + +1.0.3: +- option for asynchron collision check that allows to move a block + below others though 'smooth drop' is enabled (02/07/25 M.S.) +- config is now plain text (02/07/25 M.S.) +- guiding lines implemented in addition to the helping shadow + (02/07/20 I.v.L) + +1.0.2: +- changed 'wholes' to 'holes' (me no native speaker! but thanks + goes to Pascal Hakim) +- fixed a two-player bug where the wrong guy won if lines were sent + (thanks to Jeff Shute) +- option to modify audio buffer size to fix sound problems + +1.0.1: +-the clearance of the 'Down' key after inserting a block is now +optional +-preview boxes for two-player are now at the same height level +-allowed more keys for controls (keypad, home, pos, end, pageup, +pagedown, space) +-highscores aren't overwritten when updating (thanks to Sean Holt) +-adjusted chart so it can handle the CPU scores +-CPU style/delay option instead of difficulty (better customization) +-improved CPU (increased average score from 5,7 Mio to 583,6 Mio!) +-added an option to disable the background change +-opponent controls in 'Vs Human' no longer assigned to CPU +-bonus score of a bowl is added directly after its game's over +-default for animations set correctly +-a multiplayer winner gains additional 50,000 score in the end + +1.0: +-menu improved +-graphics improved +-added AI +-added three-player mode +-rewrote engine (c++ --> c) +-removed assembler code +-fixed some minor warnings + +010310: +-added fullscreen option +-fixed infinite loop in level 13 of 'advanced' game +-score is counted faster +-animations disappear faster +-doesn't crash when config file comes from an older version + +001115: +-fixed various bugs +-when paused only resume game if 'p' is pressed +-fixed segfault in multiplayer mode (when Options/Game/Help was 'on') + +001102: +-added a 'drop' key +-does not get so fast in the beginning +-two game speeds (slow/normal) + +001017: +-fixed some bugs +-optional block-by-block drop +-added some missing '#include ' and newlines + +001014: +-smooth horizontal movement +-segfault bug in multiplayer mode fixed +-you can see where the block will touch the ground (optional) +-sound is default (configure) + +000930: +-compatible with SDL version 1.1.5 or better +-improved the installation + +000705: +-fonts improved +-tile graphics improved + +000422: +-fixed a bug in the menu +-added various backgrounds + +000418: +-added a multiplayer mode +-improved some parts of the source code +-released the source + +000314: +-added sound + +000313: +-initial public release +-compiled for ix86 diff --git a/project/jni/application/ltris-1.0.15/INSTALL b/project/jni/application/ltris-1.0.15/INSTALL new file mode 100644 index 000000000..02a4a0740 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/INSTALL @@ -0,0 +1,167 @@ +Basic Installation +================== + + These are generic installation instructions. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, a file +`config.cache' that saves the results of its tests to speed up +reconfiguring, and a file `config.log' containing compiler output +(useful mainly for debugging `configure'). + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If at some point `config.cache' +contains results you don't want to keep, you may remove or edit it. + + The file `configure.in' is used to create `configure' by a program +called `autoconf'. You only need `configure.in' if you want to change +it or regenerate `configure' using a newer version of `autoconf'. + +The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. If you're + using `csh' on an old version of System V, you might need to type + `sh ./configure' instead to prevent `csh' from trying to execute + `configure' itself. + + Running `configure' takes a while. While running, it prints some + messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Type `make install' to install the programs and any data files and + documentation. + + 4. You can remove the program binaries and object files from the + source code directory by typing `make clean'. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. You can give `configure' +initial values for variables by setting them in the environment. Using +a Bourne-compatible shell, you can do that on the command line like +this: + CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure + +Or on systems that have the `env' program, you can do it like this: + env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you must use a version of `make' that +supports the `VPATH' variable, such as GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. + + If you have to use a `make' that does not supports the `VPATH' +variable, you have to compile the package for one architecture at a time +in the source code directory. After you have installed the package for +one architecture, use `make distclean' before reconfiguring for another +architecture. + +Installation Names +================== + + By default, `make install' will install the package's files in +`/usr/local/bin', `/usr/local/man', etc. You can specify an +installation prefix other than `/usr/local' by giving `configure' the +option `--prefix=PATH'. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +give `configure' the option `--exec-prefix=PATH', the package will use +PATH as the prefix for installing programs and libraries. +Documentation and other data files will still use the regular prefix. + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + +Optional Features +================= + + Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + +Specifying the System Type +========================== + + There may be some features `configure' can not figure out +automatically, but needs to determine by the type of host the package +will run on. Usually `configure' can figure that out, but if it prints +a message saying it can not guess the host type, give it the +`--host=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name with three fields: + CPU-COMPANY-SYSTEM + +See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the host type. + + If you are building compiler tools for cross-compiling, you can also +use the `--target=TYPE' option to select the type of system they will +produce code for and the `--build=TYPE' option to select the type of +system on which you are compiling the package. + +Sharing Defaults +================ + + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Operation Controls +================== + + `configure' recognizes the following options to control how it +operates. + +`--cache-file=FILE' + Use and save the results of the tests in FILE instead of + `./config.cache'. Set FILE to `/dev/null' to disable caching, for + debugging `configure'. + +`--help' + Print a summary of the options to `configure', and exit. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`--version' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`configure' also accepts some other, not widely useful, options. + diff --git a/project/jni/application/ltris-1.0.15/Makefile.am b/project/jni/application/ltris-1.0.15/Makefile.am new file mode 100644 index 000000000..0db366d12 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/Makefile.am @@ -0,0 +1,21 @@ +SUBDIRS = intl m4 po src icons + +EXTRA_DIST = config.rpath AUTHORS COPYING ChangeLog INSTALL \ +README TODO touchall ABOUT-NLS po/tr.po_full po/pt.po_full \ +po/nonascii.pl ltris32.gif ltris48.gif ltris.desktop.in + +desktopdir = $(datadir)/applications +desktop_DATA = ltris.desktop +icondir = $(datadir)/icons +icon_DATA = ltris48.gif + +AUTOMAKE_OPTIONS = foreign + +# We can't use static desktop file because of icon location. Is this +# the right way to handle it? At least it works... as long as $datadir +# does not contain plus signs. :-) +ltris.desktop: + @sed -e "s+Icon=+Icon=$(datadir)/icons/ltris48.gif+" \ + < ltris.desktop.in > ltris.desktop + +ACLOCAL_AMFLAGS = -I m4 diff --git a/project/jni/application/ltris-1.0.15/Makefile.in b/project/jni/application/ltris-1.0.15/Makefile.in new file mode 100644 index 000000000..1c398d3b6 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/Makefile.in @@ -0,0 +1,720 @@ +# Makefile.in generated by automake 1.9.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = . +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \ + ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS TODO \ + acconfig.h config.guess config.rpath config.sub depcomp \ + install-sh missing mkinstalldirs +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ + $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longdouble.m4 \ + $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \ + $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ + $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ + $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ + $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno configure.status.lineno +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = intl/Makefile +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-exec-recursive install-info-recursive \ + install-recursive installcheck-recursive installdirs-recursive \ + pdf-recursive ps-recursive uninstall-info-recursive \ + uninstall-recursive +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)" +desktopDATA_INSTALL = $(INSTALL_DATA) +iconDATA_INSTALL = $(INSTALL_DATA) +DATA = $(desktop_DATA) $(icon_DATA) +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + { test ! -d $(distdir) \ + || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr $(distdir); }; } +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GENCAT = @GENCAT@ +GLIBC21 = @GLIBC21@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +HAVE_ASPRINTF = @HAVE_ASPRINTF@ +HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ +HAVE_SNPRINTF = @HAVE_SNPRINTF@ +HAVE_WPRINTF = @HAVE_WPRINTF@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLBISON = @INTLBISON@ +INTLLIBS = @INTLLIBS@ +INTLOBJS = @INTLOBJS@ +INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +POSUB = @POSUB@ +RANLIB = @RANLIB@ +SDL_CFLAGS = @SDL_CFLAGS@ +SDL_CONFIG = @SDL_CONFIG@ +SDL_LIBS = @SDL_LIBS@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +ac_ct_CC = @ac_ct_CC@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +buf_flag = @buf_flag@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +datarootdir = @datarootdir@ +dis_flag = @dis_flag@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +hi_dir = @hi_dir@ +hi_inst_flag = @hi_inst_flag@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +inst_dir = @inst_dir@ +inst_flag = @inst_flag@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +locdir_flag = @locdir_flag@ +mandir = @mandir@ +mixer_flag = @mixer_flag@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sound_flag = @sound_flag@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +SUBDIRS = intl m4 po src icons +EXTRA_DIST = config.rpath AUTHORS COPYING ChangeLog INSTALL \ +README TODO touchall ABOUT-NLS po/tr.po_full po/pt.po_full \ +po/nonascii.pl ltris32.gif ltris48.gif ltris.desktop.in + +desktopdir = $(datadir)/applications +desktop_DATA = ltris.desktop +icondir = $(datadir)/icons +icon_DATA = ltris48.gif +AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +am--refresh: + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ + cd $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + +config.h: stamp-h1 + @if test ! -f $@; then \ + rm -f stamp-h1; \ + $(MAKE) stamp-h1; \ + else :; fi + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h + cd $(top_srcdir) && $(AUTOHEADER) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 +intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +uninstall-info-am: +install-desktopDATA: $(desktop_DATA) + @$(NORMAL_INSTALL) + test -z "$(desktopdir)" || $(mkdir_p) "$(DESTDIR)$(desktopdir)" + @list='$(desktop_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \ + $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \ + done + +uninstall-desktopDATA: + @$(NORMAL_UNINSTALL) + @list='$(desktop_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \ + rm -f "$(DESTDIR)$(desktopdir)/$$f"; \ + done +install-iconDATA: $(icon_DATA) + @$(NORMAL_INSTALL) + test -z "$(icondir)" || $(mkdir_p) "$(DESTDIR)$(icondir)" + @list='$(icon_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \ + $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \ + done + +uninstall-iconDATA: + @$(NORMAL_UNINSTALL) + @list='$(icon_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \ + rm -f "$(DESTDIR)$(icondir)/$$f"; \ + done + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +mostlyclean-recursive clean-recursive distclean-recursive \ +maintainer-clean-recursive: + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + $(am__remove_distdir) + mkdir $(distdir) + $(mkdir_p) $(distdir)/intl $(distdir)/m4 $(distdir)/po + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(mkdir_p) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + distdir) \ + || exit 1; \ + fi; \ + done + -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r $(distdir) +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && cd $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + --with-included-gettext \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' +distuninstallcheck: + @cd $(distuninstallcheck_dir) \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) config.h +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)"; do \ + test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-hdr distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: install-desktopDATA install-iconDATA + +install-exec-am: + +install-info: install-info-recursive + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-desktopDATA uninstall-iconDATA \ + uninstall-info-am + +uninstall-info: uninstall-info-recursive + +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ + check-am clean clean-generic clean-recursive ctags \ + ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \ + dist-tarZ dist-zip distcheck distclean distclean-generic \ + distclean-hdr distclean-recursive distclean-tags \ + distcleancheck distdir distuninstallcheck dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-desktopDATA install-exec \ + install-exec-am install-iconDATA install-info install-info-am \ + install-man install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic maintainer-clean-recursive \ + mostlyclean mostlyclean-generic mostlyclean-recursive pdf \ + pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ + uninstall-desktopDATA uninstall-iconDATA uninstall-info-am + + +# We can't use static desktop file because of icon location. Is this +# the right way to handle it? At least it works... as long as $datadir +# does not contain plus signs. :-) +ltris.desktop: + @sed -e "s+Icon=+Icon=$(datadir)/icons/ltris48.gif+" \ + < ltris.desktop.in > ltris.desktop +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/project/jni/application/ltris-1.0.15/NEWS b/project/jni/application/ltris-1.0.15/NEWS new file mode 100644 index 000000000..e69de29bb diff --git a/project/jni/application/ltris-1.0.15/README b/project/jni/application/ltris-1.0.15/README new file mode 100644 index 000000000..62b5d0d80 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/README @@ -0,0 +1,94 @@ + + LTris + + a tetris clone for Linux + by Michael Speck + + +******************** +I. Requirements +II. Installation +III. Troubleshooting +IV. Localization +V. Feedback +******************** + +******************** +I. Requirements +******************** +LTris runs in X and uses SDL (any version though >= 1.1.4 +is recommended) and SDL_mixer (optional for sound). Both libraries +can be found at http://libsdl.org. + +******************** +II. Installation +******************** +Enter your favorite shell and type in the following stuff (in the +directory you extracted the LTris source) +> ./configure [--disable-sound] [--disable-install] [--disable-nls] + [--localstatedir=HIDIR] + --disable-sound: no sound + --with-buffer-size: modify audio buffer size (set this value + to 2048 if you encounter any sound delays) + --disable-install: no installation; play from source directory + --localstatedir: install global highscores to this directory + REPLACES --with-highscore-path TO COMPLY + WITH AUTOCONF; THE DEFAULT LOCATION NOW + DEPENDS ON YOUR DISTRIBUTION: PREVIOUSLY + IT WAS /var/lib/games. USE + --localstatedir=/var/lib/games + FOR EXISTING HIGHSCORES. + --disable-nls disable gettext support +> make +> su (become root) +> make install (if install wasn't disabled) +> exit (become user again) +> ltris (run game) + +******************** +III. Troubleshooting +******************** +If you have SDL_mixer installed but configure tells you that it can't +find it, remember that you have to install the development package +for compiling! +--- +If you can't compile because LTris' timestamps are slightly in +the future run 'touchall' (found in the configure directory). +--- +If the SDL sound seems to be out of sync first try +to modify the audio buffer by using configure option +--with-buffer-size (set to 2048). If this fails set +SDL_AUDIODRIVER to dma (export SDL_AUDIODRIVER=dma). + +******************** +IV. Localization +******************** +This game now supports i18n. If you want to add l10n for your native language, +please contact me first, to prevent overlapping translations. A thorough +documentation can be found at + http://www.gnu.org/software/gettext/manual/html_mono/gettext.html +Basically, you will have to do the following: + 1) cd po + 2) add your language code (e.g., de for German) to the existing line in +LINGUAS merely separated from the other languages by a blank + 3) run `msginit -o .po` with replaced by your language code + 4) translate the english message IDs in .po + 5) run make .gmo +Whenever you change something in your translation you'll have to repeat +step 5). I strongly recommend to configure the program with --disable-install +while working on a translation. Otherwise you'd have to copy and rename the +.gmo file as root every time you want to see your changes. If the source has +been compiled without installation, only step 5) and simply running the game +is required. (Of course, the enviroment variable LANG must be set to your +locale.) +This should suffice. If not, please read the excellent documentation at +gnu.org. The fonts do only contain the basic latin letters. No special letters +(like the german umlauts or any accents for example) are supported, so a l10n +should not use them. If a string has a single %, meant as a percent sign, +you'll have to manually remove the 'format' comment above the id (if any). + +******************** +V. Feedback +******************** +LGames URL: http://lgames.sf.net +e-Mail: http://lgames.sf.net/contact.php diff --git a/project/jni/application/ltris-1.0.15/TODO b/project/jni/application/ltris-1.0.15/TODO new file mode 100644 index 000000000..9a7a625e0 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/TODO @@ -0,0 +1,2 @@ +- shift block to middle if rotation would fail +- improve rand_holes in bowl.c:639 diff --git a/project/jni/application/ltris-1.0.15/acconfig.h b/project/jni/application/ltris-1.0.15/acconfig.h new file mode 100644 index 000000000..caac01b14 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/acconfig.h @@ -0,0 +1,13 @@ +#undef ENABLE_NLS +#undef HAVE_CATGETS +#undef HAVE_GETTEXT +#undef HAVE_LC_MESSAGES +#undef HAVE_STPCPY +#undef HAVE_LIBSM +#undef PACKAGE_LOCALE_DIR +#undef PACKAGE_DOC_DIR +#undef PACKAGE_DATA_DIR +#undef PACKAGE_PIXMAPS_DIR +#undef PACKAGE_HELP_DIR +#undef PACKAGE_MENU_DIR +#undef PACKAGE_SOURCE_DIR diff --git a/project/jni/application/ltris-1.0.15/acinclude.m4 b/project/jni/application/ltris-1.0.15/acinclude.m4 new file mode 100644 index 000000000..ada3a4165 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/acinclude.m4 @@ -0,0 +1,175 @@ +# Configure paths for SDL +# Sam Lantinga 9/21/99 +# stolen from Manish Singh +# stolen back from Frank Belew +# stolen from Manish Singh +# Shamelessly stolen from Owen Taylor + +dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) +dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS +dnl +AC_DEFUN([AM_PATH_SDL], +[dnl +dnl Get the cflags and libraries from the sdl-config script +dnl +AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], + sdl_prefix="$withval", sdl_prefix="") +AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)], + sdl_exec_prefix="$withval", sdl_exec_prefix="") +AC_ARG_ENABLE(sdltest, [ --disable-sdltest Do not try to compile and run a test SDL program], + , enable_sdltest=yes) + + if test x$sdl_exec_prefix != x ; then + sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix" + if test x${SDL_CONFIG+set} != xset ; then + SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config + fi + fi + if test x$sdl_prefix != x ; then + sdl_args="$sdl_args --prefix=$sdl_prefix" + if test x${SDL_CONFIG+set} != xset ; then + SDL_CONFIG=$sdl_prefix/bin/sdl-config + fi + fi + + AC_REQUIRE([AC_CANONICAL_TARGET]) + PATH="$prefix/bin:$prefix/usr/bin:$PATH" + AC_PATH_PROG(SDL_CONFIG, sdl-config, no, [$PATH]) + min_sdl_version=ifelse([$1], ,0.11.0,$1) + AC_MSG_CHECKING(for SDL - version >= $min_sdl_version) + no_sdl="" + if test "$SDL_CONFIG" = "no" ; then + no_sdl=yes + else + SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags` + SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs` + + sdl_major_version=`$SDL_CONFIG $sdl_args --version | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` + sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` + sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` + if test "x$enable_sdltest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" + CFLAGS="$CFLAGS $SDL_CFLAGS" + LIBS="$LIBS $SDL_LIBS" +dnl +dnl Now check if the installed SDL is sufficiently new. (Also sanity +dnl checks the results of sdl-config to some extent +dnl + rm -f conf.sdltest + AC_TRY_RUN([ +#include +#include +#include +#include "SDL.h" + +char* +my_strdup (char *str) +{ + char *new_str; + + if (str) + { + new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char)); + strcpy (new_str, str); + } + else + new_str = NULL; + + return new_str; +} + +int main (int argc, char *argv[]) +{ + int major, minor, micro; + char *tmp_version; + + /* This hangs on some systems (?) + system ("touch conf.sdltest"); + */ + { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); } + + /* HP/UX 9 (%@#!) writes to sscanf strings */ + tmp_version = my_strdup("$min_sdl_version"); + if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { + printf("%s, bad version string\n", "$min_sdl_version"); + exit(1); + } + + if (($sdl_major_version > major) || + (($sdl_major_version == major) && ($sdl_minor_version > minor)) || + (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro))) + { + return 0; + } + else + { + printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version); + printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro); + printf("*** best to upgrade to the required version.\n"); + printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n"); + printf("*** to point to the correct copy of sdl-config, and remove the file\n"); + printf("*** config.cache before re-running configure\n"); + return 1; + } +} + +],, no_sdl=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + if test "x$no_sdl" = x ; then + AC_MSG_RESULT(yes) + ifelse([$2], , :, [$2]) + else + AC_MSG_RESULT(no) + if test "$SDL_CONFIG" = "no" ; then + echo "*** The sdl-config script installed by SDL could not be found" + echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in" + echo "*** your path, or set the SDL_CONFIG environment variable to the" + echo "*** full path to sdl-config." + else + if test -f conf.sdltest ; then + : + else + echo "*** Could not run SDL test program, checking why..." + CFLAGS="$CFLAGS $SDL_CFLAGS" + LIBS="$LIBS $SDL_LIBS" + AC_TRY_LINK([ +#include +#include "SDL.h" + +int main(int argc, char *argv[]) +{ return 0; } +#undef main +#define main K_and_R_C_main +], [ return 0; ], + [ echo "*** The test program compiled, but did not run. This usually means" + echo "*** that the run-time linker is not finding SDL or finding the wrong" + echo "*** version of SDL. If it is not finding SDL, you'll need to set your" + echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" + echo "*** to the installed location Also, make sure you have run ldconfig if that" + echo "*** is required on your system" + echo "***" + echo "*** If you have an old version installed, it is best to remove it, although" + echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"], + [ echo "*** The test program failed to compile or link. See the file config.log for the" + echo "*** exact error that occured. This usually means SDL was incorrectly installed" + echo "*** or that you have moved SDL since it was installed. In the latter case, you" + echo "*** may want to edit the sdl-config script: $SDL_CONFIG" ]) + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + SDL_CFLAGS="" + SDL_LIBS="" + ifelse([$3], , :, [$3]) + fi + AC_SUBST(SDL_CFLAGS) + AC_SUBST(SDL_LIBS) + rm -f conf.sdltest +]) diff --git a/project/jni/application/ltris-1.0.15/aclocal.m4 b/project/jni/application/ltris-1.0.15/aclocal.m4 new file mode 100644 index 000000000..1a16f2b38 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/aclocal.m4 @@ -0,0 +1,891 @@ +# generated automatically by aclocal 1.9.6 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION so it can be traced. +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], + [AM_AUTOMAKE_VERSION([1.9.6])]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 7 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE]) +AC_SUBST([$1_FALSE]) +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH]) +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +#serial 3 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # So let's grep whole file. + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 12 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.58])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +# test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_PROG_INSTALL_SH +AM_PROG_INSTALL_STRIP +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +]) +]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $1 | $1:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +install_sh=${install_sh-"$am_aux_dir/install-sh"} +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# We grep out `Entering directory' and `Leaving directory' +# messages which can occur if `w' ends up in MAKEFLAGS. +# In particular we don't look at `^make:' because GNU make might +# be invoked under some other name (usually "gmake"), in which +# case it prints its new name instead of `make'. +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then + am__include=include + am__quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_MKDIR_P +# --------------- +# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. +# +# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories +# created by `make install' are always world readable, even if the +# installer happens to have an overly restrictive umask (e.g. 077). +# This was a mistake. There are at least two reasons why we must not +# use `-m 0755': +# - it causes special bits like SGID to be ignored, +# - it may be too restrictive (some setups expect 775 directories). +# +# Do not use -m 0755 and let people choose whatever they expect by +# setting umask. +# +# We cannot accept any implementation of `mkdir' that recognizes `-p'. +# Some implementations (such as Solaris 8's) are not thread-safe: if a +# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' +# concurrently, both version can detect that a/ is missing, but only +# one can create it and the other will error out. Consequently we +# restrict ourselves to GNU make (using the --version option ensures +# this.) +AC_DEFUN([AM_PROG_MKDIR_P], +[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then + # We used to keeping the `.' as first argument, in order to + # allow $(mkdir_p) to be used without argument. As in + # $(mkdir_p) $(somedir) + # where $(somedir) is conditionally defined. However this is wrong + # for two reasons: + # 1. if the package is installed by a user who cannot write `.' + # make install will fail, + # 2. the above comment should most certainly read + # $(mkdir_p) $(DESTDIR)$(somedir) + # so it does not work when $(somedir) is undefined and + # $(DESTDIR) is not. + # To support the latter case, we have to write + # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), + # so the `.' trick is pointless. + mkdir_p='mkdir -p --' +else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + for d in ./-p ./--version; + do + test -d $d && rmdir $d + done + # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. + if test -f "$ac_aux_dir/mkinstalldirs"; then + mkdir_p='$(mkinstalldirs)' + else + mkdir_p='$(install_sh) -d' + fi +fi +AC_SUBST([mkdir_p])]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +m4_include([m4/codeset.m4]) +m4_include([m4/gettext.m4]) +m4_include([m4/glibc21.m4]) +m4_include([m4/iconv.m4]) +m4_include([m4/intdiv0.m4]) +m4_include([m4/intmax.m4]) +m4_include([m4/inttypes-pri.m4]) +m4_include([m4/inttypes.m4]) +m4_include([m4/inttypes_h.m4]) +m4_include([m4/isc-posix.m4]) +m4_include([m4/lcmessage.m4]) +m4_include([m4/lib-ld.m4]) +m4_include([m4/lib-link.m4]) +m4_include([m4/lib-prefix.m4]) +m4_include([m4/longdouble.m4]) +m4_include([m4/longlong.m4]) +m4_include([m4/nls.m4]) +m4_include([m4/po.m4]) +m4_include([m4/printf-posix.m4]) +m4_include([m4/progtest.m4]) +m4_include([m4/signed.m4]) +m4_include([m4/size_max.m4]) +m4_include([m4/stdint_h.m4]) +m4_include([m4/uintmax_t.m4]) +m4_include([m4/ulonglong.m4]) +m4_include([m4/wchar_t.m4]) +m4_include([m4/wint_t.m4]) +m4_include([m4/xsize.m4]) +m4_include([acinclude.m4]) diff --git a/project/jni/application/ltris-1.0.15/config.guess b/project/jni/application/ltris-1.0.15/config.guess new file mode 100755 index 000000000..d949270a5 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/config.guess @@ -0,0 +1,1460 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + +timestamp='2004-08-11' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Per Bothner . +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# The plan is that this can be called by configure scripts if you +# don't specify an explicit build system type. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit 0 ;; + --version | -v ) + echo "$version" ; exit 0 ;; + --help | --h* | -h ) + echo "$usage"; exit 0 ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +case "${UNAME_MACHINE}" in + i?86) + test -z "$VENDOR" && VENDOR=pc + ;; + *) + test -z "$VENDOR" && VENDOR=unknown + ;; +esac +test -f /etc/SuSE-release -o -f /.buildenv && VENDOR=suse + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep __ELF__ >/dev/null + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit 0 ;; + amd64:OpenBSD:*:*) + echo x86_64-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + amiga:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + arc:OpenBSD:*:*) + echo mipsel-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + cats:OpenBSD:*:*) + echo arm-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + hp300:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + luna88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mac68k:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + macppc:OpenBSD:*:*) + echo powerpc-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvme68k:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvme88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvmeppc:OpenBSD:*:*) + echo powerpc-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + pmax:OpenBSD:*:*) + echo mipsel-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + sgi:OpenBSD:*:*) + echo mipseb-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + sun3:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + wgrisc:OpenBSD:*:*) + echo mipsel-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + *:OpenBSD:*:*) + echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit 0 ;; + macppc:MirBSD:*:*) + echo powerppc-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit 0 ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit 0 ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit 0 ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit 0;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit 0 ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit 0 ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit 0 ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit 0 ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit 0;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit 0;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit 0 ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit 0 ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit 0 ;; + DRS?6000:UNIX_SV:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7 && exit 0 ;; + esac ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + i86pc:SunOS:5.*:*) + echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit 0 ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit 0 ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit 0 ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit 0 ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit 0 ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit 0 ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit 0 ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit 0 ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit 0 ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit 0 ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit 0 ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit 0 ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit 0 ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c \ + && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ + && exit 0 + echo mips-mips-riscos${UNAME_RELEASE} + exit 0 ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit 0 ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit 0 ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit 0 ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit 0 ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit 0 ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit 0 ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit 0 ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit 0 ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit 0 ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit 0 ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit 0 ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit 0 ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit 0 ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit 0 ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit 0 ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 + echo rs6000-ibm-aix3.2.5 + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit 0 ;; + *:AIX:*:[45]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit 0 ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit 0 ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit 0 ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit 0 ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit 0 ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit 0 ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit 0 ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit 0 ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + # avoid double evaluation of $set_cc_for_build + test -n "$CC_FOR_BUILD" || eval $set_cc_for_build + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit 0 ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit 0 ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 + echo unknown-hitachi-hiuxwe2 + exit 0 ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit 0 ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit 0 ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit 0 ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit 0 ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit 0 ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit 0 ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit 0 ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit 0 ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit 0 ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit 0 ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit 0 ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit 0 ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit 0 ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit 0 ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit 0 ;; + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit 0 ;; + i*:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit 0 ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit 0 ;; + x86:Interix*:[34]*) + echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + exit 0 ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit 0 ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit 0 ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit 0 ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit 0 ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit 0 ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit 0 ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit 0 ;; + arm*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux + exit 0 ;; + cris:Linux:*:*) + echo cris-axis-linux + exit 0 ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux + exit 0 ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux + exit 0 ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux + exit 0 ;; + mips:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips + #undef mipsel + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mipsel + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + test x"${CPU}" != x && echo "${CPU}-${VENDOR}-linux" && exit 0 + ;; + mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips64 + #undef mips64el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mips64el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips64 + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + test x"${CPU}" != x && echo "${CPU}-${VENDOR}-linux" && exit 0 + ;; + ppc:Linux:*:*) + echo powerpc-${VENDOR}-linux + exit 0 ;; + ppc64:Linux:*:*) + echo powerpc64-${VENDOR}-linux + exit 0 ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null + if test "$?" = 0 ; then LIBC="-libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-${VENDOR}-linux${LIBC} + exit 0 ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-${VENDOR}-linux ;; + PA8*) echo hppa2.0-${VENDOR}-linux ;; + *) echo hppa-${VENDOR}-linux ;; + esac + exit 0 ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-${VENDOR}-linux + exit 0 ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit 0 ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux + exit 0 ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux + exit 0 ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux + exit 0 ;; + x86_64:Linux:*:*) + echo x86_64-${VENDOR}-linux + exit 0 ;; + i*86:Linux:*:*) + # The BFD linker knows what the default object file format is, so + # first see if it will tell us. cd to the root directory to prevent + # problems with other programs or directories called `ld' in the path. + # Set LC_ALL=C to ensure ld outputs messages in English. + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ + | sed -ne '/supported targets:/!d + s/[ ][ ]*/ /g + s/.*supported targets: *// + s/ .*// + p'` + case "$ld_supported_targets" in + elf32-i386) + TENTATIVE="${UNAME_MACHINE}-${VENDOR}-linux" + ;; + a.out-i386-linux) + echo "${UNAME_MACHINE}-${VENDOR}-linuxaout" + exit 0 ;; + coff-i386) + echo "${UNAME_MACHINE}-${VENDOR}-linuxcoff" + exit 0 ;; + "") + # Either a pre-BFD a.out linker (linuxoldld) or + # one that does not give us useful --help. + echo "${UNAME_MACHINE}-${VENDOR}-linuxoldld" + exit 0 ;; + esac + # Determine whether the default compiler is a.out or elf + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + #ifdef __ELF__ + # ifdef __GLIBC__ + # if __GLIBC__ >= 2 + LIBC=gnu + # else + LIBC=gnulibc1 + # endif + # else + LIBC=gnulibc1 + # endif + #else + #ifdef __INTEL_COMPILER + LIBC=gnu + #else + LIBC=gnuaout + #endif + #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + test x"${LIBC}" != x && echo "${UNAME_MACHINE}-${VENDOR}-linux-${LIBC}" | sed 's/linux-gnu/linux/' && exit 0 + test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit 0 ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit 0 ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit 0 ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit 0 ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit 0 ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit 0 ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit 0 ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit 0 ;; + i*86:*:5:[78]*) + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit 0 ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit 0 ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i386. + echo i386-pc-msdosdjgpp + exit 0 ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit 0 ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit 0 ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit 0 ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit 0 ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit 0 ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit 0 ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && echo i486-ncr-sysv4.3${OS_REL} && exit 0 + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && echo i486-ncr-sysv4 && exit 0 ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit 0 ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit 0 ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit 0 ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit 0 ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit 0 ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit 0 ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit 0 ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit 0 ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit 0 ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit 0 ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit 0 ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit 0 ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit 0 ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit 0 ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit 0 ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit 0 ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit 0 ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit 0 ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + *86) UNAME_PROCESSOR=i686 ;; + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit 0 ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit 0 ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit 0 ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit 0 ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit 0 ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit 0 ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit 0 ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit 0 ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit 0 ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit 0 ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit 0 ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit 0 ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit 0 ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit 0 ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit 0 ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms && exit 0 ;; + I*) echo ia64-dec-vms && exit 0 ;; + V*) echo vax-dec-vms && exit 0 ;; + esac +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0 + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit 0 ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit 0 ;; + c34*) + echo c34-convex-bsd + exit 0 ;; + c38*) + echo c38-convex-bsd + exit 0 ;; + c4*) + echo c4-convex-bsd + exit 0 ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/project/jni/application/ltris-1.0.15/config.h.in b/project/jni/application/ltris-1.0.15/config.h.in new file mode 100644 index 000000000..0c0f725f9 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/config.h.in @@ -0,0 +1,298 @@ +/* config.h.in. Generated from configure.in by autoheader. */ +#undef ENABLE_NLS +#undef HAVE_CATGETS +#undef HAVE_GETTEXT +#undef HAVE_LC_MESSAGES +#undef HAVE_STPCPY +#undef HAVE_LIBSM +#undef PACKAGE_LOCALE_DIR +#undef PACKAGE_DOC_DIR +#undef PACKAGE_DATA_DIR +#undef PACKAGE_PIXMAPS_DIR +#undef PACKAGE_HELP_DIR +#undef PACKAGE_MENU_DIR +#undef PACKAGE_SOURCE_DIR + +/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP + systems. This function is required for `alloca.c' support on those systems. + */ +#undef CRAY_STACKSEG_END + +/* Define to 1 if using `alloca.c'. */ +#undef C_ALLOCA + +/* Define to 1 if translation of program messages to the user's native + language is requested. */ +#undef ENABLE_NLS + +/* Define to 1 if you have `alloca', as a function or macro. */ +#undef HAVE_ALLOCA + +/* Define to 1 if you have and it should be used (not on Ultrix). + */ +#undef HAVE_ALLOCA_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_ARGZ_H + +/* Define to 1 if you have the `asprintf' function. */ +#undef HAVE_ASPRINTF + +/* Define if the GNU dcgettext() function is already present or preinstalled. + */ +#undef HAVE_DCGETTEXT + +/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you + don't. */ +#undef HAVE_DECL_FEOF_UNLOCKED + +/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if + you don't. */ +#undef HAVE_DECL_FGETS_UNLOCKED + +/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you + don't. */ +#undef HAVE_DECL_GETC_UNLOCKED + +/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you + don't. */ +#undef HAVE_DECL__SNPRINTF + +/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you + don't. */ +#undef HAVE_DECL__SNWPRINTF + +/* Define to 1 if you have the `fwprintf' function. */ +#undef HAVE_FWPRINTF + +/* Define to 1 if you have the `getcwd' function. */ +#undef HAVE_GETCWD + +/* Define to 1 if you have the `getegid' function. */ +#undef HAVE_GETEGID + +/* Define to 1 if you have the `geteuid' function. */ +#undef HAVE_GETEUID + +/* Define to 1 if you have the `getgid' function. */ +#undef HAVE_GETGID + +/* Define to 1 if you have the `getpagesize' function. */ +#undef HAVE_GETPAGESIZE + +/* Define if the GNU gettext() function is already present or preinstalled. */ +#undef HAVE_GETTEXT + +/* Define to 1 if you have the `getuid' function. */ +#undef HAVE_GETUID + +/* Define if you have the iconv() function. */ +#undef HAVE_ICONV + +/* Define if you have the 'intmax_t' type in or . */ +#undef HAVE_INTMAX_T + +/* Define if exists and doesn't clash with . */ +#undef HAVE_INTTYPES_H + +/* Define if exists, doesn't clash with , and + declares uintmax_t. */ +#undef HAVE_INTTYPES_H_WITH_UINTMAX + +/* Define if you have and nl_langinfo(CODESET). */ +#undef HAVE_LANGINFO_CODESET + +/* Define if your file defines LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* Define to 1 if you have the `m' library (-lm). */ +#undef HAVE_LIBM + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LOCALE_H + +/* Define if you have the 'long double' type. */ +#undef HAVE_LONG_DOUBLE + +/* Define if you have the 'long long' type. */ +#undef HAVE_LONG_LONG + +/* Define to 1 if you have the header file. */ +#undef HAVE_MALLOC_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `mempcpy' function. */ +#undef HAVE_MEMPCPY + +/* Define to 1 if you have a working `mmap' system call. */ +#undef HAVE_MMAP + +/* Define to 1 if you have the `munmap' function. */ +#undef HAVE_MUNMAP + +/* Define to 1 if you have the header file. */ +#undef HAVE_NL_TYPES_H + +/* Define if your printf() function supports format strings with positions. */ +#undef HAVE_POSIX_PRINTF + +/* Define to 1 if you have the `putenv' function. */ +#undef HAVE_PUTENV + +/* Define to 1 if you have the `setenv' function. */ +#undef HAVE_SETENV + +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + +/* Define to 1 if you have the `snprintf' function. */ +#undef HAVE_SNPRINTF + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDDEF_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define if exists, doesn't clash with , and declares + uintmax_t. */ +#undef HAVE_STDINT_H_WITH_UINTMAX + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `stpcpy' function. */ +#undef HAVE_STPCPY + +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP + +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strtoul' function. */ +#undef HAVE_STRTOUL + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the `tsearch' function. */ +#undef HAVE_TSEARCH + +/* Define if you have the 'uintmax_t' type in or . */ +#undef HAVE_UINTMAX_T + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define if you have the 'unsigned long long' type. */ +#undef HAVE_UNSIGNED_LONG_LONG + +/* Define if you have the 'wchar_t' type. */ +#undef HAVE_WCHAR_T + +/* Define to 1 if you have the `wcslen' function. */ +#undef HAVE_WCSLEN + +/* Define if you have the 'wint_t' type. */ +#undef HAVE_WINT_T + +/* Define to 1 if you have the `__argz_count' function. */ +#undef HAVE___ARGZ_COUNT + +/* Define to 1 if you have the `__argz_next' function. */ +#undef HAVE___ARGZ_NEXT + +/* Define to 1 if you have the `__argz_stringify' function. */ +#undef HAVE___ARGZ_STRINGIFY + +/* Define to 1 if you have the `__fsetlocking' function. */ +#undef HAVE___FSETLOCKING + +/* Define as const if the declaration of iconv() needs const. */ +#undef ICONV_CONST + +/* Define if integer division by zero raises signal SIGFPE. */ +#undef INTDIV0_RAISES_SIGFPE + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define if exists and defines unusable PRI* macros. */ +#undef PRI_MACROS_BROKEN + +/* Define as the maximum value of type 'size_t', if the system doesn't define + it. */ +#undef SIZE_MAX + +/* If using the C implementation of alloca, define if you know the + direction of stack growth for your system; otherwise it will be + automatically deduced at runtime. + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ +#undef STACK_DIRECTION + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif + +/* Define to `long int' if does not define. */ +#undef off_t + +/* Define as the type of the result of subtracting two pointers, if the system + doesn't define it. */ +#undef ptrdiff_t + +/* Define to empty if the C compiler doesn't support this keyword. */ +#undef signed + +/* Define to `unsigned int' if does not define. */ +#undef size_t + +/* Define to unsigned long or unsigned long long if and + don't define. */ +#undef uintmax_t diff --git a/project/jni/application/ltris-1.0.15/config.rpath b/project/jni/application/ltris-1.0.15/config.rpath new file mode 100755 index 000000000..4db13e50f --- /dev/null +++ b/project/jni/application/ltris-1.0.15/config.rpath @@ -0,0 +1,548 @@ +#! /bin/sh +# Output a system dependent set of variables, describing how to set the +# run time search path of shared libraries in an executable. +# +# Copyright 1996-2003 Free Software Foundation, Inc. +# Taken from GNU libtool, 2001 +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. +# +# The first argument passed to this file is the canonical host specification, +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld +# should be set by the caller. +# +# The set of defined variables is at the end of this script. + +# Known limitations: +# - On IRIX 6.5 with CC="cc", the run time search patch must not be longer +# than 256 bytes, otherwise the compiler driver will dump core. The only +# known workaround is to choose shorter directory names for the build +# directory and/or the installation directory. + +# All known linkers require a `.a' archive for static linking (except M$VC, +# which needs '.lib'). +libext=a +shrext=.so + +host="$1" +host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` + +# Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC. + +wl= +if test "$GCC" = yes; then + wl='-Wl,' +else + case "$host_os" in + aix*) + wl='-Wl,' + ;; + mingw* | pw32* | os2*) + ;; + hpux9* | hpux10* | hpux11*) + wl='-Wl,' + ;; + irix5* | irix6* | nonstopux*) + wl='-Wl,' + ;; + newsos6) + ;; + linux*) + case $CC in + icc|ecc) + wl='-Wl,' + ;; + ccc) + wl='-Wl,' + ;; + esac + ;; + osf3* | osf4* | osf5*) + wl='-Wl,' + ;; + sco3.2v5*) + ;; + solaris*) + wl='-Wl,' + ;; + sunos4*) + wl='-Qoption ld ' + ;; + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + wl='-Wl,' + ;; + sysv4*MP*) + ;; + uts4*) + ;; + esac +fi + +# Code taken from libtool.m4's AC_LIBTOOL_PROG_LD_SHLIBS. + +hardcode_libdir_flag_spec= +hardcode_libdir_separator= +hardcode_direct=no +hardcode_minus_L=no + +case "$host_os" in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + openbsd*) + with_gnu_ld=no + ;; +esac + +ld_shlibs=yes +if test "$with_gnu_ld" = yes; then + case "$host_os" in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs=no + fi + ;; + amigaos*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can use + # them. + ld_shlibs=no + ;; + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + cygwin* | mingw* | pw32*) + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + netbsd*) + ;; + solaris* | sysv5*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + sunos4*) + hardcode_direct=yes + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + esac + if test "$ld_shlibs" = yes; then + # Unlike libtool, we use -rpath here, not --rpath, since the documented + # option of GNU ld is called -rpath, not --rpath. + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + fi +else + case "$host_os" in + aix3*) + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test "$GCC" = yes; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + else + aix_use_runtimelinking=no + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix5*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + esac + fi + hardcode_direct=yes + hardcode_libdir_separator=':' + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + hardcode_direct=yes + else + # We have old collect2 + hardcode_direct=unsupported + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + esac + fi + # Begin _LT_AC_SYS_LIBPATH_AIX. + echo 'int main () { return 0; }' > conftest.c + ${CC} ${LDFLAGS} conftest.c -o conftest + aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` + if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` + fi + if test -z "$aix_libpath"; then + aix_libpath="/usr/lib:/lib" + fi + rm -f conftest.c conftest + # End _LT_AC_SYS_LIBPATH_AIX. + if test "$aix_use_runtimelinking" = yes; then + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + else + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + fi + fi + ;; + amigaos*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + # see comment about different semantics on the GNU ld section + ld_shlibs=no + ;; + bsdi4*) + ;; + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec=' ' + libext=lib + ;; + darwin* | rhapsody*) + if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then + hardcode_direct=no + fi + ;; + dgux*) + hardcode_libdir_flag_spec='-L$libdir' + ;; + freebsd1*) + ld_shlibs=no + ;; + freebsd2.2*) + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + ;; + freebsd2*) + hardcode_direct=yes + hardcode_minus_L=yes + ;; + freebsd*) + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + ;; + hpux9*) + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + hpux10* | hpux11*) + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=no + ;; + ia64*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=no + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + *) + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + irix5* | irix6* | nonstopux*) + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + netbsd*) + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + ;; + newsos6) + hardcode_direct=yes + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + openbsd*) + hardcode_direct=yes + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + else + case "$host_os" in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi + ;; + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + osf3*) + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + osf4* | osf5*) + if test "$GCC" = yes; then + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + else + # Both cc and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + hardcode_libdir_separator=: + ;; + sco3.2v5*) + ;; + solaris*) + hardcode_libdir_flag_spec='-R$libdir' + ;; + sunos4*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + ;; + sysv4) + case $host_vendor in + sni) + hardcode_direct=yes # is this really true??? + ;; + siemens) + hardcode_direct=no + ;; + motorola) + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + ;; + sysv4.3*) + ;; + sysv4*MP*) + if test -d /usr/nec; then + ld_shlibs=yes + fi + ;; + sysv4.2uw2*) + hardcode_direct=yes + hardcode_minus_L=no + ;; + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) + ;; + sysv5*) + hardcode_libdir_flag_spec= + ;; + uts4*) + hardcode_libdir_flag_spec='-L$libdir' + ;; + *) + ld_shlibs=no + ;; + esac +fi + +# Check dynamic linker characteristics +# Code taken from libtool.m4's AC_LIBTOOL_SYS_DYNAMIC_LINKER. +libname_spec='lib$name' +case "$host_os" in + aix3*) + ;; + aix4* | aix5*) + ;; + amigaos*) + ;; + beos*) + ;; + bsdi4*) + ;; + cygwin* | mingw* | pw32*) + shrext=.dll + ;; + darwin* | rhapsody*) + shrext=.dylib + ;; + dgux*) + ;; + freebsd1*) + ;; + freebsd*) + ;; + gnu*) + ;; + hpux9* | hpux10* | hpux11*) + case "$host_cpu" in + ia64*) + shrext=.so + ;; + hppa*64*) + shrext=.sl + ;; + *) + shrext=.sl + ;; + esac + ;; + irix5* | irix6* | nonstopux*) + case "$host_os" in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; + *) libsuff= shlibsuff= ;; + esac + ;; + esac + ;; + linux*oldld* | linux*aout* | linux*coff*) + ;; + linux*) + ;; + netbsd*) + ;; + newsos6) + ;; + nto-qnx) + ;; + openbsd*) + ;; + os2*) + libname_spec='$name' + shrext=.dll + ;; + osf3* | osf4* | osf5*) + ;; + sco3.2v5*) + ;; + solaris*) + ;; + sunos4*) + ;; + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + ;; + sysv4*MP*) + ;; + uts4*) + ;; +esac + +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' +escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` +shlibext=`echo "$shrext" | sed -e 's,^\.,,'` +escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` + +sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <. Submit a context +# diff and a properly formatted ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit 0 ;; + --version | -v ) + echo "$version" ; exit 0 ;; + --help | --h* | -h ) + echo "$usage"; exit 0 ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit 0;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ + kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray) + os= + basic_machine=$1 + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | m32r | m32rle | m68000 | m68k | m88k | mcore \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64vr | mips64vrel \ + | mips64orion | mips64orionel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | msp430 \ + | ns16k | ns32k \ + | openrisc | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ + | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | v850 | v850e \ + | we32k \ + | x86 | xscale | xstormy16 | xtensa \ + | z8k) + basic_machine=$basic_machine-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* \ + | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | mcore-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | msp430-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* \ + | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tron-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ + | xtensa-* \ + | ymp-* \ + | z8k-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16c) + basic_machine=cr16c-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + or32 | or32-*) + basic_machine=or32-unknown + os=-coff + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc) basic_machine=powerpc-unknown + ;; + ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/project/jni/application/ltris-1.0.15/configure b/project/jni/application/ltris-1.0.15/configure new file mode 100755 index 000000000..06b59d0b8 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/configure @@ -0,0 +1,13568 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.61. +# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + +if test "x$CONFIG_SHELL" = x; then + if (eval ":") 2>/dev/null; then + as_have_required=yes +else + as_have_required=no +fi + + if test $as_have_required = yes && (eval ": +(as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=\$LINENO + as_lineno_2=\$LINENO + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } +") 2> /dev/null; then + : +else + as_candidate_shells= + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + case $as_dir in + /*) + for as_base in sh bash ksh sh5; do + as_candidate_shells="$as_candidate_shells $as_dir/$as_base" + done;; + esac +done +IFS=$as_save_IFS + + + for as_shell in $as_candidate_shells $SHELL; do + # Try only shells that exist, to save several forks. + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { ("$as_shell") 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +_ASEOF +}; then + CONFIG_SHELL=$as_shell + as_have_required=yes + if { "$as_shell" 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +(as_func_return () { + (exit $1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = "$1" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test $exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } + +_ASEOF +}; then + break +fi + +fi + + done + + if test "x$CONFIG_SHELL" != x; then + for as_var in BASH_ENV ENV + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + + if test $as_have_required = no; then + echo This script requires a shell more modern than all the + echo shells that I found on your system. Please install a + echo modern shell, or manually run the script under such a + echo shell if you do have one. + { (exit 1); exit 1; } +fi + + +fi + +fi + + + +(eval "as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0") || { + echo No shell found that supports shell functions. + echo Please tell autoconf@gnu.org about your system, + echo including any error possibly output before this + echo message +} + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + + +exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= +SHELL=${CONFIG_SHELL-/bin/sh} + +# Identity of this package. +PACKAGE_NAME= +PACKAGE_TARNAME= +PACKAGE_VERSION= +PACKAGE_STRING= +PACKAGE_BUGREPORT= + +ac_unique_file="Makefile.am" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='SHELL +PATH_SEPARATOR +PACKAGE_NAME +PACKAGE_TARNAME +PACKAGE_VERSION +PACKAGE_STRING +PACKAGE_BUGREPORT +exec_prefix +prefix +program_transform_name +bindir +sbindir +libexecdir +datarootdir +datadir +sysconfdir +sharedstatedir +localstatedir +includedir +oldincludedir +docdir +infodir +htmldir +dvidir +pdfdir +psdir +libdir +localedir +mandir +DEFS +ECHO_C +ECHO_N +ECHO_T +LIBS +build_alias +host_alias +target_alias +build +build_cpu +build_vendor +build_os +host +host_cpu +host_vendor +host_os +target +target_cpu +target_vendor +target_os +INSTALL_PROGRAM +INSTALL_SCRIPT +INSTALL_DATA +CYGPATH_W +PACKAGE +VERSION +ACLOCAL +AUTOCONF +AUTOMAKE +AUTOHEADER +MAKEINFO +install_sh +STRIP +INSTALL_STRIP_PROGRAM +mkdir_p +AWK +SET_MAKE +am__leading_dot +AMTAR +am__tar +am__untar +MKINSTALLDIRS +USE_NLS +MSGFMT +GMSGFMT +XGETTEXT +MSGMERGE +CC +CFLAGS +LDFLAGS +CPPFLAGS +ac_ct_CC +EXEEXT +OBJEXT +DEPDIR +am__include +am__quote +AMDEP_TRUE +AMDEP_FALSE +AMDEPBACKSLASH +CCDEPMODE +am__fastdepCC_TRUE +am__fastdepCC_FALSE +RANLIB +CPP +GREP +EGREP +ALLOCA +GLIBC21 +HAVE_POSIX_PRINTF +HAVE_ASPRINTF +HAVE_SNPRINTF +HAVE_WPRINTF +LIBICONV +LTLIBICONV +INTLBISON +BUILD_INCLUDED_LIBINTL +USE_INCLUDED_LIBINTL +CATOBJEXT +DATADIRNAME +INSTOBJEXT +GENCAT +INTLOBJS +INTL_LIBTOOL_SUFFIX_PREFIX +INTLLIBS +LIBINTL +LTLIBINTL +POSUB +SDL_CONFIG +SDL_CFLAGS +SDL_LIBS +sound_flag +mixer_flag +buf_flag +inst_dir +hi_dir +inst_flag +hi_inst_flag +dis_flag +locdir_flag +LIBOBJS +LTLIBOBJS' +ac_subst_files='' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=\$ac_optarg ;; + + -without-* | --without-*) + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) { echo "$as_me: error: unrecognized option: $ac_option +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { (exit 1); exit 1; }; } + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + { echo "$as_me: error: missing argument to $ac_option" >&2 + { (exit 1); exit 1; }; } +fi + +# Be sure to have absolute directory names. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; } +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + { echo "$as_me: error: Working directory cannot be determined" >&2 + { (exit 1); exit 1; }; } +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + { echo "$as_me: error: pwd does not report name of working directory" >&2 + { (exit 1); exit 1; }; } + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$0" || +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$0" : 'X\(//\)[^/]' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X"$0" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { (exit 1); exit 1; }; } +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 + { (exit 1); exit 1; }; } + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures this package to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] + --target=TARGET configure for building compilers for TARGET [HOST] +_ACEOF +fi + +if test -n "$ac_init_help"; then + + cat <<\_ACEOF + +Optional Features: + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-nls do not use Native Language Support + --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors + --disable-rpath do not hardcode runtime library paths + --enable-zaurus Compile for Zaurus + --enable-softfloat Use Softfloat for CPUs without FPU + --disable-sdltest Do not try to compile and run a test SDL program + --disable-sound Disables sound + --disable-install No installation. Played from the source directory. + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-gnu-ld assume the C compiler uses GNU ld default=no + --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib + --without-libiconv-prefix don't search for libiconv in includedir and libdir + --with-included-gettext use the GNU gettext library included here + --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib + --without-libintl-prefix don't search for libintl in includedir and libdir + --with-sdl-prefix=PFX Prefix where SDL is installed (optional) + --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional) + --with-buffer-size=BUFSIZE Set this value to 2048 if you encounter sound delay. + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CPP C preprocessor + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +configure +generated by GNU Autoconf 2.61 + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by $as_me, which was +generated by GNU Autoconf 2.61. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + echo "PATH: $as_dir" +done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 2) + ac_configure_args1="$ac_configure_args1 '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + ac_configure_args="$ac_configure_args '$ac_arg'" + ;; + esac + done +done +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +## ---------------- ## +## Cache variables. ## +## ---------------- ## +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------------- ## +## File substitutions. ## +## ------------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + echo "$as_me: caught signal $ac_signal" + echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + set x "$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + set x "$prefix/share/config.site" "$prefix/etc/config.site" +else + set x "$ac_default_prefix/share/config.site" \ + "$ac_default_prefix/etc/config.site" +fi +shift +for ac_site_file +do + if test -r "$ac_site_file"; then + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special + # files actually), so we avoid doing that. + if test -f "$cache_file"; then + { echo "$as_me:$LINENO: loading cache $cache_file" >&5 +echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { echo "$as_me:$LINENO: creating cache $cache_file" >&5 +echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 +echo "$as_me: former value: $ac_old_val" >&2;} + { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 +echo "$as_me: current value: $ac_new_val" >&2;} + ac_cache_corrupted=: + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { (exit 1); exit 1; }; } +fi + + + + + + + + + + + + + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} + { (exit 1); exit 1; }; } +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} + { (exit 1); exit 1; }; } + +{ echo "$as_me:$LINENO: checking build system type" >&5 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; } +if test "${ac_cv_build+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;} + { (exit 1); exit 1; }; } +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} + { (exit 1); exit 1; }; } + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +echo "${ECHO_T}$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 +echo "$as_me: error: invalid value of canonical build" >&2;} + { (exit 1); exit 1; }; };; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ echo "$as_me:$LINENO: checking host system type" >&5 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; } +if test "${ac_cv_host+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} + { (exit 1); exit 1; }; } +fi + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +echo "${ECHO_T}$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 +echo "$as_me: error: invalid value of canonical host" >&2;} + { (exit 1); exit 1; }; };; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +{ echo "$as_me:$LINENO: checking target system type" >&5 +echo $ECHO_N "checking target system type... $ECHO_C" >&6; } +if test "${ac_cv_target+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "x$target_alias" = x; then + ac_cv_target=$ac_cv_host +else + ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} + { (exit 1); exit 1; }; } +fi + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5 +echo "${ECHO_T}$ac_cv_target" >&6; } +case $ac_cv_target in +*-*-*) ;; +*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 +echo "$as_me: error: invalid value of canonical target" >&2;} + { (exit 1); exit 1; }; };; +esac +target=$ac_cv_target +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_target +shift +target_cpu=$1 +target_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +target_os=$* +IFS=$ac_save_IFS +case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac + + +# The aliases save the names the user supplied, while $host etc. +# will get canonicalized. +test -n "$target_alias" && + test "$program_prefix$program_suffix$program_transform_name" = \ + NONENONEs,x,x, && + program_prefix=${target_alias}- + +ac_config_headers="$ac_config_headers config.h" + + +am__api_version="1.9" +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in + ./ | .// | /cC/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + done + done + ;; +esac +done +IFS=$as_save_IFS + + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&5 +echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&2;} + { (exit 1); exit 1; }; } + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! +Check your system clock" >&5 +echo "$as_me: error: newly created file is older than distributed files! +Check your system clock" >&2;} + { (exit 1); exit 1; }; } +fi +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. echo might interpret backslashes. +# By default was `s,x,x', remove it if useless. +cat <<\_ACEOF >conftest.sed +s/[\\$]/&&/g;s/;s,x,x,$// +_ACEOF +program_transform_name=`echo $program_transform_name | sed -f conftest.sed` +rm -f conftest.sed + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then + # We used to keeping the `.' as first argument, in order to + # allow $(mkdir_p) to be used without argument. As in + # $(mkdir_p) $(somedir) + # where $(somedir) is conditionally defined. However this is wrong + # for two reasons: + # 1. if the package is installed by a user who cannot write `.' + # make install will fail, + # 2. the above comment should most certainly read + # $(mkdir_p) $(DESTDIR)$(somedir) + # so it does not work when $(somedir) is undefined and + # $(DESTDIR) is not. + # To support the latter case, we have to write + # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), + # so the `.' trick is pointless. + mkdir_p='mkdir -p --' +else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + for d in ./-p ./--version; + do + test -d $d && rmdir $d + done + # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. + if test -f "$ac_aux_dir/mkinstalldirs"; then + mkdir_p='$(mkinstalldirs)' + else + mkdir_p='$(install_sh) -d' + fi +fi + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_AWK+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AWK="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { echo "$as_me:$LINENO: result: $AWK" >&5 +echo "${ECHO_T}$AWK" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + SET_MAKE= +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +# test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { (exit 1); exit 1; }; } +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE=ltris + VERSION=1.0.15 + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +install_sh=${install_sh-"$am_aux_dir/install-sh"} + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + + + + MKINSTALLDIRS= + if test -n "$ac_aux_dir"; then + case "$ac_aux_dir" in + /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; + *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; + esac + fi + if test -z "$MKINSTALLDIRS"; then + MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" + fi + + + + { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } + # Check whether --enable-nls was given. +if test "${enable_nls+set}" = set; then + enableval=$enable_nls; USE_NLS=$enableval +else + USE_NLS=yes +fi + + { echo "$as_me:$LINENO: result: $USE_NLS" >&5 +echo "${ECHO_T}$USE_NLS" >&6; } + + + + + + +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Find out how to test for executable files. Don't use a zero-byte file, +# as systems may use methods other than mode bits to determine executability. +cat >conf$$.file <<_ASEOF +#! /bin/sh +exit 0 +_ASEOF +chmod +x conf$$.file +if test -x conf$$.file >/dev/null 2>&1; then + ac_executable_p="test -x" +else + ac_executable_p="test -f" +fi +rm -f conf$$.file + +# Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_MSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case "$MSGFMT" in + [\\/]* | ?:[\\/]*) + ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. + ;; + *) + ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$ac_save_IFS" + test -z "$ac_dir" && ac_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then + if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && + (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then + ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" + break 2 + fi + fi + done + done + IFS="$ac_save_IFS" + test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" + ;; +esac +fi +MSGFMT="$ac_cv_path_MSGFMT" +if test "$MSGFMT" != ":"; then + { echo "$as_me:$LINENO: result: $MSGFMT" >&5 +echo "${ECHO_T}$MSGFMT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + # Extract the first word of "gmsgfmt", so it can be a program name with args. +set dummy gmsgfmt; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_GMSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $GMSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" + ;; +esac +fi +GMSGFMT=$ac_cv_path_GMSGFMT +if test -n "$GMSGFMT"; then + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + + +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Find out how to test for executable files. Don't use a zero-byte file, +# as systems may use methods other than mode bits to determine executability. +cat >conf$$.file <<_ASEOF +#! /bin/sh +exit 0 +_ASEOF +chmod +x conf$$.file +if test -x conf$$.file >/dev/null 2>&1; then + ac_executable_p="test -x" +else + ac_executable_p="test -f" +fi +rm -f conf$$.file + +# Extract the first word of "xgettext", so it can be a program name with args. +set dummy xgettext; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_XGETTEXT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case "$XGETTEXT" in + [\\/]* | ?:[\\/]*) + ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. + ;; + *) + ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$ac_save_IFS" + test -z "$ac_dir" && ac_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then + if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && + (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then + ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" + break 2 + fi + fi + done + done + IFS="$ac_save_IFS" + test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" + ;; +esac +fi +XGETTEXT="$ac_cv_path_XGETTEXT" +if test "$XGETTEXT" != ":"; then + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +echo "${ECHO_T}$XGETTEXT" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + rm -f messages.po + + +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Find out how to test for executable files. Don't use a zero-byte file, +# as systems may use methods other than mode bits to determine executability. +cat >conf$$.file <<_ASEOF +#! /bin/sh +exit 0 +_ASEOF +chmod +x conf$$.file +if test -x conf$$.file >/dev/null 2>&1; then + ac_executable_p="test -x" +else + ac_executable_p="test -f" +fi +rm -f conf$$.file + +# Extract the first word of "msgmerge", so it can be a program name with args. +set dummy msgmerge; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_MSGMERGE+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case "$MSGMERGE" in + [\\/]* | ?:[\\/]*) + ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. + ;; + *) + ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$ac_save_IFS" + test -z "$ac_dir" && ac_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then + if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then + ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" + break 2 + fi + fi + done + done + IFS="$ac_save_IFS" + test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" + ;; +esac +fi +MSGMERGE="$ac_cv_path_MSGMERGE" +if test "$MSGMERGE" != ":"; then + { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 +echo "${ECHO_T}$MSGMERGE" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + if test "$GMSGFMT" != ":"; then + if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && + (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then + : ; + else + GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` + { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 +echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } + GMSGFMT=":" + fi + fi + + if test "$XGETTEXT" != ":"; then + if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && + (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then + : ; + else + { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 +echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; } + XGETTEXT=":" + fi + rm -f messages.po + fi + + ac_config_commands="$ac_config_commands default-1" + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# We grep out `Entering directory' and `Leaving directory' +# messages which can occur if `w' ends up in MAKEFLAGS. +# In particular we don't look at `^make:' because GNU make might +# be invoked under some other name (usually "gmake"), in which +# case it prints its new name instead of `make'. +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then + am__include=include + am__quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi + + +{ echo "$as_me:$LINENO: result: $_am_result" >&5 +echo "${ECHO_T}$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi + + +if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for C compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` +# +# List of possible output files, starting from the most likely. +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) +# only as a last resort. b.out is created by i960 compilers. +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' +# +# The IRIX 6 linker writes into existing files which may not be +# executable, retaining their permissions. Remove them first so a +# subsequent execution test works. +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { (ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi + +{ echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6; } +if test -z "$ac_file"; then + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +See \`config.log' for more details." >&5 +echo "$as_me: error: C compiler cannot create executables +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } +fi + +ac_exeext=$ac_cv_exeext + +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 +# If not cross compiling, check that we can run a simple program. +if test "$cross_compiling" != yes; then + if { ac_try='./$ac_file' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { echo "$as_me:$LINENO: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + fi + fi +fi +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + +rm -f a.out a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6; } + +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest$ac_cv_exeext +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } +if test "${ac_cv_objext+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } +if test "${ac_cv_c_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } +GCC=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_c89=$ac_arg +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; + xno) + { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; +esac + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CC" am_compiler_list= + +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + + +if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + + + + { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 +echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; } +if test "${ac_cv_lib_cposix_strerror+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcposix $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char strerror (); +int +main () +{ +return strerror (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_cposix_strerror=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_cposix_strerror=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 +echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6; } +if test $ac_cv_lib_cposix_strerror = yes; then + LIBS="$LIBS -lcposix" +fi + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test "${ac_cv_prog_CPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Extract the first word of "grep ggrep" to use in msg output +if test -z "$GREP"; then +set dummy grep ggrep; ac_prog_name=$2 +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_GREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue + # Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_GREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +GREP="$ac_cv_path_GREP" +if test -z "$GREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_GREP=$GREP +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + # Extract the first word of "egrep" to use in msg output +if test -z "$EGREP"; then +set dummy egrep; ac_prog_name=$2 +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_EGREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue + # Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_EGREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +EGREP="$ac_cv_path_EGREP" +if test -z "$EGREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_EGREP=$EGREP +fi + + + fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_header_stdc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_header_stdc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then + : +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +cat >>confdefs.h <<\_ACEOF +#define STDC_HEADERS 1 +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } +if test "${ac_cv_c_const+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +/* FIXME: Include the comments suggested by Paul. */ +#ifndef __cplusplus + /* Ultrix mips cc rejects this. */ + typedef int charset[2]; + const charset cs; + /* SunOS 4.1.1 cc rejects this. */ + char const *const *pcpcc; + char **ppc; + /* NEC SVR4.0.2 mips cc rejects this. */ + struct point {int x, y;}; + static struct point const zero = {0,0}; + /* AIX XL C 1.02.0.0 rejects this. + It does not let you subtract one const X* pointer from another in + an arm of an if-expression whose if-part is not a constant + expression */ + const char *g = "string"; + pcpcc = &g + (g ? g-g : 0); + /* HPUX 7.0 cc rejects these. */ + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; + { /* SCO 3.2v4 cc rejects this. */ + char *t; + char const *s = 0 ? (char *) 0 : (char const *) 0; + + *t++ = 0; + if (s) return 0; + } + { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ + int x[] = {25, 17}; + const int *foo = &x[0]; + ++foo; + } + { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ + typedef const int *iptr; + iptr p = 0; + ++p; + } + { /* AIX XL C 1.02.0.0 rejects this saying + "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ + struct s { int j; const int *ap[3]; }; + struct s *b; b->j = 5; + } + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ + const int foo = 10; + if (!foo) return 0; + } + return !cs[0] && !zero.x; +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_const=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_c_const=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +echo "${ECHO_T}$ac_cv_c_const" >&6; } +if test $ac_cv_c_const = no; then + +cat >>confdefs.h <<\_ACEOF +#define const +_ACEOF + +fi + + + { echo "$as_me:$LINENO: checking for signed" >&5 +echo $ECHO_N "checking for signed... $ECHO_C" >&6; } +if test "${bh_cv_c_signed+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +signed char x; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + bh_cv_c_signed=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + bh_cv_c_signed=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $bh_cv_c_signed" >&5 +echo "${ECHO_T}$bh_cv_c_signed" >&6; } + if test $bh_cv_c_signed = no; then + +cat >>confdefs.h <<\_ACEOF +#define signed +_ACEOF + + fi + +{ echo "$as_me:$LINENO: checking for inline" >&5 +echo $ECHO_N "checking for inline... $ECHO_C" >&6; } +if test "${ac_cv_c_inline+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo () {return 0; } +$ac_kw foo_t foo () {return 0; } +#endif + +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_inline=$ac_kw +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 +echo "${ECHO_T}$ac_cv_c_inline" >&6; } + + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. + + + + + + + + + +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + eval "$as_ac_Header=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_Header=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +{ echo "$as_me:$LINENO: checking for off_t" >&5 +echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } +if test "${ac_cv_type_off_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef off_t ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_off_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_off_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 +echo "${ECHO_T}$ac_cv_type_off_t" >&6; } +if test $ac_cv_type_off_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +#define off_t long int +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for size_t" >&5 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } +if test "${ac_cv_type_size_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef size_t ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_size_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_size_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +echo "${ECHO_T}$ac_cv_type_size_t" >&6; } +if test $ac_cv_type_size_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +#define size_t unsigned int +_ACEOF + +fi + + + { echo "$as_me:$LINENO: checking for long long" >&5 +echo $ECHO_N "checking for long long... $ECHO_C" >&6; } +if test "${ac_cv_type_long_long+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +long long ll = 1LL; int i = 63; +int +main () +{ +long long llmax = (long long) -1; + return ll << i | ll >> i | llmax / ll | llmax % ll; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_type_long_long=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_long_long=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 +echo "${ECHO_T}$ac_cv_type_long_long" >&6; } + if test $ac_cv_type_long_long = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LONG_LONG 1 +_ACEOF + + fi + + + { echo "$as_me:$LINENO: checking for long double" >&5 +echo $ECHO_N "checking for long double... $ECHO_C" >&6; } +if test "${gt_cv_c_long_double+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$GCC" = yes; then + gt_cv_c_long_double=yes + else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + + /* The Stardent Vistra knows sizeof(long double), but does not support it. */ + long double foo = 0.0; + /* On Ultrix 4.3 cc, long double is 4 and double is 8. */ + int array [2*(sizeof(long double) >= sizeof(double)) - 1]; + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + gt_cv_c_long_double=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_c_long_double=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +fi +{ echo "$as_me:$LINENO: result: $gt_cv_c_long_double" >&5 +echo "${ECHO_T}$gt_cv_c_long_double" >&6; } + if test $gt_cv_c_long_double = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LONG_DOUBLE 1 +_ACEOF + + fi + + + { echo "$as_me:$LINENO: checking for wchar_t" >&5 +echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; } +if test "${gt_cv_c_wchar_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + wchar_t foo = (wchar_t)'\0'; +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + gt_cv_c_wchar_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_c_wchar_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $gt_cv_c_wchar_t" >&5 +echo "${ECHO_T}$gt_cv_c_wchar_t" >&6; } + if test $gt_cv_c_wchar_t = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_WCHAR_T 1 +_ACEOF + + fi + + + { echo "$as_me:$LINENO: checking for wint_t" >&5 +echo $ECHO_N "checking for wint_t... $ECHO_C" >&6; } +if test "${gt_cv_c_wint_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + wint_t foo = (wchar_t)'\0'; +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + gt_cv_c_wint_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_c_wint_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $gt_cv_c_wint_t" >&5 +echo "${ECHO_T}$gt_cv_c_wint_t" >&6; } + if test $gt_cv_c_wint_t = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_WINT_T 1 +_ACEOF + + fi + + + { echo "$as_me:$LINENO: checking for inttypes.h" >&5 +echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } +if test "${jm_ac_cv_header_inttypes_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +int +main () +{ +uintmax_t i = (uintmax_t) -1; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + jm_ac_cv_header_inttypes_h=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + jm_ac_cv_header_inttypes_h=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $jm_ac_cv_header_inttypes_h" >&5 +echo "${ECHO_T}$jm_ac_cv_header_inttypes_h" >&6; } + if test $jm_ac_cv_header_inttypes_h = yes; then + +cat >>confdefs.h <<_ACEOF +#define HAVE_INTTYPES_H_WITH_UINTMAX 1 +_ACEOF + + fi + + + { echo "$as_me:$LINENO: checking for stdint.h" >&5 +echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } +if test "${jm_ac_cv_header_stdint_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +int +main () +{ +uintmax_t i = (uintmax_t) -1; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + jm_ac_cv_header_stdint_h=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + jm_ac_cv_header_stdint_h=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $jm_ac_cv_header_stdint_h" >&5 +echo "${ECHO_T}$jm_ac_cv_header_stdint_h" >&6; } + if test $jm_ac_cv_header_stdint_h = yes; then + +cat >>confdefs.h <<_ACEOF +#define HAVE_STDINT_H_WITH_UINTMAX 1 +_ACEOF + + fi + + + + + { echo "$as_me:$LINENO: checking for intmax_t" >&5 +echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6; } +if test "${gt_cv_c_intmax_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +#if HAVE_STDINT_H_WITH_UINTMAX +#include +#endif +#if HAVE_INTTYPES_H_WITH_UINTMAX +#include +#endif + +int +main () +{ +intmax_t x = -1; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + gt_cv_c_intmax_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_c_intmax_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $gt_cv_c_intmax_t" >&5 +echo "${ECHO_T}$gt_cv_c_intmax_t" >&6; } + if test $gt_cv_c_intmax_t = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_INTMAX_T 1 +_ACEOF + + fi + + + + { echo "$as_me:$LINENO: checking whether printf() supports POSIX/XSI format strings" >&5 +echo $ECHO_N "checking whether printf() supports POSIX/XSI format strings... $ECHO_C" >&6; } +if test "${gt_cv_func_printf_posix+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + + if test "$cross_compiling" = yes; then + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ + notposix +#endif + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "notposix" >/dev/null 2>&1; then + gt_cv_func_printf_posix="guessing no" +else + gt_cv_func_printf_posix="guessing yes" +fi +rm -f conftest* + + +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +/* The string "%2$d %1$d", with dollar characters protected from the shell's + dollar expansion (possibly an autoconf bug). */ +static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' }; +static char buf[100]; +int main () +{ + sprintf (buf, format, 33, 55); + return (strcmp (buf, "55 33") != 0); +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + gt_cv_func_printf_posix=yes +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +gt_cv_func_printf_posix=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + +fi +{ echo "$as_me:$LINENO: result: $gt_cv_func_printf_posix" >&5 +echo "${ECHO_T}$gt_cv_func_printf_posix" >&6; } + case $gt_cv_func_printf_posix in + *yes) + +cat >>confdefs.h <<\_ACEOF +#define HAVE_POSIX_PRINTF 1 +_ACEOF + + ;; + esac + +# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works +# for constant arguments. Useless! +{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 +echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } +if test "${ac_cv_working_alloca_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +char *p = (char *) alloca (2 * sizeof (int)); + if (p) return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_working_alloca_h=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_working_alloca_h=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 +echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } +if test $ac_cv_working_alloca_h = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_ALLOCA_H 1 +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking for alloca" >&5 +echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } +if test "${ac_cv_func_alloca_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __GNUC__ +# define alloca __builtin_alloca +#else +# ifdef _MSC_VER +# include +# define alloca _alloca +# else +# ifdef HAVE_ALLOCA_H +# include +# else +# ifdef _AIX + #pragma alloca +# else +# ifndef alloca /* predefined by HP cc +Olibcalls */ +char *alloca (); +# endif +# endif +# endif +# endif +#endif + +int +main () +{ +char *p = (char *) alloca (1); + if (p) return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_func_alloca_works=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_func_alloca_works=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 +echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } + +if test $ac_cv_func_alloca_works = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_ALLOCA 1 +_ACEOF + +else + # The SVR3 libPW and SVR4 libucb both contain incompatible functions +# that cause trouble. Some versions do not even contain alloca or +# contain a buggy version. If you still want to use their alloca, +# use ar to extract alloca.o from them instead of compiling alloca.c. + +ALLOCA=\${LIBOBJDIR}alloca.$ac_objext + +cat >>confdefs.h <<\_ACEOF +#define C_ALLOCA 1 +_ACEOF + + +{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 +echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } +if test "${ac_cv_os_cray+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#if defined CRAY && ! defined CRAY2 +webecray +#else +wenotbecray +#endif + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "webecray" >/dev/null 2>&1; then + ac_cv_os_cray=yes +else + ac_cv_os_cray=no +fi +rm -f conftest* + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 +echo "${ECHO_T}$ac_cv_os_cray" >&6; } +if test $ac_cv_os_cray = yes; then + for ac_func in _getb67 GETB67 getb67; do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + +cat >>confdefs.h <<_ACEOF +#define CRAY_STACKSEG_END $ac_func +_ACEOF + + break +fi + + done +fi + +{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 +echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } +if test "${ac_cv_c_stack_direction+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then + ac_cv_c_stack_direction=0 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +find_stack_direction () +{ + static char *addr = 0; + auto char dummy; + if (addr == 0) + { + addr = &dummy; + return find_stack_direction (); + } + else + return (&dummy > addr) ? 1 : -1; +} + +int +main () +{ + return find_stack_direction () < 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_c_stack_direction=1 +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_c_stack_direction=-1 +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 +echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } + +cat >>confdefs.h <<_ACEOF +#define STACK_DIRECTION $ac_cv_c_stack_direction +_ACEOF + + +fi + + + +for ac_header in stdlib.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +for ac_func in getpagesize +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + +{ echo "$as_me:$LINENO: checking for working mmap" >&5 +echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } +if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$cross_compiling" = yes; then + ac_cv_func_mmap_fixed_mapped=no +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +/* malloc might have been renamed as rpl_malloc. */ +#undef malloc + +/* Thanks to Mike Haertel and Jim Avera for this test. + Here is a matrix of mmap possibilities: + mmap private not fixed + mmap private fixed at somewhere currently unmapped + mmap private fixed at somewhere already mapped + mmap shared not fixed + mmap shared fixed at somewhere currently unmapped + mmap shared fixed at somewhere already mapped + For private mappings, we should verify that changes cannot be read() + back from the file, nor mmap's back from the file at a different + address. (There have been systems where private was not correctly + implemented like the infamous i386 svr4.0, and systems where the + VM page cache was not coherent with the file system buffer cache + like early versions of FreeBSD and possibly contemporary NetBSD.) + For shared mappings, we should conversely verify that changes get + propagated back to all the places they're supposed to be. + + Grep wants private fixed already mapped. + The main things grep needs to know about mmap are: + * does it exist and is it safe to write into the mmap'd area + * how to use it (BSD variants) */ + +#include +#include + +#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H +char *malloc (); +#endif + +/* This mess was copied from the GNU getpagesize.h. */ +#ifndef HAVE_GETPAGESIZE +/* Assume that all systems that can run configure have sys/param.h. */ +# ifndef HAVE_SYS_PARAM_H +# define HAVE_SYS_PARAM_H 1 +# endif + +# ifdef _SC_PAGESIZE +# define getpagesize() sysconf(_SC_PAGESIZE) +# else /* no _SC_PAGESIZE */ +# ifdef HAVE_SYS_PARAM_H +# include +# ifdef EXEC_PAGESIZE +# define getpagesize() EXEC_PAGESIZE +# else /* no EXEC_PAGESIZE */ +# ifdef NBPG +# define getpagesize() NBPG * CLSIZE +# ifndef CLSIZE +# define CLSIZE 1 +# endif /* no CLSIZE */ +# else /* no NBPG */ +# ifdef NBPC +# define getpagesize() NBPC +# else /* no NBPC */ +# ifdef PAGESIZE +# define getpagesize() PAGESIZE +# endif /* PAGESIZE */ +# endif /* no NBPC */ +# endif /* no NBPG */ +# endif /* no EXEC_PAGESIZE */ +# else /* no HAVE_SYS_PARAM_H */ +# define getpagesize() 8192 /* punt totally */ +# endif /* no HAVE_SYS_PARAM_H */ +# endif /* no _SC_PAGESIZE */ + +#endif /* no HAVE_GETPAGESIZE */ + +int +main () +{ + char *data, *data2, *data3; + int i, pagesize; + int fd; + + pagesize = getpagesize (); + + /* First, make a file with some known garbage in it. */ + data = (char *) malloc (pagesize); + if (!data) + return 1; + for (i = 0; i < pagesize; ++i) + *(data + i) = rand (); + umask (0); + fd = creat ("conftest.mmap", 0600); + if (fd < 0) + return 1; + if (write (fd, data, pagesize) != pagesize) + return 1; + close (fd); + + /* Next, try to mmap the file at a fixed address which already has + something else allocated at it. If we can, also make sure that + we see the same garbage. */ + fd = open ("conftest.mmap", O_RDWR); + if (fd < 0) + return 1; + data2 = (char *) malloc (2 * pagesize); + if (!data2) + return 1; + data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1); + if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, + MAP_PRIVATE | MAP_FIXED, fd, 0L)) + return 1; + for (i = 0; i < pagesize; ++i) + if (*(data + i) != *(data2 + i)) + return 1; + + /* Finally, make sure that changes to the mapped area do not + percolate back to the file as seen by read(). (This is a bug on + some variants of i386 svr4.0.) */ + for (i = 0; i < pagesize; ++i) + *(data2 + i) = *(data2 + i) + 1; + data3 = (char *) malloc (pagesize); + if (!data3) + return 1; + if (read (fd, data3, pagesize) != pagesize) + return 1; + for (i = 0; i < pagesize; ++i) + if (*(data + i) != *(data3 + i)) + return 1; + close (fd); + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_mmap_fixed_mapped=yes +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_func_mmap_fixed_mapped=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 +echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } +if test $ac_cv_func_mmap_fixed_mapped = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_MMAP 1 +_ACEOF + +fi +rm -f conftest.mmap + + + { echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5 +echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6; } +if test "${ac_cv_gnu_library_2_1+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#ifdef __GNU_LIBRARY__ + #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) + Lucky GNU user + #endif +#endif + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "Lucky GNU user" >/dev/null 2>&1; then + ac_cv_gnu_library_2_1=yes +else + ac_cv_gnu_library_2_1=no +fi +rm -f conftest* + + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5 +echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6; } + + GLIBC21="$ac_cv_gnu_library_2_1" + + + + + { echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5 +echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6; } +if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + + if test "$cross_compiling" = yes; then + + # Guess based on the CPU. + case "$host_cpu" in + alpha* | i3456786 | m68k | s390*) + gt_cv_int_divbyzero_sigfpe="guessing yes";; + *) + gt_cv_int_divbyzero_sigfpe="guessing no";; + esac + +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include + +static void +#ifdef __cplusplus +sigfpe_handler (int sig) +#else +sigfpe_handler (sig) int sig; +#endif +{ + /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */ + exit (sig != SIGFPE); +} + +int x = 1; +int y = 0; +int z; +int nan; + +int main () +{ + signal (SIGFPE, sigfpe_handler); +/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ +#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP) + signal (SIGTRAP, sigfpe_handler); +#endif +/* Linux/SPARC yields signal SIGILL. */ +#if defined (__sparc__) && defined (__linux__) + signal (SIGILL, sigfpe_handler); +#endif + + z = x / y; + nan = y / y; + exit (1); +} + +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + gt_cv_int_divbyzero_sigfpe=yes +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +gt_cv_int_divbyzero_sigfpe=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + +fi +{ echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5 +echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6; } + case "$gt_cv_int_divbyzero_sigfpe" in + *yes) value=1;; + *) value=0;; + esac + +cat >>confdefs.h <<_ACEOF +#define INTDIV0_RAISES_SIGFPE $value +_ACEOF + + + + { echo "$as_me:$LINENO: checking for unsigned long long" >&5 +echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; } +if test "${ac_cv_type_unsigned_long_long+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +unsigned long long ull = 1ULL; int i = 63; +int +main () +{ +unsigned long long ullmax = (unsigned long long) -1; + return ull << i | ull >> i | ullmax / ull | ullmax % ull; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_type_unsigned_long_long=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_unsigned_long_long=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 +echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; } + if test $ac_cv_type_unsigned_long_long = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_UNSIGNED_LONG_LONG 1 +_ACEOF + + fi + + + + + if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then + + test $ac_cv_type_unsigned_long_long = yes \ + && ac_type='unsigned long long' \ + || ac_type='unsigned long' + +cat >>confdefs.h <<_ACEOF +#define uintmax_t $ac_type +_ACEOF + + else + +cat >>confdefs.h <<\_ACEOF +#define HAVE_UINTMAX_T 1 +_ACEOF + + fi + + + { echo "$as_me:$LINENO: checking for inttypes.h" >&5 +echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } +if test "${gt_cv_header_inttypes_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + gt_cv_header_inttypes_h=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_header_inttypes_h=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +{ echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5 +echo "${ECHO_T}$gt_cv_header_inttypes_h" >&6; } + if test $gt_cv_header_inttypes_h = yes; then + +cat >>confdefs.h <<_ACEOF +#define HAVE_INTTYPES_H 1 +_ACEOF + + fi + + + + if test $gt_cv_header_inttypes_h = yes; then + { echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5 +echo $ECHO_N "checking whether the inttypes.h PRIxNN macros are broken... $ECHO_C" >&6; } +if test "${gt_cv_inttypes_pri_broken+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#ifdef PRId32 +char *p = PRId32; +#endif + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + gt_cv_inttypes_pri_broken=no +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_inttypes_pri_broken=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +{ echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5 +echo "${ECHO_T}$gt_cv_inttypes_pri_broken" >&6; } + fi + if test "$gt_cv_inttypes_pri_broken" = yes; then + +cat >>confdefs.h <<_ACEOF +#define PRI_MACROS_BROKEN 1 +_ACEOF + + fi + + + +for ac_header in stdint.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + { echo "$as_me:$LINENO: checking for SIZE_MAX" >&5 +echo $ECHO_N "checking for SIZE_MAX... $ECHO_C" >&6; } + result= + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#if HAVE_STDINT_H +#include +#endif +#ifdef SIZE_MAX +Found it +#endif + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "Found it" >/dev/null 2>&1; then + result=yes +fi +rm -f conftest* + + if test -z "$result"; then + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((~(size_t)0 / 10) >= 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=0 ac_mid=0 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((~(size_t)0 / 10) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr $ac_mid + 1` + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((~(size_t)0 / 10) < 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=-1 ac_mid=-1 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((~(size_t)0 / 10) >= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_hi=`expr '(' $ac_mid ')' - 1` + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo= ac_hi= +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +# Binary search between lo and hi bounds. +while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((~(size_t)0 / 10) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr '(' $ac_mid ')' + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +done +case $ac_lo in +?*) res_hi=$ac_lo;; +'') result=? ;; +esac +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +static long int longval () { return ~(size_t)0 / 10; } +static unsigned long int ulongval () { return ~(size_t)0 / 10; } +#include +#include +int +main () +{ + + FILE *f = fopen ("conftest.val", "w"); + if (! f) + return 1; + if ((~(size_t)0 / 10) < 0) + { + long int i = longval (); + if (i != (~(size_t)0 / 10)) + return 1; + fprintf (f, "%ld\n", i); + } + else + { + unsigned long int i = ulongval (); + if (i != (~(size_t)0 / 10)) + return 1; + fprintf (f, "%lu\n", i); + } + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + res_hi=`cat conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +result=? +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +rm -f conftest.val + + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((~(size_t)0 % 10) >= 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=0 ac_mid=0 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((~(size_t)0 % 10) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr $ac_mid + 1` + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((~(size_t)0 % 10) < 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=-1 ac_mid=-1 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((~(size_t)0 % 10) >= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_hi=`expr '(' $ac_mid ')' - 1` + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo= ac_hi= +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +# Binary search between lo and hi bounds. +while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((~(size_t)0 % 10) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr '(' $ac_mid ')' + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +done +case $ac_lo in +?*) res_lo=$ac_lo;; +'') result=? ;; +esac +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +static long int longval () { return ~(size_t)0 % 10; } +static unsigned long int ulongval () { return ~(size_t)0 % 10; } +#include +#include +int +main () +{ + + FILE *f = fopen ("conftest.val", "w"); + if (! f) + return 1; + if ((~(size_t)0 % 10) < 0) + { + long int i = longval (); + if (i != (~(size_t)0 % 10)) + return 1; + fprintf (f, "%ld\n", i); + } + else + { + unsigned long int i = ulongval (); + if (i != (~(size_t)0 % 10)) + return 1; + fprintf (f, "%lu\n", i); + } + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + res_lo=`cat conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +result=? +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +rm -f conftest.val + + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) >= 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=0 ac_mid=0 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr $ac_mid + 1` + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) < 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=-1 ac_mid=-1 + while :; do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) >= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_lo=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_hi=`expr '(' $ac_mid ')' - 1` + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo= ac_hi= +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +# Binary search between lo and hi bounds. +while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_hi=$ac_mid +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_lo=`expr '(' $ac_mid ')' + 1` +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +done +case $ac_lo in +?*) fits_in_uint=$ac_lo;; +'') result=? ;; +esac +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +static long int longval () { return sizeof (size_t) <= sizeof (unsigned int); } +static unsigned long int ulongval () { return sizeof (size_t) <= sizeof (unsigned int); } +#include +#include +int +main () +{ + + FILE *f = fopen ("conftest.val", "w"); + if (! f) + return 1; + if ((sizeof (size_t) <= sizeof (unsigned int)) < 0) + { + long int i = longval (); + if (i != (sizeof (size_t) <= sizeof (unsigned int))) + return 1; + fprintf (f, "%ld\n", i); + } + else + { + unsigned long int i = ulongval (); + if (i != (sizeof (size_t) <= sizeof (unsigned int))) + return 1; + fprintf (f, "%lu\n", i); + } + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + fits_in_uint=`cat conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +result=? +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +rm -f conftest.val + + if test "$fits_in_uint" = 1; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + extern size_t foo; + extern unsigned long foo; + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + fits_in_uint=0 +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test -z "$result"; then + if test "$fits_in_uint" = 1; then + result="$res_hi$res_lo"U + else + result="$res_hi$res_lo"UL + fi + else + result='~(size_t)0' + fi + fi + { echo "$as_me:$LINENO: result: $result" >&5 +echo "${ECHO_T}$result" >&6; } + if test "$result" != yes; then + +cat >>confdefs.h <<_ACEOF +#define SIZE_MAX $result +_ACEOF + + fi + + + + +for ac_header in stdint.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + + + if test "X$prefix" = "XNONE"; then + acl_final_prefix="$ac_default_prefix" + else + acl_final_prefix="$prefix" + fi + if test "X$exec_prefix" = "XNONE"; then + acl_final_exec_prefix='${prefix}' + else + acl_final_exec_prefix="$exec_prefix" + fi + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" + prefix="$acl_save_prefix" + + +# Check whether --with-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi + +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { echo "$as_me:$LINENO: checking for ld used by GCC" >&5 +echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | [A-Za-z]:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the path of ld + ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { echo "$as_me:$LINENO: checking for GNU ld" >&5 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } +else + { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } +fi +if test "${acl_cv_path_LD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$LD"; then + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + acl_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some GNU ld's only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in + *GNU* | *'with BFD'*) + test "$with_gnu_ld" != no && break ;; + *) + test "$with_gnu_ld" != yes && break ;; + esac + fi + done + IFS="$ac_save_ifs" +else + acl_cv_path_LD="$LD" # Let the user override the test with a path. +fi +fi + +LD="$acl_cv_path_LD" +if test -n "$LD"; then + { echo "$as_me:$LINENO: result: $LD" >&5 +echo "${ECHO_T}$LD" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} + { (exit 1); exit 1; }; } +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } +if test "${acl_cv_prog_gnu_ld+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # I'd rather use --version here, but apparently some GNU ld's only accept -v. +case `$LD -v 2>&1 &5 +echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$acl_cv_prog_gnu_ld + + + + { echo "$as_me:$LINENO: checking for shared library run path origin" >&5 +echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; } +if test "${acl_cv_rpath+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + + CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ + ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh + . ./conftest.sh + rm -f ./conftest.sh + acl_cv_rpath=done + +fi +{ echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 +echo "${ECHO_T}$acl_cv_rpath" >&6; } + wl="$acl_cv_wl" + libext="$acl_cv_libext" + shlibext="$acl_cv_shlibext" + hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" + hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" + hardcode_direct="$acl_cv_hardcode_direct" + hardcode_minus_L="$acl_cv_hardcode_minus_L" + # Check whether --enable-rpath was given. +if test "${enable_rpath+set}" = set; then + enableval=$enable_rpath; : +else + enable_rpath=yes +fi + + + + + + + + + use_additional=yes + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + +# Check whether --with-libiconv-prefix was given. +if test "${with_libiconv_prefix+set}" = set; then + withval=$with_libiconv_prefix; + if test "X$withval" = "Xno"; then + use_additional=no + else + if test "X$withval" = "X"; then + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + else + additional_includedir="$withval/include" + additional_libdir="$withval/lib" + fi + fi + +fi + + LIBICONV= + LTLIBICONV= + INCICONV= + rpathdirs= + ltrpathdirs= + names_already_handled= + names_next_round='iconv ' + while test -n "$names_next_round"; do + names_this_round="$names_next_round" + names_next_round= + for name in $names_this_round; do + already_handled= + for n in $names_already_handled; do + if test "$n" = "$name"; then + already_handled=yes + break + fi + done + if test -z "$already_handled"; then + names_already_handled="$names_already_handled $name" + uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` + eval value=\"\$HAVE_LIB$uppername\" + if test -n "$value"; then + if test "$value" = yes; then + eval value=\"\$LIB$uppername\" + test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" + eval value=\"\$LTLIB$uppername\" + test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" + else + : + fi + else + found_dir= + found_la= + found_so= + found_a= + if test $use_additional = yes; then + if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then + found_dir="$additional_libdir" + found_so="$additional_libdir/lib$name.$shlibext" + if test -f "$additional_libdir/lib$name.la"; then + found_la="$additional_libdir/lib$name.la" + fi + else + if test -f "$additional_libdir/lib$name.$libext"; then + found_dir="$additional_libdir" + found_a="$additional_libdir/lib$name.$libext" + if test -f "$additional_libdir/lib$name.la"; then + found_la="$additional_libdir/lib$name.la" + fi + fi + fi + fi + if test "X$found_dir" = "X"; then + for x in $LDFLAGS $LTLIBICONV; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + case "$x" in + -L*) + dir=`echo "X$x" | sed -e 's/^X-L//'` + if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then + found_dir="$dir" + found_so="$dir/lib$name.$shlibext" + if test -f "$dir/lib$name.la"; then + found_la="$dir/lib$name.la" + fi + else + if test -f "$dir/lib$name.$libext"; then + found_dir="$dir" + found_a="$dir/lib$name.$libext" + if test -f "$dir/lib$name.la"; then + found_la="$dir/lib$name.la" + fi + fi + fi + ;; + esac + if test "X$found_dir" != "X"; then + break + fi + done + fi + if test "X$found_dir" != "X"; then + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" + if test "X$found_so" != "X"; then + if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then + LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" + else + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $found_dir" + fi + if test "$hardcode_direct" = yes; then + LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" + else + if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then + LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $found_dir" + fi + else + haveit= + for x in $LDFLAGS $LIBICONV; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" + fi + if test "$hardcode_minus_L" != no; then + LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" + else + LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" + fi + fi + fi + fi + else + if test "X$found_a" != "X"; then + LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" + else + LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" + fi + fi + additional_includedir= + case "$found_dir" in + */lib | */lib/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` + additional_includedir="$basedir/include" + ;; + esac + if test "X$additional_includedir" != "X"; then + if test "X$additional_includedir" != "X/usr/include"; then + haveit= + if test "X$additional_includedir" = "X/usr/local/include"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + for x in $CPPFLAGS $INCICONV; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-I$additional_includedir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_includedir"; then + INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" + fi + fi + fi + fi + fi + if test -n "$found_la"; then + save_libdir="$libdir" + case "$found_la" in + */* | *\\*) . "$found_la" ;; + *) . "./$found_la" ;; + esac + libdir="$save_libdir" + for dep in $dependency_libs; do + case "$dep" in + -L*) + additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` + if test "X$additional_libdir" != "X/usr/lib"; then + haveit= + if test "X$additional_libdir" = "X/usr/local/lib"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + haveit= + for x in $LDFLAGS $LIBICONV; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" + fi + fi + haveit= + for x in $LDFLAGS $LTLIBICONV; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" + fi + fi + fi + fi + ;; + -R*) + dir=`echo "X$dep" | sed -e 's/^X-R//'` + if test "$enable_rpath" != no; then + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $dir" + fi + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $dir" + fi + fi + ;; + -l*) + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` + ;; + *.la) + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` + ;; + *) + LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" + ;; + esac + done + fi + else + LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" + fi + fi + fi + done + done + if test "X$rpathdirs" != "X"; then + if test -n "$hardcode_libdir_separator"; then + alldirs= + for found_dir in $rpathdirs; do + alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" + done + acl_save_libdir="$libdir" + libdir="$alldirs" + eval flag=\"$hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" + else + for found_dir in $rpathdirs; do + acl_save_libdir="$libdir" + libdir="$found_dir" + eval flag=\"$hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" + done + fi + fi + if test "X$ltrpathdirs" != "X"; then + for found_dir in $ltrpathdirs; do + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" + done + fi + + + + + + + + + { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 +echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } +if test "${ac_cv_type_ptrdiff_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +typedef ptrdiff_t ac__type_new_; +int +main () +{ +if ((ac__type_new_ *) 0) + return 0; +if (sizeof (ac__type_new_)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_ptrdiff_t=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_ptrdiff_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 +echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } +if test $ac_cv_type_ptrdiff_t = yes; then + : +else + +cat >>confdefs.h <<\_ACEOF +#define ptrdiff_t long +_ACEOF + + +fi + + + + + + + + + + + +for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ +stdlib.h string.h unistd.h sys/param.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +else + # Is the header compilable? +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } + +# Is the header present? +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + + ;; +esac +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + + + + + + + + + + + + + + + + + + + + + + + +for ac_func in asprintf fwprintf getcwd getegid geteuid getgid getuid \ +mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \ +strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \ +__fsetlocking +do +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + + + { echo "$as_me:$LINENO: checking whether _snprintf is declared" >&5 +echo $ECHO_N "checking whether _snprintf is declared... $ECHO_C" >&6; } +if test "${ac_cv_have_decl__snprintf+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ + +#ifndef _snprintf + char *p = (char *) _snprintf; +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_have_decl__snprintf=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_have_decl__snprintf=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_have_decl__snprintf" >&5 +echo "${ECHO_T}$ac_cv_have_decl__snprintf" >&6; } + if test $ac_cv_have_decl__snprintf = yes; then + gt_value=1 + else + gt_value=0 + fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL__SNPRINTF $gt_value +_ACEOF + + + + { echo "$as_me:$LINENO: checking whether _snwprintf is declared" >&5 +echo $ECHO_N "checking whether _snwprintf is declared... $ECHO_C" >&6; } +if test "${ac_cv_have_decl__snwprintf+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ + +#ifndef _snwprintf + char *p = (char *) _snwprintf; +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_have_decl__snwprintf=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_have_decl__snwprintf=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_have_decl__snwprintf" >&5 +echo "${ECHO_T}$ac_cv_have_decl__snwprintf" >&6; } + if test $ac_cv_have_decl__snwprintf = yes; then + gt_value=1 + else + gt_value=0 + fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL__SNWPRINTF $gt_value +_ACEOF + + + + + { echo "$as_me:$LINENO: checking whether feof_unlocked is declared" >&5 +echo $ECHO_N "checking whether feof_unlocked is declared... $ECHO_C" >&6; } +if test "${ac_cv_have_decl_feof_unlocked+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ + +#ifndef feof_unlocked + char *p = (char *) feof_unlocked; +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_have_decl_feof_unlocked=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_have_decl_feof_unlocked=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_feof_unlocked" >&5 +echo "${ECHO_T}$ac_cv_have_decl_feof_unlocked" >&6; } + if test $ac_cv_have_decl_feof_unlocked = yes; then + gt_value=1 + else + gt_value=0 + fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_FEOF_UNLOCKED $gt_value +_ACEOF + + + + { echo "$as_me:$LINENO: checking whether fgets_unlocked is declared" >&5 +echo $ECHO_N "checking whether fgets_unlocked is declared... $ECHO_C" >&6; } +if test "${ac_cv_have_decl_fgets_unlocked+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ + +#ifndef fgets_unlocked + char *p = (char *) fgets_unlocked; +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_have_decl_fgets_unlocked=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_have_decl_fgets_unlocked=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_fgets_unlocked" >&5 +echo "${ECHO_T}$ac_cv_have_decl_fgets_unlocked" >&6; } + if test $ac_cv_have_decl_fgets_unlocked = yes; then + gt_value=1 + else + gt_value=0 + fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_FGETS_UNLOCKED $gt_value +_ACEOF + + + + { echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5 +echo $ECHO_N "checking whether getc_unlocked is declared... $ECHO_C" >&6; } +if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ + +#ifndef getc_unlocked + char *p = (char *) getc_unlocked; +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_have_decl_getc_unlocked=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_have_decl_getc_unlocked=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_getc_unlocked" >&5 +echo "${ECHO_T}$ac_cv_have_decl_getc_unlocked" >&6; } + if test $ac_cv_have_decl_getc_unlocked = yes; then + gt_value=1 + else + gt_value=0 + fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_GETC_UNLOCKED $gt_value +_ACEOF + + + + case $gt_cv_func_printf_posix in + *yes) HAVE_POSIX_PRINTF=1 ;; + *) HAVE_POSIX_PRINTF=0 ;; + esac + + if test "$ac_cv_func_asprintf" = yes; then + HAVE_ASPRINTF=1 + else + HAVE_ASPRINTF=0 + fi + + if test "$ac_cv_func_snprintf" = yes; then + HAVE_SNPRINTF=1 + else + HAVE_SNPRINTF=0 + fi + + if test "$ac_cv_func_wprintf" = yes; then + HAVE_WPRINTF=1 + else + HAVE_WPRINTF=0 + fi + + + + + + + + am_save_CPPFLAGS="$CPPFLAGS" + + for element in $INCICONV; do + haveit= + for x in $CPPFLAGS; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X$element"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" + fi + done + + + { echo "$as_me:$LINENO: checking for iconv" >&5 +echo $ECHO_N "checking for iconv... $ECHO_C" >&6; } +if test "${am_cv_func_iconv+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + + am_cv_func_iconv="no, consider installing GNU libiconv" + am_cv_lib_iconv=no + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +int +main () +{ +iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + am_cv_func_iconv=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + if test "$am_cv_func_iconv" != yes; then + am_save_LIBS="$LIBS" + LIBS="$LIBS $LIBICONV" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +int +main () +{ +iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + am_cv_lib_iconv=yes + am_cv_func_iconv=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$am_save_LIBS" + fi + +fi +{ echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 +echo "${ECHO_T}$am_cv_func_iconv" >&6; } + if test "$am_cv_func_iconv" = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_ICONV 1 +_ACEOF + + fi + if test "$am_cv_lib_iconv" = yes; then + { echo "$as_me:$LINENO: checking how to link with libiconv" >&5 +echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: result: $LIBICONV" >&5 +echo "${ECHO_T}$LIBICONV" >&6; } + else + CPPFLAGS="$am_save_CPPFLAGS" + LIBICONV= + LTLIBICONV= + fi + + + + if test "$am_cv_func_iconv" = yes; then + { echo "$as_me:$LINENO: checking for iconv declaration" >&5 +echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6; } + if test "${am_cv_proto_iconv+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +extern +#ifdef __cplusplus +"C" +#endif +#if defined(__STDC__) || defined(__cplusplus) +size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); +#else +size_t iconv(); +#endif + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + am_cv_proto_iconv_arg1="" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + am_cv_proto_iconv_arg1="const" +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);" +fi + + am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` + { echo "$as_me:$LINENO: result: ${ac_t:- + }$am_cv_proto_iconv" >&5 +echo "${ECHO_T}${ac_t:- + }$am_cv_proto_iconv" >&6; } + +cat >>confdefs.h <<_ACEOF +#define ICONV_CONST $am_cv_proto_iconv_arg1 +_ACEOF + + fi + + + { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 +echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; } +if test "${am_cv_langinfo_codeset+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +char* cs = nl_langinfo(CODESET); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + am_cv_langinfo_codeset=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + am_cv_langinfo_codeset=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + +fi +{ echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 +echo "${ECHO_T}$am_cv_langinfo_codeset" >&6; } + if test $am_cv_langinfo_codeset = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LANGINFO_CODESET 1 +_ACEOF + + fi + + if test $ac_cv_header_locale_h = yes; then + + { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 +echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; } +if test "${am_cv_val_LC_MESSAGES+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +return LC_MESSAGES + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + am_cv_val_LC_MESSAGES=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + am_cv_val_LC_MESSAGES=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 +echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; } + if test $am_cv_val_LC_MESSAGES = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LC_MESSAGES 1 +_ACEOF + + fi + + fi + + for ac_prog in bison +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_INTLBISON+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$INTLBISON"; then + ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_INTLBISON="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +INTLBISON=$ac_cv_prog_INTLBISON +if test -n "$INTLBISON"; then + { echo "$as_me:$LINENO: result: $INTLBISON" >&5 +echo "${ECHO_T}$INTLBISON" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$INTLBISON" && break +done + + if test -z "$INTLBISON"; then + ac_verc_fail=yes + else + { echo "$as_me:$LINENO: checking version of bison" >&5 +echo $ECHO_N "checking version of bison... $ECHO_C" >&6; } + ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` + case $ac_prog_version in + '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; + 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) + ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; + *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; + esac + { echo "$as_me:$LINENO: result: $ac_prog_version" >&5 +echo "${ECHO_T}$ac_prog_version" >&6; } + fi + if test $ac_verc_fail = yes; then + INTLBISON=: + fi + + + + + + + + + + + + + + + + + { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } + # Check whether --enable-nls was given. +if test "${enable_nls+set}" = set; then + enableval=$enable_nls; USE_NLS=$enableval +else + USE_NLS=yes +fi + + { echo "$as_me:$LINENO: result: $USE_NLS" >&5 +echo "${ECHO_T}$USE_NLS" >&6; } + + + + + BUILD_INCLUDED_LIBINTL=no + USE_INCLUDED_LIBINTL=no + + LIBINTL= + LTLIBINTL= + POSUB= + + if test "$USE_NLS" = "yes"; then + gt_use_preinstalled_gnugettext=no + + { echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 +echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6; } + +# Check whether --with-included-gettext was given. +if test "${with_included_gettext+set}" = set; then + withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval +else + nls_cv_force_use_gnu_gettext=no +fi + + { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 +echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; } + + nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" + if test "$nls_cv_force_use_gnu_gettext" != "yes"; then + + + + + + + { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 +echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; } +if test "${gt_cv_func_gnugettext1_libc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +extern int _nl_msg_cat_cntr; +extern int *_nl_domain_bindings; +int +main () +{ +bindtextdomain ("", ""); +return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + gt_cv_func_gnugettext1_libc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_func_gnugettext1_libc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5 +echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; } + + if test "$gt_cv_func_gnugettext1_libc" != "yes"; then + + + + use_additional=yes + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + +# Check whether --with-libintl-prefix was given. +if test "${with_libintl_prefix+set}" = set; then + withval=$with_libintl_prefix; + if test "X$withval" = "Xno"; then + use_additional=no + else + if test "X$withval" = "X"; then + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + else + additional_includedir="$withval/include" + additional_libdir="$withval/lib" + fi + fi + +fi + + LIBINTL= + LTLIBINTL= + INCINTL= + rpathdirs= + ltrpathdirs= + names_already_handled= + names_next_round='intl ' + while test -n "$names_next_round"; do + names_this_round="$names_next_round" + names_next_round= + for name in $names_this_round; do + already_handled= + for n in $names_already_handled; do + if test "$n" = "$name"; then + already_handled=yes + break + fi + done + if test -z "$already_handled"; then + names_already_handled="$names_already_handled $name" + uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` + eval value=\"\$HAVE_LIB$uppername\" + if test -n "$value"; then + if test "$value" = yes; then + eval value=\"\$LIB$uppername\" + test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" + eval value=\"\$LTLIB$uppername\" + test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" + else + : + fi + else + found_dir= + found_la= + found_so= + found_a= + if test $use_additional = yes; then + if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then + found_dir="$additional_libdir" + found_so="$additional_libdir/lib$name.$shlibext" + if test -f "$additional_libdir/lib$name.la"; then + found_la="$additional_libdir/lib$name.la" + fi + else + if test -f "$additional_libdir/lib$name.$libext"; then + found_dir="$additional_libdir" + found_a="$additional_libdir/lib$name.$libext" + if test -f "$additional_libdir/lib$name.la"; then + found_la="$additional_libdir/lib$name.la" + fi + fi + fi + fi + if test "X$found_dir" = "X"; then + for x in $LDFLAGS $LTLIBINTL; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + case "$x" in + -L*) + dir=`echo "X$x" | sed -e 's/^X-L//'` + if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then + found_dir="$dir" + found_so="$dir/lib$name.$shlibext" + if test -f "$dir/lib$name.la"; then + found_la="$dir/lib$name.la" + fi + else + if test -f "$dir/lib$name.$libext"; then + found_dir="$dir" + found_a="$dir/lib$name.$libext" + if test -f "$dir/lib$name.la"; then + found_la="$dir/lib$name.la" + fi + fi + fi + ;; + esac + if test "X$found_dir" != "X"; then + break + fi + done + fi + if test "X$found_dir" != "X"; then + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" + if test "X$found_so" != "X"; then + if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then + LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" + else + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $found_dir" + fi + if test "$hardcode_direct" = yes; then + LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" + else + if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then + LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $found_dir" + fi + else + haveit= + for x in $LDFLAGS $LIBINTL; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" + fi + if test "$hardcode_minus_L" != no; then + LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" + else + LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" + fi + fi + fi + fi + else + if test "X$found_a" != "X"; then + LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" + else + LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" + fi + fi + additional_includedir= + case "$found_dir" in + */lib | */lib/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` + additional_includedir="$basedir/include" + ;; + esac + if test "X$additional_includedir" != "X"; then + if test "X$additional_includedir" != "X/usr/include"; then + haveit= + if test "X$additional_includedir" = "X/usr/local/include"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + for x in $CPPFLAGS $INCINTL; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-I$additional_includedir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_includedir"; then + INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" + fi + fi + fi + fi + fi + if test -n "$found_la"; then + save_libdir="$libdir" + case "$found_la" in + */* | *\\*) . "$found_la" ;; + *) . "./$found_la" ;; + esac + libdir="$save_libdir" + for dep in $dependency_libs; do + case "$dep" in + -L*) + additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` + if test "X$additional_libdir" != "X/usr/lib"; then + haveit= + if test "X$additional_libdir" = "X/usr/local/lib"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + haveit= + for x in $LDFLAGS $LIBINTL; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" + fi + fi + haveit= + for x in $LDFLAGS $LTLIBINTL; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" + fi + fi + fi + fi + ;; + -R*) + dir=`echo "X$dep" | sed -e 's/^X-R//'` + if test "$enable_rpath" != no; then + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $dir" + fi + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $dir" + fi + fi + ;; + -l*) + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` + ;; + *.la) + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` + ;; + *) + LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" + ;; + esac + done + fi + else + LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" + fi + fi + fi + done + done + if test "X$rpathdirs" != "X"; then + if test -n "$hardcode_libdir_separator"; then + alldirs= + for found_dir in $rpathdirs; do + alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" + done + acl_save_libdir="$libdir" + libdir="$alldirs" + eval flag=\"$hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" + else + for found_dir in $rpathdirs; do + acl_save_libdir="$libdir" + libdir="$found_dir" + eval flag=\"$hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" + done + fi + fi + if test "X$ltrpathdirs" != "X"; then + for found_dir in $ltrpathdirs; do + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" + done + fi + + { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 +echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; } +if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + gt_save_CPPFLAGS="$CPPFLAGS" + CPPFLAGS="$CPPFLAGS $INCINTL" + gt_save_LIBS="$LIBS" + LIBS="$LIBS $LIBINTL" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +extern int _nl_msg_cat_cntr; +extern +#ifdef __cplusplus +"C" +#endif +const char *_nl_expand_alias (); +int +main () +{ +bindtextdomain ("", ""); +return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + gt_cv_func_gnugettext1_libintl=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_func_gnugettext1_libintl=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then + LIBS="$LIBS $LIBICONV" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +extern int _nl_msg_cat_cntr; +extern +#ifdef __cplusplus +"C" +#endif +const char *_nl_expand_alias (); +int +main () +{ +bindtextdomain ("", ""); +return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + LIBINTL="$LIBINTL $LIBICONV" + LTLIBINTL="$LTLIBINTL $LTLIBICONV" + gt_cv_func_gnugettext1_libintl=yes + +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + fi + CPPFLAGS="$gt_save_CPPFLAGS" + LIBS="$gt_save_LIBS" +fi +{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5 +echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; } + fi + + if test "$gt_cv_func_gnugettext1_libc" = "yes" \ + || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \ + && test "$PACKAGE" != gettext-runtime \ + && test "$PACKAGE" != gettext-tools; }; then + gt_use_preinstalled_gnugettext=yes + else + LIBINTL= + LTLIBINTL= + INCINTL= + fi + + + if test "$gt_use_preinstalled_gnugettext" != "yes"; then + nls_cv_use_gnu_gettext=yes + fi + fi + + if test "$nls_cv_use_gnu_gettext" = "yes"; then + BUILD_INCLUDED_LIBINTL=yes + USE_INCLUDED_LIBINTL=yes + LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV" + LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV" + LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` + fi + + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + CATOBJEXT=.gmo + fi + + + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + +cat >>confdefs.h <<\_ACEOF +#define ENABLE_NLS 1 +_ACEOF + + else + USE_NLS=no + fi + fi + + { echo "$as_me:$LINENO: checking whether to use NLS" >&5 +echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: result: $USE_NLS" >&5 +echo "${ECHO_T}$USE_NLS" >&6; } + if test "$USE_NLS" = "yes"; then + { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 +echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; } + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then + gt_source="external libintl" + else + gt_source="libc" + fi + else + gt_source="included intl directory" + fi + { echo "$as_me:$LINENO: result: $gt_source" >&5 +echo "${ECHO_T}$gt_source" >&6; } + fi + + if test "$USE_NLS" = "yes"; then + + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then + { echo "$as_me:$LINENO: checking how to link with libintl" >&5 +echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: result: $LIBINTL" >&5 +echo "${ECHO_T}$LIBINTL" >&6; } + + for element in $INCINTL; do + haveit= + for x in $CPPFLAGS; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X$element"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" + fi + done + + fi + + +cat >>confdefs.h <<\_ACEOF +#define HAVE_GETTEXT 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define HAVE_DCGETTEXT 1 +_ACEOF + + fi + + POSUB=po + fi + + + if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then + BUILD_INCLUDED_LIBINTL=yes + fi + + + + + + nls_cv_header_intl= + nls_cv_header_libgt= + + DATADIRNAME=share + + + INSTOBJEXT=.mo + + + GENCAT=gencat + + + if test "$USE_INCLUDED_LIBINTL" = yes; then + INTLOBJS="\$(GETTOBJS)" + fi + + + INTL_LIBTOOL_SUFFIX_PREFIX= + + + + INTLLIBS="$LIBINTL" + + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + +# Provide some information about the compiler. +echo "$as_me:$LINENO: checking for C compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } +if test "${ac_cv_c_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } +GCC=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_c89=$ac_arg +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; + xno) + { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; +esac + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CC" am_compiler_list= + +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + + +if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + + +CFLAGS="$CFLAGS -Wall" + + +{ echo "$as_me:$LINENO: checking for main in -lm" >&5 +echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6; } +if test "${ac_cv_lib_m_main+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lm $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + + +int +main () +{ +return main (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_m_main=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_m_main=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 +echo "${ECHO_T}$ac_cv_lib_m_main" >&6; } +if test $ac_cv_lib_m_main = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBM 1 +_ACEOF + + LIBS="-lm $LIBS" + +else + { { echo "$as_me:$LINENO: error: lib math is needed" >&5 +echo "$as_me: error: lib math is needed" >&2;} + { (exit 1); exit 1; }; } +fi + + +# Check whether --enable-zaurus was given. +if test "${enable_zaurus+set}" = set; then + enableval=$enable_zaurus; CFLAGS="$CFLAGS -DZAURUS" +fi + +# Check whether --enable-softfloat was given. +if test "${enable_softfloat+set}" = set; then + enableval=$enable_softfloat; CFLAGS="$CFLAGS -msoft-float"; LIBS="$LIBS $float" +fi + + +sdl_flag="" + +# Check whether --with-sdl-prefix was given. +if test "${with_sdl_prefix+set}" = set; then + withval=$with_sdl_prefix; sdl_prefix="$withval" +else + sdl_prefix="" +fi + + +# Check whether --with-sdl-exec-prefix was given. +if test "${with_sdl_exec_prefix+set}" = set; then + withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval" +else + sdl_exec_prefix="" +fi + +# Check whether --enable-sdltest was given. +if test "${enable_sdltest+set}" = set; then + enableval=$enable_sdltest; +else + enable_sdltest=yes +fi + + + if test x$sdl_exec_prefix != x ; then + sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix" + if test x${SDL_CONFIG+set} != xset ; then + SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config + fi + fi + if test x$sdl_prefix != x ; then + sdl_args="$sdl_args --prefix=$sdl_prefix" + if test x${SDL_CONFIG+set} != xset ; then + SDL_CONFIG=$sdl_prefix/bin/sdl-config + fi + fi + + + PATH="$prefix/bin:$prefix/usr/bin:$PATH" + # Extract the first word of "sdl-config", so it can be a program name with args. +set dummy sdl-config; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_SDL_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $SDL_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no" + ;; +esac +fi +SDL_CONFIG=$ac_cv_path_SDL_CONFIG +if test -n "$SDL_CONFIG"; then + { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5 +echo "${ECHO_T}$SDL_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + min_sdl_version=1.0.0 + { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5 +echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; } + no_sdl="" + if test "$SDL_CONFIG" = "no" ; then + no_sdl=yes + else + SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags` + SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs` + + sdl_major_version=`$SDL_CONFIG $sdl_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` + sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` + sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` + if test "x$enable_sdltest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" + CFLAGS="$CFLAGS $SDL_CFLAGS" + LIBS="$LIBS $SDL_LIBS" + rm -f conf.sdltest + if test "$cross_compiling" = yes; then + echo $ac_n "cross compiling; assumed OK... $ac_c" +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +#include +#include "SDL.h" + +char* +my_strdup (char *str) +{ + char *new_str; + + if (str) + { + new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char)); + strcpy (new_str, str); + } + else + new_str = NULL; + + return new_str; +} + +int main (int argc, char *argv[]) +{ + int major, minor, micro; + char *tmp_version; + + /* This hangs on some systems (?) + system ("touch conf.sdltest"); + */ + { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); } + + /* HP/UX 9 (%@#!) writes to sscanf strings */ + tmp_version = my_strdup("$min_sdl_version"); + if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { + printf("%s, bad version string\n", "$min_sdl_version"); + exit(1); + } + + if (($sdl_major_version > major) || + (($sdl_major_version == major) && ($sdl_minor_version > minor)) || + (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro))) + { + return 0; + } + else + { + printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version); + printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro); + printf("*** best to upgrade to the required version.\n"); + printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n"); + printf("*** to point to the correct copy of sdl-config, and remove the file\n"); + printf("*** config.cache before re-running configure\n"); + return 1; + } +} + + +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +no_sdl=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + if test "x$no_sdl" = x ; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + : + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + if test "$SDL_CONFIG" = "no" ; then + echo "*** The sdl-config script installed by SDL could not be found" + echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in" + echo "*** your path, or set the SDL_CONFIG environment variable to the" + echo "*** full path to sdl-config." + else + if test -f conf.sdltest ; then + : + else + echo "*** Could not run SDL test program, checking why..." + CFLAGS="$CFLAGS $SDL_CFLAGS" + LIBS="$LIBS $SDL_LIBS" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include "SDL.h" + +int main(int argc, char *argv[]) +{ return 0; } +#undef main +#define main K_and_R_C_main + +int +main () +{ + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + echo "*** The test program compiled, but did not run. This usually means" + echo "*** that the run-time linker is not finding SDL or finding the wrong" + echo "*** version of SDL. If it is not finding SDL, you'll need to set your" + echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" + echo "*** to the installed location Also, make sure you have run ldconfig if that" + echo "*** is required on your system" + echo "***" + echo "*** If you have an old version installed, it is best to remove it, although" + echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + echo "*** The test program failed to compile or link. See the file config.log for the" + echo "*** exact error that occured. This usually means SDL was incorrectly installed" + echo "*** or that you have moved SDL since it was installed. In the latter case, you" + echo "*** may want to edit the sdl-config script: $SDL_CONFIG" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + SDL_CFLAGS="" + SDL_LIBS="" + { { echo "$as_me:$LINENO: error: lib SDL is needed" >&5 +echo "$as_me: error: lib SDL is needed" >&2;} + { (exit 1); exit 1; }; } + fi + + + rm -f conf.sdltest + +CFLAGS="$CFLAGS $SDL_CFLAGS" +LIBS="$LIBS $SDL_LIBS" + +# Check whether --with-sdl-prefix was given. +if test "${with_sdl_prefix+set}" = set; then + withval=$with_sdl_prefix; sdl_prefix="$withval" +else + sdl_prefix="" +fi + + +# Check whether --with-sdl-exec-prefix was given. +if test "${with_sdl_exec_prefix+set}" = set; then + withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval" +else + sdl_exec_prefix="" +fi + +# Check whether --enable-sdltest was given. +if test "${enable_sdltest+set}" = set; then + enableval=$enable_sdltest; +else + enable_sdltest=yes +fi + + + if test x$sdl_exec_prefix != x ; then + sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix" + if test x${SDL_CONFIG+set} != xset ; then + SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config + fi + fi + if test x$sdl_prefix != x ; then + sdl_args="$sdl_args --prefix=$sdl_prefix" + if test x${SDL_CONFIG+set} != xset ; then + SDL_CONFIG=$sdl_prefix/bin/sdl-config + fi + fi + + + PATH="$prefix/bin:$prefix/usr/bin:$PATH" + # Extract the first word of "sdl-config", so it can be a program name with args. +set dummy sdl-config; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_SDL_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $SDL_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no" + ;; +esac +fi +SDL_CONFIG=$ac_cv_path_SDL_CONFIG +if test -n "$SDL_CONFIG"; then + { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5 +echo "${ECHO_T}$SDL_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + min_sdl_version=1.1.5 + { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5 +echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; } + no_sdl="" + if test "$SDL_CONFIG" = "no" ; then + no_sdl=yes + else + SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags` + SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs` + + sdl_major_version=`$SDL_CONFIG $sdl_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` + sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` + sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` + if test "x$enable_sdltest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" + CFLAGS="$CFLAGS $SDL_CFLAGS" + LIBS="$LIBS $SDL_LIBS" + rm -f conf.sdltest + if test "$cross_compiling" = yes; then + echo $ac_n "cross compiling; assumed OK... $ac_c" +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +#include +#include "SDL.h" + +char* +my_strdup (char *str) +{ + char *new_str; + + if (str) + { + new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char)); + strcpy (new_str, str); + } + else + new_str = NULL; + + return new_str; +} + +int main (int argc, char *argv[]) +{ + int major, minor, micro; + char *tmp_version; + + /* This hangs on some systems (?) + system ("touch conf.sdltest"); + */ + { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); } + + /* HP/UX 9 (%@#!) writes to sscanf strings */ + tmp_version = my_strdup("$min_sdl_version"); + if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { + printf("%s, bad version string\n", "$min_sdl_version"); + exit(1); + } + + if (($sdl_major_version > major) || + (($sdl_major_version == major) && ($sdl_minor_version > minor)) || + (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro))) + { + return 0; + } + else + { + printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version); + printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro); + printf("*** best to upgrade to the required version.\n"); + printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n"); + printf("*** to point to the correct copy of sdl-config, and remove the file\n"); + printf("*** config.cache before re-running configure\n"); + return 1; + } +} + + +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +no_sdl=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + if test "x$no_sdl" = x ; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } + sdl_flag="-DSDL_1_1_5" + else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } + if test "$SDL_CONFIG" = "no" ; then + echo "*** The sdl-config script installed by SDL could not be found" + echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in" + echo "*** your path, or set the SDL_CONFIG environment variable to the" + echo "*** full path to sdl-config." + else + if test -f conf.sdltest ; then + : + else + echo "*** Could not run SDL test program, checking why..." + CFLAGS="$CFLAGS $SDL_CFLAGS" + LIBS="$LIBS $SDL_LIBS" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include "SDL.h" + +int main(int argc, char *argv[]) +{ return 0; } +#undef main +#define main K_and_R_C_main + +int +main () +{ + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + echo "*** The test program compiled, but did not run. This usually means" + echo "*** that the run-time linker is not finding SDL or finding the wrong" + echo "*** version of SDL. If it is not finding SDL, you'll need to set your" + echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" + echo "*** to the installed location Also, make sure you have run ldconfig if that" + echo "*** is required on your system" + echo "***" + echo "*** If you have an old version installed, it is best to remove it, although" + echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + echo "*** The test program failed to compile or link. See the file config.log for the" + echo "*** exact error that occured. This usually means SDL was incorrectly installed" + echo "*** or that you have moved SDL since it was installed. In the latter case, you" + echo "*** may want to edit the sdl-config script: $SDL_CONFIG" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" + fi + fi + SDL_CFLAGS="" + SDL_LIBS="" + : + fi + + + rm -f conf.sdltest + +CFLAGS="$CFLAGS $sdl_flag" + +sound_flag="-DSOUND" +mixer_flag="-lSDL_mixer" + +# Check whether --enable-sound was given. +if test "${enable_sound+set}" = set; then + enableval=$enable_sound; sound_flag=""; mixer_flag="" +fi + + +{ echo "$as_me:$LINENO: checking for main in -lSDL_mixer" >&5 +echo $ECHO_N "checking for main in -lSDL_mixer... $ECHO_C" >&6; } +if test "${ac_cv_lib_SDL_mixer_main+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lSDL_mixer $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + + +int +main () +{ +return main (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_lib_SDL_mixer_main=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_SDL_mixer_main=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_mixer_main" >&5 +echo "${ECHO_T}$ac_cv_lib_SDL_mixer_main" >&6; } +if test $ac_cv_lib_SDL_mixer_main = yes; then + { echo "$as_me:$LINENO: result: \"SDL_Mixer found\"" >&5 +echo "${ECHO_T}\"SDL_Mixer found\"" >&6; } +else + { echo "$as_me:$LINENO: result: \"SDL_Mixer NOT found: Audio disabled\"" >&5 +echo "${ECHO_T}\"SDL_Mixer NOT found: Audio disabled\"" >&6; }; sound_flag=""; mixer_flag="" +fi + + + + + +buf_flag="-DAUDIO_BUFFER_SIZE=256" + +# Check whether --with-buffer-size was given. +if test "${with_buffer_size+set}" = set; then + withval=$with_buffer_size; buf_flag="-DAUDIO_BUFFER_SIZE=$withval" +fi + + + +localedir=$datadir/locale +locdir_flag="-DLOCALEDIR=\\\"$localedir\\\"" + +inst_dir=$datadir/ltris +hi_dir=$localstatedir + +dis_flag="" +# Check whether --enable-install was given. +if test "${enable_install+set}" = set; then + enableval=$enable_install; inst_dir="." hi_dir="." dis_flag="-DDISABLE_INSTALL" +locdir_flag="-DLOCALEDIR=\\\"../dict\\\"" + rm -rf dict; mkdir dict + for lang in `cat po/LINGUAS`; do + mkdir dict/$lang; mkdir dict/$lang/LC_MESSAGES + ln -s ../../../po/$lang.gmo dict/$lang/LC_MESSAGES/$PACKAGE.mo + done + +fi + + +inst_flag="-DSRC_DIR=\\\"$inst_dir\\\"" +hi_inst_flag="-DHI_DIR=\\\"$hi_dir\\\"" + + + + + + + + +ac_config_files="$ac_config_files Makefile src/Makefile icons/Makefile src/sounds/Makefile src/gfx/Makefile intl/Makefile po/Makefile.in m4/Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes (double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \). + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { echo "$as_me:$LINENO: updating cache $cache_file" >&5 +echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi + +: ${CONFIG_STATUS=./config.status} +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=\${CONFIG_SHELL-$SHELL} +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 + +# Save the log message, to keep $[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by $as_me, which was +generated by GNU Autoconf 2.61. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTIONS] [FILE]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +ac_cs_version="\\ +config.status +configured by $0, generated by GNU Autoconf 2.61, + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Copyright (C) 2006 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + { echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +if \$ac_cs_recheck; then + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + CONFIG_SHELL=$SHELL + export CONFIG_SHELL + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +# +# INIT-COMMANDS +# +# Capture the value of obsolete ALL_LINGUAS because we need it to compute + # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it + # from automake. + eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' + # Capture the value of LINGUAS because we need it to compute CATALOGS. + LINGUAS="${LINGUAS-%UNSET%}" + +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "icons/Makefile") CONFIG_FILES="$CONFIG_FILES icons/Makefile" ;; + "src/sounds/Makefile") CONFIG_FILES="$CONFIG_FILES src/sounds/Makefile" ;; + "src/gfx/Makefile") CONFIG_FILES="$CONFIG_FILES src/gfx/Makefile" ;; + "intl/Makefile") CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;; + "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; + "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; + + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || +{ + echo "$me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +# +# Set up the sed scripts for CONFIG_FILES section. +# + +# No need to generate the scripts if there are no CONFIG_FILES. +# This happens for instance when ./config.status config.h +if test -n "$CONFIG_FILES"; then + +_ACEOF + + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +SHELL!$SHELL$ac_delim +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim +PACKAGE_NAME!$PACKAGE_NAME$ac_delim +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim +PACKAGE_STRING!$PACKAGE_STRING$ac_delim +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim +exec_prefix!$exec_prefix$ac_delim +prefix!$prefix$ac_delim +program_transform_name!$program_transform_name$ac_delim +bindir!$bindir$ac_delim +sbindir!$sbindir$ac_delim +libexecdir!$libexecdir$ac_delim +datarootdir!$datarootdir$ac_delim +datadir!$datadir$ac_delim +sysconfdir!$sysconfdir$ac_delim +sharedstatedir!$sharedstatedir$ac_delim +localstatedir!$localstatedir$ac_delim +includedir!$includedir$ac_delim +oldincludedir!$oldincludedir$ac_delim +docdir!$docdir$ac_delim +infodir!$infodir$ac_delim +htmldir!$htmldir$ac_delim +dvidir!$dvidir$ac_delim +pdfdir!$pdfdir$ac_delim +psdir!$psdir$ac_delim +libdir!$libdir$ac_delim +localedir!$localedir$ac_delim +mandir!$mandir$ac_delim +DEFS!$DEFS$ac_delim +ECHO_C!$ECHO_C$ac_delim +ECHO_N!$ECHO_N$ac_delim +ECHO_T!$ECHO_T$ac_delim +LIBS!$LIBS$ac_delim +build_alias!$build_alias$ac_delim +host_alias!$host_alias$ac_delim +target_alias!$target_alias$ac_delim +build!$build$ac_delim +build_cpu!$build_cpu$ac_delim +build_vendor!$build_vendor$ac_delim +build_os!$build_os$ac_delim +host!$host$ac_delim +host_cpu!$host_cpu$ac_delim +host_vendor!$host_vendor$ac_delim +host_os!$host_os$ac_delim +target!$target$ac_delim +target_cpu!$target_cpu$ac_delim +target_vendor!$target_vendor$ac_delim +target_os!$target_os$ac_delim +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim +INSTALL_DATA!$INSTALL_DATA$ac_delim +CYGPATH_W!$CYGPATH_W$ac_delim +PACKAGE!$PACKAGE$ac_delim +VERSION!$VERSION$ac_delim +ACLOCAL!$ACLOCAL$ac_delim +AUTOCONF!$AUTOCONF$ac_delim +AUTOMAKE!$AUTOMAKE$ac_delim +AUTOHEADER!$AUTOHEADER$ac_delim +MAKEINFO!$MAKEINFO$ac_delim +install_sh!$install_sh$ac_delim +STRIP!$STRIP$ac_delim +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim +mkdir_p!$mkdir_p$ac_delim +AWK!$AWK$ac_delim +SET_MAKE!$SET_MAKE$ac_delim +am__leading_dot!$am__leading_dot$ac_delim +AMTAR!$AMTAR$ac_delim +am__tar!$am__tar$ac_delim +am__untar!$am__untar$ac_delim +MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim +USE_NLS!$USE_NLS$ac_delim +MSGFMT!$MSGFMT$ac_delim +GMSGFMT!$GMSGFMT$ac_delim +XGETTEXT!$XGETTEXT$ac_delim +MSGMERGE!$MSGMERGE$ac_delim +CC!$CC$ac_delim +CFLAGS!$CFLAGS$ac_delim +LDFLAGS!$LDFLAGS$ac_delim +CPPFLAGS!$CPPFLAGS$ac_delim +ac_ct_CC!$ac_ct_CC$ac_delim +EXEEXT!$EXEEXT$ac_delim +OBJEXT!$OBJEXT$ac_delim +DEPDIR!$DEPDIR$ac_delim +am__include!$am__include$ac_delim +am__quote!$am__quote$ac_delim +AMDEP_TRUE!$AMDEP_TRUE$ac_delim +AMDEP_FALSE!$AMDEP_FALSE$ac_delim +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim +CCDEPMODE!$CCDEPMODE$ac_delim +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim +RANLIB!$RANLIB$ac_delim +CPP!$CPP$ac_delim +GREP!$GREP$ac_delim +EGREP!$EGREP$ac_delim +ALLOCA!$ALLOCA$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof +_ACEOF + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +GLIBC21!$GLIBC21$ac_delim +HAVE_POSIX_PRINTF!$HAVE_POSIX_PRINTF$ac_delim +HAVE_ASPRINTF!$HAVE_ASPRINTF$ac_delim +HAVE_SNPRINTF!$HAVE_SNPRINTF$ac_delim +HAVE_WPRINTF!$HAVE_WPRINTF$ac_delim +LIBICONV!$LIBICONV$ac_delim +LTLIBICONV!$LTLIBICONV$ac_delim +INTLBISON!$INTLBISON$ac_delim +BUILD_INCLUDED_LIBINTL!$BUILD_INCLUDED_LIBINTL$ac_delim +USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim +CATOBJEXT!$CATOBJEXT$ac_delim +DATADIRNAME!$DATADIRNAME$ac_delim +INSTOBJEXT!$INSTOBJEXT$ac_delim +GENCAT!$GENCAT$ac_delim +INTLOBJS!$INTLOBJS$ac_delim +INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim +INTLLIBS!$INTLLIBS$ac_delim +LIBINTL!$LIBINTL$ac_delim +LTLIBINTL!$LTLIBINTL$ac_delim +POSUB!$POSUB$ac_delim +SDL_CONFIG!$SDL_CONFIG$ac_delim +SDL_CFLAGS!$SDL_CFLAGS$ac_delim +SDL_LIBS!$SDL_LIBS$ac_delim +sound_flag!$sound_flag$ac_delim +mixer_flag!$mixer_flag$ac_delim +buf_flag!$buf_flag$ac_delim +inst_dir!$inst_dir$ac_delim +hi_dir!$hi_dir$ac_delim +inst_flag!$inst_flag$ac_delim +hi_inst_flag!$hi_inst_flag$ac_delim +dis_flag!$dis_flag$ac_delim +locdir_flag!$locdir_flag$ac_delim +LIBOBJS!$LIBOBJS$ac_delim +LTLIBOBJS!$LTLIBOBJS$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 34; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +:end +s/|#_!!_#|//g +CEOF$ac_eof +_ACEOF + + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF +fi # test -n "$CONFIG_FILES" + + +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + ac_file_inputs="$ac_file_inputs $ac_f" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input="Generated from "`IFS=: + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + fi + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin";; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= + +case `sed -n '/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p +' $ac_file_inputs` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF + sed "$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s&@configure_input@&$configure_input&;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +$ac_datarootdir_hack +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out"; rm -f "$tmp/out";; + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; + esac + ;; + :H) + # + # CONFIG_HEADER + # +_ACEOF + +# Transform confdefs.h into a sed script `conftest.defines', that +# substitutes the proper values into config.h.in to produce config.h. +rm -f conftest.defines conftest.tail +# First, append a space to every undef/define line, to ease matching. +echo 's/$/ /' >conftest.defines +# Then, protect against being on the right side of a sed subst, or in +# an unquoted here document, in config.status. If some macros were +# called several times there might be several #defines for the same +# symbol, which is useless. But do not sort them, since the last +# AC_DEFINE must be honored. +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where +# NAME is the cpp macro being defined, VALUE is the value it is being given. +# PARAMS is the parameter list in the macro definition--in most cases, it's +# just an empty string. +ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' +ac_dB='\\)[ (].*,\\1define\\2' +ac_dC=' ' +ac_dD=' ,' + +uniq confdefs.h | + sed -n ' + t rset + :rset + s/^[ ]*#[ ]*define[ ][ ]*// + t ok + d + :ok + s/[\\&,]/\\&/g + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p + ' >>conftest.defines + +# Remove the space that was appended to ease matching. +# Then replace #undef with comments. This is necessary, for +# example, in the case of _POSIX_SOURCE, which is predefined and required +# on some systems where configure will not decide to define it. +# (The regexp can be short, since the line contains either #define or #undef.) +echo 's/ $// +s,^[ #]*u.*,/* & */,' >>conftest.defines + +# Break up conftest.defines: +ac_max_sed_lines=50 + +# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" +# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" +# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" +# et cetera. +ac_in='$ac_file_inputs' +ac_out='"$tmp/out1"' +ac_nxt='"$tmp/out2"' + +while : +do + # Write a here document: + cat >>$CONFIG_STATUS <<_ACEOF + # First, check the format of the line: + cat >"\$tmp/defines.sed" <<\\CEOF +/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def +/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def +b +:def +_ACEOF + sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS + echo 'CEOF + sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS + ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in + sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail + grep . conftest.tail >/dev/null || break + rm -f conftest.defines + mv conftest.tail conftest.defines +done +rm -f conftest.defines conftest.tail + +echo "ac_result=$ac_in" >>$CONFIG_STATUS +cat >>$CONFIG_STATUS <<\_ACEOF + if test x"$ac_file" != x-; then + echo "/* $configure_input */" >"$tmp/config.h" + cat "$ac_result" >>"$tmp/config.h" + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then + { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f $ac_file + mv "$tmp/config.h" $ac_file + fi + else + echo "/* $configure_input */" + cat "$ac_result" + fi + rm -f "$tmp/out12" +# Compute $ac_file's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $ac_file | $ac_file:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X$ac_file : 'X\(//\)[^/]' \| \ + X$ac_file : 'X\(//\)$' \| \ + X$ac_file : 'X\(/\)' \| . 2>/dev/null || +echo X$ac_file | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 +echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "default-1":C) + for ac_file in $CONFIG_FILES; do + # Support "outfile[:infile[:infile...]]" + case "$ac_file" in + *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; + esac + # PO directories have a Makefile.in generated from Makefile.in.in. + case "$ac_file" in */Makefile.in) + # Adjust a relative srcdir. + ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` + ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" + ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` + # In autoconf-2.13 it is called $ac_given_srcdir. + # In autoconf-2.50 it is called $srcdir. + test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" + case "$ac_given_srcdir" in + .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; + /*) top_srcdir="$ac_given_srcdir" ;; + *) top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then + rm -f "$ac_dir/POTFILES" + test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" + cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" + POMAKEFILEDEPS="POTFILES.in" + # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend + # on $ac_dir but don't depend on user-specified configuration + # parameters. + if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then + # The LINGUAS file contains the set of available languages. + if test -n "$OBSOLETE_ALL_LINGUAS"; then + test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" + fi + ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` + # Hide the ALL_LINGUAS assigment from automake. + eval 'ALL_LINGUAS''=$ALL_LINGUAS_' + POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" + else + # The set of available languages was given in configure.in. + eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' + fi + # Compute POFILES + # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) + # Compute UPDATEPOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) + # Compute DUMMYPOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) + # Compute GMOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) + case "$ac_given_srcdir" in + .) srcdirpre= ;; + *) srcdirpre='$(srcdir)/' ;; + esac + POFILES= + UPDATEPOFILES= + DUMMYPOFILES= + GMOFILES= + for lang in $ALL_LINGUAS; do + POFILES="$POFILES $srcdirpre$lang.po" + UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" + DUMMYPOFILES="$DUMMYPOFILES $lang.nop" + GMOFILES="$GMOFILES $srcdirpre$lang.gmo" + done + # CATALOGS depends on both $ac_dir and the user's LINGUAS + # environment variable. + INST_LINGUAS= + if test -n "$ALL_LINGUAS"; then + for presentlang in $ALL_LINGUAS; do + useit=no + if test "%UNSET%" != "$LINGUAS"; then + desiredlanguages="$LINGUAS" + else + desiredlanguages="$ALL_LINGUAS" + fi + for desiredlang in $desiredlanguages; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + INST_LINGUAS="$INST_LINGUAS $presentlang" + fi + done + fi + CATALOGS= + if test -n "$INST_LINGUAS"; then + for lang in $INST_LINGUAS; do + CATALOGS="$CATALOGS $lang.gmo" + done + fi + test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" + sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" + for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do + if test -f "$f"; then + case "$f" in + *.orig | *.bak | *~) ;; + *) cat "$f" >> "$ac_dir/Makefile" ;; + esac + fi + done + fi + ;; + esac + done ;; + "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # So let's grep whole file. + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir=$dirpart/$fdir + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done + ;; + + esac +done # for ac_tag + + +{ (exit 0); exit 0; } +_ACEOF +chmod +x $CONFIG_STATUS +ac_clean_files=$ac_clean_files_save + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } +fi + diff --git a/project/jni/application/ltris-1.0.15/configure.in b/project/jni/application/ltris-1.0.15/configure.in new file mode 100644 index 000000000..e50250950 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/configure.in @@ -0,0 +1,88 @@ +dnl Process this file with autoconf to produce a configure script. +AC_INIT(Makefile.am) + +AC_CANONICAL_TARGET + +AM_CONFIG_HEADER(config.h) + +AM_INIT_AUTOMAKE(ltris,1.0.15) + +dnl Checks for programs. +AM_GNU_GETTEXT +AC_PROG_CC +AC_PROG_RANLIB + +CFLAGS="$CFLAGS -Wall" + +dnl Checks for libraries. +AC_CHECK_LIB(m, main,, AC_MSG_ERROR(lib math is needed)) + +dnl Check Zarus install +AC_ARG_ENABLE( zaurus, +[ --enable-zaurus Compile for Zaurus], CFLAGS="$CFLAGS -DZAURUS") +AC_ARG_ENABLE( softfloat, +[ --enable-softfloat Use Softfloat for CPUs without FPU], CFLAGS="$CFLAGS -msoft-float"; LIBS="$LIBS $float") + +dnl check SDL version +sdl_flag="" +AM_PATH_SDL(1.0.0,, AC_MSG_ERROR(lib SDL is needed)) +CFLAGS="$CFLAGS $SDL_CFLAGS" +LIBS="$LIBS $SDL_LIBS" +AM_PATH_SDL(1.1.5, sdl_flag="-DSDL_1_1_5",) +CFLAGS="$CFLAGS $sdl_flag" + +dnl check sound +sound_flag="-DSOUND" +mixer_flag="-lSDL_mixer" + +AC_ARG_ENABLE( sound, +[ --disable-sound Disables sound], sound_flag=""; mixer_flag="") + +dnl check if SDL_mixer's installed +dnl if not: clear sound_flag and mixer_flag +AC_CHECK_LIB(SDL_mixer, main, +AC_MSG_RESULT("SDL_Mixer found"), +AC_MSG_RESULT("SDL_Mixer NOT found: Audio disabled"); sound_flag=""; mixer_flag="") + +AC_SUBST(sound_flag) +AC_SUBST(mixer_flag) + +dnl set sound buffer size +buf_flag="-DAUDIO_BUFFER_SIZE=256" +AC_ARG_WITH( buffer-size, +[ --with-buffer-size=BUFSIZE Set this value to 2048 if you encounter sound delay.], +buf_flag="-DAUDIO_BUFFER_SIZE=$withval",) +AC_SUBST(buf_flag) + +dnl set localedir +localedir=$datadir/locale +locdir_flag="-DLOCALEDIR=\\\"$localedir\\\"" + +dnl installation path +inst_dir=$datadir/ltris +hi_dir=$localstatedir + +dnl check if installation was disabled +dis_flag="" +AC_ARG_ENABLE( install, +[ --disable-install No installation. Played from the source directory.], +inst_dir="." hi_dir="." dis_flag="-DDISABLE_INSTALL" +locdir_flag="-DLOCALEDIR=\\\"../dict\\\"" + rm -rf dict; mkdir dict + for lang in `cat po/LINGUAS`; do + mkdir dict/$lang; mkdir dict/$lang/LC_MESSAGES + ln -s ../../../po/$lang.gmo dict/$lang/LC_MESSAGES/$PACKAGE.mo + done +) + +inst_flag="-DSRC_DIR=\\\"$inst_dir\\\"" +hi_inst_flag="-DHI_DIR=\\\"$hi_dir\\\"" + +AC_SUBST(inst_dir) +AC_SUBST(hi_dir) +AC_SUBST(inst_flag) +AC_SUBST(hi_inst_flag) +AC_SUBST(dis_flag) +AC_SUBST(locdir_flag) + +AC_OUTPUT(Makefile src/Makefile icons/Makefile src/sounds/Makefile src/gfx/Makefile intl/Makefile po/Makefile.in m4/Makefile ) diff --git a/project/jni/application/ltris-1.0.15/depcomp b/project/jni/application/ltris-1.0.15/depcomp new file mode 100755 index 000000000..11e2d3bfe --- /dev/null +++ b/project/jni/application/ltris-1.0.15/depcomp @@ -0,0 +1,522 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2004-05-31.23 + +# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by `PROGRAMS ARGS'. + object Object file output by `PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputing dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit 0 + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit 0 + ;; +esac + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. + "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +## The second -e expression handles DOS-style file names with drive letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the `deleted header file' problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. + tr ' ' ' +' < "$tmpdepfile" | +## Some versions of gcc put a space before the `:'. On the theory +## that the space means something, we add a space to the output as +## well. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like `#:fec' to the end of the + # dependency line. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ + tr ' +' ' ' >> $depfile + echo >> $depfile + + # The second pass generates a dummy entry for each header file. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> $depfile + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts `$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` + tmpdepfile="$stripped.u" + if test "$libtool" = yes; then + "$@" -Wc,-M + else + "$@" -M + fi + stat=$? + + if test -f "$tmpdepfile"; then : + else + stripped=`echo "$stripped" | sed 's,^.*/,,'` + tmpdepfile="$stripped.u" + fi + + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + + if test -f "$tmpdepfile"; then + outname="$stripped.o" + # Each line is of the form `foo.o: dependent.h'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" + sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +icc) + # Intel's C compiler understands `-MD -MF file'. However on + # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c + # ICC 7.0 will fill foo.d with something like + # foo.o: sub/foo.c + # foo.o: sub/foo.h + # which is wrong. We want: + # sub/foo.o: sub/foo.c + # sub/foo.o: sub/foo.h + # sub/foo.c: + # sub/foo.h: + # ICC 7.1 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using \ : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | + sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in `foo.d' instead, so we check for that too. + # Subdirectories are respected. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + + if test "$libtool" = yes; then + # Dependencies are output in .lo.d with libtool 1.4. + # With libtool 1.5 they are output both in $dir.libs/$base.o.d + # and in $dir.libs/$base.o.d and $dir$base.o.d. We process the + # latter, because the former will be cleaned when $dir.libs is + # erased. + tmpdepfile1="$dir.libs/$base.lo.d" + tmpdepfile2="$dir$base.o.d" + tmpdepfile3="$dir.libs/$base.d" + "$@" -Wc,-MD + else + tmpdepfile1="$dir$base.o.d" + tmpdepfile2="$dir$base.d" + tmpdepfile3="$dir$base.d" + "$@" -MD + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + if test -f "$tmpdepfile1"; then + tmpdepfile="$tmpdepfile1" + elif test -f "$tmpdepfile2"; then + tmpdepfile="$tmpdepfile2" + else + tmpdepfile="$tmpdepfile3" + fi + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for `:' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + "$@" $dashmflag | + sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + tr ' ' ' +' < "$tmpdepfile" | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no + for arg in "$@"; do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix="`echo $object | sed 's/^.*\././'`" + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + sed '1,2d' "$tmpdepfile" | tr ' ' ' +' | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E | + sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | + sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o, + # because we must use -o when running libtool. + "$@" || exit $? + IFS=" " + for arg + do + case "$arg" in + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" + echo " " >> "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/project/jni/application/ltris-1.0.15/icons/Makefile.am b/project/jni/application/ltris-1.0.15/icons/Makefile.am new file mode 100644 index 000000000..8c24a5dec --- /dev/null +++ b/project/jni/application/ltris-1.0.15/icons/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = ltris16.xpm ltris32.xpm ltris48.xpm \ No newline at end of file diff --git a/project/jni/application/ltris-1.0.15/icons/Makefile.in b/project/jni/application/ltris-1.0.15/icons/Makefile.in new file mode 100644 index 000000000..d2555de8a --- /dev/null +++ b/project/jni/application/ltris-1.0.15/icons/Makefile.in @@ -0,0 +1,349 @@ +# Makefile.in generated by automake 1.9.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = icons +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ + $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longdouble.m4 \ + $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \ + $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ + $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ + $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ + $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GENCAT = @GENCAT@ +GLIBC21 = @GLIBC21@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +HAVE_ASPRINTF = @HAVE_ASPRINTF@ +HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ +HAVE_SNPRINTF = @HAVE_SNPRINTF@ +HAVE_WPRINTF = @HAVE_WPRINTF@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLBISON = @INTLBISON@ +INTLLIBS = @INTLLIBS@ +INTLOBJS = @INTLOBJS@ +INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +POSUB = @POSUB@ +RANLIB = @RANLIB@ +SDL_CFLAGS = @SDL_CFLAGS@ +SDL_CONFIG = @SDL_CONFIG@ +SDL_LIBS = @SDL_LIBS@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +ac_ct_CC = @ac_ct_CC@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +buf_flag = @buf_flag@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +datarootdir = @datarootdir@ +dis_flag = @dis_flag@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +hi_dir = @hi_dir@ +hi_inst_flag = @hi_inst_flag@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +inst_dir = @inst_dir@ +inst_flag = @inst_flag@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +locdir_flag = @locdir_flag@ +mandir = @mandir@ +mixer_flag = @mixer_flag@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sound_flag = @sound_flag@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +EXTRA_DIST = ltris16.xpm ltris32.xpm ltris48.xpm +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign icons/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +uninstall-info-am: +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-exec \ + install-exec-am install-info install-info-am install-man \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/project/jni/application/ltris-1.0.15/icons/ltris16.xpm b/project/jni/application/ltris-1.0.15/icons/ltris16.xpm new file mode 100644 index 000000000..98d788b75 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/icons/ltris16.xpm @@ -0,0 +1,67 @@ +/* XPM */ +static char * ltris16_xpm[] = { +"16 16 48 1", +" c None", +". c #000000", +"+ c #C53C3C", +"@ c #D43737", +"# c #DD5757", +"$ c #E96C6C", +"% c #891616", +"& c #AD0202", +"* c #D83434", +"= c #EA6B6B", +"- c #A21A1A", +"; c #D32C2C", +"> c #E56767", +", c #EE7E7E", +"' c #3636D3", +") c #5858DE", +"! c #6C6CE9", +"~ c #3C3CC7", +"{ c #D63C3C", +"] c #D24C4C", +"^ c #D44D4D", +"/ c #0202AD", +"( c #3434D8", +"_ c #6B6BEA", +": c #161689", +"< c #2C2CD3", +"[ c #6767E5", +"} c #7E7EEE", +"| c #1A1AA2", +"1 c #3C3CD6", +"2 c #4C4CD2", +"3 c #4D4DD4", +"4 c #3737D4", +"5 c #CFCD34", +"6 c #DBDA57", +"7 c #E9E86C", +"8 c #ADAB02", +"9 c #D8D634", +"0 c #EAE96B", +"a c #D3D22C", +"b c #E5E467", +"c c #EEED7E", +"d c #D6D43C", +"e c #D2D04C", +"f c #D4D24D", +"g c #C5C33C", +"h c #898716", +"i c #A2A01A", +" .........", +" .+@#$+@#.", +" .%&*=%&*.", +"........-;>,-;>.", +".')!~')!@{]^@{].", +"./(_:/(_....+@#.", +".<[}|<[}. .%&*.", +".1234123....-;>.", +".567~')!~')!@{].", +".890:/(_:/(_+@#.", +".abc|<[}|<[}%&*.", +".def41234123-;>.", +".567g567g567@{].", +".890h890h890....", +".abciabciabc. ", +"............. "}; diff --git a/project/jni/application/ltris-1.0.15/icons/ltris32.xpm b/project/jni/application/ltris-1.0.15/icons/ltris32.xpm new file mode 100644 index 000000000..16c2243f4 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/icons/ltris32.xpm @@ -0,0 +1,225 @@ +/* XPM */ +static char * ltris32_xpm[] = { +"32 32 190 2", +" c None", +". c #000000", +"+ c #E46464", +"@ c #D57878", +"# c #E46C6C", +"$ c #E35656", +"% c #DB7676", +"& c #E66767", +"* c #F08585", +"= c #E76565", +"- c #AD0F0F", +"; c #AE0303", +"> c #B80303", +", c #D21717", +"' c #D73232", +") c #DC4E4E", +"! c #E86E6E", +"~ c #E65757", +"{ c #992424", +"] c #760000", +"^ c #980000", +"/ c #B60000", +"( c #CC0B0B", +"_ c #D93535", +": c #EA7070", +"< c #E85A5A", +"[ c #A23232", +"} c #740000", +"| c #9E0000", +"1 c #C80707", +"2 c #D62C2C", +"3 c #F18585", +"4 c #E75E5E", +"5 c #A23434", +"6 c #8A0000", +"7 c #C20505", +"8 c #D72222", +"9 c #DB5252", +"0 c #E86C6C", +"a c #F48E8E", +"b c #E85F5F", +"c c #AC2929", +"d c #B00909", +"e c #D63434", +"f c #DE5757", +"g c #E46363", +"h c #EE7A7A", +"i c #F79D9D", +"j c #E76C6C", +"k c #7A7ADA", +"l c #6767DE", +"m c #5757E5", +"n c #7979E0", +"o c #6767E6", +"p c #8585F0", +"q c #6565E7", +"r c #6565E6", +"s c #E25454", +"t c #D93838", +"u c #E26060", +"v c #DD5555", +"w c #E86B6B", +"x c #F28686", +"y c #E55C5C", +"z c #0303AE", +"A c #0303B8", +"B c #1717D2", +"C c #3232D7", +"D c #4E4EDC", +"E c #6E6EE8", +"F c #5757E6", +"G c #0F0FAD", +"H c #D53C3C", +"I c #BF1313", +"J c #C91C1C", +"K c #CF1E1E", +"L c #BC2C2C", +"M c #BB2C2C", +"N c #BF3434", +"O c #BA1F1F", +"P c #000076", +"Q c #000098", +"R c #0000B6", +"S c #0B0BCC", +"T c #3535D9", +"U c #7070EA", +"V c #5A5AE8", +"W c #242499", +"X c #000074", +"Y c #00009E", +"Z c #0707C8", +"` c #2C2CD6", +" . c #6464E4", +".. c #8585F1", +"+. c #5E5EE7", +"@. c #3232A2", +"#. c #00008A", +"$. c #0505C2", +"%. c #2222D7", +"&. c #5252DB", +"*. c #6C6CE8", +"=. c #8E8EF4", +"-. c #5F5FE8", +";. c #3434A2", +">. c #0909B0", +",. c #3434D6", +"'. c #5757DE", +"). c #6363E4", +"!. c #7A7AEE", +"~. c #9D9DF7", +"{. c #6C6CE7", +"]. c #2929AC", +"^. c #3838D9", +"/. c #6060E2", +"(. c #5555DD", +"_. c #6B6BE8", +":. c #8686F2", +"<. c #5C5CE5", +"[. c #5454E2", +"}. c #1313BF", +"|. c #1C1CC9", +"1. c #1E1ECF", +"2. c #2C2CBC", +"3. c #2C2CBB", +"4. c #3434BF", +"5. c #1F1FBA", +"6. c #3C3CD5", +"7. c #DCDB7D", +"8. c #DBDA66", +"9. c #D7D551", +"0. c #D4D274", +"a. c #E6E467", +"b. c #F0EF85", +"c. c #E7E665", +"d. c #AEAB03", +"e. c #B8B603", +"f. c #D2D017", +"g. c #D7D632", +"h. c #DCDA4E", +"i. c #E8E76E", +"j. c #E6E457", +"k. c #767400", +"l. c #989600", +"m. c #B6B400", +"n. c #CCC90B", +"o. c #D9D735", +"p. c #EAE870", +"q. c #E8E65A", +"r. c #747200", +"s. c #9E9C00", +"t. c #C8C507", +"u. c #D6D42C", +"v. c #E4E364", +"w. c #F1F085", +"x. c #E7E65E", +"y. c #8A8800", +"z. c #C2C005", +"A. c #D7D522", +"B. c #DBD952", +"C. c #E8E76C", +"D. c #F4F28E", +"E. c #E8E65F", +"F. c #B0AE09", +"G. c #D6D534", +"H. c #DEDD57", +"I. c #E4E263", +"J. c #EEEC7A", +"K. c #F7F69D", +"L. c #E7E66C", +"M. c #D9D838", +"N. c #E2E060", +"O. c #DDDB55", +"P. c #E8E66C", +"Q. c #E8E66B", +"R. c #F2F086", +"S. c #E5E35C", +"T. c #BFBD13", +"U. c #C9C71C", +"V. c #CFCD1E", +"W. c #BCBA2C", +"X. c #BBBA2C", +"Y. c #BFBD34", +"Z. c #BAB81F", +"`. c #DDDC60", +" + c #ADAB0F", +".+ c #999724", +"++ c #A2A032", +"@+ c #A2A134", +"#+ c #ACAA29", +"$+ c #E2E054", +" ", +" . . . . . . . . . . . . . . . . . ", +" . + @ # $ % & * = + @ # $ % & * . ", +" . - ; > , ' ) ! ~ - ; > , ' ) ! . ", +" . { ] ^ / ( _ : < { ] ^ / ( _ : . ", +" . [ } | 1 2 + 3 4 [ } | 1 2 + 3 . ", +" . 5 6 7 8 9 0 a b 5 6 7 8 9 0 a . ", +". . . . . . . . . . . . . . . . c d e f g h i j c d e f g h i . ", +". k l m n o p q r k l m n o p q s t u v 0 w x y s t u v 0 w x . ", +". z A B C D E F G z A B C D E F H I J K L M N O H I J K L M N . ", +". P Q R S T U V W P Q R S T U V . . . . . . . . + @ # $ % & * . ", +". X Y Z ` ...+.@.X Y Z ` ...+.. . - ; > , ' ) ! . ", +". #.$.%.&.*.=.-.;.#.$.%.&.*.=.-.. . { ] ^ / ( _ : . ", +". >.,.'.).!.~.{.].>.,.'.).!.~.{.. . [ } | 1 2 + 3 . ", +". ^./.(.*._.:.<.[.^./.(.*._.:.<.. . 5 6 7 8 9 0 a . ", +". }.|.1.2.3.4.5.6.}.|.1.2.3.4.5.. . . . . . . . c d e f g h i . ", +". 7.8.9.0.a.b.c.r k l m n o p q r k l m n o p q s t u v 0 w x . ", +". d.e.f.g.h.i.j.G z A B C D E F G z A B C D E F H I J K L M N . ", +". k.l.m.n.o.p.q.W P Q R S T U V W P Q R S T U V + @ # $ % & * . ", +". r.s.t.u.v.w.x.@.X Y Z ` ...+.@.X Y Z ` ...+.- ; > , ' ) ! . ", +". y.z.A.B.C.D.E.;.#.$.%.&.*.=.-.;.#.$.%.&.*.=.-.{ ] ^ / ( _ : . ", +". F.G.H.I.J.K.L.].>.,.'.).!.~.{.].>.,.'.).!.~.{.[ } | 1 2 + 3 . ", +". M.N.O.P.Q.R.S.[.^./.(.*._.:.<.[.^./.(.*._.:.<.5 6 7 8 9 0 a . ", +". T.U.V.W.X.Y.Z.6.}.|.1.2.3.4.5.6.}.|.1.2.3.4.5.c d e f g h i . ", +". 7.8.9.0.a.b.c.`.7.8.9.0.a.b.c.`.7.8.9.0.a.b.c.s t u v 0 w x . ", +". d.e.f.g.h.i.j. +d.e.f.g.h.i.j. +d.e.f.g.h.i.j.H I J K L M N . ", +". k.l.m.n.o.p.q..+k.l.m.n.o.p.q..+k.l.m.n.o.p.q.. . . . . . . . ", +". r.s.t.u.v.w.x.++r.s.t.u.v.w.x.++r.s.t.u.v.w.x.. ", +". y.z.A.B.C.D.E.@+y.z.A.B.C.D.E.@+y.z.A.B.C.D.E.. ", +". F.G.H.I.J.K.L.#+F.G.H.I.J.K.L.#+F.G.H.I.J.K.L.. ", +". M.N.O.P.Q.R.S.$+M.N.O.P.Q.R.S.$+M.N.O.P.Q.R.S.. ", +". . . . . . . . . . . . . . . . . . . . . . . . . "}; diff --git a/project/jni/application/ltris-1.0.15/icons/ltris48.xpm b/project/jni/application/ltris-1.0.15/icons/ltris48.xpm new file mode 100644 index 000000000..605354996 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/icons/ltris48.xpm @@ -0,0 +1,456 @@ +/* XPM */ +static char * ltris48_xpm[] = { +"48 48 405 2", +" c None", +". c #000000", +"+ c #EC7F7F", +"@ c #E28585", +"# c #D89393", +"$ c #EE9393", +"% c #EB7373", +"& c #EA7878", +"* c #DB9090", +"= c #E48484", +"- c #E66767", +"; c #F28989", +"> c #F69898", +", c #DF4F4F", +"' c #CF2C2C", +") c #BC1414", +"! c #CC2A2A", +"~ c #D02424", +"{ c #CE0E0E", +"] c #D82020", +"^ c #D93C3C", +"/ c #DC5555", +"( c #E25D5D", +"_ c #EA7272", +": c #F28787", +"< c #E14141", +"[ c #BF1515", +"} c #8A0000", +"| c #A60202", +"1 c #AF0202", +"2 c #BF0404", +"3 c #D21616", +"4 c #D62525", +"5 c #DA3434", +"6 c #DA4C4C", +"7 c #E66868", +"8 c #EC7777", +"9 c #E03F3F", +"0 c #B83737", +"a c #660000", +"b c #7B0000", +"c c #940000", +"d c #A60000", +"e c #BB0000", +"f c #CA0808", +"g c #D51919", +"h c #D73C3C", +"i c #E76A6A", +"j c #F08282", +"k c #E03D3D", +"l c #BA3D3D", +"m c #620000", +"n c #960000", +"o c #AD0000", +"p c #BF0202", +"q c #CD0C0C", +"r c #D72929", +"s c #DF5555", +"t c #ED7878", +"u c #F49090", +"v c #C54E4E", +"w c #640000", +"x c #7A0000", +"y c #990000", +"z c #B60101", +"A c #CD0D0D", +"B c #D72E2E", +"C c #DE5151", +"D c #E86D6D", +"E c #F18383", +"F c #F69696", +"G c #DF3C3C", +"H c #C75555", +"I c #6B0000", +"J c #8D0000", +"K c #BA0202", +"L c #CE0F0F", +"M c #D82424", +"N c #D84D4D", +"O c #E25F5F", +"P c #E97070", +"Q c #F28686", +"R c #F69B9B", +"S c #DF3D3D", +"T c #BB3C3C", +"U c #720000", +"V c #A30000", +"W c #CA0909", +"X c #D52424", +"Y c #DA4141", +"Z c #DD5555", +"` c #E46262", +" . c #EC7676", +".. c #F59393", +"+. c #F8A1A1", +"@. c #E04848", +"#. c #C84141", +"$. c #930000", +"%. c #C51414", +"&. c #D74141", +"*. c #DC4E4E", +"=. c #E26060", +"-. c #E66565", +";. c #EF7F7F", +">. c #F69A9A", +",. c #DF5252", +"'. c #8686E4", +"). c #9494DA", +"!. c #8888DE", +"~. c #7373EB", +"{. c #7B7BEF", +"]. c #9191DE", +"^. c #8A8AEC", +"/. c #6767E6", +"(. c #8989F2", +"_. c #9898F6", +":. c #4F4FDF", +"<. c #8080EE", +"[. c #E76363", +"}. c #D82929", +"|. c #DA2E2E", +"1. c #DB5252", +"2. c #E56565", +"3. c #E96E6E", +"4. c #F18585", +"5. c #F38B8B", +"6. c #DE4B4B", +"7. c #1414BE", +"8. c #2C2CD2", +"9. c #2424D0", +"0. c #0E0ECE", +"a. c #2020D8", +"b. c #3C3CD9", +"c. c #5555DC", +"d. c #5D5DE2", +"e. c #7272EA", +"f. c #8787F2", +"g. c #4141E1", +"h. c #2C2CCF", +"i. c #E36464", +"j. c #D83F3F", +"k. c #D73B3B", +"l. c #DF5656", +"m. c #E14949", +"n. c #DD4F4F", +"o. c #E46565", +"p. c #E36363", +"q. c #EC7575", +"r. c #DB3535", +"s. c #00008A", +"t. c #0202A6", +"u. c #0202AF", +"v. c #0404BF", +"w. c #1616D2", +"x. c #2525D6", +"y. c #3434DA", +"z. c #4C4CDA", +"A. c #6868E6", +"B. c #7777EC", +"C. c #3F3FE0", +"D. c #1515BF", +"E. c #D53F3F", +"F. c #C00F0F", +"G. c #B20B0B", +"H. c #BF1010", +"I. c #CC0D0D", +"J. c #C71212", +"K. c #AA1616", +"L. c #A91515", +"M. c #AB1919", +"N. c #AC1A1A", +"O. c #A80B0B", +"P. c #000066", +"Q. c #00007B", +"R. c #000094", +"S. c #0000A6", +"T. c #0000BB", +"U. c #0808CA", +"V. c #1919D5", +"W. c #3C3CD7", +"X. c #6A6AE7", +"Y. c #8282F0", +"Z. c #3D3DE0", +"`. c #3737B8", +" + c #000062", +".+ c #000096", +"++ c #0000AD", +"@+ c #0202BF", +"#+ c #0C0CCD", +"$+ c #2929D7", +"%+ c #5555DF", +"&+ c #7878ED", +"*+ c #9090F4", +"=+ c #3D3DBA", +"-+ c #000064", +";+ c #00007A", +">+ c #000099", +",+ c #0101B6", +"'+ c #0D0DCD", +")+ c #2E2ED7", +"!+ c #5151DE", +"~+ c #6D6DE8", +"{+ c #8383F1", +"]+ c #9696F6", +"^+ c #3C3CDF", +"/+ c #4E4EC5", +"(+ c #00006B", +"_+ c #00008D", +":+ c #0202BA", +"<+ c #0F0FCE", +"[+ c #2424D8", +"}+ c #4D4DD8", +"|+ c #5F5FE2", +"1+ c #7070E9", +"2+ c #8686F2", +"3+ c #9B9BF6", +"4+ c #3D3DDF", +"5+ c #5555C7", +"6+ c #000072", +"7+ c #0000A3", +"8+ c #0909CA", +"9+ c #2424D5", +"0+ c #4141DA", +"a+ c #5555DD", +"b+ c #6262E4", +"c+ c #7676EC", +"d+ c #9393F5", +"e+ c #A1A1F8", +"f+ c #4848E0", +"g+ c #3C3CBB", +"h+ c #000093", +"i+ c #1414C5", +"j+ c #4141D7", +"k+ c #4E4EDC", +"l+ c #6060E2", +"m+ c #6565E6", +"n+ c #7F7FEF", +"o+ c #9A9AF6", +"p+ c #5252DF", +"q+ c #4141C8", +"r+ c #2929D8", +"s+ c #2E2EDA", +"t+ c #5252DB", +"u+ c #6565E5", +"v+ c #6E6EE9", +"w+ c #8585F1", +"x+ c #8B8BF3", +"y+ c #4B4BDE", +"z+ c #6363E7", +"A+ c #3F3FD8", +"B+ c #3B3BD7", +"C+ c #5656DF", +"D+ c #4949E1", +"E+ c #4F4FDD", +"F+ c #6565E4", +"G+ c #6363E3", +"H+ c #7575EC", +"I+ c #3535DB", +"J+ c #6464E3", +"K+ c #0F0FC0", +"L+ c #0B0BB2", +"M+ c #1010BF", +"N+ c #0D0DCC", +"O+ c #1212C7", +"P+ c #1616AA", +"Q+ c #1515A9", +"R+ c #1919AB", +"S+ c #1A1AAC", +"T+ c #0B0BA8", +"U+ c #3F3FD5", +"V+ c #E2E086", +"W+ c #DDDC97", +"X+ c #DDDC88", +"Y+ c #E9E772", +"Z+ c #D8D76F", +"`+ c #D7D58F", +" @ c #E2E184", +".@ c #E6E467", +"+@ c #F2F189", +"@@ c #F6F598", +"#@ c #DFDE4F", +"$@ c #BEBB14", +"%@ c #CBC92A", +"&@ c #CBC922", +"*@ c #CECC0E", +"=@ c #D1CE20", +"-@ c #D0CE3A", +";@ c #DAD954", +">@ c #E2DF5D", +",@ c #EAE972", +"'@ c #F2F087", +")@ c #E1DF41", +"!@ c #8A8800", +"~@ c #A6A302", +"{@ c #AFAD02", +"]@ c #BFBC04", +"^@ c #D2D016", +"/@ c #D6D425", +"(@ c #DAD834", +"_@ c #DAD84C", +":@ c #E6E568", +"<@ c #ECEA77", +"[@ c #E0DE3F", +"}@ c #666400", +"|@ c #7B7900", +"1@ c #949200", +"2@ c #A6A300", +"3@ c #BBB800", +"4@ c #CAC708", +"5@ c #D5D219", +"6@ c #D7D53C", +"7@ c #E7E66A", +"8@ c #F0EE82", +"9@ c #E0DE3D", +"0@ c #626000", +"a@ c #969400", +"b@ c #ADAA00", +"c@ c #BFBC02", +"d@ c #CDCB0C", +"e@ c #D7D629", +"f@ c #DFDE55", +"g@ c #EDEC78", +"h@ c #F4F390", +"i@ c #E0DF3F", +"j@ c #646200", +"k@ c #7A7800", +"l@ c #999700", +"m@ c #B6B401", +"n@ c #CDCA0D", +"o@ c #D7D52E", +"p@ c #DEDC51", +"q@ c #E8E76D", +"r@ c #F1EF83", +"s@ c #F6F596", +"t@ c #DFDC3C", +"u@ c #6B6900", +"v@ c #8D8B00", +"w@ c #BAB702", +"x@ c #CECC0F", +"y@ c #D8D624", +"z@ c #D8D64D", +"A@ c #E2E15F", +"B@ c #E9E870", +"C@ c #F2F086", +"D@ c #F6F69B", +"E@ c #DFDE3D", +"F@ c #726F00", +"G@ c #A3A100", +"H@ c #CAC809", +"I@ c #D5D324", +"J@ c #DAD841", +"K@ c #DDDB55", +"L@ c #E4E262", +"M@ c #ECEB76", +"N@ c #F5F393", +"O@ c #F8F7A1", +"P@ c #E0DF48", +"Q@ c #939100", +"R@ c #C5C314", +"S@ c #D7D641", +"T@ c #DCDB4E", +"U@ c #E2E160", +"V@ c #E6E465", +"W@ c #EFEE7F", +"X@ c #F6F59A", +"Y@ c #DFDE52", +"Z@ c #D8D529", +"`@ c #DAD82E", +" # c #DCDB55", +".# c #DBD952", +"+# c #E5E365", +"@# c #E9E86E", +"## c #F1F085", +"$# c #F3F28B", +"%# c #DEDC4B", +"&# c #D8D63F", +"*# c #D7D63B", +"=# c #DFDE56", +"-# c #E1E049", +";# c #DDDB4F", +"># c #E4E365", +",# c #E3E263", +"'# c #ECEA75", +")# c #DBD935", +"!# c #C0BE0F", +"~# c #B2B00B", +"{# c #BFBC10", +"]# c #CCC90D", +"^# c #C7C512", +"/# c #AAA816", +"(# c #A9A815", +"_# c #ABA919", +":# c #ACAA1A", +"<# c #A8A60B", +"[# c #E7E67C", +"}# c #CFCE2C", +"|# c #BFBD15", +"1# c #B8B637", +"2# c #BAB83D", +"3# c #C5C34E", +"4# c #C7C655", +"5# c #BBBA3C", +"6# c #C8C641", +"7# c #E7E663", +"8# c #E3E264", +" ", +" ", +" . . . . . . . . . . . . . . . . . . . . . . . . . ", +" . + @ # $ % & * = - ; > , + @ # $ % & * = - ; > . ", +" . ' ) ! ~ { ] ^ / ( _ : < ' ) ! ~ { ] ^ / ( _ : . ", +" . [ } | 1 2 3 4 5 6 7 8 9 [ } | 1 2 3 4 5 6 7 8 . ", +" . 0 a b c d e f g h i j k 0 a b c d e f g h i j . ", +" . l m b n o p q r s t u 9 l m b n o p q r s t u . ", +" . v w x y z A B C D E F G v w x y z A B C D E F . ", +" . H I J K L M N O P Q R S H I J K L M N O P Q R . ", +" . T U V W X Y Z ` ...+.@.T U V W X Y Z ` ...+.. ", +". . . . . . . . . . . . . . . . . . . . . . . . #.$.%.&.*.=.-.D ;.>.+.,.#.$.%.&.*.=.-.D ;.>.+.. ", +". '.).!.~.{.].^./.(._.:.<.'.).!.~.{.].^./.(._.:.[.}.|./ / 1.2.7 3.4.5.6.[.}.|./ / 1.2.7 3.4.5.. ", +". 7.8.9.0.a.b.c.d.e.f.g.h.7.8.9.0.a.b.c.d.e.f.g.i.j.k.l.m.n.o.2.p._ q.r.i.j.k.l.m.n.o.2.p._ q.. ", +". s.t.u.v.w.x.y.z.A.B.C.D.s.t.u.v.w.x.y.z.A.B.C.E.F.G.H.I.J.K.K.L.M.N.O.E.F.G.H.I.J.K.K.L.M.N.. ", +". P.Q.R.S.T.U.V.W.X.Y.Z.`.P.Q.R.S.T.U.V.W.X.Y.Z.. . . . . . . . . . . . + @ # $ % & * = - ; > . ", +". +Q..+++@+#+$+%+&+*+C.=+ +Q..+++@+#+$+%+&+*+C.. . ' ) ! ~ { ] ^ / ( _ : . ", +". -+;+>+,+'+)+!+~+{+]+^+/+-+;+>+,+'+)+!+~+{+]+^+. . [ } | 1 2 3 4 5 6 7 8 . ", +". (+_+:+<+[+}+|+1+2+3+4+5+(+_+:+<+[+}+|+1+2+3+4+. . 0 a b c d e f g h i j . ", +". 6+7+8+9+0+a+b+c+d+e+f+g+6+7+8+9+0+a+b+c+d+e+f+. . l m b n o p q r s t u . ", +". h+i+j+k+l+m+~+n+o+e+p+q+h+i+j+k+l+m+~+n+o+e+p+. . v w x y z A B C D E F . ", +". r+s+c.c.t+u+A.v+w+x+y+z+r+s+c.c.t+u+A.v+w+x+y+. . H I J K L M N O P Q R . ", +". A+B+C+D+E+F+u+G+e.H+I+J+A+B+C+D+E+F+u+G+e.H+I+. . T U V W X Y Z ` ...+.. ", +". K+L+M+N+O+P+P+Q+R+S+T+U+K+L+M+N+O+P+P+Q+R+S+T+. . . . . . . . . . . . #.$.%.&.*.=.-.D ;.>.+.. ", +". V+W+X+Y+Z+`+ @.@+@@@#@<.'.).!.~.{.].^./.(._.:.<.'.).!.~.{.].^./.(._.:.[.}.|./ / 1.2.7 3.4.5.. ", +". $@%@&@*@=@-@;@>@,@'@)@h.7.8.9.0.a.b.c.d.e.f.g.h.7.8.9.0.a.b.c.d.e.f.g.i.j.k.l.m.n.o.2.p._ q.. ", +". !@~@{@]@^@/@(@_@:@<@[@D.s.t.u.v.w.x.y.z.A.B.C.D.s.t.u.v.w.x.y.z.A.B.C.E.F.G.H.I.J.K.K.L.M.N.. ", +". }@|@1@2@3@4@5@6@7@8@9@`.P.Q.R.S.T.U.V.W.X.Y.Z.`.P.Q.R.S.T.U.V.W.X.Y.Z.+ @ # $ % & * = - ; > . ", +". 0@|@a@b@c@d@e@f@g@h@i@=+ +Q..+++@+#+$+%+&+*+C.=+ +Q..+++@+#+$+%+&+*+C.' ) ! ~ { ] ^ / ( _ : . ", +". j@k@l@m@n@o@p@q@r@s@t@/+-+;+>+,+'+)+!+~+{+]+^+/+-+;+>+,+'+)+!+~+{+]+^+[ } | 1 2 3 4 5 6 7 8 . ", +". u@v@w@x@y@z@A@B@C@D@E@5+(+_+:+<+[+}+|+1+2+3+4+5+(+_+:+<+[+}+|+1+2+3+4+0 a b c d e f g h i j . ", +". F@G@H@I@J@K@L@M@N@O@P@g+6+7+8+9+0+a+b+c+d+e+f+g+6+7+8+9+0+a+b+c+d+e+f+l m b n o p q r s t u . ", +". Q@R@S@T@U@V@q@W@X@O@Y@q+h+i+j+k+l+m+~+n+o+e+p+q+h+i+j+k+l+m+~+n+o+e+p+v w x y z A B C D E F . ", +". Z@`@ # #.#+#:@@###$#%#z+r+s+c.c.t+u+A.v+w+x+y+z+r+s+c.c.t+u+A.v+w+x+y+H I J K L M N O P Q R . ", +". &#*#=#-#;#>#+#,#,@'#)#J+A+B+C+D+E+F+u+G+e.H+I+J+A+B+C+D+E+F+u+G+e.H+I+T U V W X Y Z ` ...+.. ", +". !#~#{#]#^#/#/#(#_#:#<#U+K+L+M+N+O+P+P+Q+R+S+T+U+K+L+M+N+O+P+P+Q+R+S+T+#.$.%.&.*.=.-.D ;.>.+.. ", +". V+W+X+Y+Z+`+ @.@+@@@#@[#V+W+X+Y+Z+`+ @.@+@@@#@[#V+W+X+Y+Z+`+ @.@+@@@#@[.}.|./ / 1.2.7 3.4.5.. ", +". $@%@&@*@=@-@;@>@,@'@)@}#$@%@&@*@=@-@;@>@,@'@)@}#$@%@&@*@=@-@;@>@,@'@)@i.j.k.l.m.n.o.2.p._ q.. ", +". !@~@{@]@^@/@(@_@:@<@[@|#!@~@{@]@^@/@(@_@:@<@[@|#!@~@{@]@^@/@(@_@:@<@[@E.F.G.H.I.J.K.K.L.M.N.. ", +". }@|@1@2@3@4@5@6@7@8@9@1#}@|@1@2@3@4@5@6@7@8@9@1#}@|@1@2@3@4@5@6@7@8@9@. . . . . . . . . . . . ", +". 0@|@a@b@c@d@e@f@g@h@i@2#0@|@a@b@c@d@e@f@g@h@i@2#0@|@a@b@c@d@e@f@g@h@i@. ", +". j@k@l@m@n@o@p@q@r@s@t@3#j@k@l@m@n@o@p@q@r@s@t@3#j@k@l@m@n@o@p@q@r@s@t@. ", +". u@v@w@x@y@z@A@B@C@D@E@4#u@v@w@x@y@z@A@B@C@D@E@4#u@v@w@x@y@z@A@B@C@D@E@. ", +". F@G@H@I@J@K@L@M@N@O@P@5#F@G@H@I@J@K@L@M@N@O@P@5#F@G@H@I@J@K@L@M@N@O@P@. ", +". Q@R@S@T@U@V@q@W@X@O@Y@6#Q@R@S@T@U@V@q@W@X@O@Y@6#Q@R@S@T@U@V@q@W@X@O@Y@. ", +". Z@`@ # #.#+#:@@###$#%#7#Z@`@ # #.#+#:@@###$#%#7#Z@`@ # #.#+#:@@###$#%#. ", +". &#*#=#-#;#>#+#,#,@'#)#8#&#*#=#-#;#>#+#,#,@'#)#8#&#*#=#-#;#>#+#,#,@'#)#. ", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "}; diff --git a/project/jni/application/ltris-1.0.15/install-sh b/project/jni/application/ltris-1.0.15/install-sh new file mode 100755 index 000000000..e8436696c --- /dev/null +++ b/project/jni/application/ltris-1.0.15/install-sh @@ -0,0 +1,250 @@ +#!/bin/sh +# +# install - install a program, script, or datafile +# This comes from X11R5 (mit/util/scripts/install.sh). +# +# Copyright 1991 by the Massachusetts Institute of Technology +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation, and that the name of M.I.T. not be used in advertising or +# publicity pertaining to distribution of the software without specific, +# written prior permission. M.I.T. makes no representations about the +# suitability of this software for any purpose. It is provided "as is" +# without express or implied warranty. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. It can only install one file at a time, a restriction +# shared with many OS's install programs. + + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit="${DOITPROG-}" + + +# put in absolute paths if you don't have them in your path; or use env. vars. + +mvprog="${MVPROG-mv}" +cpprog="${CPPROG-cp}" +chmodprog="${CHMODPROG-chmod}" +chownprog="${CHOWNPROG-chown}" +chgrpprog="${CHGRPPROG-chgrp}" +stripprog="${STRIPPROG-strip}" +rmprog="${RMPROG-rm}" +mkdirprog="${MKDIRPROG-mkdir}" + +transformbasename="" +transform_arg="" +instcmd="$mvprog" +chmodcmd="$chmodprog 0755" +chowncmd="" +chgrpcmd="" +stripcmd="" +rmcmd="$rmprog -f" +mvcmd="$mvprog" +src="" +dst="" +dir_arg="" + +while [ x"$1" != x ]; do + case $1 in + -c) instcmd="$cpprog" + shift + continue;; + + -d) dir_arg=true + shift + continue;; + + -m) chmodcmd="$chmodprog $2" + shift + shift + continue;; + + -o) chowncmd="$chownprog $2" + shift + shift + continue;; + + -g) chgrpcmd="$chgrpprog $2" + shift + shift + continue;; + + -s) stripcmd="$stripprog" + shift + continue;; + + -t=*) transformarg=`echo $1 | sed 's/-t=//'` + shift + continue;; + + -b=*) transformbasename=`echo $1 | sed 's/-b=//'` + shift + continue;; + + *) if [ x"$src" = x ] + then + src=$1 + else + # this colon is to work around a 386BSD /bin/sh bug + : + dst=$1 + fi + shift + continue;; + esac +done + +if [ x"$src" = x ] +then + echo "install: no input file specified" + exit 1 +else + true +fi + +if [ x"$dir_arg" != x ]; then + dst=$src + src="" + + if [ -d $dst ]; then + instcmd=: + else + instcmd=mkdir + fi +else + +# Waiting for this to be detected by the "$instcmd $src $dsttmp" command +# might cause directories to be created, which would be especially bad +# if $src (and thus $dsttmp) contains '*'. + + if [ -f $src -o -d $src ] + then + true + else + echo "install: $src does not exist" + exit 1 + fi + + if [ x"$dst" = x ] + then + echo "install: no destination specified" + exit 1 + else + true + fi + +# If destination is a directory, append the input filename; if your system +# does not like double slashes in filenames, you may need to add some logic + + if [ -d $dst ] + then + dst="$dst"/`basename $src` + else + true + fi +fi + +## this sed command emulates the dirname command +dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` + +# Make sure that the destination directory exists. +# this part is taken from Noah Friedman's mkinstalldirs script + +# Skip lots of stat calls in the usual case. +if [ ! -d "$dstdir" ]; then +defaultIFS=' +' +IFS="${IFS-${defaultIFS}}" + +oIFS="${IFS}" +# Some sh's can't handle IFS=/ for some reason. +IFS='%' +set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` +IFS="${oIFS}" + +pathcomp='' + +while [ $# -ne 0 ] ; do + pathcomp="${pathcomp}${1}" + shift + + if [ ! -d "${pathcomp}" ] ; + then + $mkdirprog "${pathcomp}" + else + true + fi + + pathcomp="${pathcomp}/" +done +fi + +if [ x"$dir_arg" != x ] +then + $doit $instcmd $dst && + + if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && + if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && + if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && + if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi +else + +# If we're going to rename the final executable, determine the name now. + + if [ x"$transformarg" = x ] + then + dstfile=`basename $dst` + else + dstfile=`basename $dst $transformbasename | + sed $transformarg`$transformbasename + fi + +# don't allow the sed command to completely eliminate the filename + + if [ x"$dstfile" = x ] + then + dstfile=`basename $dst` + else + true + fi + +# Make a temp file name in the proper directory. + + dsttmp=$dstdir/#inst.$$# + +# Move or copy the file name to the temp name + + $doit $instcmd $src $dsttmp && + + trap "rm -f ${dsttmp}" 0 && + +# and set any options; do chmod last to preserve setuid bits + +# If any of these fail, we abort the whole thing. If we want to +# ignore errors from any of these, just make sure not to ignore +# errors from the above "$doit $instcmd $src $dsttmp" command. + + if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && + if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && + if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && + if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi && + +# Now rename the file to the real destination. + + $doit $rmcmd -f $dstdir/$dstfile && + $doit $mvcmd $dsttmp $dstdir/$dstfile + +fi && + + +exit 0 diff --git a/project/jni/application/ltris-1.0.15/intl/ChangeLog b/project/jni/application/ltris-1.0.15/intl/ChangeLog new file mode 100644 index 000000000..751291929 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/ChangeLog @@ -0,0 +1,4 @@ +2004-01-29 GNU + + * Version 0.14.1 released. + diff --git a/project/jni/application/ltris-1.0.15/intl/Makefile.in b/project/jni/application/ltris-1.0.15/intl/Makefile.in new file mode 100644 index 000000000..05f15329e --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/Makefile.in @@ -0,0 +1,493 @@ +# Makefile for directory with message catalog handling library of GNU gettext +# Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU Library General Public License as published +# by the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +# USA. + +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + +SHELL = /bin/sh + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +top_builddir = .. +VPATH = $(srcdir) + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +transform = @program_transform_name@ +libdir = @libdir@ +includedir = @includedir@ +datadir = @datadir@ +localedir = $(datadir)/locale +gettextsrcdir = $(datadir)/gettext/intl +aliaspath = $(localedir) +subdir = intl + +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) + +l = @INTL_LIBTOOL_SUFFIX_PREFIX@ + +AR = ar +CC = @CC@ +LIBTOOL = @LIBTOOL@ +RANLIB = @RANLIB@ +YACC = @INTLBISON@ -y -d +YFLAGS = --name-prefix=__gettext + +DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \ +-DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \ +-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \ +-Dset_relocation_prefix=libintl_set_relocation_prefix \ +-Drelocate=libintl_relocate \ +-DDEPENDS_ON_LIBICONV=1 @DEFS@ +CPPFLAGS = @CPPFLAGS@ +CFLAGS = @CFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ + +COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) + +HEADERS = \ + gmo.h \ + gettextP.h \ + hash-string.h \ + loadinfo.h \ + plural-exp.h \ + eval-plural.h \ + localcharset.h \ + relocatable.h \ + xsize.h \ + printf-args.h printf-args.c \ + printf-parse.h wprintf-parse.h printf-parse.c \ + vasnprintf.h vasnwprintf.h vasnprintf.c \ + os2compat.h \ + libgnuintl.h.in +SOURCES = \ + bindtextdom.c \ + dcgettext.c \ + dgettext.c \ + gettext.c \ + finddomain.c \ + loadmsgcat.c \ + localealias.c \ + textdomain.c \ + l10nflist.c \ + explodename.c \ + dcigettext.c \ + dcngettext.c \ + dngettext.c \ + ngettext.c \ + plural.y \ + plural-exp.c \ + localcharset.c \ + relocatable.c \ + localename.c \ + log.c \ + printf.c \ + osdep.c \ + os2compat.c \ + intl-compat.c +OBJECTS = \ + bindtextdom.$lo \ + dcgettext.$lo \ + dgettext.$lo \ + gettext.$lo \ + finddomain.$lo \ + loadmsgcat.$lo \ + localealias.$lo \ + textdomain.$lo \ + l10nflist.$lo \ + explodename.$lo \ + dcigettext.$lo \ + dcngettext.$lo \ + dngettext.$lo \ + ngettext.$lo \ + plural.$lo \ + plural-exp.$lo \ + localcharset.$lo \ + relocatable.$lo \ + localename.$lo \ + log.$lo \ + printf.$lo \ + osdep.$lo \ + intl-compat.$lo +DISTFILES.common = Makefile.in \ +config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES) +DISTFILES.generated = plural.c +DISTFILES.normal = VERSION +DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc \ +libgnuintl.h_vms Makefile.vms \ +libgnuintl.h.msvc-static libgnuintl.h.msvc-shared README.woe32 Makefile.msvc +DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \ +COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h + +all: all-@USE_INCLUDED_LIBINTL@ +all-yes: libintl.$la libintl.h charset.alias ref-add.sed ref-del.sed +all-no: all-no-@BUILD_INCLUDED_LIBINTL@ +all-no-yes: libgnuintl.$la +all-no-no: + +libintl.a libgnuintl.a: $(OBJECTS) + rm -f $@ + $(AR) cru $@ $(OBJECTS) + $(RANLIB) $@ + +libintl.la libgnuintl.la: $(OBJECTS) + $(LIBTOOL) --mode=link \ + $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \ + $(OBJECTS) @LTLIBICONV@ $(LIBS) -lc \ + -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \ + -rpath $(libdir) \ + -no-undefined + +# Libtool's library version information for libintl. +# Before making a gettext release, the gettext maintainer must change this +# according to the libtool documentation, section "Library interface versions". +# Maintainers of other packages that include the intl directory must *not* +# change these values. +LTV_CURRENT=7 +LTV_REVISION=0 +LTV_AGE=4 + +.SUFFIXES: +.SUFFIXES: .c .y .o .lo .sin .sed + +.c.o: + $(COMPILE) $< + +.y.c: + $(YACC) $(YFLAGS) --output $@ $< + rm -f $*.h + +bindtextdom.lo: $(srcdir)/bindtextdom.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/bindtextdom.c +dcgettext.lo: $(srcdir)/dcgettext.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcgettext.c +dgettext.lo: $(srcdir)/dgettext.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dgettext.c +gettext.lo: $(srcdir)/gettext.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/gettext.c +finddomain.lo: $(srcdir)/finddomain.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/finddomain.c +loadmsgcat.lo: $(srcdir)/loadmsgcat.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/loadmsgcat.c +localealias.lo: $(srcdir)/localealias.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localealias.c +textdomain.lo: $(srcdir)/textdomain.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/textdomain.c +l10nflist.lo: $(srcdir)/l10nflist.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/l10nflist.c +explodename.lo: $(srcdir)/explodename.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/explodename.c +dcigettext.lo: $(srcdir)/dcigettext.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcigettext.c +dcngettext.lo: $(srcdir)/dcngettext.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcngettext.c +dngettext.lo: $(srcdir)/dngettext.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dngettext.c +ngettext.lo: $(srcdir)/ngettext.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/ngettext.c +plural.lo: $(srcdir)/plural.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural.c +plural-exp.lo: $(srcdir)/plural-exp.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural-exp.c +localcharset.lo: $(srcdir)/localcharset.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localcharset.c +relocatable.lo: $(srcdir)/relocatable.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/relocatable.c +localename.lo: $(srcdir)/localename.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localename.c +log.lo: $(srcdir)/log.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/log.c +printf.lo: $(srcdir)/printf.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/printf.c +osdep.lo: $(srcdir)/osdep.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/osdep.c +intl-compat.lo: $(srcdir)/intl-compat.c + $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/intl-compat.c + +ref-add.sed: $(srcdir)/ref-add.sin + sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-add.sin > t-ref-add.sed + mv t-ref-add.sed ref-add.sed +ref-del.sed: $(srcdir)/ref-del.sin + sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-del.sin > t-ref-del.sed + mv t-ref-del.sed ref-del.sed + +INCLUDES = -I. -I$(srcdir) -I.. + +libgnuintl.h: $(srcdir)/libgnuintl.h.in + sed -e 's,@''HAVE_POSIX_PRINTF''@,@HAVE_POSIX_PRINTF@,g' \ + -e 's,@''HAVE_ASPRINTF''@,@HAVE_ASPRINTF@,g' \ + -e 's,@''HAVE_SNPRINTF''@,@HAVE_SNPRINTF@,g' \ + -e 's,@''HAVE_WPRINTF''@,@HAVE_WPRINTF@,g' \ + < $(srcdir)/libgnuintl.h.in > libgnuintl.h + +libintl.h: libgnuintl.h + cp libgnuintl.h libintl.h + +charset.alias: $(srcdir)/config.charset + $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ + mv t-$@ $@ + +check: all + +# We must not install the libintl.h/libintl.a files if we are on a +# system which has the GNU gettext() function in its C library or in a +# separate library. +# If you want to use the one which comes with this version of the +# package, you have to use `configure --with-included-gettext'. +install: install-exec install-data +install-exec: all + if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ + && test '@USE_INCLUDED_LIBINTL@' = yes; then \ + $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \ + $(INSTALL_DATA) libintl.h $(DESTDIR)$(includedir)/libintl.h; \ + $(LIBTOOL) --mode=install \ + $(INSTALL_DATA) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \ + if test "@RELOCATABLE@" = yes; then \ + dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \ + if test -n "$$dependencies"; then \ + rm -f $(DESTDIR)$(libdir)/libintl.la; \ + fi; \ + fi; \ + else \ + : ; \ + fi + if test "$(PACKAGE)" = "gettext-tools" \ + && test '@USE_INCLUDED_LIBINTL@' = no; then \ + $(mkinstalldirs) $(DESTDIR)$(libdir); \ + $(LIBTOOL) --mode=install \ + $(INSTALL_DATA) libgnuintl.$la $(DESTDIR)$(libdir)/libgnuintl.$la; \ + rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \ + $(INSTALL_DATA) $(DESTDIR)$(libdir)/libgnuintl.so $(DESTDIR)$(libdir)/preloadable_libintl.so; \ + $(LIBTOOL) --mode=uninstall \ + rm -f $(DESTDIR)$(libdir)/libgnuintl.$la; \ + else \ + : ; \ + fi + if test '@USE_INCLUDED_LIBINTL@' = yes; then \ + test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ + temp=$(DESTDIR)$(libdir)/t-charset.alias; \ + dest=$(DESTDIR)$(libdir)/charset.alias; \ + if test -f $(DESTDIR)$(libdir)/charset.alias; then \ + orig=$(DESTDIR)$(libdir)/charset.alias; \ + sed -f ref-add.sed $$orig > $$temp; \ + $(INSTALL_DATA) $$temp $$dest; \ + rm -f $$temp; \ + else \ + if test @GLIBC21@ = no; then \ + orig=charset.alias; \ + sed -f ref-add.sed $$orig > $$temp; \ + $(INSTALL_DATA) $$temp $$dest; \ + rm -f $$temp; \ + fi; \ + fi; \ + $(mkinstalldirs) $(DESTDIR)$(localedir); \ + test -f $(DESTDIR)$(localedir)/locale.alias \ + && orig=$(DESTDIR)$(localedir)/locale.alias \ + || orig=$(srcdir)/locale.alias; \ + temp=$(DESTDIR)$(localedir)/t-locale.alias; \ + dest=$(DESTDIR)$(localedir)/locale.alias; \ + sed -f ref-add.sed $$orig > $$temp; \ + $(INSTALL_DATA) $$temp $$dest; \ + rm -f $$temp; \ + else \ + : ; \ + fi +install-data: all + if test "$(PACKAGE)" = "gettext-tools"; then \ + $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ + $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \ + $(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \ + dists="COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common)"; \ + for file in $$dists; do \ + $(INSTALL_DATA) $(srcdir)/$$file \ + $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + chmod a+x $(DESTDIR)$(gettextsrcdir)/config.charset; \ + dists="$(DISTFILES.generated)"; \ + for file in $$dists; do \ + if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ + $(INSTALL_DATA) $$dir/$$file \ + $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + dists="$(DISTFILES.obsolete)"; \ + for file in $$dists; do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + else \ + : ; \ + fi + +install-strip: install + +installdirs: + if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ + && test '@USE_INCLUDED_LIBINTL@' = yes; then \ + $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \ + else \ + : ; \ + fi + if test "$(PACKAGE)" = "gettext-tools" \ + && test '@USE_INCLUDED_LIBINTL@' = no; then \ + $(mkinstalldirs) $(DESTDIR)$(libdir); \ + else \ + : ; \ + fi + if test '@USE_INCLUDED_LIBINTL@' = yes; then \ + test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ + $(mkinstalldirs) $(DESTDIR)$(localedir); \ + else \ + : ; \ + fi + if test "$(PACKAGE)" = "gettext-tools"; then \ + $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ + else \ + : ; \ + fi + +# Define this as empty until I found a useful application. +installcheck: + +uninstall: + if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ + && test '@USE_INCLUDED_LIBINTL@' = yes; then \ + rm -f $(DESTDIR)$(includedir)/libintl.h; \ + $(LIBTOOL) --mode=uninstall \ + rm -f $(DESTDIR)$(libdir)/libintl.$la; \ + else \ + : ; \ + fi + if test "$(PACKAGE)" = "gettext-tools" \ + && test '@USE_INCLUDED_LIBINTL@' = no; then \ + rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \ + else \ + : ; \ + fi + if test '@USE_INCLUDED_LIBINTL@' = yes; then \ + if test -f $(DESTDIR)$(libdir)/charset.alias; then \ + temp=$(DESTDIR)$(libdir)/t-charset.alias; \ + dest=$(DESTDIR)$(libdir)/charset.alias; \ + sed -f ref-del.sed $$dest > $$temp; \ + if grep '^# Packages using this file: $$' $$temp > /dev/null; then \ + rm -f $$dest; \ + else \ + $(INSTALL_DATA) $$temp $$dest; \ + fi; \ + rm -f $$temp; \ + fi; \ + if test -f $(DESTDIR)$(localedir)/locale.alias; then \ + temp=$(DESTDIR)$(localedir)/t-locale.alias; \ + dest=$(DESTDIR)$(localedir)/locale.alias; \ + sed -f ref-del.sed $$dest > $$temp; \ + if grep '^# Packages using this file: $$' $$temp > /dev/null; then \ + rm -f $$dest; \ + else \ + $(INSTALL_DATA) $$temp $$dest; \ + fi; \ + rm -f $$temp; \ + fi; \ + else \ + : ; \ + fi + if test "$(PACKAGE)" = "gettext-tools"; then \ + for file in VERSION ChangeLog COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common) $(DISTFILES.generated); do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + else \ + : ; \ + fi + +info dvi ps pdf html: + +$(OBJECTS): ../config.h libgnuintl.h +bindtextdom.$lo dcgettext.$lo dcigettext.$lo dcngettext.$lo dgettext.$lo dngettext.$lo finddomain.$lo gettext.$lo intl-compat.$lo loadmsgcat.$lo localealias.$lo ngettext.$lo textdomain.$lo: $(srcdir)/gettextP.h $(srcdir)/gmo.h $(srcdir)/loadinfo.h +dcigettext.$lo loadmsgcat.$lo: $(srcdir)/hash-string.h +explodename.$lo l10nflist.$lo: $(srcdir)/loadinfo.h +dcigettext.$lo loadmsgcat.$lo plural.$lo plural-exp.$lo: $(srcdir)/plural-exp.h +dcigettext.$lo: $(srcdir)/eval-plural.h +localcharset.$lo: $(srcdir)/localcharset.h +localealias.$lo localcharset.$lo relocatable.$lo: $(srcdir)/relocatable.h +printf.$lo: $(srcdir)/printf-args.h $(srcdir)/printf-args.c $(srcdir)/printf-parse.h $(srcdir)/wprintf-parse.h $(srcdir)/xsize.h $(srcdir)/printf-parse.c $(srcdir)/vasnprintf.h $(srcdir)/vasnwprintf.h $(srcdir)/vasnprintf.c + +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) + here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES) + +ctags: CTAGS + +CTAGS: $(HEADERS) $(SOURCES) + here=`pwd`; cd $(srcdir) && ctags -o $$here/CTAGS $(HEADERS) $(SOURCES) + +id: ID + +ID: $(HEADERS) $(SOURCES) + here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES) + + +mostlyclean: + rm -f *.a *.la *.o *.obj *.lo core core.* + rm -f libgnuintl.h libintl.h charset.alias ref-add.sed ref-del.sed + rm -f -r .libs _libs + +clean: mostlyclean + +distclean: clean + rm -f Makefile ID TAGS + if test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; then \ + rm -f ChangeLog.inst $(DISTFILES.normal); \ + else \ + : ; \ + fi + +maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + + +# GNU gettext needs not contain the file `VERSION' but contains some +# other files which should not be distributed in other packages. +distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) +dist distdir: Makefile + if test "$(PACKAGE)" = "gettext-tools"; then \ + : ; \ + else \ + if test "$(PACKAGE)" = "gettext-runtime"; then \ + additional="$(DISTFILES.gettext)"; \ + else \ + additional="$(DISTFILES.normal)"; \ + fi; \ + $(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; \ + for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do \ + if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ + cp -p $$dir/$$file $(distdir); \ + done; \ + fi + +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status +# This would be more efficient, but doesn't work any more with autoconf-2.57, +# when AC_CONFIG_FILES([intl/Makefile:somedir/Makefile.in]) is used. +# cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +# Tell versions [3.59,3.63) of GNU make not to export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/project/jni/application/ltris-1.0.15/intl/VERSION b/project/jni/application/ltris-1.0.15/intl/VERSION new file mode 100644 index 000000000..b4b846ca7 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/VERSION @@ -0,0 +1 @@ +GNU gettext library from gettext-0.14.1 diff --git a/project/jni/application/ltris-1.0.15/intl/bindtextdom.c b/project/jni/application/ltris-1.0.15/intl/bindtextdom.c new file mode 100644 index 000000000..dcdc40085 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/bindtextdom.c @@ -0,0 +1,363 @@ +/* Implementation of the bindtextdomain(3) function + Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include +#include + +#ifdef _LIBC +# include +#else +# include "libgnuintl.h" +#endif +#include "gettextP.h" + +#ifdef _LIBC +/* We have to handle multi-threaded applications. */ +# include +#else +/* Provide dummy implementation if this is outside glibc. */ +# define __libc_rwlock_define(CLASS, NAME) +# define __libc_rwlock_wrlock(NAME) +# define __libc_rwlock_unlock(NAME) +#endif + +/* The internal variables in the standalone libintl.a must have different + names than the internal variables in GNU libc, otherwise programs + using libintl.a cannot be linked statically. */ +#if !defined _LIBC +# define _nl_default_dirname libintl_nl_default_dirname +# define _nl_domain_bindings libintl_nl_domain_bindings +#endif + +/* Some compilers, like SunOS4 cc, don't have offsetof in . */ +#ifndef offsetof +# define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) +#endif + +/* @@ end of prolog @@ */ + +/* Contains the default location of the message catalogs. */ +extern const char _nl_default_dirname[]; +#ifdef _LIBC +extern const char _nl_default_dirname_internal[] attribute_hidden; +#else +# define INTUSE(name) name +#endif + +/* List with bindings of specific domains. */ +extern struct binding *_nl_domain_bindings; + +/* Lock variable to protect the global data in the gettext implementation. */ +__libc_rwlock_define (extern, _nl_state_lock attribute_hidden) + + +/* Names for the libintl functions are a problem. They must not clash + with existing names and they should follow ANSI C. But this source + code is also used in GNU C Library where the names have a __ + prefix. So we have to make a difference here. */ +#ifdef _LIBC +# define BINDTEXTDOMAIN __bindtextdomain +# define BIND_TEXTDOMAIN_CODESET __bind_textdomain_codeset +# ifndef strdup +# define strdup(str) __strdup (str) +# endif +#else +# define BINDTEXTDOMAIN libintl_bindtextdomain +# define BIND_TEXTDOMAIN_CODESET libintl_bind_textdomain_codeset +#endif + +/* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP + to be used for the DOMAINNAME message catalog. + If *DIRNAMEP or *CODESETP is NULL, the corresponding attribute is not + modified, only the current value is returned. + If DIRNAMEP or CODESETP is NULL, the corresponding attribute is neither + modified nor returned. */ +static void +set_binding_values (const char *domainname, + const char **dirnamep, const char **codesetp) +{ + struct binding *binding; + int modified; + + /* Some sanity checks. */ + if (domainname == NULL || domainname[0] == '\0') + { + if (dirnamep) + *dirnamep = NULL; + if (codesetp) + *codesetp = NULL; + return; + } + + __libc_rwlock_wrlock (_nl_state_lock); + + modified = 0; + + for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next) + { + int compare = strcmp (domainname, binding->domainname); + if (compare == 0) + /* We found it! */ + break; + if (compare < 0) + { + /* It is not in the list. */ + binding = NULL; + break; + } + } + + if (binding != NULL) + { + if (dirnamep) + { + const char *dirname = *dirnamep; + + if (dirname == NULL) + /* The current binding has be to returned. */ + *dirnamep = binding->dirname; + else + { + /* The domain is already bound. If the new value and the old + one are equal we simply do nothing. Otherwise replace the + old binding. */ + char *result = binding->dirname; + if (strcmp (dirname, result) != 0) + { + if (strcmp (dirname, INTUSE(_nl_default_dirname)) == 0) + result = (char *) INTUSE(_nl_default_dirname); + else + { +#if defined _LIBC || defined HAVE_STRDUP + result = strdup (dirname); +#else + size_t len = strlen (dirname) + 1; + result = (char *) malloc (len); + if (__builtin_expect (result != NULL, 1)) + memcpy (result, dirname, len); +#endif + } + + if (__builtin_expect (result != NULL, 1)) + { + if (binding->dirname != INTUSE(_nl_default_dirname)) + free (binding->dirname); + + binding->dirname = result; + modified = 1; + } + } + *dirnamep = result; + } + } + + if (codesetp) + { + const char *codeset = *codesetp; + + if (codeset == NULL) + /* The current binding has be to returned. */ + *codesetp = binding->codeset; + else + { + /* The domain is already bound. If the new value and the old + one are equal we simply do nothing. Otherwise replace the + old binding. */ + char *result = binding->codeset; + if (result == NULL || strcmp (codeset, result) != 0) + { +#if defined _LIBC || defined HAVE_STRDUP + result = strdup (codeset); +#else + size_t len = strlen (codeset) + 1; + result = (char *) malloc (len); + if (__builtin_expect (result != NULL, 1)) + memcpy (result, codeset, len); +#endif + + if (__builtin_expect (result != NULL, 1)) + { + if (binding->codeset != NULL) + free (binding->codeset); + + binding->codeset = result; + binding->codeset_cntr++; + modified = 1; + } + } + *codesetp = result; + } + } + } + else if ((dirnamep == NULL || *dirnamep == NULL) + && (codesetp == NULL || *codesetp == NULL)) + { + /* Simply return the default values. */ + if (dirnamep) + *dirnamep = INTUSE(_nl_default_dirname); + if (codesetp) + *codesetp = NULL; + } + else + { + /* We have to create a new binding. */ + size_t len = strlen (domainname) + 1; + struct binding *new_binding = + (struct binding *) malloc (offsetof (struct binding, domainname) + len); + + if (__builtin_expect (new_binding == NULL, 0)) + goto failed; + + memcpy (new_binding->domainname, domainname, len); + + if (dirnamep) + { + const char *dirname = *dirnamep; + + if (dirname == NULL) + /* The default value. */ + dirname = INTUSE(_nl_default_dirname); + else + { + if (strcmp (dirname, INTUSE(_nl_default_dirname)) == 0) + dirname = INTUSE(_nl_default_dirname); + else + { + char *result; +#if defined _LIBC || defined HAVE_STRDUP + result = strdup (dirname); + if (__builtin_expect (result == NULL, 0)) + goto failed_dirname; +#else + size_t len = strlen (dirname) + 1; + result = (char *) malloc (len); + if (__builtin_expect (result == NULL, 0)) + goto failed_dirname; + memcpy (result, dirname, len); +#endif + dirname = result; + } + } + *dirnamep = dirname; + new_binding->dirname = (char *) dirname; + } + else + /* The default value. */ + new_binding->dirname = (char *) INTUSE(_nl_default_dirname); + + new_binding->codeset_cntr = 0; + + if (codesetp) + { + const char *codeset = *codesetp; + + if (codeset != NULL) + { + char *result; + +#if defined _LIBC || defined HAVE_STRDUP + result = strdup (codeset); + if (__builtin_expect (result == NULL, 0)) + goto failed_codeset; +#else + size_t len = strlen (codeset) + 1; + result = (char *) malloc (len); + if (__builtin_expect (result == NULL, 0)) + goto failed_codeset; + memcpy (result, codeset, len); +#endif + codeset = result; + new_binding->codeset_cntr++; + } + *codesetp = codeset; + new_binding->codeset = (char *) codeset; + } + else + new_binding->codeset = NULL; + + /* Now enqueue it. */ + if (_nl_domain_bindings == NULL + || strcmp (domainname, _nl_domain_bindings->domainname) < 0) + { + new_binding->next = _nl_domain_bindings; + _nl_domain_bindings = new_binding; + } + else + { + binding = _nl_domain_bindings; + while (binding->next != NULL + && strcmp (domainname, binding->next->domainname) > 0) + binding = binding->next; + + new_binding->next = binding->next; + binding->next = new_binding; + } + + modified = 1; + + /* Here we deal with memory allocation failures. */ + if (0) + { + failed_codeset: + if (new_binding->dirname != INTUSE(_nl_default_dirname)) + free (new_binding->dirname); + failed_dirname: + free (new_binding); + failed: + if (dirnamep) + *dirnamep = NULL; + if (codesetp) + *codesetp = NULL; + } + } + + /* If we modified any binding, we flush the caches. */ + if (modified) + ++_nl_msg_cat_cntr; + + __libc_rwlock_unlock (_nl_state_lock); +} + +/* Specify that the DOMAINNAME message catalog will be found + in DIRNAME rather than in the system locale data base. */ +char * +BINDTEXTDOMAIN (const char *domainname, const char *dirname) +{ + set_binding_values (domainname, &dirname, NULL); + return (char *) dirname; +} + +/* Specify the character encoding in which the messages from the + DOMAINNAME message catalog will be returned. */ +char * +BIND_TEXTDOMAIN_CODESET (const char *domainname, const char *codeset) +{ + set_binding_values (domainname, NULL, &codeset); + return (char *) codeset; +} + +#ifdef _LIBC +/* Aliases for function names in GNU C Library. */ +weak_alias (__bindtextdomain, bindtextdomain); +weak_alias (__bind_textdomain_codeset, bind_textdomain_codeset); +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/config.charset b/project/jni/application/ltris-1.0.15/intl/config.charset new file mode 100755 index 000000000..43d45fb75 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/config.charset @@ -0,0 +1,608 @@ +#! /bin/sh +# Output a system dependent table of character encoding aliases. +# +# Copyright (C) 2000-2004 Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU Library General Public License as published +# by the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +# USA. +# +# The table consists of lines of the form +# ALIAS CANONICAL +# +# ALIAS is the (system dependent) result of "nl_langinfo (CODESET)". +# ALIAS is compared in a case sensitive way. +# +# CANONICAL is the GNU canonical name for this character encoding. +# It must be an encoding supported by libiconv. Support by GNU libc is +# also desirable. CANONICAL is case insensitive. Usually an upper case +# MIME charset name is preferred. +# The current list of GNU canonical charset names is as follows. +# +# name MIME? used by which systems +# ASCII, ANSI_X3.4-1968 glibc solaris freebsd darwin +# ISO-8859-1 Y glibc aix hpux irix osf solaris freebsd darwin +# ISO-8859-2 Y glibc aix hpux irix osf solaris freebsd darwin +# ISO-8859-3 Y glibc solaris +# ISO-8859-4 Y osf solaris freebsd darwin +# ISO-8859-5 Y glibc aix hpux irix osf solaris freebsd darwin +# ISO-8859-6 Y glibc aix hpux solaris +# ISO-8859-7 Y glibc aix hpux irix osf solaris +# ISO-8859-8 Y glibc aix hpux osf solaris +# ISO-8859-9 Y glibc aix hpux irix osf solaris +# ISO-8859-13 glibc +# ISO-8859-14 glibc +# ISO-8859-15 glibc aix osf solaris freebsd +# KOI8-R Y glibc solaris freebsd darwin +# KOI8-U Y glibc freebsd darwin +# KOI8-T glibc +# CP437 dos +# CP775 dos +# CP850 aix osf dos +# CP852 dos +# CP855 dos +# CP856 aix +# CP857 dos +# CP861 dos +# CP862 dos +# CP864 dos +# CP865 dos +# CP866 freebsd darwin dos +# CP869 dos +# CP874 woe32 dos +# CP922 aix +# CP932 aix woe32 dos +# CP943 aix +# CP949 osf woe32 dos +# CP950 woe32 dos +# CP1046 aix +# CP1124 aix +# CP1125 dos +# CP1129 aix +# CP1250 woe32 +# CP1251 glibc solaris darwin woe32 +# CP1252 aix woe32 +# CP1253 woe32 +# CP1254 woe32 +# CP1255 glibc woe32 +# CP1256 woe32 +# CP1257 woe32 +# GB2312 Y glibc aix hpux irix solaris freebsd darwin +# EUC-JP Y glibc aix hpux irix osf solaris freebsd darwin +# EUC-KR Y glibc aix hpux irix osf solaris freebsd darwin +# EUC-TW glibc aix hpux irix osf solaris +# BIG5 Y glibc aix hpux osf solaris freebsd darwin +# BIG5-HKSCS glibc solaris +# GBK glibc aix osf solaris woe32 dos +# GB18030 glibc solaris +# SHIFT_JIS Y hpux osf solaris freebsd darwin +# JOHAB glibc solaris woe32 +# TIS-620 glibc aix hpux osf solaris +# VISCII Y glibc +# TCVN5712-1 glibc +# GEORGIAN-PS glibc +# HP-ROMAN8 hpux +# HP-ARABIC8 hpux +# HP-GREEK8 hpux +# HP-HEBREW8 hpux +# HP-TURKISH8 hpux +# HP-KANA8 hpux +# DEC-KANJI osf +# DEC-HANYU osf +# UTF-8 Y glibc aix hpux osf solaris +# +# Note: Names which are not marked as being a MIME name should not be used in +# Internet protocols for information interchange (mail, news, etc.). +# +# Note: ASCII and ANSI_X3.4-1968 are synonymous canonical names. Applications +# must understand both names and treat them as equivalent. +# +# The first argument passed to this file is the canonical host specification, +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM + +host="$1" +os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` +echo "# This file contains a table of character encoding aliases," +echo "# suitable for operating system '${os}'." +echo "# It was automatically generated from config.charset." +# List of references, updated during installation: +echo "# Packages using this file: " +case "$os" in + linux-gnulibc1*) + # Linux libc5 doesn't have nl_langinfo(CODESET); therefore + # localcharset.c falls back to using the full locale name + # from the environment variables. + echo "C ASCII" + echo "POSIX ASCII" + for l in af af_ZA ca ca_ES da da_DK de de_AT de_BE de_CH de_DE de_LU \ + en en_AU en_BW en_CA en_DK en_GB en_IE en_NZ en_US en_ZA \ + en_ZW es es_AR es_BO es_CL es_CO es_DO es_EC es_ES es_GT \ + es_HN es_MX es_PA es_PE es_PY es_SV es_US es_UY es_VE et \ + et_EE eu eu_ES fi fi_FI fo fo_FO fr fr_BE fr_CA fr_CH fr_FR \ + fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \ + it_IT kl kl_GL nl nl_BE nl_NL no no_NO pt pt_BR pt_PT sv \ + sv_FI sv_SE; do + echo "$l ISO-8859-1" + echo "$l.iso-8859-1 ISO-8859-1" + echo "$l.iso-8859-15 ISO-8859-15" + echo "$l.iso-8859-15@euro ISO-8859-15" + echo "$l@euro ISO-8859-15" + echo "$l.cp-437 CP437" + echo "$l.cp-850 CP850" + echo "$l.cp-1252 CP1252" + echo "$l.cp-1252@euro CP1252" + #echo "$l.atari-st ATARI-ST" # not a commonly used encoding + echo "$l.utf-8 UTF-8" + echo "$l.utf-8@euro UTF-8" + done + for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \ + sl_SI sr sr_CS sr_YU; do + echo "$l ISO-8859-2" + echo "$l.iso-8859-2 ISO-8859-2" + echo "$l.cp-852 CP852" + echo "$l.cp-1250 CP1250" + echo "$l.utf-8 UTF-8" + done + for l in mk mk_MK ru ru_RU; do + echo "$l ISO-8859-5" + echo "$l.iso-8859-5 ISO-8859-5" + echo "$l.koi8-r KOI8-R" + echo "$l.cp-866 CP866" + echo "$l.cp-1251 CP1251" + echo "$l.utf-8 UTF-8" + done + for l in ar ar_SA; do + echo "$l ISO-8859-6" + echo "$l.iso-8859-6 ISO-8859-6" + echo "$l.cp-864 CP864" + #echo "$l.cp-868 CP868" # not a commonly used encoding + echo "$l.cp-1256 CP1256" + echo "$l.utf-8 UTF-8" + done + for l in el el_GR gr gr_GR; do + echo "$l ISO-8859-7" + echo "$l.iso-8859-7 ISO-8859-7" + echo "$l.cp-869 CP869" + echo "$l.cp-1253 CP1253" + echo "$l.cp-1253@euro CP1253" + echo "$l.utf-8 UTF-8" + echo "$l.utf-8@euro UTF-8" + done + for l in he he_IL iw iw_IL; do + echo "$l ISO-8859-8" + echo "$l.iso-8859-8 ISO-8859-8" + echo "$l.cp-862 CP862" + echo "$l.cp-1255 CP1255" + echo "$l.utf-8 UTF-8" + done + for l in tr tr_TR; do + echo "$l ISO-8859-9" + echo "$l.iso-8859-9 ISO-8859-9" + echo "$l.cp-857 CP857" + echo "$l.cp-1254 CP1254" + echo "$l.utf-8 UTF-8" + done + for l in lt lt_LT lv lv_LV; do + #echo "$l BALTIC" # not a commonly used encoding, wrong encoding name + echo "$l ISO-8859-13" + done + for l in ru_UA uk uk_UA; do + echo "$l KOI8-U" + done + for l in zh zh_CN; do + #echo "$l GB_2312-80" # not a commonly used encoding, wrong encoding name + echo "$l GB2312" + done + for l in ja ja_JP ja_JP.EUC; do + echo "$l EUC-JP" + done + for l in ko ko_KR; do + echo "$l EUC-KR" + done + for l in th th_TH; do + echo "$l TIS-620" + done + for l in fa fa_IR; do + #echo "$l ISIRI-3342" # a broken encoding + echo "$l.utf-8 UTF-8" + done + ;; + linux* | *-gnu*) + # With glibc-2.1 or newer, we don't need any canonicalization, + # because glibc has iconv and both glibc and libiconv support all + # GNU canonical names directly. Therefore, the Makefile does not + # need to install the alias file at all. + # The following applies only to glibc-2.0.x and older libcs. + echo "ISO_646.IRV:1983 ASCII" + ;; + aix*) + echo "ISO8859-1 ISO-8859-1" + echo "ISO8859-2 ISO-8859-2" + echo "ISO8859-5 ISO-8859-5" + echo "ISO8859-6 ISO-8859-6" + echo "ISO8859-7 ISO-8859-7" + echo "ISO8859-8 ISO-8859-8" + echo "ISO8859-9 ISO-8859-9" + echo "ISO8859-15 ISO-8859-15" + echo "IBM-850 CP850" + echo "IBM-856 CP856" + echo "IBM-921 ISO-8859-13" + echo "IBM-922 CP922" + echo "IBM-932 CP932" + echo "IBM-943 CP943" + echo "IBM-1046 CP1046" + echo "IBM-1124 CP1124" + echo "IBM-1129 CP1129" + echo "IBM-1252 CP1252" + echo "IBM-eucCN GB2312" + echo "IBM-eucJP EUC-JP" + echo "IBM-eucKR EUC-KR" + echo "IBM-eucTW EUC-TW" + echo "big5 BIG5" + echo "GBK GBK" + echo "TIS-620 TIS-620" + echo "UTF-8 UTF-8" + ;; + hpux*) + echo "iso88591 ISO-8859-1" + echo "iso88592 ISO-8859-2" + echo "iso88595 ISO-8859-5" + echo "iso88596 ISO-8859-6" + echo "iso88597 ISO-8859-7" + echo "iso88598 ISO-8859-8" + echo "iso88599 ISO-8859-9" + echo "iso885915 ISO-8859-15" + echo "roman8 HP-ROMAN8" + echo "arabic8 HP-ARABIC8" + echo "greek8 HP-GREEK8" + echo "hebrew8 HP-HEBREW8" + echo "turkish8 HP-TURKISH8" + echo "kana8 HP-KANA8" + echo "tis620 TIS-620" + echo "big5 BIG5" + echo "eucJP EUC-JP" + echo "eucKR EUC-KR" + echo "eucTW EUC-TW" + echo "hp15CN GB2312" + #echo "ccdc ?" # what is this? + echo "SJIS SHIFT_JIS" + echo "utf8 UTF-8" + ;; + irix*) + echo "ISO8859-1 ISO-8859-1" + echo "ISO8859-2 ISO-8859-2" + echo "ISO8859-5 ISO-8859-5" + echo "ISO8859-7 ISO-8859-7" + echo "ISO8859-9 ISO-8859-9" + echo "eucCN GB2312" + echo "eucJP EUC-JP" + echo "eucKR EUC-KR" + echo "eucTW EUC-TW" + ;; + osf*) + echo "ISO8859-1 ISO-8859-1" + echo "ISO8859-2 ISO-8859-2" + echo "ISO8859-4 ISO-8859-4" + echo "ISO8859-5 ISO-8859-5" + echo "ISO8859-7 ISO-8859-7" + echo "ISO8859-8 ISO-8859-8" + echo "ISO8859-9 ISO-8859-9" + echo "ISO8859-15 ISO-8859-15" + echo "cp850 CP850" + echo "big5 BIG5" + echo "dechanyu DEC-HANYU" + echo "dechanzi GB2312" + echo "deckanji DEC-KANJI" + echo "deckorean EUC-KR" + echo "eucJP EUC-JP" + echo "eucKR EUC-KR" + echo "eucTW EUC-TW" + echo "GBK GBK" + echo "KSC5601 CP949" + echo "sdeckanji EUC-JP" + echo "SJIS SHIFT_JIS" + echo "TACTIS TIS-620" + echo "UTF-8 UTF-8" + ;; + solaris*) + echo "646 ASCII" + echo "ISO8859-1 ISO-8859-1" + echo "ISO8859-2 ISO-8859-2" + echo "ISO8859-3 ISO-8859-3" + echo "ISO8859-4 ISO-8859-4" + echo "ISO8859-5 ISO-8859-5" + echo "ISO8859-6 ISO-8859-6" + echo "ISO8859-7 ISO-8859-7" + echo "ISO8859-8 ISO-8859-8" + echo "ISO8859-9 ISO-8859-9" + echo "ISO8859-15 ISO-8859-15" + echo "koi8-r KOI8-R" + echo "ansi-1251 CP1251" + echo "BIG5 BIG5" + echo "Big5-HKSCS BIG5-HKSCS" + echo "gb2312 GB2312" + echo "GBK GBK" + echo "GB18030 GB18030" + echo "cns11643 EUC-TW" + echo "5601 EUC-KR" + echo "ko_KR.johap92 JOHAB" + echo "eucJP EUC-JP" + echo "PCK SHIFT_JIS" + echo "TIS620.2533 TIS-620" + #echo "sun_eu_greek ?" # what is this? + echo "UTF-8 UTF-8" + ;; + freebsd* | os2*) + # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore + # localcharset.c falls back to using the full locale name + # from the environment variables. + # Likewise for OS/2. OS/2 has XFree86 just like FreeBSD. Just + # reuse FreeBSD's locale data for OS/2. + echo "C ASCII" + echo "US-ASCII ASCII" + for l in la_LN lt_LN; do + echo "$l.ASCII ASCII" + done + for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES \ + fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT la_LN \ + lt_LN nl_BE nl_NL no_NO pt_PT sv_SE; do + echo "$l.ISO_8859-1 ISO-8859-1" + echo "$l.DIS_8859-15 ISO-8859-15" + done + for l in cs_CZ hr_HR hu_HU la_LN lt_LN pl_PL sl_SI; do + echo "$l.ISO_8859-2 ISO-8859-2" + done + for l in la_LN lt_LT; do + echo "$l.ISO_8859-4 ISO-8859-4" + done + for l in ru_RU ru_SU; do + echo "$l.KOI8-R KOI8-R" + echo "$l.ISO_8859-5 ISO-8859-5" + echo "$l.CP866 CP866" + done + echo "uk_UA.KOI8-U KOI8-U" + echo "zh_TW.BIG5 BIG5" + echo "zh_TW.Big5 BIG5" + echo "zh_CN.EUC GB2312" + echo "ja_JP.EUC EUC-JP" + echo "ja_JP.SJIS SHIFT_JIS" + echo "ja_JP.Shift_JIS SHIFT_JIS" + echo "ko_KR.EUC EUC-KR" + ;; + netbsd*) + echo "646 ASCII" + echo "ISO8859-1 ISO-8859-1" + echo "ISO8859-2 ISO-8859-2" + echo "ISO8859-4 ISO-8859-4" + echo "ISO8859-5 ISO-8859-5" + echo "ISO8859-15 ISO-8859-15" + echo "eucCN GB2312" + echo "eucJP EUC-JP" + echo "eucKR EUC-KR" + echo "eucTW EUC-TW" + echo "BIG5 BIG5" + echo "SJIS SHIFT_JIS" + ;; + darwin*) + # Darwin 6.8 doesn't have nl_langinfo(CODESET); therefore + # localcharset.c falls back to using the full locale name + # from the environment variables. + echo "C ASCII" + for l in en_AU en_CA en_GB en_US la_LN; do + echo "$l.US-ASCII ASCII" + done + for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES \ + fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE \ + nl_NL no_NO pt_PT sv_SE; do + echo "$l ISO-8859-1" + echo "$l.ISO8859-1 ISO-8859-1" + echo "$l.ISO8859-15 ISO-8859-15" + done + for l in la_LN; do + echo "$l.ISO8859-1 ISO-8859-1" + echo "$l.ISO8859-15 ISO-8859-15" + done + for l in cs_CZ hr_HR hu_HU la_LN pl_PL sl_SI; do + echo "$l.ISO8859-2 ISO-8859-2" + done + for l in la_LN lt_LT; do + echo "$l.ISO8859-4 ISO-8859-4" + done + for l in ru_RU; do + echo "$l.KOI8-R KOI8-R" + echo "$l.ISO8859-5 ISO-8859-5" + echo "$l.CP866 CP866" + done + for l in bg_BG; do + echo "$l.CP1251 CP1251" + done + echo "uk_UA.KOI8-U KOI8-U" + echo "zh_TW.BIG5 BIG5" + echo "zh_TW.Big5 BIG5" + echo "zh_CN.EUC GB2312" + echo "ja_JP.EUC EUC-JP" + echo "ja_JP.SJIS SHIFT_JIS" + echo "ko_KR.EUC EUC-KR" + ;; + beos*) + # BeOS has a single locale, and it has UTF-8 encoding. + echo "* UTF-8" + ;; + msdosdjgpp*) + # DJGPP 2.03 doesn't have nl_langinfo(CODESET); therefore + # localcharset.c falls back to using the full locale name + # from the environment variables. + echo "#" + echo "# The encodings given here may not all be correct." + echo "# If you find that the encoding given for your language and" + echo "# country is not the one your DOS machine actually uses, just" + echo "# correct it in this file, and send a mail to" + echo "# Juan Manuel Guerrero " + echo "# and Bruno Haible ." + echo "#" + echo "C ASCII" + # ISO-8859-1 languages + echo "ca CP850" + echo "ca_ES CP850" + echo "da CP865" # not CP850 ?? + echo "da_DK CP865" # not CP850 ?? + echo "de CP850" + echo "de_AT CP850" + echo "de_CH CP850" + echo "de_DE CP850" + echo "en CP850" + echo "en_AU CP850" # not CP437 ?? + echo "en_CA CP850" + echo "en_GB CP850" + echo "en_NZ CP437" + echo "en_US CP437" + echo "en_ZA CP850" # not CP437 ?? + echo "es CP850" + echo "es_AR CP850" + echo "es_BO CP850" + echo "es_CL CP850" + echo "es_CO CP850" + echo "es_CR CP850" + echo "es_CU CP850" + echo "es_DO CP850" + echo "es_EC CP850" + echo "es_ES CP850" + echo "es_GT CP850" + echo "es_HN CP850" + echo "es_MX CP850" + echo "es_NI CP850" + echo "es_PA CP850" + echo "es_PY CP850" + echo "es_PE CP850" + echo "es_SV CP850" + echo "es_UY CP850" + echo "es_VE CP850" + echo "et CP850" + echo "et_EE CP850" + echo "eu CP850" + echo "eu_ES CP850" + echo "fi CP850" + echo "fi_FI CP850" + echo "fr CP850" + echo "fr_BE CP850" + echo "fr_CA CP850" + echo "fr_CH CP850" + echo "fr_FR CP850" + echo "ga CP850" + echo "ga_IE CP850" + echo "gd CP850" + echo "gd_GB CP850" + echo "gl CP850" + echo "gl_ES CP850" + echo "id CP850" # not CP437 ?? + echo "id_ID CP850" # not CP437 ?? + echo "is CP861" # not CP850 ?? + echo "is_IS CP861" # not CP850 ?? + echo "it CP850" + echo "it_CH CP850" + echo "it_IT CP850" + echo "lt CP775" + echo "lt_LT CP775" + echo "lv CP775" + echo "lv_LV CP775" + echo "nb CP865" # not CP850 ?? + echo "nb_NO CP865" # not CP850 ?? + echo "nl CP850" + echo "nl_BE CP850" + echo "nl_NL CP850" + echo "nn CP865" # not CP850 ?? + echo "nn_NO CP865" # not CP850 ?? + echo "no CP865" # not CP850 ?? + echo "no_NO CP865" # not CP850 ?? + echo "pt CP850" + echo "pt_BR CP850" + echo "pt_PT CP850" + echo "sv CP850" + echo "sv_SE CP850" + # ISO-8859-2 languages + echo "cs CP852" + echo "cs_CZ CP852" + echo "hr CP852" + echo "hr_HR CP852" + echo "hu CP852" + echo "hu_HU CP852" + echo "pl CP852" + echo "pl_PL CP852" + echo "ro CP852" + echo "ro_RO CP852" + echo "sk CP852" + echo "sk_SK CP852" + echo "sl CP852" + echo "sl_SI CP852" + echo "sq CP852" + echo "sq_AL CP852" + echo "sr CP852" # CP852 or CP866 or CP855 ?? + echo "sr_CS CP852" # CP852 or CP866 or CP855 ?? + echo "sr_YU CP852" # CP852 or CP866 or CP855 ?? + # ISO-8859-3 languages + echo "mt CP850" + echo "mt_MT CP850" + # ISO-8859-5 languages + echo "be CP866" + echo "be_BE CP866" + echo "bg CP866" # not CP855 ?? + echo "bg_BG CP866" # not CP855 ?? + echo "mk CP866" # not CP855 ?? + echo "mk_MK CP866" # not CP855 ?? + echo "ru CP866" + echo "ru_RU CP866" + echo "uk CP1125" + echo "uk_UA CP1125" + # ISO-8859-6 languages + echo "ar CP864" + echo "ar_AE CP864" + echo "ar_DZ CP864" + echo "ar_EG CP864" + echo "ar_IQ CP864" + echo "ar_IR CP864" + echo "ar_JO CP864" + echo "ar_KW CP864" + echo "ar_MA CP864" + echo "ar_OM CP864" + echo "ar_QA CP864" + echo "ar_SA CP864" + echo "ar_SY CP864" + # ISO-8859-7 languages + echo "el CP869" + echo "el_GR CP869" + # ISO-8859-8 languages + echo "he CP862" + echo "he_IL CP862" + # ISO-8859-9 languages + echo "tr CP857" + echo "tr_TR CP857" + # Japanese + echo "ja CP932" + echo "ja_JP CP932" + # Chinese + echo "zh_CN GBK" + echo "zh_TW CP950" # not CP938 ?? + # Korean + echo "kr CP949" # not CP934 ?? + echo "kr_KR CP949" # not CP934 ?? + # Thai + echo "th CP874" + echo "th_TH CP874" + # Other + echo "eo CP850" + echo "eo_EO CP850" + ;; +esac diff --git a/project/jni/application/ltris-1.0.15/intl/dcgettext.c b/project/jni/application/ltris-1.0.15/intl/dcgettext.c new file mode 100644 index 000000000..850acdee9 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/dcgettext.c @@ -0,0 +1,56 @@ +/* Implementation of the dcgettext(3) function. + Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include "gettextP.h" +#ifdef _LIBC +# include +#else +# include "libgnuintl.h" +#endif + +/* @@ end of prolog @@ */ + +/* Names for the libintl functions are a problem. They must not clash + with existing names and they should follow ANSI C. But this source + code is also used in GNU C Library where the names have a __ + prefix. So we have to make a difference here. */ +#ifdef _LIBC +# define DCGETTEXT __dcgettext +# define DCIGETTEXT __dcigettext +#else +# define DCGETTEXT libintl_dcgettext +# define DCIGETTEXT libintl_dcigettext +#endif + +/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY + locale. */ +char * +DCGETTEXT (const char *domainname, const char *msgid, int category) +{ + return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category); +} + +#ifdef _LIBC +/* Alias for function name in GNU C Library. */ +INTDEF(__dcgettext) +weak_alias (__dcgettext, dcgettext); +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/dcigettext.c b/project/jni/application/ltris-1.0.15/intl/dcigettext.c new file mode 100644 index 000000000..4eba457ae --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/dcigettext.c @@ -0,0 +1,1206 @@ +/* Implementation of the internal dcigettext function. + Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* Tell glibc's to provide a prototype for mempcpy(). + This must come before because may include + , and once has been included, it's too late. */ +#ifndef _GNU_SOURCE +# define _GNU_SOURCE 1 +#endif + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include + +#ifdef __GNUC__ +# define alloca __builtin_alloca +# define HAVE_ALLOCA 1 +#else +# ifdef _MSC_VER +# include +# define alloca _alloca +# else +# if defined HAVE_ALLOCA_H || defined _LIBC +# include +# else +# ifdef _AIX + #pragma alloca +# else +# ifndef alloca +char *alloca (); +# endif +# endif +# endif +# endif +#endif + +#include +#ifndef errno +extern int errno; +#endif +#ifndef __set_errno +# define __set_errno(val) errno = (val) +#endif + +#include +#include +#include + +#if defined HAVE_UNISTD_H || defined _LIBC +# include +#endif + +#include +#include + +#if defined HAVE_SYS_PARAM_H || defined _LIBC +# include +#endif + +#include "gettextP.h" +#include "plural-exp.h" +#ifdef _LIBC +# include +#else +# include "libgnuintl.h" +#endif +#include "hash-string.h" + +/* Thread safetyness. */ +#ifdef _LIBC +# include +#else +/* Provide dummy implementation if this is outside glibc. */ +# define __libc_lock_define_initialized(CLASS, NAME) +# define __libc_lock_lock(NAME) +# define __libc_lock_unlock(NAME) +# define __libc_rwlock_define_initialized(CLASS, NAME) +# define __libc_rwlock_rdlock(NAME) +# define __libc_rwlock_unlock(NAME) +#endif + +/* Alignment of types. */ +#if defined __GNUC__ && __GNUC__ >= 2 +# define alignof(TYPE) __alignof__ (TYPE) +#else +# define alignof(TYPE) \ + ((int) &((struct { char dummy1; TYPE dummy2; } *) 0)->dummy2) +#endif + +/* The internal variables in the standalone libintl.a must have different + names than the internal variables in GNU libc, otherwise programs + using libintl.a cannot be linked statically. */ +#if !defined _LIBC +# define _nl_default_default_domain libintl_nl_default_default_domain +# define _nl_current_default_domain libintl_nl_current_default_domain +# define _nl_default_dirname libintl_nl_default_dirname +# define _nl_domain_bindings libintl_nl_domain_bindings +#endif + +/* Some compilers, like SunOS4 cc, don't have offsetof in . */ +#ifndef offsetof +# define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) +#endif + +/* @@ end of prolog @@ */ + +#ifdef _LIBC +/* Rename the non ANSI C functions. This is required by the standard + because some ANSI C functions will require linking with this object + file and the name space must not be polluted. */ +# define getcwd __getcwd +# ifndef stpcpy +# define stpcpy __stpcpy +# endif +# define tfind __tfind +#else +# if !defined HAVE_GETCWD +char *getwd (); +# define getcwd(buf, max) getwd (buf) +# else +# if VMS +# define getcwd(buf, max) (getcwd) (buf, max, 0) +# else +char *getcwd (); +# endif +# endif +# ifndef HAVE_STPCPY +static char *stpcpy (char *dest, const char *src); +# endif +# ifndef HAVE_MEMPCPY +static void *mempcpy (void *dest, const void *src, size_t n); +# endif +#endif + +/* Amount to increase buffer size by in each try. */ +#define PATH_INCR 32 + +/* The following is from pathmax.h. */ +/* Non-POSIX BSD systems might have gcc's limits.h, which doesn't define + PATH_MAX but might cause redefinition warnings when sys/param.h is + later included (as on MORE/BSD 4.3). */ +#if defined _POSIX_VERSION || (defined HAVE_LIMITS_H && !defined __GNUC__) +# include +#endif + +#ifndef _POSIX_PATH_MAX +# define _POSIX_PATH_MAX 255 +#endif + +#if !defined PATH_MAX && defined _PC_PATH_MAX +# define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX)) +#endif + +/* Don't include sys/param.h if it already has been. */ +#if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN +# include +#endif + +#if !defined PATH_MAX && defined MAXPATHLEN +# define PATH_MAX MAXPATHLEN +#endif + +#ifndef PATH_MAX +# define PATH_MAX _POSIX_PATH_MAX +#endif + +/* Pathname support. + ISSLASH(C) tests whether C is a directory separator character. + IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not, + it may be concatenated to a directory pathname. + IS_PATH_WITH_DIR(P) tests whether P contains a directory specification. + */ +#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__ + /* Win32, OS/2, DOS */ +# define ISSLASH(C) ((C) == '/' || (C) == '\\') +# define HAS_DEVICE(P) \ + ((((P)[0] >= 'A' && (P)[0] <= 'Z') || ((P)[0] >= 'a' && (P)[0] <= 'z')) \ + && (P)[1] == ':') +# define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) +# define IS_PATH_WITH_DIR(P) \ + (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P)) +#else + /* Unix */ +# define ISSLASH(C) ((C) == '/') +# define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0]) +# define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) +#endif + +/* This is the type used for the search tree where known translations + are stored. */ +struct known_translation_t +{ + /* Domain in which to search. */ + char *domainname; + + /* The category. */ + int category; + + /* State of the catalog counter at the point the string was found. */ + int counter; + + /* Catalog where the string was found. */ + struct loaded_l10nfile *domain; + + /* And finally the translation. */ + const char *translation; + size_t translation_length; + + /* Pointer to the string in question. */ + char msgid[ZERO]; +}; + +/* Root of the search tree with known translations. We can use this + only if the system provides the `tsearch' function family. */ +#if defined HAVE_TSEARCH || defined _LIBC +# include + +static void *root; + +# ifdef _LIBC +# define tsearch __tsearch +# endif + +/* Function to compare two entries in the table of known translations. */ +static int +transcmp (const void *p1, const void *p2) +{ + const struct known_translation_t *s1; + const struct known_translation_t *s2; + int result; + + s1 = (const struct known_translation_t *) p1; + s2 = (const struct known_translation_t *) p2; + + result = strcmp (s1->msgid, s2->msgid); + if (result == 0) + { + result = strcmp (s1->domainname, s2->domainname); + if (result == 0) + /* We compare the category last (though this is the cheapest + operation) since it is hopefully always the same (namely + LC_MESSAGES). */ + result = s1->category - s2->category; + } + + return result; +} +#endif + +#ifndef INTVARDEF +# define INTVARDEF(name) +#endif +#ifndef INTUSE +# define INTUSE(name) name +#endif + +/* Name of the default domain used for gettext(3) prior any call to + textdomain(3). The default value for this is "messages". */ +const char _nl_default_default_domain[] attribute_hidden = "messages"; + +/* Value used as the default domain for gettext(3). */ +const char *_nl_current_default_domain attribute_hidden + = _nl_default_default_domain; + +/* Contains the default location of the message catalogs. */ +#if defined __EMX__ +extern const char _nl_default_dirname[]; +#else +const char _nl_default_dirname[] = LOCALEDIR; +INTVARDEF (_nl_default_dirname) +#endif + +/* List with bindings of specific domains created by bindtextdomain() + calls. */ +struct binding *_nl_domain_bindings; + +/* Prototypes for local functions. */ +static char *plural_lookup (struct loaded_l10nfile *domain, + unsigned long int n, + const char *translation, size_t translation_len) + internal_function; +static const char *guess_category_value (int category, + const char *categoryname) + internal_function; +#ifdef _LIBC +# include "../locale/localeinfo.h" +# define category_to_name(category) _nl_category_names[category] +#else +static const char *category_to_name (int category) internal_function; +#endif + + +/* For those loosing systems which don't have `alloca' we have to add + some additional code emulating it. */ +#ifdef HAVE_ALLOCA +/* Nothing has to be done. */ +# define freea(p) /* nothing */ +# define ADD_BLOCK(list, address) /* nothing */ +# define FREE_BLOCKS(list) /* nothing */ +#else +struct block_list +{ + void *address; + struct block_list *next; +}; +# define ADD_BLOCK(list, addr) \ + do { \ + struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \ + /* If we cannot get a free block we cannot add the new element to \ + the list. */ \ + if (newp != NULL) { \ + newp->address = (addr); \ + newp->next = (list); \ + (list) = newp; \ + } \ + } while (0) +# define FREE_BLOCKS(list) \ + do { \ + while (list != NULL) { \ + struct block_list *old = list; \ + list = list->next; \ + free (old->address); \ + free (old); \ + } \ + } while (0) +# undef alloca +# define alloca(size) (malloc (size)) +# define freea(p) free (p) +#endif /* have alloca */ + + +#ifdef _LIBC +/* List of blocks allocated for translations. */ +typedef struct transmem_list +{ + struct transmem_list *next; + char data[ZERO]; +} transmem_block_t; +static struct transmem_list *transmem_list; +#else +typedef unsigned char transmem_block_t; +#endif + + +/* Names for the libintl functions are a problem. They must not clash + with existing names and they should follow ANSI C. But this source + code is also used in GNU C Library where the names have a __ + prefix. So we have to make a difference here. */ +#ifdef _LIBC +# define DCIGETTEXT __dcigettext +#else +# define DCIGETTEXT libintl_dcigettext +#endif + +/* Lock variable to protect the global data in the gettext implementation. */ +#ifdef _LIBC +__libc_rwlock_define_initialized (, _nl_state_lock attribute_hidden) +#endif + +/* Checking whether the binaries runs SUID must be done and glibc provides + easier methods therefore we make a difference here. */ +#ifdef _LIBC +# define ENABLE_SECURE __libc_enable_secure +# define DETERMINE_SECURE +#else +# ifndef HAVE_GETUID +# define getuid() 0 +# endif +# ifndef HAVE_GETGID +# define getgid() 0 +# endif +# ifndef HAVE_GETEUID +# define geteuid() getuid() +# endif +# ifndef HAVE_GETEGID +# define getegid() getgid() +# endif +static int enable_secure; +# define ENABLE_SECURE (enable_secure == 1) +# define DETERMINE_SECURE \ + if (enable_secure == 0) \ + { \ + if (getuid () != geteuid () || getgid () != getegid ()) \ + enable_secure = 1; \ + else \ + enable_secure = -1; \ + } +#endif + +/* Get the function to evaluate the plural expression. */ +#include "eval-plural.h" + +/* Look up MSGID in the DOMAINNAME message catalog for the current + CATEGORY locale and, if PLURAL is nonzero, search over string + depending on the plural form determined by N. */ +char * +DCIGETTEXT (const char *domainname, const char *msgid1, const char *msgid2, + int plural, unsigned long int n, int category) +{ +#ifndef HAVE_ALLOCA + struct block_list *block_list = NULL; +#endif + struct loaded_l10nfile *domain; + struct binding *binding; + const char *categoryname; + const char *categoryvalue; + char *dirname, *xdomainname; + char *single_locale; + char *retval; + size_t retlen; + int saved_errno; +#if defined HAVE_TSEARCH || defined _LIBC + struct known_translation_t *search; + struct known_translation_t **foundp = NULL; + size_t msgid_len; +#endif + size_t domainname_len; + + /* If no real MSGID is given return NULL. */ + if (msgid1 == NULL) + return NULL; + +#ifdef _LIBC + if (category < 0 || category >= __LC_LAST || category == LC_ALL) + /* Bogus. */ + return (plural == 0 + ? (char *) msgid1 + /* Use the Germanic plural rule. */ + : n == 1 ? (char *) msgid1 : (char *) msgid2); +#endif + + __libc_rwlock_rdlock (_nl_state_lock); + + /* If DOMAINNAME is NULL, we are interested in the default domain. If + CATEGORY is not LC_MESSAGES this might not make much sense but the + definition left this undefined. */ + if (domainname == NULL) + domainname = _nl_current_default_domain; + + /* OS/2 specific: backward compatibility with older libintl versions */ +#ifdef LC_MESSAGES_COMPAT + if (category == LC_MESSAGES_COMPAT) + category = LC_MESSAGES; +#endif + +#if defined HAVE_TSEARCH || defined _LIBC + msgid_len = strlen (msgid1) + 1; + + /* Try to find the translation among those which we found at + some time. */ + search = (struct known_translation_t *) + alloca (offsetof (struct known_translation_t, msgid) + msgid_len); + memcpy (search->msgid, msgid1, msgid_len); + search->domainname = (char *) domainname; + search->category = category; + + foundp = (struct known_translation_t **) tfind (search, &root, transcmp); + freea (search); + if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr) + { + /* Now deal with plural. */ + if (plural) + retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation, + (*foundp)->translation_length); + else + retval = (char *) (*foundp)->translation; + + __libc_rwlock_unlock (_nl_state_lock); + return retval; + } +#endif + + /* Preserve the `errno' value. */ + saved_errno = errno; + + /* See whether this is a SUID binary or not. */ + DETERMINE_SECURE; + + /* First find matching binding. */ + for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next) + { + int compare = strcmp (domainname, binding->domainname); + if (compare == 0) + /* We found it! */ + break; + if (compare < 0) + { + /* It is not in the list. */ + binding = NULL; + break; + } + } + + if (binding == NULL) + dirname = (char *) INTUSE(_nl_default_dirname); + else if (IS_ABSOLUTE_PATH (binding->dirname)) + dirname = binding->dirname; + else + { + /* We have a relative path. Make it absolute now. */ + size_t dirname_len = strlen (binding->dirname) + 1; + size_t path_max; + char *ret; + + path_max = (unsigned int) PATH_MAX; + path_max += 2; /* The getcwd docs say to do this. */ + + for (;;) + { + dirname = (char *) alloca (path_max + dirname_len); + ADD_BLOCK (block_list, dirname); + + __set_errno (0); + ret = getcwd (dirname, path_max); + if (ret != NULL || errno != ERANGE) + break; + + path_max += path_max / 2; + path_max += PATH_INCR; + } + + if (ret == NULL) + /* We cannot get the current working directory. Don't signal an + error but simply return the default string. */ + goto return_untranslated; + + stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname); + } + + /* Now determine the symbolic name of CATEGORY and its value. */ + categoryname = category_to_name (category); + categoryvalue = guess_category_value (category, categoryname); + + domainname_len = strlen (domainname); + xdomainname = (char *) alloca (strlen (categoryname) + + domainname_len + 5); + ADD_BLOCK (block_list, xdomainname); + + stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"), + domainname, domainname_len), + ".mo"); + + /* Creating working area. */ + single_locale = (char *) alloca (strlen (categoryvalue) + 1); + ADD_BLOCK (block_list, single_locale); + + + /* Search for the given string. This is a loop because we perhaps + got an ordered list of languages to consider for the translation. */ + while (1) + { + /* Make CATEGORYVALUE point to the next element of the list. */ + while (categoryvalue[0] != '\0' && categoryvalue[0] == ':') + ++categoryvalue; + if (categoryvalue[0] == '\0') + { + /* The whole contents of CATEGORYVALUE has been searched but + no valid entry has been found. We solve this situation + by implicitly appending a "C" entry, i.e. no translation + will take place. */ + single_locale[0] = 'C'; + single_locale[1] = '\0'; + } + else + { + char *cp = single_locale; + while (categoryvalue[0] != '\0' && categoryvalue[0] != ':') + *cp++ = *categoryvalue++; + *cp = '\0'; + + /* When this is a SUID binary we must not allow accessing files + outside the dedicated directories. */ + if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale)) + /* Ingore this entry. */ + continue; + } + + /* If the current locale value is C (or POSIX) we don't load a + domain. Return the MSGID. */ + if (strcmp (single_locale, "C") == 0 + || strcmp (single_locale, "POSIX") == 0) + break; + + /* Find structure describing the message catalog matching the + DOMAINNAME and CATEGORY. */ + domain = _nl_find_domain (dirname, single_locale, xdomainname, binding); + + if (domain != NULL) + { + retval = _nl_find_msg (domain, binding, msgid1, &retlen); + + if (retval == NULL) + { + int cnt; + + for (cnt = 0; domain->successor[cnt] != NULL; ++cnt) + { + retval = _nl_find_msg (domain->successor[cnt], binding, + msgid1, &retlen); + + if (retval != NULL) + { + domain = domain->successor[cnt]; + break; + } + } + } + + if (retval != NULL) + { + /* Found the translation of MSGID1 in domain DOMAIN: + starting at RETVAL, RETLEN bytes. */ + FREE_BLOCKS (block_list); +#if defined HAVE_TSEARCH || defined _LIBC + if (foundp == NULL) + { + /* Create a new entry and add it to the search tree. */ + struct known_translation_t *newp; + + newp = (struct known_translation_t *) + malloc (offsetof (struct known_translation_t, msgid) + + msgid_len + domainname_len + 1); + if (newp != NULL) + { + newp->domainname = + mempcpy (newp->msgid, msgid1, msgid_len); + memcpy (newp->domainname, domainname, domainname_len + 1); + newp->category = category; + newp->counter = _nl_msg_cat_cntr; + newp->domain = domain; + newp->translation = retval; + newp->translation_length = retlen; + + /* Insert the entry in the search tree. */ + foundp = (struct known_translation_t **) + tsearch (newp, &root, transcmp); + if (foundp == NULL + || __builtin_expect (*foundp != newp, 0)) + /* The insert failed. */ + free (newp); + } + } + else + { + /* We can update the existing entry. */ + (*foundp)->counter = _nl_msg_cat_cntr; + (*foundp)->domain = domain; + (*foundp)->translation = retval; + (*foundp)->translation_length = retlen; + } +#endif + __set_errno (saved_errno); + + /* Now deal with plural. */ + if (plural) + retval = plural_lookup (domain, n, retval, retlen); + + __libc_rwlock_unlock (_nl_state_lock); + return retval; + } + } + } + + return_untranslated: + /* Return the untranslated MSGID. */ + FREE_BLOCKS (block_list); + __libc_rwlock_unlock (_nl_state_lock); +#ifndef _LIBC + if (!ENABLE_SECURE) + { + extern void _nl_log_untranslated (const char *logfilename, + const char *domainname, + const char *msgid1, const char *msgid2, + int plural); + const char *logfilename = getenv ("GETTEXT_LOG_UNTRANSLATED"); + + if (logfilename != NULL && logfilename[0] != '\0') + _nl_log_untranslated (logfilename, domainname, msgid1, msgid2, plural); + } +#endif + __set_errno (saved_errno); + return (plural == 0 + ? (char *) msgid1 + /* Use the Germanic plural rule. */ + : n == 1 ? (char *) msgid1 : (char *) msgid2); +} + + +char * +internal_function +_nl_find_msg (struct loaded_l10nfile *domain_file, + struct binding *domainbinding, const char *msgid, + size_t *lengthp) +{ + struct loaded_domain *domain; + nls_uint32 nstrings; + size_t act; + char *result; + size_t resultlen; + + if (domain_file->decided == 0) + _nl_load_domain (domain_file, domainbinding); + + if (domain_file->data == NULL) + return NULL; + + domain = (struct loaded_domain *) domain_file->data; + + nstrings = domain->nstrings; + + /* Locate the MSGID and its translation. */ + if (domain->hash_tab != NULL) + { + /* Use the hashing table. */ + nls_uint32 len = strlen (msgid); + nls_uint32 hash_val = hash_string (msgid); + nls_uint32 idx = hash_val % domain->hash_size; + nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2)); + + while (1) + { + nls_uint32 nstr = + W (domain->must_swap_hash_tab, domain->hash_tab[idx]); + + if (nstr == 0) + /* Hash table entry is empty. */ + return NULL; + + nstr--; + + /* Compare msgid with the original string at index nstr. + We compare the lengths with >=, not ==, because plural entries + are represented by strings with an embedded NUL. */ + if (nstr < nstrings + ? W (domain->must_swap, domain->orig_tab[nstr].length) >= len + && (strcmp (msgid, + domain->data + W (domain->must_swap, + domain->orig_tab[nstr].offset)) + == 0) + : domain->orig_sysdep_tab[nstr - nstrings].length > len + && (strcmp (msgid, + domain->orig_sysdep_tab[nstr - nstrings].pointer) + == 0)) + { + act = nstr; + goto found; + } + + if (idx >= domain->hash_size - incr) + idx -= domain->hash_size - incr; + else + idx += incr; + } + /* NOTREACHED */ + } + else + { + /* Try the default method: binary search in the sorted array of + messages. */ + size_t top, bottom; + + bottom = 0; + top = nstrings; + while (bottom < top) + { + int cmp_val; + + act = (bottom + top) / 2; + cmp_val = strcmp (msgid, (domain->data + + W (domain->must_swap, + domain->orig_tab[act].offset))); + if (cmp_val < 0) + top = act; + else if (cmp_val > 0) + bottom = act + 1; + else + goto found; + } + /* No translation was found. */ + return NULL; + } + + found: + /* The translation was found at index ACT. If we have to convert the + string to use a different character set, this is the time. */ + if (act < nstrings) + { + result = (char *) + (domain->data + W (domain->must_swap, domain->trans_tab[act].offset)); + resultlen = W (domain->must_swap, domain->trans_tab[act].length) + 1; + } + else + { + result = (char *) domain->trans_sysdep_tab[act - nstrings].pointer; + resultlen = domain->trans_sysdep_tab[act - nstrings].length; + } + +#if defined _LIBC || HAVE_ICONV + if (domain->codeset_cntr + != (domainbinding != NULL ? domainbinding->codeset_cntr : 0)) + { + /* The domain's codeset has changed through bind_textdomain_codeset() + since the message catalog was initialized or last accessed. We + have to reinitialize the converter. */ + _nl_free_domain_conv (domain); + _nl_init_domain_conv (domain_file, domain, domainbinding); + } + + if ( +# ifdef _LIBC + domain->conv != (__gconv_t) -1 +# else +# if HAVE_ICONV + domain->conv != (iconv_t) -1 +# endif +# endif + ) + { + /* We are supposed to do a conversion. First allocate an + appropriate table with the same structure as the table + of translations in the file, where we can put the pointers + to the converted strings in. + There is a slight complication with plural entries. They + are represented by consecutive NUL terminated strings. We + handle this case by converting RESULTLEN bytes, including + NULs. */ + + if (domain->conv_tab == NULL + && ((domain->conv_tab = + (char **) calloc (nstrings + domain->n_sysdep_strings, + sizeof (char *))) + == NULL)) + /* Mark that we didn't succeed allocating a table. */ + domain->conv_tab = (char **) -1; + + if (__builtin_expect (domain->conv_tab == (char **) -1, 0)) + /* Nothing we can do, no more memory. */ + goto converted; + + if (domain->conv_tab[act] == NULL) + { + /* We haven't used this string so far, so it is not + translated yet. Do this now. */ + /* We use a bit more efficient memory handling. + We allocate always larger blocks which get used over + time. This is faster than many small allocations. */ + __libc_lock_define_initialized (static, lock) +# define INITIAL_BLOCK_SIZE 4080 + static unsigned char *freemem; + static size_t freemem_size; + + const unsigned char *inbuf; + unsigned char *outbuf; + int malloc_count; +# ifndef _LIBC + transmem_block_t *transmem_list = NULL; +# endif + + __libc_lock_lock (lock); + + inbuf = (const unsigned char *) result; + outbuf = freemem + sizeof (size_t); + + malloc_count = 0; + while (1) + { + transmem_block_t *newmem; +# ifdef _LIBC + size_t non_reversible; + int res; + + if (freemem_size < sizeof (size_t)) + goto resize_freemem; + + res = __gconv (domain->conv, + &inbuf, inbuf + resultlen, + &outbuf, + outbuf + freemem_size - sizeof (size_t), + &non_reversible); + + if (res == __GCONV_OK || res == __GCONV_EMPTY_INPUT) + break; + + if (res != __GCONV_FULL_OUTPUT) + { + __libc_lock_unlock (lock); + goto converted; + } + + inbuf = result; +# else +# if HAVE_ICONV + const char *inptr = (const char *) inbuf; + size_t inleft = resultlen; + char *outptr = (char *) outbuf; + size_t outleft; + + if (freemem_size < sizeof (size_t)) + goto resize_freemem; + + outleft = freemem_size - sizeof (size_t); + if (iconv (domain->conv, + (ICONV_CONST char **) &inptr, &inleft, + &outptr, &outleft) + != (size_t) (-1)) + { + outbuf = (unsigned char *) outptr; + break; + } + if (errno != E2BIG) + { + __libc_lock_unlock (lock); + goto converted; + } +# endif +# endif + + resize_freemem: + /* We must allocate a new buffer or resize the old one. */ + if (malloc_count > 0) + { + ++malloc_count; + freemem_size = malloc_count * INITIAL_BLOCK_SIZE; + newmem = (transmem_block_t *) realloc (transmem_list, + freemem_size); +# ifdef _LIBC + if (newmem != NULL) + transmem_list = transmem_list->next; + else + { + struct transmem_list *old = transmem_list; + + transmem_list = transmem_list->next; + free (old); + } +# endif + } + else + { + malloc_count = 1; + freemem_size = INITIAL_BLOCK_SIZE; + newmem = (transmem_block_t *) malloc (freemem_size); + } + if (__builtin_expect (newmem == NULL, 0)) + { + freemem = NULL; + freemem_size = 0; + __libc_lock_unlock (lock); + goto converted; + } + +# ifdef _LIBC + /* Add the block to the list of blocks we have to free + at some point. */ + newmem->next = transmem_list; + transmem_list = newmem; + + freemem = newmem->data; + freemem_size -= offsetof (struct transmem_list, data); +# else + transmem_list = newmem; + freemem = newmem; +# endif + + outbuf = freemem + sizeof (size_t); + } + + /* We have now in our buffer a converted string. Put this + into the table of conversions. */ + *(size_t *) freemem = outbuf - freemem - sizeof (size_t); + domain->conv_tab[act] = (char *) freemem; + /* Shrink freemem, but keep it aligned. */ + freemem_size -= outbuf - freemem; + freemem = outbuf; + freemem += freemem_size & (alignof (size_t) - 1); + freemem_size = freemem_size & ~ (alignof (size_t) - 1); + + __libc_lock_unlock (lock); + } + + /* Now domain->conv_tab[act] contains the translation of all + the plural variants. */ + result = domain->conv_tab[act] + sizeof (size_t); + resultlen = *(size_t *) domain->conv_tab[act]; + } + + converted: + /* The result string is converted. */ + +#endif /* _LIBC || HAVE_ICONV */ + + *lengthp = resultlen; + return result; +} + + +/* Look up a plural variant. */ +static char * +internal_function +plural_lookup (struct loaded_l10nfile *domain, unsigned long int n, + const char *translation, size_t translation_len) +{ + struct loaded_domain *domaindata = (struct loaded_domain *) domain->data; + unsigned long int index; + const char *p; + + index = plural_eval (domaindata->plural, n); + if (index >= domaindata->nplurals) + /* This should never happen. It means the plural expression and the + given maximum value do not match. */ + index = 0; + + /* Skip INDEX strings at TRANSLATION. */ + p = translation; + while (index-- > 0) + { +#ifdef _LIBC + p = __rawmemchr (p, '\0'); +#else + p = strchr (p, '\0'); +#endif + /* And skip over the NUL byte. */ + p++; + + if (p >= translation + translation_len) + /* This should never happen. It means the plural expression + evaluated to a value larger than the number of variants + available for MSGID1. */ + return (char *) translation; + } + return (char *) p; +} + +#ifndef _LIBC +/* Return string representation of locale CATEGORY. */ +static const char * +internal_function +category_to_name (int category) +{ + const char *retval; + + switch (category) + { +#ifdef LC_COLLATE + case LC_COLLATE: + retval = "LC_COLLATE"; + break; +#endif +#ifdef LC_CTYPE + case LC_CTYPE: + retval = "LC_CTYPE"; + break; +#endif +#ifdef LC_MONETARY + case LC_MONETARY: + retval = "LC_MONETARY"; + break; +#endif +#ifdef LC_NUMERIC + case LC_NUMERIC: + retval = "LC_NUMERIC"; + break; +#endif +#ifdef LC_TIME + case LC_TIME: + retval = "LC_TIME"; + break; +#endif +#ifdef LC_MESSAGES + case LC_MESSAGES: + retval = "LC_MESSAGES"; + break; +#endif +#ifdef LC_RESPONSE + case LC_RESPONSE: + retval = "LC_RESPONSE"; + break; +#endif +#ifdef LC_ALL + case LC_ALL: + /* This might not make sense but is perhaps better than any other + value. */ + retval = "LC_ALL"; + break; +#endif + default: + /* If you have a better idea for a default value let me know. */ + retval = "LC_XXX"; + } + + return retval; +} +#endif + +/* Guess value of current locale from value of the environment variables. */ +static const char * +internal_function +guess_category_value (int category, const char *categoryname) +{ + const char *language; + const char *retval; + + /* The highest priority value is the `LANGUAGE' environment + variable. But we don't use the value if the currently selected + locale is the C locale. This is a GNU extension. */ + language = getenv ("LANGUAGE"); + if (language != NULL && language[0] == '\0') + language = NULL; + + /* We have to proceed with the POSIX methods of looking to `LC_ALL', + `LC_xxx', and `LANG'. On some systems this can be done by the + `setlocale' function itself. */ +#ifdef _LIBC + retval = __current_locale_name (category); +#else + retval = _nl_locale_name (category, categoryname); +#endif + + /* Ignore LANGUAGE if the locale is set to "C" because + 1. "C" locale usually uses the ASCII encoding, and most international + messages use non-ASCII characters. These characters get displayed + as question marks (if using glibc's iconv()) or as invalid 8-bit + characters (because other iconv()s refuse to convert most non-ASCII + characters to ASCII). In any case, the output is ugly. + 2. The precise output of some programs in the "C" locale is specified + by POSIX and should not depend on environment variables like + "LANGUAGE". We allow such programs to use gettext(). */ + return language != NULL && strcmp (retval, "C") != 0 ? language : retval; +} + +/* @@ begin of epilog @@ */ + +/* We don't want libintl.a to depend on any other library. So we + avoid the non-standard function stpcpy. In GNU C Library this + function is available, though. Also allow the symbol HAVE_STPCPY + to be defined. */ +#if !_LIBC && !HAVE_STPCPY +static char * +stpcpy (char *dest, const char *src) +{ + while ((*dest++ = *src++) != '\0') + /* Do nothing. */ ; + return dest - 1; +} +#endif + +#if !_LIBC && !HAVE_MEMPCPY +static void * +mempcpy (void *dest, const void *src, size_t n) +{ + return (void *) ((char *) memcpy (dest, src, n) + n); +} +#endif + + +#ifdef _LIBC +/* If we want to free all resources we have to do some work at + program's end. */ +libc_freeres_fn (free_mem) +{ + void *old; + + while (_nl_domain_bindings != NULL) + { + struct binding *oldp = _nl_domain_bindings; + _nl_domain_bindings = _nl_domain_bindings->next; + if (oldp->dirname != INTUSE(_nl_default_dirname)) + /* Yes, this is a pointer comparison. */ + free (oldp->dirname); + free (oldp->codeset); + free (oldp); + } + + if (_nl_current_default_domain != _nl_default_default_domain) + /* Yes, again a pointer comparison. */ + free ((char *) _nl_current_default_domain); + + /* Remove the search tree with the known translations. */ + __tdestroy (root, free); + root = NULL; + + while (transmem_list != NULL) + { + old = transmem_list; + transmem_list = transmem_list->next; + free (old); + } +} +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/dcngettext.c b/project/jni/application/ltris-1.0.15/intl/dcngettext.c new file mode 100644 index 000000000..48a3e09e0 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/dcngettext.c @@ -0,0 +1,57 @@ +/* Implementation of the dcngettext(3) function. + Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include "gettextP.h" +#ifdef _LIBC +# include +#else +# include "libgnuintl.h" +#endif + +/* @@ end of prolog @@ */ + +/* Names for the libintl functions are a problem. They must not clash + with existing names and they should follow ANSI C. But this source + code is also used in GNU C Library where the names have a __ + prefix. So we have to make a difference here. */ +#ifdef _LIBC +# define DCNGETTEXT __dcngettext +# define DCIGETTEXT __dcigettext +#else +# define DCNGETTEXT libintl_dcngettext +# define DCIGETTEXT libintl_dcigettext +#endif + +/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY + locale. */ +char * +DCNGETTEXT (const char *domainname, + const char *msgid1, const char *msgid2, unsigned long int n, + int category) +{ + return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category); +} + +#ifdef _LIBC +/* Alias for function name in GNU C Library. */ +weak_alias (__dcngettext, dcngettext); +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/dgettext.c b/project/jni/application/ltris-1.0.15/intl/dgettext.c new file mode 100644 index 000000000..b64b0f5d3 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/dgettext.c @@ -0,0 +1,58 @@ +/* Implementation of the dgettext(3) function. + Copyright (C) 1995-1997, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include "gettextP.h" + +#include + +#ifdef _LIBC +# include +#else +# include "libgnuintl.h" +#endif + +/* @@ end of prolog @@ */ + +/* Names for the libintl functions are a problem. They must not clash + with existing names and they should follow ANSI C. But this source + code is also used in GNU C Library where the names have a __ + prefix. So we have to make a difference here. */ +#ifdef _LIBC +# define DGETTEXT __dgettext +# define DCGETTEXT INTUSE(__dcgettext) +#else +# define DGETTEXT libintl_dgettext +# define DCGETTEXT libintl_dcgettext +#endif + +/* Look up MSGID in the DOMAINNAME message catalog of the current + LC_MESSAGES locale. */ +char * +DGETTEXT (const char *domainname, const char *msgid) +{ + return DCGETTEXT (domainname, msgid, LC_MESSAGES); +} + +#ifdef _LIBC +/* Alias for function name in GNU C Library. */ +weak_alias (__dgettext, dgettext); +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/dngettext.c b/project/jni/application/ltris-1.0.15/intl/dngettext.c new file mode 100644 index 000000000..7815637f0 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/dngettext.c @@ -0,0 +1,59 @@ +/* Implementation of the dngettext(3) function. + Copyright (C) 1995-1997, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include "gettextP.h" + +#include + +#ifdef _LIBC +# include +#else +# include "libgnuintl.h" +#endif + +/* @@ end of prolog @@ */ + +/* Names for the libintl functions are a problem. They must not clash + with existing names and they should follow ANSI C. But this source + code is also used in GNU C Library where the names have a __ + prefix. So we have to make a difference here. */ +#ifdef _LIBC +# define DNGETTEXT __dngettext +# define DCNGETTEXT __dcngettext +#else +# define DNGETTEXT libintl_dngettext +# define DCNGETTEXT libintl_dcngettext +#endif + +/* Look up MSGID in the DOMAINNAME message catalog of the current + LC_MESSAGES locale and skip message according to the plural form. */ +char * +DNGETTEXT (const char *domainname, + const char *msgid1, const char *msgid2, unsigned long int n) +{ + return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES); +} + +#ifdef _LIBC +/* Alias for function name in GNU C Library. */ +weak_alias (__dngettext, dngettext); +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/eval-plural.h b/project/jni/application/ltris-1.0.15/intl/eval-plural.h new file mode 100644 index 000000000..4483f9857 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/eval-plural.h @@ -0,0 +1,106 @@ +/* Plural expression evaluation. + Copyright (C) 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#include + +#ifndef STATIC +#define STATIC static +#endif + +/* Evaluate the plural expression and return an index value. */ +STATIC +unsigned long int +internal_function +plural_eval (struct expression *pexp, unsigned long int n) +{ + switch (pexp->nargs) + { + case 0: + switch (pexp->operation) + { + case var: + return n; + case num: + return pexp->val.num; + default: + break; + } + /* NOTREACHED */ + break; + case 1: + { + /* pexp->operation must be lnot. */ + unsigned long int arg = plural_eval (pexp->val.args[0], n); + return ! arg; + } + case 2: + { + unsigned long int leftarg = plural_eval (pexp->val.args[0], n); + if (pexp->operation == lor) + return leftarg || plural_eval (pexp->val.args[1], n); + else if (pexp->operation == land) + return leftarg && plural_eval (pexp->val.args[1], n); + else + { + unsigned long int rightarg = plural_eval (pexp->val.args[1], n); + + switch (pexp->operation) + { + case mult: + return leftarg * rightarg; + case divide: + if (rightarg == 0) + raise (SIGFPE); + return leftarg / rightarg; + case module: + if (rightarg == 0) + raise (SIGFPE); + return leftarg % rightarg; + case plus: + return leftarg + rightarg; + case minus: + return leftarg - rightarg; + case less_than: + return leftarg < rightarg; + case greater_than: + return leftarg > rightarg; + case less_or_equal: + return leftarg <= rightarg; + case greater_or_equal: + return leftarg >= rightarg; + case equal: + return leftarg == rightarg; + case not_equal: + return leftarg != rightarg; + default: + break; + } + } + /* NOTREACHED */ + break; + } + case 3: + { + /* pexp->operation must be qmop. */ + unsigned long int boolarg = plural_eval (pexp->val.args[0], n); + return plural_eval (pexp->val.args[boolarg ? 1 : 2], n); + } + } + /* NOTREACHED */ + return 0; +} diff --git a/project/jni/application/ltris-1.0.15/intl/explodename.c b/project/jni/application/ltris-1.0.15/intl/explodename.c new file mode 100644 index 000000000..52c25e727 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/explodename.c @@ -0,0 +1,185 @@ +/* Copyright (C) 1995-1998, 2000-2001, 2003 Free Software Foundation, Inc. + Contributed by Ulrich Drepper , 1995. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include +#include + +#include "loadinfo.h" + +/* On some strange systems still no definition of NULL is found. Sigh! */ +#ifndef NULL +# if defined __STDC__ && __STDC__ +# define NULL ((void *) 0) +# else +# define NULL 0 +# endif +#endif + +/* @@ end of prolog @@ */ + +char * +_nl_find_language (const char *name) +{ + while (name[0] != '\0' && name[0] != '_' && name[0] != '@' + && name[0] != '+' && name[0] != ',') + ++name; + + return (char *) name; +} + + +int +_nl_explode_name (char *name, + const char **language, const char **modifier, + const char **territory, const char **codeset, + const char **normalized_codeset, const char **special, + const char **sponsor, const char **revision) +{ + enum { undecided, xpg, cen } syntax; + char *cp; + int mask; + + *modifier = NULL; + *territory = NULL; + *codeset = NULL; + *normalized_codeset = NULL; + *special = NULL; + *sponsor = NULL; + *revision = NULL; + + /* Now we determine the single parts of the locale name. First + look for the language. Termination symbols are `_' and `@' if + we use XPG4 style, and `_', `+', and `,' if we use CEN syntax. */ + mask = 0; + syntax = undecided; + *language = cp = name; + cp = _nl_find_language (*language); + + if (*language == cp) + /* This does not make sense: language has to be specified. Use + this entry as it is without exploding. Perhaps it is an alias. */ + cp = strchr (*language, '\0'); + else if (cp[0] == '_') + { + /* Next is the territory. */ + cp[0] = '\0'; + *territory = ++cp; + + while (cp[0] != '\0' && cp[0] != '.' && cp[0] != '@' + && cp[0] != '+' && cp[0] != ',' && cp[0] != '_') + ++cp; + + mask |= TERRITORY; + + if (cp[0] == '.') + { + /* Next is the codeset. */ + syntax = xpg; + cp[0] = '\0'; + *codeset = ++cp; + + while (cp[0] != '\0' && cp[0] != '@') + ++cp; + + mask |= XPG_CODESET; + + if (*codeset != cp && (*codeset)[0] != '\0') + { + *normalized_codeset = _nl_normalize_codeset (*codeset, + cp - *codeset); + if (strcmp (*codeset, *normalized_codeset) == 0) + free ((char *) *normalized_codeset); + else + mask |= XPG_NORM_CODESET; + } + } + } + + if (cp[0] == '@' || (syntax != xpg && cp[0] == '+')) + { + /* Next is the modifier. */ + syntax = cp[0] == '@' ? xpg : cen; + cp[0] = '\0'; + *modifier = ++cp; + + while (syntax == cen && cp[0] != '\0' && cp[0] != '+' + && cp[0] != ',' && cp[0] != '_') + ++cp; + + mask |= XPG_MODIFIER | CEN_AUDIENCE; + } + + if (syntax != xpg && (cp[0] == '+' || cp[0] == ',' || cp[0] == '_')) + { + syntax = cen; + + if (cp[0] == '+') + { + /* Next is special application (CEN syntax). */ + cp[0] = '\0'; + *special = ++cp; + + while (cp[0] != '\0' && cp[0] != ',' && cp[0] != '_') + ++cp; + + mask |= CEN_SPECIAL; + } + + if (cp[0] == ',') + { + /* Next is sponsor (CEN syntax). */ + cp[0] = '\0'; + *sponsor = ++cp; + + while (cp[0] != '\0' && cp[0] != '_') + ++cp; + + mask |= CEN_SPONSOR; + } + + if (cp[0] == '_') + { + /* Next is revision (CEN syntax). */ + cp[0] = '\0'; + *revision = ++cp; + + mask |= CEN_REVISION; + } + } + + /* For CEN syntax values it might be important to have the + separator character in the file name, not for XPG syntax. */ + if (syntax == xpg) + { + if (*territory != NULL && (*territory)[0] == '\0') + mask &= ~TERRITORY; + + if (*codeset != NULL && (*codeset)[0] == '\0') + mask &= ~XPG_CODESET; + + if (*modifier != NULL && (*modifier)[0] == '\0') + mask &= ~XPG_MODIFIER; + } + + return mask; +} diff --git a/project/jni/application/ltris-1.0.15/intl/finddomain.c b/project/jni/application/ltris-1.0.15/intl/finddomain.c new file mode 100644 index 000000000..4992a8c9e --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/finddomain.c @@ -0,0 +1,192 @@ +/* Handle list of needed message catalogs + Copyright (C) 1995-1999, 2000-2001, 2003 Free Software Foundation, Inc. + Written by Ulrich Drepper , 1995. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include +#include +#include + +#if defined HAVE_UNISTD_H || defined _LIBC +# include +#endif + +#include "gettextP.h" +#ifdef _LIBC +# include +#else +# include "libgnuintl.h" +#endif + +/* @@ end of prolog @@ */ +/* List of already loaded domains. */ +static struct loaded_l10nfile *_nl_loaded_domains; + + +/* Return a data structure describing the message catalog described by + the DOMAINNAME and CATEGORY parameters with respect to the currently + established bindings. */ +struct loaded_l10nfile * +internal_function +_nl_find_domain (const char *dirname, char *locale, + const char *domainname, struct binding *domainbinding) +{ + struct loaded_l10nfile *retval; + const char *language; + const char *modifier; + const char *territory; + const char *codeset; + const char *normalized_codeset; + const char *special; + const char *sponsor; + const char *revision; + const char *alias_value; + int mask; + + /* LOCALE can consist of up to four recognized parts for the XPG syntax: + + language[_territory[.codeset]][@modifier] + + and six parts for the CEN syntax: + + language[_territory][+audience][+special][,[sponsor][_revision]] + + Beside the first part all of them are allowed to be missing. If + the full specified locale is not found, the less specific one are + looked for. The various parts will be stripped off according to + the following order: + (1) revision + (2) sponsor + (3) special + (4) codeset + (5) normalized codeset + (6) territory + (7) audience/modifier + */ + + /* If we have already tested for this locale entry there has to + be one data set in the list of loaded domains. */ + retval = _nl_make_l10nflist (&_nl_loaded_domains, dirname, + strlen (dirname) + 1, 0, locale, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, domainname, 0); + if (retval != NULL) + { + /* We know something about this locale. */ + int cnt; + + if (retval->decided == 0) + _nl_load_domain (retval, domainbinding); + + if (retval->data != NULL) + return retval; + + for (cnt = 0; retval->successor[cnt] != NULL; ++cnt) + { + if (retval->successor[cnt]->decided == 0) + _nl_load_domain (retval->successor[cnt], domainbinding); + + if (retval->successor[cnt]->data != NULL) + break; + } + return cnt >= 0 ? retval : NULL; + /* NOTREACHED */ + } + + /* See whether the locale value is an alias. If yes its value + *overwrites* the alias name. No test for the original value is + done. */ + alias_value = _nl_expand_alias (locale); + if (alias_value != NULL) + { +#if defined _LIBC || defined HAVE_STRDUP + locale = strdup (alias_value); + if (locale == NULL) + return NULL; +#else + size_t len = strlen (alias_value) + 1; + locale = (char *) malloc (len); + if (locale == NULL) + return NULL; + + memcpy (locale, alias_value, len); +#endif + } + + /* Now we determine the single parts of the locale name. First + look for the language. Termination symbols are `_' and `@' if + we use XPG4 style, and `_', `+', and `,' if we use CEN syntax. */ + mask = _nl_explode_name (locale, &language, &modifier, &territory, + &codeset, &normalized_codeset, &special, + &sponsor, &revision); + + /* Create all possible locale entries which might be interested in + generalization. */ + retval = _nl_make_l10nflist (&_nl_loaded_domains, dirname, + strlen (dirname) + 1, mask, language, territory, + codeset, normalized_codeset, modifier, special, + sponsor, revision, domainname, 1); + if (retval == NULL) + /* This means we are out of core. */ + return NULL; + + if (retval->decided == 0) + _nl_load_domain (retval, domainbinding); + if (retval->data == NULL) + { + int cnt; + for (cnt = 0; retval->successor[cnt] != NULL; ++cnt) + { + if (retval->successor[cnt]->decided == 0) + _nl_load_domain (retval->successor[cnt], domainbinding); + if (retval->successor[cnt]->data != NULL) + break; + } + } + + /* The room for an alias was dynamically allocated. Free it now. */ + if (alias_value != NULL) + free (locale); + + /* The space for normalized_codeset is dynamically allocated. Free it. */ + if (mask & XPG_NORM_CODESET) + free ((void *) normalized_codeset); + + return retval; +} + + +#ifdef _LIBC +libc_freeres_fn (free_mem) +{ + struct loaded_l10nfile *runp = _nl_loaded_domains; + + while (runp != NULL) + { + struct loaded_l10nfile *here = runp; + if (runp->data != NULL) + _nl_unload_domain ((struct loaded_domain *) runp->data); + runp = runp->next; + free ((char *) here->filename); + free (here); + } +} +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/gettext.c b/project/jni/application/ltris-1.0.15/intl/gettext.c new file mode 100644 index 000000000..92c42faa7 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/gettext.c @@ -0,0 +1,63 @@ +/* Implementation of gettext(3) function. + Copyright (C) 1995, 1997, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef _LIBC +# define __need_NULL +# include +#else +# include /* Just for NULL. */ +#endif + +#include "gettextP.h" +#ifdef _LIBC +# include +#else +# include "libgnuintl.h" +#endif + +/* @@ end of prolog @@ */ + +/* Names for the libintl functions are a problem. They must not clash + with existing names and they should follow ANSI C. But this source + code is also used in GNU C Library where the names have a __ + prefix. So we have to make a difference here. */ +#ifdef _LIBC +# define GETTEXT __gettext +# define DCGETTEXT INTUSE(__dcgettext) +#else +# define GETTEXT libintl_gettext +# define DCGETTEXT libintl_dcgettext +#endif + +/* Look up MSGID in the current default message catalog for the current + LC_MESSAGES locale. If not found, returns MSGID itself (the default + text). */ +char * +GETTEXT (const char *msgid) +{ + return DCGETTEXT (NULL, msgid, LC_MESSAGES); +} + +#ifdef _LIBC +/* Alias for function name in GNU C Library. */ +weak_alias (__gettext, gettext); +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/gettextP.h b/project/jni/application/ltris-1.0.15/intl/gettextP.h new file mode 100644 index 000000000..4d66c3de3 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/gettextP.h @@ -0,0 +1,215 @@ +/* Header describing internals of libintl library. + Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc. + Written by Ulrich Drepper , 1995. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _GETTEXTP_H +#define _GETTEXTP_H + +#include /* Get size_t. */ + +#ifdef _LIBC +# include "../iconv/gconv_int.h" +#else +# if HAVE_ICONV +# include +# endif +#endif + +#include "loadinfo.h" + +#include "gmo.h" /* Get nls_uint32. */ + +/* @@ end of prolog @@ */ + +#ifndef internal_function +# define internal_function +#endif + +#ifndef attribute_hidden +# define attribute_hidden +#endif + +/* Tell the compiler when a conditional or integer expression is + almost always true or almost always false. */ +#ifndef HAVE_BUILTIN_EXPECT +# define __builtin_expect(expr, val) (expr) +#endif + +#ifndef W +# define W(flag, data) ((flag) ? SWAP (data) : (data)) +#endif + + +#ifdef _LIBC +# include +# define SWAP(i) bswap_32 (i) +#else +static inline nls_uint32 +SWAP (i) + nls_uint32 i; +{ + return (i << 24) | ((i & 0xff00) << 8) | ((i >> 8) & 0xff00) | (i >> 24); +} +#endif + + +/* In-memory representation of system dependent string. */ +struct sysdep_string_desc +{ + /* Length of addressed string, including the trailing NUL. */ + size_t length; + /* Pointer to addressed string. */ + const char *pointer; +}; + +/* The representation of an opened message catalog. */ +struct loaded_domain +{ + /* Pointer to memory containing the .mo file. */ + const char *data; + /* 1 if the memory is mmap()ed, 0 if the memory is malloc()ed. */ + int use_mmap; + /* Size of mmap()ed memory. */ + size_t mmap_size; + /* 1 if the .mo file uses a different endianness than this machine. */ + int must_swap; + /* Pointer to additional malloc()ed memory. */ + void *malloced; + + /* Number of static strings pairs. */ + nls_uint32 nstrings; + /* Pointer to descriptors of original strings in the file. */ + const struct string_desc *orig_tab; + /* Pointer to descriptors of translated strings in the file. */ + const struct string_desc *trans_tab; + + /* Number of system dependent strings pairs. */ + nls_uint32 n_sysdep_strings; + /* Pointer to descriptors of original sysdep strings. */ + const struct sysdep_string_desc *orig_sysdep_tab; + /* Pointer to descriptors of translated sysdep strings. */ + const struct sysdep_string_desc *trans_sysdep_tab; + + /* Size of hash table. */ + nls_uint32 hash_size; + /* Pointer to hash table. */ + const nls_uint32 *hash_tab; + /* 1 if the hash table uses a different endianness than this machine. */ + int must_swap_hash_tab; + + int codeset_cntr; +#ifdef _LIBC + __gconv_t conv; +#else +# if HAVE_ICONV + iconv_t conv; +# endif +#endif + char **conv_tab; + + struct expression *plural; + unsigned long int nplurals; +}; + +/* We want to allocate a string at the end of the struct. But ISO C + doesn't allow zero sized arrays. */ +#ifdef __GNUC__ +# define ZERO 0 +#else +# define ZERO 1 +#endif + +/* A set of settings bound to a message domain. Used to store settings + from bindtextdomain() and bind_textdomain_codeset(). */ +struct binding +{ + struct binding *next; + char *dirname; + int codeset_cntr; /* Incremented each time codeset changes. */ + char *codeset; + char domainname[ZERO]; +}; + +/* A counter which is incremented each time some previous translations + become invalid. + This variable is part of the external ABI of the GNU libintl. */ +extern int _nl_msg_cat_cntr; + +#ifndef _LIBC +const char *_nl_locale_name (int category, const char *categoryname); +#endif + +struct loaded_l10nfile *_nl_find_domain (const char *__dirname, char *__locale, + const char *__domainname, + struct binding *__domainbinding) + internal_function; +void _nl_load_domain (struct loaded_l10nfile *__domain, + struct binding *__domainbinding) + internal_function; +void _nl_unload_domain (struct loaded_domain *__domain) + internal_function; +const char *_nl_init_domain_conv (struct loaded_l10nfile *__domain_file, + struct loaded_domain *__domain, + struct binding *__domainbinding) + internal_function; +void _nl_free_domain_conv (struct loaded_domain *__domain) + internal_function; + +char *_nl_find_msg (struct loaded_l10nfile *domain_file, + struct binding *domainbinding, const char *msgid, + size_t *lengthp) + internal_function; + +#ifdef _LIBC +extern char *__gettext (const char *__msgid); +extern char *__dgettext (const char *__domainname, const char *__msgid); +extern char *__dcgettext (const char *__domainname, const char *__msgid, + int __category); +extern char *__ngettext (const char *__msgid1, const char *__msgid2, + unsigned long int __n); +extern char *__dngettext (const char *__domainname, + const char *__msgid1, const char *__msgid2, + unsigned long int n); +extern char *__dcngettext (const char *__domainname, + const char *__msgid1, const char *__msgid2, + unsigned long int __n, int __category); +extern char *__dcigettext (const char *__domainname, + const char *__msgid1, const char *__msgid2, + int __plural, unsigned long int __n, + int __category); +extern char *__textdomain (const char *__domainname); +extern char *__bindtextdomain (const char *__domainname, + const char *__dirname); +extern char *__bind_textdomain_codeset (const char *__domainname, + const char *__codeset); +#else +/* Declare the exported libintl_* functions, in a way that allows us to + call them under their real name. */ +# undef _INTL_REDIRECT_INLINE +# undef _INTL_REDIRECT_MACROS +# define _INTL_REDIRECT_MACROS +# include "libgnuintl.h" +extern char *libintl_dcigettext (const char *__domainname, + const char *__msgid1, const char *__msgid2, + int __plural, unsigned long int __n, + int __category); +#endif + +/* @@ begin of epilog @@ */ + +#endif /* gettextP.h */ diff --git a/project/jni/application/ltris-1.0.15/intl/gmo.h b/project/jni/application/ltris-1.0.15/intl/gmo.h new file mode 100644 index 000000000..e7c9cc14b --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/gmo.h @@ -0,0 +1,149 @@ +/* Description of GNU message catalog format: general file layout. + Copyright (C) 1995, 1997, 2000-2002, 2004 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _GETTEXT_H +#define _GETTEXT_H 1 + +#include + +/* @@ end of prolog @@ */ + +/* The magic number of the GNU message catalog format. */ +#define _MAGIC 0x950412de +#define _MAGIC_SWAPPED 0xde120495 + +/* Revision number of the currently used .mo (binary) file format. */ +#define MO_REVISION_NUMBER 0 +#define MO_REVISION_NUMBER_WITH_SYSDEP_I 1 + +/* The following contortions are an attempt to use the C preprocessor + to determine an unsigned integral type that is 32 bits wide. An + alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but + as of version autoconf-2.13, the AC_CHECK_SIZEOF macro doesn't work + when cross-compiling. */ + +#if __STDC__ +# define UINT_MAX_32_BITS 4294967295U +#else +# define UINT_MAX_32_BITS 0xFFFFFFFF +#endif + +/* If UINT_MAX isn't defined, assume it's a 32-bit type. + This should be valid for all systems GNU cares about because + that doesn't include 16-bit systems, and only modern systems + (that certainly have ) have 64+-bit integral types. */ + +#ifndef UINT_MAX +# define UINT_MAX UINT_MAX_32_BITS +#endif + +#if UINT_MAX == UINT_MAX_32_BITS +typedef unsigned nls_uint32; +#else +# if USHRT_MAX == UINT_MAX_32_BITS +typedef unsigned short nls_uint32; +# else +# if ULONG_MAX == UINT_MAX_32_BITS +typedef unsigned long nls_uint32; +# else + /* The following line is intended to throw an error. Using #error is + not portable enough. */ + "Cannot determine unsigned 32-bit data type." +# endif +# endif +#endif + + +/* Header for binary .mo file format. */ +struct mo_file_header +{ + /* The magic number. */ + nls_uint32 magic; + /* The revision number of the file format. */ + nls_uint32 revision; + + /* The following are only used in .mo files with major revision 0 or 1. */ + + /* The number of strings pairs. */ + nls_uint32 nstrings; + /* Offset of table with start offsets of original strings. */ + nls_uint32 orig_tab_offset; + /* Offset of table with start offsets of translated strings. */ + nls_uint32 trans_tab_offset; + /* Size of hash table. */ + nls_uint32 hash_tab_size; + /* Offset of first hash table entry. */ + nls_uint32 hash_tab_offset; + + /* The following are only used in .mo files with minor revision >= 1. */ + + /* The number of system dependent segments. */ + nls_uint32 n_sysdep_segments; + /* Offset of table describing system dependent segments. */ + nls_uint32 sysdep_segments_offset; + /* The number of system dependent strings pairs. */ + nls_uint32 n_sysdep_strings; + /* Offset of table with start offsets of original sysdep strings. */ + nls_uint32 orig_sysdep_tab_offset; + /* Offset of table with start offsets of translated sysdep strings. */ + nls_uint32 trans_sysdep_tab_offset; +}; + +/* Descriptor for static string contained in the binary .mo file. */ +struct string_desc +{ + /* Length of addressed string, not including the trailing NUL. */ + nls_uint32 length; + /* Offset of string in file. */ + nls_uint32 offset; +}; + +/* The following are only used in .mo files with minor revision >= 1. */ + +/* Descriptor for system dependent string segment. */ +struct sysdep_segment +{ + /* Length of addressed string, including the trailing NUL. */ + nls_uint32 length; + /* Offset of string in file. */ + nls_uint32 offset; +}; + +/* Descriptor for system dependent string. */ +struct sysdep_string +{ + /* Offset of static string segments in file. */ + nls_uint32 offset; + /* Alternating sequence of static and system dependent segments. + The last segment is a static segment, including the trailing NUL. */ + struct segment_pair + { + /* Size of static segment. */ + nls_uint32 segsize; + /* Reference to system dependent string segment, or ~0 at the end. */ + nls_uint32 sysdepref; + } segments[1]; +}; + +/* Marker for the end of the segments[] array. This has the value 0xFFFFFFFF, + regardless whether 'int' is 16 bit, 32 bit, or 64 bit. */ +#define SEGMENTS_END ((nls_uint32) ~0) + +/* @@ begin of epilog @@ */ + +#endif /* gettext.h */ diff --git a/project/jni/application/ltris-1.0.15/intl/hash-string.h b/project/jni/application/ltris-1.0.15/intl/hash-string.h new file mode 100644 index 000000000..093e3b1c1 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/hash-string.h @@ -0,0 +1,48 @@ +/* Description of GNU message catalog format: string hashing function. + Copyright (C) 1995, 1997-1998, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* @@ end of prolog @@ */ + +/* We assume to have `unsigned long int' value with at least 32 bits. */ +#define HASHWORDBITS 32 + + +/* Defines the so called `hashpjw' function by P.J. Weinberger + [see Aho/Sethi/Ullman, COMPILERS: Principles, Techniques and Tools, + 1986, 1987 Bell Telephone Laboratories, Inc.] */ +static inline unsigned long int +hash_string (const char *str_param) +{ + unsigned long int hval, g; + const char *str = str_param; + + /* Compute the hash value for the given string. */ + hval = 0; + while (*str != '\0') + { + hval <<= 4; + hval += (unsigned char) *str++; + g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4)); + if (g != 0) + { + hval ^= g >> (HASHWORDBITS - 8); + hval ^= g; + } + } + return hval; +} diff --git a/project/jni/application/ltris-1.0.15/intl/intl-compat.c b/project/jni/application/ltris-1.0.15/intl/intl-compat.c new file mode 100644 index 000000000..96f9d955d --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/intl-compat.c @@ -0,0 +1,131 @@ +/* intl-compat.c - Stub functions to call gettext functions from GNU gettext + Library. + Copyright (C) 1995, 2000-2003 Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include "gettextP.h" + +/* @@ end of prolog @@ */ + +/* This file redirects the gettext functions (without prefix) to those + defined in the included GNU libintl library (with "libintl_" prefix). + It is compiled into libintl in order to make the AM_GNU_GETTEXT test + of gettext <= 0.11.2 work with the libintl library >= 0.11.3 which + has the redirections primarily in the include file. + It is also compiled into libgnuintl so that libgnuintl.so can be used + as LD_PRELOADable library on glibc systems, to provide the extra + features that the functions in the libc don't have (namely, logging). */ + + +#undef gettext +#undef dgettext +#undef dcgettext +#undef ngettext +#undef dngettext +#undef dcngettext +#undef textdomain +#undef bindtextdomain +#undef bind_textdomain_codeset + + +/* When building a DLL, we must export some functions. Note that because + the functions are only defined for binary backward compatibility, we + don't need to use __declspec(dllimport) in any case. */ +#if defined _MSC_VER && BUILDING_DLL +# define DLL_EXPORTED __declspec(dllexport) +#else +# define DLL_EXPORTED +#endif + + +DLL_EXPORTED +char * +gettext (const char *msgid) +{ + return libintl_gettext (msgid); +} + + +DLL_EXPORTED +char * +dgettext (const char *domainname, const char *msgid) +{ + return libintl_dgettext (domainname, msgid); +} + + +DLL_EXPORTED +char * +dcgettext (const char *domainname, const char *msgid, int category) +{ + return libintl_dcgettext (domainname, msgid, category); +} + + +DLL_EXPORTED +char * +ngettext (const char *msgid1, const char *msgid2, unsigned long int n) +{ + return libintl_ngettext (msgid1, msgid2, n); +} + + +DLL_EXPORTED +char * +dngettext (const char *domainname, + const char *msgid1, const char *msgid2, unsigned long int n) +{ + return libintl_dngettext (domainname, msgid1, msgid2, n); +} + + +DLL_EXPORTED +char * +dcngettext (const char *domainname, + const char *msgid1, const char *msgid2, unsigned long int n, + int category) +{ + return libintl_dcngettext (domainname, msgid1, msgid2, n, category); +} + + +DLL_EXPORTED +char * +textdomain (const char *domainname) +{ + return libintl_textdomain (domainname); +} + + +DLL_EXPORTED +char * +bindtextdomain (const char *domainname, const char *dirname) +{ + return libintl_bindtextdomain (domainname, dirname); +} + + +DLL_EXPORTED +char * +bind_textdomain_codeset (const char *domainname, const char *codeset) +{ + return libintl_bind_textdomain_codeset (domainname, codeset); +} diff --git a/project/jni/application/ltris-1.0.15/intl/l10nflist.c b/project/jni/application/ltris-1.0.15/intl/l10nflist.c new file mode 100644 index 000000000..eb995aafa --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/l10nflist.c @@ -0,0 +1,421 @@ +/* Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc. + Contributed by Ulrich Drepper , 1995. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* Tell glibc's to provide a prototype for stpcpy(). + This must come before because may include + , and once has been included, it's too late. */ +#ifndef _GNU_SOURCE +# define _GNU_SOURCE 1 +#endif + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include + +#if defined _LIBC || defined HAVE_ARGZ_H +# include +#endif +#include +#include +#include + +#include "loadinfo.h" + +/* On some strange systems still no definition of NULL is found. Sigh! */ +#ifndef NULL +# if defined __STDC__ && __STDC__ +# define NULL ((void *) 0) +# else +# define NULL 0 +# endif +#endif + +/* @@ end of prolog @@ */ + +#ifdef _LIBC +/* Rename the non ANSI C functions. This is required by the standard + because some ANSI C functions will require linking with this object + file and the name space must not be polluted. */ +# ifndef stpcpy +# define stpcpy(dest, src) __stpcpy(dest, src) +# endif +#else +# ifndef HAVE_STPCPY +static char *stpcpy (char *dest, const char *src); +# endif +#endif + +/* Pathname support. + ISSLASH(C) tests whether C is a directory separator character. + IS_ABSOLUTE_PATH(P) tests whether P is an absolute path. If it is not, + it may be concatenated to a directory pathname. + */ +#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__ + /* Win32, OS/2, DOS */ +# define ISSLASH(C) ((C) == '/' || (C) == '\\') +# define HAS_DEVICE(P) \ + ((((P)[0] >= 'A' && (P)[0] <= 'Z') || ((P)[0] >= 'a' && (P)[0] <= 'z')) \ + && (P)[1] == ':') +# define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) +#else + /* Unix */ +# define ISSLASH(C) ((C) == '/') +# define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0]) +#endif + +/* Define function which are usually not available. */ + +#if !defined _LIBC && !defined HAVE___ARGZ_COUNT +/* Returns the number of strings in ARGZ. */ +static size_t +argz_count__ (const char *argz, size_t len) +{ + size_t count = 0; + while (len > 0) + { + size_t part_len = strlen (argz); + argz += part_len + 1; + len -= part_len + 1; + count++; + } + return count; +} +# undef __argz_count +# define __argz_count(argz, len) argz_count__ (argz, len) +#else +# ifdef _LIBC +# define __argz_count(argz, len) INTUSE(__argz_count) (argz, len) +# endif +#endif /* !_LIBC && !HAVE___ARGZ_COUNT */ + +#if !defined _LIBC && !defined HAVE___ARGZ_STRINGIFY +/* Make '\0' separated arg vector ARGZ printable by converting all the '\0's + except the last into the character SEP. */ +static void +argz_stringify__ (char *argz, size_t len, int sep) +{ + while (len > 0) + { + size_t part_len = strlen (argz); + argz += part_len; + len -= part_len + 1; + if (len > 0) + *argz++ = sep; + } +} +# undef __argz_stringify +# define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) +#else +# ifdef _LIBC +# define __argz_stringify(argz, len, sep) \ + INTUSE(__argz_stringify) (argz, len, sep) +# endif +#endif /* !_LIBC && !HAVE___ARGZ_STRINGIFY */ + +#if !defined _LIBC && !defined HAVE___ARGZ_NEXT +static char * +argz_next__ (char *argz, size_t argz_len, const char *entry) +{ + if (entry) + { + if (entry < argz + argz_len) + entry = strchr (entry, '\0') + 1; + + return entry >= argz + argz_len ? NULL : (char *) entry; + } + else + if (argz_len > 0) + return argz; + else + return 0; +} +# undef __argz_next +# define __argz_next(argz, len, entry) argz_next__ (argz, len, entry) +#endif /* !_LIBC && !HAVE___ARGZ_NEXT */ + + +/* Return number of bits set in X. */ +static inline int +pop (int x) +{ + /* We assume that no more than 16 bits are used. */ + x = ((x & ~0x5555) >> 1) + (x & 0x5555); + x = ((x & ~0x3333) >> 2) + (x & 0x3333); + x = ((x >> 4) + x) & 0x0f0f; + x = ((x >> 8) + x) & 0xff; + + return x; +} + + +struct loaded_l10nfile * +_nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list, + const char *dirlist, size_t dirlist_len, + int mask, const char *language, const char *territory, + const char *codeset, const char *normalized_codeset, + const char *modifier, const char *special, + const char *sponsor, const char *revision, + const char *filename, int do_allocate) +{ + char *abs_filename; + struct loaded_l10nfile **lastp; + struct loaded_l10nfile *retval; + char *cp; + size_t dirlist_count; + size_t entries; + int cnt; + + /* If LANGUAGE contains an absolute directory specification, we ignore + DIRLIST. */ + if (IS_ABSOLUTE_PATH (language)) + dirlist_len = 0; + + /* Allocate room for the full file name. */ + abs_filename = (char *) malloc (dirlist_len + + strlen (language) + + ((mask & TERRITORY) != 0 + ? strlen (territory) + 1 : 0) + + ((mask & XPG_CODESET) != 0 + ? strlen (codeset) + 1 : 0) + + ((mask & XPG_NORM_CODESET) != 0 + ? strlen (normalized_codeset) + 1 : 0) + + (((mask & XPG_MODIFIER) != 0 + || (mask & CEN_AUDIENCE) != 0) + ? strlen (modifier) + 1 : 0) + + ((mask & CEN_SPECIAL) != 0 + ? strlen (special) + 1 : 0) + + (((mask & CEN_SPONSOR) != 0 + || (mask & CEN_REVISION) != 0) + ? (1 + ((mask & CEN_SPONSOR) != 0 + ? strlen (sponsor) : 0) + + ((mask & CEN_REVISION) != 0 + ? strlen (revision) + 1 : 0)) : 0) + + 1 + strlen (filename) + 1); + + if (abs_filename == NULL) + return NULL; + + /* Construct file name. */ + cp = abs_filename; + if (dirlist_len > 0) + { + memcpy (cp, dirlist, dirlist_len); + __argz_stringify (cp, dirlist_len, PATH_SEPARATOR); + cp += dirlist_len; + cp[-1] = '/'; + } + + cp = stpcpy (cp, language); + + if ((mask & TERRITORY) != 0) + { + *cp++ = '_'; + cp = stpcpy (cp, territory); + } + if ((mask & XPG_CODESET) != 0) + { + *cp++ = '.'; + cp = stpcpy (cp, codeset); + } + if ((mask & XPG_NORM_CODESET) != 0) + { + *cp++ = '.'; + cp = stpcpy (cp, normalized_codeset); + } + if ((mask & (XPG_MODIFIER | CEN_AUDIENCE)) != 0) + { + /* This component can be part of both syntaces but has different + leading characters. For CEN we use `+', else `@'. */ + *cp++ = (mask & CEN_AUDIENCE) != 0 ? '+' : '@'; + cp = stpcpy (cp, modifier); + } + if ((mask & CEN_SPECIAL) != 0) + { + *cp++ = '+'; + cp = stpcpy (cp, special); + } + if ((mask & (CEN_SPONSOR | CEN_REVISION)) != 0) + { + *cp++ = ','; + if ((mask & CEN_SPONSOR) != 0) + cp = stpcpy (cp, sponsor); + if ((mask & CEN_REVISION) != 0) + { + *cp++ = '_'; + cp = stpcpy (cp, revision); + } + } + + *cp++ = '/'; + stpcpy (cp, filename); + + /* Look in list of already loaded domains whether it is already + available. */ + lastp = l10nfile_list; + for (retval = *l10nfile_list; retval != NULL; retval = retval->next) + if (retval->filename != NULL) + { + int compare = strcmp (retval->filename, abs_filename); + if (compare == 0) + /* We found it! */ + break; + if (compare < 0) + { + /* It's not in the list. */ + retval = NULL; + break; + } + + lastp = &retval->next; + } + + if (retval != NULL || do_allocate == 0) + { + free (abs_filename); + return retval; + } + + dirlist_count = (dirlist_len > 0 ? __argz_count (dirlist, dirlist_len) : 1); + + /* Allocate a new loaded_l10nfile. */ + retval = + (struct loaded_l10nfile *) + malloc (sizeof (*retval) + + (((dirlist_count << pop (mask)) + (dirlist_count > 1 ? 1 : 0)) + * sizeof (struct loaded_l10nfile *))); + if (retval == NULL) + return NULL; + + retval->filename = abs_filename; + + /* We set retval->data to NULL here; it is filled in later. + Setting retval->decided to 1 here means that retval does not + correspond to a real file (dirlist_count > 1) or is not worth + looking up (if an unnormalized codeset was specified). */ + retval->decided = (dirlist_count > 1 + || ((mask & XPG_CODESET) != 0 + && (mask & XPG_NORM_CODESET) != 0)); + retval->data = NULL; + + retval->next = *lastp; + *lastp = retval; + + entries = 0; + /* Recurse to fill the inheritance list of RETVAL. + If the DIRLIST is a real list (i.e. DIRLIST_COUNT > 1), the RETVAL + entry does not correspond to a real file; retval->filename contains + colons. In this case we loop across all elements of DIRLIST and + across all bit patterns dominated by MASK. + If the DIRLIST is a single directory or entirely redundant (i.e. + DIRLIST_COUNT == 1), we loop across all bit patterns dominated by + MASK, excluding MASK itself. + In either case, we loop down from MASK to 0. This has the effect + that the extra bits in the locale name are dropped in this order: + first the modifier, then the territory, then the codeset, then the + normalized_codeset. */ + for (cnt = dirlist_count > 1 ? mask : mask - 1; cnt >= 0; --cnt) + if ((cnt & ~mask) == 0 + && ((cnt & CEN_SPECIFIC) == 0 || (cnt & XPG_SPECIFIC) == 0) + && ((cnt & XPG_CODESET) == 0 || (cnt & XPG_NORM_CODESET) == 0)) + { + if (dirlist_count > 1) + { + /* Iterate over all elements of the DIRLIST. */ + char *dir = NULL; + + while ((dir = __argz_next ((char *) dirlist, dirlist_len, dir)) + != NULL) + retval->successor[entries++] + = _nl_make_l10nflist (l10nfile_list, dir, strlen (dir) + 1, + cnt, language, territory, codeset, + normalized_codeset, modifier, special, + sponsor, revision, filename, 1); + } + else + retval->successor[entries++] + = _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, + cnt, language, territory, codeset, + normalized_codeset, modifier, special, + sponsor, revision, filename, 1); + } + retval->successor[entries] = NULL; + + return retval; +} + +/* Normalize codeset name. There is no standard for the codeset + names. Normalization allows the user to use any of the common + names. The return value is dynamically allocated and has to be + freed by the caller. */ +const char * +_nl_normalize_codeset (const char *codeset, size_t name_len) +{ + int len = 0; + int only_digit = 1; + char *retval; + char *wp; + size_t cnt; + + for (cnt = 0; cnt < name_len; ++cnt) + if (isalnum ((unsigned char) codeset[cnt])) + { + ++len; + + if (isalpha ((unsigned char) codeset[cnt])) + only_digit = 0; + } + + retval = (char *) malloc ((only_digit ? 3 : 0) + len + 1); + + if (retval != NULL) + { + if (only_digit) + wp = stpcpy (retval, "iso"); + else + wp = retval; + + for (cnt = 0; cnt < name_len; ++cnt) + if (isalpha ((unsigned char) codeset[cnt])) + *wp++ = tolower ((unsigned char) codeset[cnt]); + else if (isdigit ((unsigned char) codeset[cnt])) + *wp++ = codeset[cnt]; + + *wp = '\0'; + } + + return (const char *) retval; +} + + +/* @@ begin of epilog @@ */ + +/* We don't want libintl.a to depend on any other library. So we + avoid the non-standard function stpcpy. In GNU C Library this + function is available, though. Also allow the symbol HAVE_STPCPY + to be defined. */ +#if !_LIBC && !HAVE_STPCPY +static char * +stpcpy (char *dest, const char *src) +{ + while ((*dest++ = *src++) != '\0') + /* Do nothing. */ ; + return dest - 1; +} +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/libgnuintl.h.in b/project/jni/application/ltris-1.0.15/intl/libgnuintl.h.in new file mode 100644 index 000000000..3be7eb990 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/libgnuintl.h.in @@ -0,0 +1,383 @@ +/* Message catalogs for internationalization. + Copyright (C) 1995-1997, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _LIBINTL_H +#define _LIBINTL_H 1 + +#include + +/* The LC_MESSAGES locale category is the category used by the functions + gettext() and dgettext(). It is specified in POSIX, but not in ANSI C. + On systems that don't define it, use an arbitrary value instead. + On Solaris, defines __LOCALE_H (or _LOCALE_H in Solaris 2.5) + then includes (i.e. this file!) and then only defines + LC_MESSAGES. To avoid a redefinition warning, don't define LC_MESSAGES + in this case. */ +#if !defined LC_MESSAGES && !(defined __LOCALE_H || (defined _LOCALE_H && defined __sun)) +# define LC_MESSAGES 1729 +#endif + +/* We define an additional symbol to signal that we use the GNU + implementation of gettext. */ +#define __USE_GNU_GETTEXT 1 + +/* Provide information about the supported file formats. Returns the + maximum minor revision number supported for a given major revision. */ +#define __GNU_GETTEXT_SUPPORTED_REVISION(major) \ + ((major) == 0 ? 1 : -1) + +/* Resolve a platform specific conflict on DJGPP. GNU gettext takes + precedence over _conio_gettext. */ +#ifdef __DJGPP__ +# undef gettext +#endif + +#ifdef __cplusplus +extern "C" { +#endif + + +/* We redirect the functions to those prefixed with "libintl_". This is + necessary, because some systems define gettext/textdomain/... in the C + library (namely, Solaris 2.4 and newer, and GNU libc 2.0 and newer). + If we used the unprefixed names, there would be cases where the + definition in the C library would override the one in the libintl.so + shared library. Recall that on ELF systems, the symbols are looked + up in the following order: + 1. in the executable, + 2. in the shared libraries specified on the link command line, in order, + 3. in the dependencies of the shared libraries specified on the link + command line, + 4. in the dlopen()ed shared libraries, in the order in which they were + dlopen()ed. + The definition in the C library would override the one in libintl.so if + either + * -lc is given on the link command line and -lintl isn't, or + * -lc is given on the link command line before -lintl, or + * libintl.so is a dependency of a dlopen()ed shared library but not + linked to the executable at link time. + Since Solaris gettext() behaves differently than GNU gettext(), this + would be unacceptable. + + The redirection happens by default through macros in C, so that &gettext + is independent of the compilation unit, but through inline functions in + C++, in order not to interfere with the name mangling of class fields or + class methods called 'gettext'. */ + +/* The user can define _INTL_REDIRECT_INLINE or _INTL_REDIRECT_MACROS. + If he doesn't, we choose the method. A third possible method is + _INTL_REDIRECT_ASM, supported only by GCC. */ +#if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS) +# if __GNUC__ >= 2 && !defined __APPLE_CC__ && !defined __MINGW32__ && !(__GNUC__ == 2 && defined _AIX) && (defined __STDC__ || defined __cplusplus) +# define _INTL_REDIRECT_ASM +# else +# ifdef __cplusplus +# define _INTL_REDIRECT_INLINE +# else +# define _INTL_REDIRECT_MACROS +# endif +# endif +#endif +/* Auxiliary macros. */ +#ifdef _INTL_REDIRECT_ASM +# define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname)) +# define _INTL_ASMNAME(prefix,cnamestring) _INTL_STRINGIFY (prefix) cnamestring +# define _INTL_STRINGIFY(prefix) #prefix +#else +# define _INTL_ASM(cname) +#endif + +/* Look up MSGID in the current default message catalog for the current + LC_MESSAGES locale. If not found, returns MSGID itself (the default + text). */ +#ifdef _INTL_REDIRECT_INLINE +extern char *libintl_gettext (const char *__msgid); +static inline char *gettext (const char *__msgid) +{ + return libintl_gettext (__msgid); +} +#else +#ifdef _INTL_REDIRECT_MACROS +# define gettext libintl_gettext +#endif +extern char *gettext (const char *__msgid) + _INTL_ASM (libintl_gettext); +#endif + +/* Look up MSGID in the DOMAINNAME message catalog for the current + LC_MESSAGES locale. */ +#ifdef _INTL_REDIRECT_INLINE +extern char *libintl_dgettext (const char *__domainname, const char *__msgid); +static inline char *dgettext (const char *__domainname, const char *__msgid) +{ + return libintl_dgettext (__domainname, __msgid); +} +#else +#ifdef _INTL_REDIRECT_MACROS +# define dgettext libintl_dgettext +#endif +extern char *dgettext (const char *__domainname, const char *__msgid) + _INTL_ASM (libintl_dgettext); +#endif + +/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY + locale. */ +#ifdef _INTL_REDIRECT_INLINE +extern char *libintl_dcgettext (const char *__domainname, const char *__msgid, + int __category); +static inline char *dcgettext (const char *__domainname, const char *__msgid, + int __category) +{ + return libintl_dcgettext (__domainname, __msgid, __category); +} +#else +#ifdef _INTL_REDIRECT_MACROS +# define dcgettext libintl_dcgettext +#endif +extern char *dcgettext (const char *__domainname, const char *__msgid, + int __category) + _INTL_ASM (libintl_dcgettext); +#endif + + +/* Similar to `gettext' but select the plural form corresponding to the + number N. */ +#ifdef _INTL_REDIRECT_INLINE +extern char *libintl_ngettext (const char *__msgid1, const char *__msgid2, + unsigned long int __n); +static inline char *ngettext (const char *__msgid1, const char *__msgid2, + unsigned long int __n) +{ + return libintl_ngettext (__msgid1, __msgid2, __n); +} +#else +#ifdef _INTL_REDIRECT_MACROS +# define ngettext libintl_ngettext +#endif +extern char *ngettext (const char *__msgid1, const char *__msgid2, + unsigned long int __n) + _INTL_ASM (libintl_ngettext); +#endif + +/* Similar to `dgettext' but select the plural form corresponding to the + number N. */ +#ifdef _INTL_REDIRECT_INLINE +extern char *libintl_dngettext (const char *__domainname, const char *__msgid1, + const char *__msgid2, unsigned long int __n); +static inline char *dngettext (const char *__domainname, const char *__msgid1, + const char *__msgid2, unsigned long int __n) +{ + return libintl_dngettext (__domainname, __msgid1, __msgid2, __n); +} +#else +#ifdef _INTL_REDIRECT_MACROS +# define dngettext libintl_dngettext +#endif +extern char *dngettext (const char *__domainname, + const char *__msgid1, const char *__msgid2, + unsigned long int __n) + _INTL_ASM (libintl_dngettext); +#endif + +/* Similar to `dcgettext' but select the plural form corresponding to the + number N. */ +#ifdef _INTL_REDIRECT_INLINE +extern char *libintl_dcngettext (const char *__domainname, + const char *__msgid1, const char *__msgid2, + unsigned long int __n, int __category); +static inline char *dcngettext (const char *__domainname, + const char *__msgid1, const char *__msgid2, + unsigned long int __n, int __category) +{ + return libintl_dcngettext (__domainname, __msgid1, __msgid2, __n, __category); +} +#else +#ifdef _INTL_REDIRECT_MACROS +# define dcngettext libintl_dcngettext +#endif +extern char *dcngettext (const char *__domainname, + const char *__msgid1, const char *__msgid2, + unsigned long int __n, int __category) + _INTL_ASM (libintl_dcngettext); +#endif + + +/* Set the current default message catalog to DOMAINNAME. + If DOMAINNAME is null, return the current default. + If DOMAINNAME is "", reset to the default of "messages". */ +#ifdef _INTL_REDIRECT_INLINE +extern char *libintl_textdomain (const char *__domainname); +static inline char *textdomain (const char *__domainname) +{ + return libintl_textdomain (__domainname); +} +#else +#ifdef _INTL_REDIRECT_MACROS +# define textdomain libintl_textdomain +#endif +extern char *textdomain (const char *__domainname) + _INTL_ASM (libintl_textdomain); +#endif + +/* Specify that the DOMAINNAME message catalog will be found + in DIRNAME rather than in the system locale data base. */ +#ifdef _INTL_REDIRECT_INLINE +extern char *libintl_bindtextdomain (const char *__domainname, + const char *__dirname); +static inline char *bindtextdomain (const char *__domainname, + const char *__dirname) +{ + return libintl_bindtextdomain (__domainname, __dirname); +} +#else +#ifdef _INTL_REDIRECT_MACROS +# define bindtextdomain libintl_bindtextdomain +#endif +extern char *bindtextdomain (const char *__domainname, const char *__dirname) + _INTL_ASM (libintl_bindtextdomain); +#endif + +/* Specify the character encoding in which the messages from the + DOMAINNAME message catalog will be returned. */ +#ifdef _INTL_REDIRECT_INLINE +extern char *libintl_bind_textdomain_codeset (const char *__domainname, + const char *__codeset); +static inline char *bind_textdomain_codeset (const char *__domainname, + const char *__codeset) +{ + return libintl_bind_textdomain_codeset (__domainname, __codeset); +} +#else +#ifdef _INTL_REDIRECT_MACROS +# define bind_textdomain_codeset libintl_bind_textdomain_codeset +#endif +extern char *bind_textdomain_codeset (const char *__domainname, + const char *__codeset) + _INTL_ASM (libintl_bind_textdomain_codeset); +#endif + + +/* Support for format strings with positions in *printf(), following the + POSIX/XSI specification. + Note: These replacements for the *printf() functions are visible only + in source files that #include or #include "gettext.h". + Packages that use *printf() in source files that don't refer to _() + or gettext() but for which the format string could be the return value + of _() or gettext() need to add this #include. Oh well. */ + +#if !@HAVE_POSIX_PRINTF@ + +#include +#include + +/* Get va_list. */ +#if __STDC__ || defined __cplusplus || defined _MSC_VER +# include +#else +# include +#endif + +#undef fprintf +#define fprintf libintl_fprintf +extern int fprintf (FILE *, const char *, ...); +#undef vfprintf +#define vfprintf libintl_vfprintf +extern int vfprintf (FILE *, const char *, va_list); + +#undef printf +#define printf libintl_printf +extern int printf (const char *, ...); +#undef vprintf +#define vprintf libintl_vprintf +extern int vprintf (const char *, va_list); + +#undef sprintf +#define sprintf libintl_sprintf +extern int sprintf (char *, const char *, ...); +#undef vsprintf +#define vsprintf libintl_vsprintf +extern int vsprintf (char *, const char *, va_list); + +#if @HAVE_SNPRINTF@ + +#undef snprintf +#define snprintf libintl_snprintf +extern int snprintf (char *, size_t, const char *, ...); +#undef vsnprintf +#define vsnprintf libintl_vsnprintf +extern int vsnprintf (char *, size_t, const char *, va_list); + +#endif + +#if @HAVE_ASPRINTF@ + +#undef asprintf +#define asprintf libintl_asprintf +extern int asprintf (char **, const char *, ...); +#undef vasprintf +#define vasprintf libintl_vasprintf +extern int vasprintf (char **, const char *, va_list); + +#endif + +#if @HAVE_WPRINTF@ + +#undef fwprintf +#define fwprintf libintl_fwprintf +extern int fwprintf (FILE *, const wchar_t *, ...); +#undef vfwprintf +#define vfwprintf libintl_vfwprintf +extern int vfwprintf (FILE *, const wchar_t *, va_list); + +#undef wprintf +#define wprintf libintl_wprintf +extern int wprintf (const wchar_t *, ...); +#undef vwprintf +#define vwprintf libintl_vwprintf +extern int vwprintf (const wchar_t *, va_list); + +#undef swprintf +#define swprintf libintl_swprintf +extern int swprintf (wchar_t *, size_t, const wchar_t *, ...); +#undef vswprintf +#define vswprintf libintl_vswprintf +extern int vswprintf (wchar_t *, size_t, const wchar_t *, va_list); + +#endif + +#endif + + +/* Support for relocatable packages. */ + +/* Sets the original and the current installation prefix of the package. + Relocation simply replaces a pathname starting with the original prefix + by the corresponding pathname with the current prefix instead. Both + prefixes should be directory names without trailing slash (i.e. use "" + instead of "/"). */ +#define libintl_set_relocation_prefix libintl_set_relocation_prefix +extern void + libintl_set_relocation_prefix (const char *orig_prefix, + const char *curr_prefix); + + +#ifdef __cplusplus +} +#endif + +#endif /* libintl.h */ diff --git a/project/jni/application/ltris-1.0.15/intl/loadinfo.h b/project/jni/application/ltris-1.0.15/intl/loadinfo.h new file mode 100644 index 000000000..65e5ebd1f --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/loadinfo.h @@ -0,0 +1,145 @@ +/* Copyright (C) 1996-1999, 2000-2003 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1996. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _LOADINFO_H +#define _LOADINFO_H 1 + +/* Declarations of locale dependent catalog lookup functions. + Implemented in + + localealias.c Possibly replace a locale name by another. + explodename.c Split a locale name into its various fields. + l10nflist.c Generate a list of filenames of possible message catalogs. + finddomain.c Find and open the relevant message catalogs. + + The main function _nl_find_domain() in finddomain.c is declared + in gettextP.h. + */ + +#ifndef internal_function +# define internal_function +#endif + +/* Tell the compiler when a conditional or integer expression is + almost always true or almost always false. */ +#ifndef HAVE_BUILTIN_EXPECT +# define __builtin_expect(expr, val) (expr) +#endif + +/* Separator in PATH like lists of pathnames. */ +#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__ + /* Win32, OS/2, DOS */ +# define PATH_SEPARATOR ';' +#else + /* Unix */ +# define PATH_SEPARATOR ':' +#endif + +/* Encoding of locale name parts. */ +#define CEN_REVISION 1 +#define CEN_SPONSOR 2 +#define CEN_SPECIAL 4 +#define XPG_NORM_CODESET 8 +#define XPG_CODESET 16 +#define TERRITORY 32 +#define CEN_AUDIENCE 64 +#define XPG_MODIFIER 128 + +#define CEN_SPECIFIC (CEN_REVISION|CEN_SPONSOR|CEN_SPECIAL|CEN_AUDIENCE) +#define XPG_SPECIFIC (XPG_CODESET|XPG_NORM_CODESET|XPG_MODIFIER) + + +struct loaded_l10nfile +{ + const char *filename; + int decided; + + const void *data; + + struct loaded_l10nfile *next; + struct loaded_l10nfile *successor[1]; +}; + + +/* Normalize codeset name. There is no standard for the codeset + names. Normalization allows the user to use any of the common + names. The return value is dynamically allocated and has to be + freed by the caller. */ +extern const char *_nl_normalize_codeset (const char *codeset, + size_t name_len); + +/* Lookup a locale dependent file. + *L10NFILE_LIST denotes a pool of lookup results of locale dependent + files of the same kind, sorted in decreasing order of ->filename. + DIRLIST and DIRLIST_LEN are an argz list of directories in which to + look, containing at least one directory (i.e. DIRLIST_LEN > 0). + MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER, + SPECIAL, SPONSOR, REVISION are the pieces of the locale name, as + produced by _nl_explode_name(). FILENAME is the filename suffix. + The return value is the lookup result, either found in *L10NFILE_LIST, + or - if DO_ALLOCATE is nonzero - freshly allocated, or possibly NULL. + If the return value is non-NULL, it is added to *L10NFILE_LIST, and + its ->next field denotes the chaining inside *L10NFILE_LIST, and + furthermore its ->successor[] field contains a list of other lookup + results from which this lookup result inherits. */ +extern struct loaded_l10nfile * +_nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list, + const char *dirlist, size_t dirlist_len, int mask, + const char *language, const char *territory, + const char *codeset, const char *normalized_codeset, + const char *modifier, const char *special, + const char *sponsor, const char *revision, + const char *filename, int do_allocate); + +/* Lookup the real locale name for a locale alias NAME, or NULL if + NAME is not a locale alias (but possibly a real locale name). + The return value is statically allocated and must not be freed. */ +extern const char *_nl_expand_alias (const char *name); + +/* Split a locale name NAME into its pieces: language, modifier, + territory, codeset, special, sponsor, revision. + NAME gets destructively modified: NUL bytes are inserted here and + there. *LANGUAGE gets assigned NAME. Each of *MODIFIER, *TERRITORY, + *CODESET, *SPECIAL, *SPONSOR, *REVISION gets assigned either a + pointer into the old NAME string, or NULL. *NORMALIZED_CODESET + gets assigned the expanded *CODESET, if it is different from *CODESET; + this one is dynamically allocated and has to be freed by the caller. + The return value is a bitmask, where each bit corresponds to one + filled-in value: + XPG_MODIFIER, CEN_AUDIENCE for *MODIFIER, + TERRITORY for *TERRITORY, + XPG_CODESET for *CODESET, + XPG_NORM_CODESET for *NORMALIZED_CODESET, + CEN_SPECIAL for *SPECIAL, + CEN_SPONSOR for *SPONSOR, + CEN_REVISION for *REVISION. + */ +extern int _nl_explode_name (char *name, const char **language, + const char **modifier, const char **territory, + const char **codeset, + const char **normalized_codeset, + const char **special, const char **sponsor, + const char **revision); + +/* Split a locale name NAME into a leading language part and all the + rest. Return a pointer to the first character after the language, + i.e. to the first byte of the rest. */ +extern char *_nl_find_language (const char *name); + +#endif /* loadinfo.h */ diff --git a/project/jni/application/ltris-1.0.15/intl/loadmsgcat.c b/project/jni/application/ltris-1.0.15/intl/loadmsgcat.c new file mode 100644 index 000000000..99c51b4c5 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/loadmsgcat.c @@ -0,0 +1,1420 @@ +/* Load needed message catalogs. + Copyright (C) 1995-1999, 2000-2004 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* Tell glibc's to provide a prototype for mempcpy(). + This must come before because may include + , and once has been included, it's too late. */ +#ifndef _GNU_SOURCE +# define _GNU_SOURCE 1 +#endif + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include +#include +#include +#include + +#ifdef __GNUC__ +# undef alloca +# define alloca __builtin_alloca +# define HAVE_ALLOCA 1 +#else +# ifdef _MSC_VER +# include +# define alloca _alloca +# else +# if defined HAVE_ALLOCA_H || defined _LIBC +# include +# else +# ifdef _AIX + #pragma alloca +# else +# ifndef alloca +char *alloca (); +# endif +# endif +# endif +# endif +#endif + +#include +#include + +#if defined HAVE_UNISTD_H || defined _LIBC +# include +#endif + +#ifdef _LIBC +# include +# include +#endif + +#if (defined HAVE_MMAP && defined HAVE_MUNMAP && !defined DISALLOW_MMAP) \ + || (defined _LIBC && defined _POSIX_MAPPED_FILES) +# include +# undef HAVE_MMAP +# define HAVE_MMAP 1 +#else +# undef HAVE_MMAP +#endif + +#if defined HAVE_STDINT_H_WITH_UINTMAX || defined _LIBC +# include +#endif +#if defined HAVE_INTTYPES_H || defined _LIBC +# include +#endif + +#include "gmo.h" +#include "gettextP.h" +#include "hash-string.h" +#include "plural-exp.h" + +#ifdef _LIBC +# include "../locale/localeinfo.h" +#endif + +/* Provide fallback values for macros that ought to be defined in . + Note that our fallback values need not be literal strings, because we don't + use them with preprocessor string concatenation. */ +#if !defined PRId8 || PRI_MACROS_BROKEN +# undef PRId8 +# define PRId8 "d" +#endif +#if !defined PRIi8 || PRI_MACROS_BROKEN +# undef PRIi8 +# define PRIi8 "i" +#endif +#if !defined PRIo8 || PRI_MACROS_BROKEN +# undef PRIo8 +# define PRIo8 "o" +#endif +#if !defined PRIu8 || PRI_MACROS_BROKEN +# undef PRIu8 +# define PRIu8 "u" +#endif +#if !defined PRIx8 || PRI_MACROS_BROKEN +# undef PRIx8 +# define PRIx8 "x" +#endif +#if !defined PRIX8 || PRI_MACROS_BROKEN +# undef PRIX8 +# define PRIX8 "X" +#endif +#if !defined PRId16 || PRI_MACROS_BROKEN +# undef PRId16 +# define PRId16 "d" +#endif +#if !defined PRIi16 || PRI_MACROS_BROKEN +# undef PRIi16 +# define PRIi16 "i" +#endif +#if !defined PRIo16 || PRI_MACROS_BROKEN +# undef PRIo16 +# define PRIo16 "o" +#endif +#if !defined PRIu16 || PRI_MACROS_BROKEN +# undef PRIu16 +# define PRIu16 "u" +#endif +#if !defined PRIx16 || PRI_MACROS_BROKEN +# undef PRIx16 +# define PRIx16 "x" +#endif +#if !defined PRIX16 || PRI_MACROS_BROKEN +# undef PRIX16 +# define PRIX16 "X" +#endif +#if !defined PRId32 || PRI_MACROS_BROKEN +# undef PRId32 +# define PRId32 "d" +#endif +#if !defined PRIi32 || PRI_MACROS_BROKEN +# undef PRIi32 +# define PRIi32 "i" +#endif +#if !defined PRIo32 || PRI_MACROS_BROKEN +# undef PRIo32 +# define PRIo32 "o" +#endif +#if !defined PRIu32 || PRI_MACROS_BROKEN +# undef PRIu32 +# define PRIu32 "u" +#endif +#if !defined PRIx32 || PRI_MACROS_BROKEN +# undef PRIx32 +# define PRIx32 "x" +#endif +#if !defined PRIX32 || PRI_MACROS_BROKEN +# undef PRIX32 +# define PRIX32 "X" +#endif +#if !defined PRId64 || PRI_MACROS_BROKEN +# undef PRId64 +# define PRId64 (sizeof (long) == 8 ? "ld" : "lld") +#endif +#if !defined PRIi64 || PRI_MACROS_BROKEN +# undef PRIi64 +# define PRIi64 (sizeof (long) == 8 ? "li" : "lli") +#endif +#if !defined PRIo64 || PRI_MACROS_BROKEN +# undef PRIo64 +# define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") +#endif +#if !defined PRIu64 || PRI_MACROS_BROKEN +# undef PRIu64 +# define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") +#endif +#if !defined PRIx64 || PRI_MACROS_BROKEN +# undef PRIx64 +# define PRIx64 (sizeof (long) == 8 ? "lx" : "llx") +#endif +#if !defined PRIX64 || PRI_MACROS_BROKEN +# undef PRIX64 +# define PRIX64 (sizeof (long) == 8 ? "lX" : "llX") +#endif +#if !defined PRIdLEAST8 || PRI_MACROS_BROKEN +# undef PRIdLEAST8 +# define PRIdLEAST8 "d" +#endif +#if !defined PRIiLEAST8 || PRI_MACROS_BROKEN +# undef PRIiLEAST8 +# define PRIiLEAST8 "i" +#endif +#if !defined PRIoLEAST8 || PRI_MACROS_BROKEN +# undef PRIoLEAST8 +# define PRIoLEAST8 "o" +#endif +#if !defined PRIuLEAST8 || PRI_MACROS_BROKEN +# undef PRIuLEAST8 +# define PRIuLEAST8 "u" +#endif +#if !defined PRIxLEAST8 || PRI_MACROS_BROKEN +# undef PRIxLEAST8 +# define PRIxLEAST8 "x" +#endif +#if !defined PRIXLEAST8 || PRI_MACROS_BROKEN +# undef PRIXLEAST8 +# define PRIXLEAST8 "X" +#endif +#if !defined PRIdLEAST16 || PRI_MACROS_BROKEN +# undef PRIdLEAST16 +# define PRIdLEAST16 "d" +#endif +#if !defined PRIiLEAST16 || PRI_MACROS_BROKEN +# undef PRIiLEAST16 +# define PRIiLEAST16 "i" +#endif +#if !defined PRIoLEAST16 || PRI_MACROS_BROKEN +# undef PRIoLEAST16 +# define PRIoLEAST16 "o" +#endif +#if !defined PRIuLEAST16 || PRI_MACROS_BROKEN +# undef PRIuLEAST16 +# define PRIuLEAST16 "u" +#endif +#if !defined PRIxLEAST16 || PRI_MACROS_BROKEN +# undef PRIxLEAST16 +# define PRIxLEAST16 "x" +#endif +#if !defined PRIXLEAST16 || PRI_MACROS_BROKEN +# undef PRIXLEAST16 +# define PRIXLEAST16 "X" +#endif +#if !defined PRIdLEAST32 || PRI_MACROS_BROKEN +# undef PRIdLEAST32 +# define PRIdLEAST32 "d" +#endif +#if !defined PRIiLEAST32 || PRI_MACROS_BROKEN +# undef PRIiLEAST32 +# define PRIiLEAST32 "i" +#endif +#if !defined PRIoLEAST32 || PRI_MACROS_BROKEN +# undef PRIoLEAST32 +# define PRIoLEAST32 "o" +#endif +#if !defined PRIuLEAST32 || PRI_MACROS_BROKEN +# undef PRIuLEAST32 +# define PRIuLEAST32 "u" +#endif +#if !defined PRIxLEAST32 || PRI_MACROS_BROKEN +# undef PRIxLEAST32 +# define PRIxLEAST32 "x" +#endif +#if !defined PRIXLEAST32 || PRI_MACROS_BROKEN +# undef PRIXLEAST32 +# define PRIXLEAST32 "X" +#endif +#if !defined PRIdLEAST64 || PRI_MACROS_BROKEN +# undef PRIdLEAST64 +# define PRIdLEAST64 PRId64 +#endif +#if !defined PRIiLEAST64 || PRI_MACROS_BROKEN +# undef PRIiLEAST64 +# define PRIiLEAST64 PRIi64 +#endif +#if !defined PRIoLEAST64 || PRI_MACROS_BROKEN +# undef PRIoLEAST64 +# define PRIoLEAST64 PRIo64 +#endif +#if !defined PRIuLEAST64 || PRI_MACROS_BROKEN +# undef PRIuLEAST64 +# define PRIuLEAST64 PRIu64 +#endif +#if !defined PRIxLEAST64 || PRI_MACROS_BROKEN +# undef PRIxLEAST64 +# define PRIxLEAST64 PRIx64 +#endif +#if !defined PRIXLEAST64 || PRI_MACROS_BROKEN +# undef PRIXLEAST64 +# define PRIXLEAST64 PRIX64 +#endif +#if !defined PRIdFAST8 || PRI_MACROS_BROKEN +# undef PRIdFAST8 +# define PRIdFAST8 "d" +#endif +#if !defined PRIiFAST8 || PRI_MACROS_BROKEN +# undef PRIiFAST8 +# define PRIiFAST8 "i" +#endif +#if !defined PRIoFAST8 || PRI_MACROS_BROKEN +# undef PRIoFAST8 +# define PRIoFAST8 "o" +#endif +#if !defined PRIuFAST8 || PRI_MACROS_BROKEN +# undef PRIuFAST8 +# define PRIuFAST8 "u" +#endif +#if !defined PRIxFAST8 || PRI_MACROS_BROKEN +# undef PRIxFAST8 +# define PRIxFAST8 "x" +#endif +#if !defined PRIXFAST8 || PRI_MACROS_BROKEN +# undef PRIXFAST8 +# define PRIXFAST8 "X" +#endif +#if !defined PRIdFAST16 || PRI_MACROS_BROKEN +# undef PRIdFAST16 +# define PRIdFAST16 "d" +#endif +#if !defined PRIiFAST16 || PRI_MACROS_BROKEN +# undef PRIiFAST16 +# define PRIiFAST16 "i" +#endif +#if !defined PRIoFAST16 || PRI_MACROS_BROKEN +# undef PRIoFAST16 +# define PRIoFAST16 "o" +#endif +#if !defined PRIuFAST16 || PRI_MACROS_BROKEN +# undef PRIuFAST16 +# define PRIuFAST16 "u" +#endif +#if !defined PRIxFAST16 || PRI_MACROS_BROKEN +# undef PRIxFAST16 +# define PRIxFAST16 "x" +#endif +#if !defined PRIXFAST16 || PRI_MACROS_BROKEN +# undef PRIXFAST16 +# define PRIXFAST16 "X" +#endif +#if !defined PRIdFAST32 || PRI_MACROS_BROKEN +# undef PRIdFAST32 +# define PRIdFAST32 "d" +#endif +#if !defined PRIiFAST32 || PRI_MACROS_BROKEN +# undef PRIiFAST32 +# define PRIiFAST32 "i" +#endif +#if !defined PRIoFAST32 || PRI_MACROS_BROKEN +# undef PRIoFAST32 +# define PRIoFAST32 "o" +#endif +#if !defined PRIuFAST32 || PRI_MACROS_BROKEN +# undef PRIuFAST32 +# define PRIuFAST32 "u" +#endif +#if !defined PRIxFAST32 || PRI_MACROS_BROKEN +# undef PRIxFAST32 +# define PRIxFAST32 "x" +#endif +#if !defined PRIXFAST32 || PRI_MACROS_BROKEN +# undef PRIXFAST32 +# define PRIXFAST32 "X" +#endif +#if !defined PRIdFAST64 || PRI_MACROS_BROKEN +# undef PRIdFAST64 +# define PRIdFAST64 PRId64 +#endif +#if !defined PRIiFAST64 || PRI_MACROS_BROKEN +# undef PRIiFAST64 +# define PRIiFAST64 PRIi64 +#endif +#if !defined PRIoFAST64 || PRI_MACROS_BROKEN +# undef PRIoFAST64 +# define PRIoFAST64 PRIo64 +#endif +#if !defined PRIuFAST64 || PRI_MACROS_BROKEN +# undef PRIuFAST64 +# define PRIuFAST64 PRIu64 +#endif +#if !defined PRIxFAST64 || PRI_MACROS_BROKEN +# undef PRIxFAST64 +# define PRIxFAST64 PRIx64 +#endif +#if !defined PRIXFAST64 || PRI_MACROS_BROKEN +# undef PRIXFAST64 +# define PRIXFAST64 PRIX64 +#endif +#if !defined PRIdMAX || PRI_MACROS_BROKEN +# undef PRIdMAX +# define PRIdMAX (sizeof (uintmax_t) == sizeof (long) ? "ld" : "lld") +#endif +#if !defined PRIiMAX || PRI_MACROS_BROKEN +# undef PRIiMAX +# define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli") +#endif +#if !defined PRIoMAX || PRI_MACROS_BROKEN +# undef PRIoMAX +# define PRIoMAX (sizeof (uintmax_t) == sizeof (long) ? "lo" : "llo") +#endif +#if !defined PRIuMAX || PRI_MACROS_BROKEN +# undef PRIuMAX +# define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu") +#endif +#if !defined PRIxMAX || PRI_MACROS_BROKEN +# undef PRIxMAX +# define PRIxMAX (sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx") +#endif +#if !defined PRIXMAX || PRI_MACROS_BROKEN +# undef PRIXMAX +# define PRIXMAX (sizeof (uintmax_t) == sizeof (long) ? "lX" : "llX") +#endif +#if !defined PRIdPTR || PRI_MACROS_BROKEN +# undef PRIdPTR +# define PRIdPTR \ + (sizeof (void *) == sizeof (long) ? "ld" : \ + sizeof (void *) == sizeof (int) ? "d" : \ + "lld") +#endif +#if !defined PRIiPTR || PRI_MACROS_BROKEN +# undef PRIiPTR +# define PRIiPTR \ + (sizeof (void *) == sizeof (long) ? "li" : \ + sizeof (void *) == sizeof (int) ? "i" : \ + "lli") +#endif +#if !defined PRIoPTR || PRI_MACROS_BROKEN +# undef PRIoPTR +# define PRIoPTR \ + (sizeof (void *) == sizeof (long) ? "lo" : \ + sizeof (void *) == sizeof (int) ? "o" : \ + "llo") +#endif +#if !defined PRIuPTR || PRI_MACROS_BROKEN +# undef PRIuPTR +# define PRIuPTR \ + (sizeof (void *) == sizeof (long) ? "lu" : \ + sizeof (void *) == sizeof (int) ? "u" : \ + "llu") +#endif +#if !defined PRIxPTR || PRI_MACROS_BROKEN +# undef PRIxPTR +# define PRIxPTR \ + (sizeof (void *) == sizeof (long) ? "lx" : \ + sizeof (void *) == sizeof (int) ? "x" : \ + "llx") +#endif +#if !defined PRIXPTR || PRI_MACROS_BROKEN +# undef PRIXPTR +# define PRIXPTR \ + (sizeof (void *) == sizeof (long) ? "lX" : \ + sizeof (void *) == sizeof (int) ? "X" : \ + "llX") +#endif + +/* @@ end of prolog @@ */ + +#ifdef _LIBC +/* Rename the non ISO C functions. This is required by the standard + because some ISO C functions will require linking with this object + file and the name space must not be polluted. */ +# define open __open +# define close __close +# define read __read +# define mmap __mmap +# define munmap __munmap +#endif + +/* For those losing systems which don't have `alloca' we have to add + some additional code emulating it. */ +#ifdef HAVE_ALLOCA +# define freea(p) /* nothing */ +#else +# define alloca(n) malloc (n) +# define freea(p) free (p) +#endif + +/* For systems that distinguish between text and binary I/O. + O_BINARY is usually declared in . */ +#if !defined O_BINARY && defined _O_BINARY + /* For MSC-compatible compilers. */ +# define O_BINARY _O_BINARY +# define O_TEXT _O_TEXT +#endif +#ifdef __BEOS__ + /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */ +# undef O_BINARY +# undef O_TEXT +#endif +/* On reasonable systems, binary I/O is the default. */ +#ifndef O_BINARY +# define O_BINARY 0 +#endif + + +/* We need a sign, whether a new catalog was loaded, which can be associated + with all translations. This is important if the translations are + cached by one of GCC's features. */ +int _nl_msg_cat_cntr; + + +/* Expand a system dependent string segment. Return NULL if unsupported. */ +static const char * +get_sysdep_segment_value (const char *name) +{ + /* Test for an ISO C 99 section 7.8.1 format string directive. + Syntax: + P R I { d | i | o | u | x | X } + { { | LEAST | FAST } { 8 | 16 | 32 | 64 } | MAX | PTR } */ + /* We don't use a table of 14 times 6 'const char *' strings here, because + data relocations cost startup time. */ + if (name[0] == 'P' && name[1] == 'R' && name[2] == 'I') + { + if (name[3] == 'd' || name[3] == 'i' || name[3] == 'o' || name[3] == 'u' + || name[3] == 'x' || name[3] == 'X') + { + if (name[4] == '8' && name[5] == '\0') + { + if (name[3] == 'd') + return PRId8; + if (name[3] == 'i') + return PRIi8; + if (name[3] == 'o') + return PRIo8; + if (name[3] == 'u') + return PRIu8; + if (name[3] == 'x') + return PRIx8; + if (name[3] == 'X') + return PRIX8; + abort (); + } + if (name[4] == '1' && name[5] == '6' && name[6] == '\0') + { + if (name[3] == 'd') + return PRId16; + if (name[3] == 'i') + return PRIi16; + if (name[3] == 'o') + return PRIo16; + if (name[3] == 'u') + return PRIu16; + if (name[3] == 'x') + return PRIx16; + if (name[3] == 'X') + return PRIX16; + abort (); + } + if (name[4] == '3' && name[5] == '2' && name[6] == '\0') + { + if (name[3] == 'd') + return PRId32; + if (name[3] == 'i') + return PRIi32; + if (name[3] == 'o') + return PRIo32; + if (name[3] == 'u') + return PRIu32; + if (name[3] == 'x') + return PRIx32; + if (name[3] == 'X') + return PRIX32; + abort (); + } + if (name[4] == '6' && name[5] == '4' && name[6] == '\0') + { + if (name[3] == 'd') + return PRId64; + if (name[3] == 'i') + return PRIi64; + if (name[3] == 'o') + return PRIo64; + if (name[3] == 'u') + return PRIu64; + if (name[3] == 'x') + return PRIx64; + if (name[3] == 'X') + return PRIX64; + abort (); + } + if (name[4] == 'L' && name[5] == 'E' && name[6] == 'A' + && name[7] == 'S' && name[8] == 'T') + { + if (name[9] == '8' && name[10] == '\0') + { + if (name[3] == 'd') + return PRIdLEAST8; + if (name[3] == 'i') + return PRIiLEAST8; + if (name[3] == 'o') + return PRIoLEAST8; + if (name[3] == 'u') + return PRIuLEAST8; + if (name[3] == 'x') + return PRIxLEAST8; + if (name[3] == 'X') + return PRIXLEAST8; + abort (); + } + if (name[9] == '1' && name[10] == '6' && name[11] == '\0') + { + if (name[3] == 'd') + return PRIdLEAST16; + if (name[3] == 'i') + return PRIiLEAST16; + if (name[3] == 'o') + return PRIoLEAST16; + if (name[3] == 'u') + return PRIuLEAST16; + if (name[3] == 'x') + return PRIxLEAST16; + if (name[3] == 'X') + return PRIXLEAST16; + abort (); + } + if (name[9] == '3' && name[10] == '2' && name[11] == '\0') + { + if (name[3] == 'd') + return PRIdLEAST32; + if (name[3] == 'i') + return PRIiLEAST32; + if (name[3] == 'o') + return PRIoLEAST32; + if (name[3] == 'u') + return PRIuLEAST32; + if (name[3] == 'x') + return PRIxLEAST32; + if (name[3] == 'X') + return PRIXLEAST32; + abort (); + } + if (name[9] == '6' && name[10] == '4' && name[11] == '\0') + { + if (name[3] == 'd') + return PRIdLEAST64; + if (name[3] == 'i') + return PRIiLEAST64; + if (name[3] == 'o') + return PRIoLEAST64; + if (name[3] == 'u') + return PRIuLEAST64; + if (name[3] == 'x') + return PRIxLEAST64; + if (name[3] == 'X') + return PRIXLEAST64; + abort (); + } + } + if (name[4] == 'F' && name[5] == 'A' && name[6] == 'S' + && name[7] == 'T') + { + if (name[8] == '8' && name[9] == '\0') + { + if (name[3] == 'd') + return PRIdFAST8; + if (name[3] == 'i') + return PRIiFAST8; + if (name[3] == 'o') + return PRIoFAST8; + if (name[3] == 'u') + return PRIuFAST8; + if (name[3] == 'x') + return PRIxFAST8; + if (name[3] == 'X') + return PRIXFAST8; + abort (); + } + if (name[8] == '1' && name[9] == '6' && name[10] == '\0') + { + if (name[3] == 'd') + return PRIdFAST16; + if (name[3] == 'i') + return PRIiFAST16; + if (name[3] == 'o') + return PRIoFAST16; + if (name[3] == 'u') + return PRIuFAST16; + if (name[3] == 'x') + return PRIxFAST16; + if (name[3] == 'X') + return PRIXFAST16; + abort (); + } + if (name[8] == '3' && name[9] == '2' && name[10] == '\0') + { + if (name[3] == 'd') + return PRIdFAST32; + if (name[3] == 'i') + return PRIiFAST32; + if (name[3] == 'o') + return PRIoFAST32; + if (name[3] == 'u') + return PRIuFAST32; + if (name[3] == 'x') + return PRIxFAST32; + if (name[3] == 'X') + return PRIXFAST32; + abort (); + } + if (name[8] == '6' && name[9] == '4' && name[10] == '\0') + { + if (name[3] == 'd') + return PRIdFAST64; + if (name[3] == 'i') + return PRIiFAST64; + if (name[3] == 'o') + return PRIoFAST64; + if (name[3] == 'u') + return PRIuFAST64; + if (name[3] == 'x') + return PRIxFAST64; + if (name[3] == 'X') + return PRIXFAST64; + abort (); + } + } + if (name[4] == 'M' && name[5] == 'A' && name[6] == 'X' + && name[7] == '\0') + { + if (name[3] == 'd') + return PRIdMAX; + if (name[3] == 'i') + return PRIiMAX; + if (name[3] == 'o') + return PRIoMAX; + if (name[3] == 'u') + return PRIuMAX; + if (name[3] == 'x') + return PRIxMAX; + if (name[3] == 'X') + return PRIXMAX; + abort (); + } + if (name[4] == 'P' && name[5] == 'T' && name[6] == 'R' + && name[7] == '\0') + { + if (name[3] == 'd') + return PRIdPTR; + if (name[3] == 'i') + return PRIiPTR; + if (name[3] == 'o') + return PRIoPTR; + if (name[3] == 'u') + return PRIuPTR; + if (name[3] == 'x') + return PRIxPTR; + if (name[3] == 'X') + return PRIXPTR; + abort (); + } + } + } + /* Test for a glibc specific printf() format directive flag. */ + if (name[0] == 'I' && name[1] == '\0') + { +#if defined _LIBC || __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) + /* The 'I' flag, in numeric format directives, replaces ASCII digits + with the 'outdigits' defined in the LC_CTYPE locale facet. This is + used for Farsi (Persian) and maybe Arabic. */ + return "I"; +#else + return ""; +#endif + } + /* Other system dependent strings are not valid. */ + return NULL; +} + +/* Initialize the codeset dependent parts of an opened message catalog. + Return the header entry. */ +const char * +internal_function +_nl_init_domain_conv (struct loaded_l10nfile *domain_file, + struct loaded_domain *domain, + struct binding *domainbinding) +{ + /* Find out about the character set the file is encoded with. + This can be found (in textual form) in the entry "". If this + entry does not exist or if this does not contain the `charset=' + information, we will assume the charset matches the one the + current locale and we don't have to perform any conversion. */ + char *nullentry; + size_t nullentrylen; + + /* Preinitialize fields, to avoid recursion during _nl_find_msg. */ + domain->codeset_cntr = + (domainbinding != NULL ? domainbinding->codeset_cntr : 0); +#ifdef _LIBC + domain->conv = (__gconv_t) -1; +#else +# if HAVE_ICONV + domain->conv = (iconv_t) -1; +# endif +#endif + domain->conv_tab = NULL; + + /* Get the header entry. */ + nullentry = _nl_find_msg (domain_file, domainbinding, "", &nullentrylen); + + if (nullentry != NULL) + { +#if defined _LIBC || HAVE_ICONV + const char *charsetstr; + + charsetstr = strstr (nullentry, "charset="); + if (charsetstr != NULL) + { + size_t len; + char *charset; + const char *outcharset; + + charsetstr += strlen ("charset="); + len = strcspn (charsetstr, " \t\n"); + + charset = (char *) alloca (len + 1); +# if defined _LIBC || HAVE_MEMPCPY + *((char *) mempcpy (charset, charsetstr, len)) = '\0'; +# else + memcpy (charset, charsetstr, len); + charset[len] = '\0'; +# endif + + /* The output charset should normally be determined by the + locale. But sometimes the locale is not used or not correctly + set up, so we provide a possibility for the user to override + this. Moreover, the value specified through + bind_textdomain_codeset overrides both. */ + if (domainbinding != NULL && domainbinding->codeset != NULL) + outcharset = domainbinding->codeset; + else + { + outcharset = getenv ("OUTPUT_CHARSET"); + if (outcharset == NULL || outcharset[0] == '\0') + { +# ifdef _LIBC + outcharset = _NL_CURRENT (LC_CTYPE, CODESET); +# else +# if HAVE_ICONV + extern const char *locale_charset (void); + outcharset = locale_charset (); +# endif +# endif + } + } + +# ifdef _LIBC + /* We always want to use transliteration. */ + outcharset = norm_add_slashes (outcharset, "TRANSLIT"); + charset = norm_add_slashes (charset, NULL); + if (__gconv_open (outcharset, charset, &domain->conv, + GCONV_AVOID_NOCONV) + != __GCONV_OK) + domain->conv = (__gconv_t) -1; +# else +# if HAVE_ICONV + /* When using GNU libc >= 2.2 or GNU libiconv >= 1.5, + we want to use transliteration. */ +# if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) || __GLIBC__ > 2 \ + || _LIBICONV_VERSION >= 0x0105 + if (strchr (outcharset, '/') == NULL) + { + char *tmp; + + len = strlen (outcharset); + tmp = (char *) alloca (len + 10 + 1); + memcpy (tmp, outcharset, len); + memcpy (tmp + len, "//TRANSLIT", 10 + 1); + outcharset = tmp; + + domain->conv = iconv_open (outcharset, charset); + + freea (outcharset); + } + else +# endif + domain->conv = iconv_open (outcharset, charset); +# endif +# endif + + freea (charset); + } +#endif /* _LIBC || HAVE_ICONV */ + } + + return nullentry; +} + +/* Frees the codeset dependent parts of an opened message catalog. */ +void +internal_function +_nl_free_domain_conv (struct loaded_domain *domain) +{ + if (domain->conv_tab != NULL && domain->conv_tab != (char **) -1) + free (domain->conv_tab); + +#ifdef _LIBC + if (domain->conv != (__gconv_t) -1) + __gconv_close (domain->conv); +#else +# if HAVE_ICONV + if (domain->conv != (iconv_t) -1) + iconv_close (domain->conv); +# endif +#endif +} + +/* Load the message catalogs specified by FILENAME. If it is no valid + message catalog do nothing. */ +void +internal_function +_nl_load_domain (struct loaded_l10nfile *domain_file, + struct binding *domainbinding) +{ + int fd; + size_t size; +#ifdef _LIBC + struct stat64 st; +#else + struct stat st; +#endif + struct mo_file_header *data = (struct mo_file_header *) -1; + int use_mmap = 0; + struct loaded_domain *domain; + int revision; + const char *nullentry; + + domain_file->decided = 1; + domain_file->data = NULL; + + /* Note that it would be useless to store domainbinding in domain_file + because domainbinding might be == NULL now but != NULL later (after + a call to bind_textdomain_codeset). */ + + /* If the record does not represent a valid locale the FILENAME + might be NULL. This can happen when according to the given + specification the locale file name is different for XPG and CEN + syntax. */ + if (domain_file->filename == NULL) + return; + + /* Try to open the addressed file. */ + fd = open (domain_file->filename, O_RDONLY | O_BINARY); + if (fd == -1) + return; + + /* We must know about the size of the file. */ + if ( +#ifdef _LIBC + __builtin_expect (fstat64 (fd, &st) != 0, 0) +#else + __builtin_expect (fstat (fd, &st) != 0, 0) +#endif + || __builtin_expect ((size = (size_t) st.st_size) != st.st_size, 0) + || __builtin_expect (size < sizeof (struct mo_file_header), 0)) + { + /* Something went wrong. */ + close (fd); + return; + } + +#ifdef HAVE_MMAP + /* Now we are ready to load the file. If mmap() is available we try + this first. If not available or it failed we try to load it. */ + data = (struct mo_file_header *) mmap (NULL, size, PROT_READ, + MAP_PRIVATE, fd, 0); + + if (__builtin_expect (data != (struct mo_file_header *) -1, 1)) + { + /* mmap() call was successful. */ + close (fd); + use_mmap = 1; + } +#endif + + /* If the data is not yet available (i.e. mmap'ed) we try to load + it manually. */ + if (data == (struct mo_file_header *) -1) + { + size_t to_read; + char *read_ptr; + + data = (struct mo_file_header *) malloc (size); + if (data == NULL) + return; + + to_read = size; + read_ptr = (char *) data; + do + { + long int nb = (long int) read (fd, read_ptr, to_read); + if (nb <= 0) + { +#ifdef EINTR + if (nb == -1 && errno == EINTR) + continue; +#endif + close (fd); + return; + } + read_ptr += nb; + to_read -= nb; + } + while (to_read > 0); + + close (fd); + } + + /* Using the magic number we can test whether it really is a message + catalog file. */ + if (__builtin_expect (data->magic != _MAGIC && data->magic != _MAGIC_SWAPPED, + 0)) + { + /* The magic number is wrong: not a message catalog file. */ +#ifdef HAVE_MMAP + if (use_mmap) + munmap ((caddr_t) data, size); + else +#endif + free (data); + return; + } + + domain = (struct loaded_domain *) malloc (sizeof (struct loaded_domain)); + if (domain == NULL) + return; + domain_file->data = domain; + + domain->data = (char *) data; + domain->use_mmap = use_mmap; + domain->mmap_size = size; + domain->must_swap = data->magic != _MAGIC; + domain->malloced = NULL; + + /* Fill in the information about the available tables. */ + revision = W (domain->must_swap, data->revision); + /* We support only the major revisions 0 and 1. */ + switch (revision >> 16) + { + case 0: + case 1: + domain->nstrings = W (domain->must_swap, data->nstrings); + domain->orig_tab = (const struct string_desc *) + ((char *) data + W (domain->must_swap, data->orig_tab_offset)); + domain->trans_tab = (const struct string_desc *) + ((char *) data + W (domain->must_swap, data->trans_tab_offset)); + domain->hash_size = W (domain->must_swap, data->hash_tab_size); + domain->hash_tab = + (domain->hash_size > 2 + ? (const nls_uint32 *) + ((char *) data + W (domain->must_swap, data->hash_tab_offset)) + : NULL); + domain->must_swap_hash_tab = domain->must_swap; + + /* Now dispatch on the minor revision. */ + switch (revision & 0xffff) + { + case 0: + domain->n_sysdep_strings = 0; + domain->orig_sysdep_tab = NULL; + domain->trans_sysdep_tab = NULL; + break; + case 1: + default: + { + nls_uint32 n_sysdep_strings; + + if (domain->hash_tab == NULL) + /* This is invalid. These minor revisions need a hash table. */ + goto invalid; + + n_sysdep_strings = + W (domain->must_swap, data->n_sysdep_strings); + if (n_sysdep_strings > 0) + { + nls_uint32 n_sysdep_segments; + const struct sysdep_segment *sysdep_segments; + const char **sysdep_segment_values; + const nls_uint32 *orig_sysdep_tab; + const nls_uint32 *trans_sysdep_tab; + nls_uint32 n_inmem_sysdep_strings; + size_t memneed; + char *mem; + struct sysdep_string_desc *inmem_orig_sysdep_tab; + struct sysdep_string_desc *inmem_trans_sysdep_tab; + nls_uint32 *inmem_hash_tab; + unsigned int i, j; + + /* Get the values of the system dependent segments. */ + n_sysdep_segments = + W (domain->must_swap, data->n_sysdep_segments); + sysdep_segments = (const struct sysdep_segment *) + ((char *) data + + W (domain->must_swap, data->sysdep_segments_offset)); + sysdep_segment_values = + alloca (n_sysdep_segments * sizeof (const char *)); + for (i = 0; i < n_sysdep_segments; i++) + { + const char *name = + (char *) data + + W (domain->must_swap, sysdep_segments[i].offset); + nls_uint32 namelen = + W (domain->must_swap, sysdep_segments[i].length); + + if (!(namelen > 0 && name[namelen - 1] == '\0')) + { + freea (sysdep_segment_values); + goto invalid; + } + + sysdep_segment_values[i] = get_sysdep_segment_value (name); + } + + orig_sysdep_tab = (const nls_uint32 *) + ((char *) data + + W (domain->must_swap, data->orig_sysdep_tab_offset)); + trans_sysdep_tab = (const nls_uint32 *) + ((char *) data + + W (domain->must_swap, data->trans_sysdep_tab_offset)); + + /* Compute the amount of additional memory needed for the + system dependent strings and the augmented hash table. + At the same time, also drop string pairs which refer to + an undefined system dependent segment. */ + n_inmem_sysdep_strings = 0; + memneed = domain->hash_size * sizeof (nls_uint32); + for (i = 0; i < n_sysdep_strings; i++) + { + int valid = 1; + size_t needs[2]; + + for (j = 0; j < 2; j++) + { + const struct sysdep_string *sysdep_string = + (const struct sysdep_string *) + ((char *) data + + W (domain->must_swap, + j == 0 + ? orig_sysdep_tab[i] + : trans_sysdep_tab[i])); + size_t need = 0; + const struct segment_pair *p = sysdep_string->segments; + + if (W (domain->must_swap, p->sysdepref) != SEGMENTS_END) + for (p = sysdep_string->segments;; p++) + { + nls_uint32 sysdepref; + + need += W (domain->must_swap, p->segsize); + + sysdepref = W (domain->must_swap, p->sysdepref); + if (sysdepref == SEGMENTS_END) + break; + + if (sysdepref >= n_sysdep_segments) + { + /* Invalid. */ + freea (sysdep_segment_values); + goto invalid; + } + + if (sysdep_segment_values[sysdepref] == NULL) + { + /* This particular string pair is invalid. */ + valid = 0; + break; + } + + need += strlen (sysdep_segment_values[sysdepref]); + } + + needs[j] = need; + if (!valid) + break; + } + + if (valid) + { + n_inmem_sysdep_strings++; + memneed += needs[0] + needs[1]; + } + } + memneed += 2 * n_inmem_sysdep_strings + * sizeof (struct sysdep_string_desc); + + if (n_inmem_sysdep_strings > 0) + { + unsigned int k; + + /* Allocate additional memory. */ + mem = (char *) malloc (memneed); + if (mem == NULL) + goto invalid; + + domain->malloced = mem; + inmem_orig_sysdep_tab = (struct sysdep_string_desc *) mem; + mem += n_inmem_sysdep_strings + * sizeof (struct sysdep_string_desc); + inmem_trans_sysdep_tab = (struct sysdep_string_desc *) mem; + mem += n_inmem_sysdep_strings + * sizeof (struct sysdep_string_desc); + inmem_hash_tab = (nls_uint32 *) mem; + mem += domain->hash_size * sizeof (nls_uint32); + + /* Compute the system dependent strings. */ + k = 0; + for (i = 0; i < n_sysdep_strings; i++) + { + int valid = 1; + + for (j = 0; j < 2; j++) + { + const struct sysdep_string *sysdep_string = + (const struct sysdep_string *) + ((char *) data + + W (domain->must_swap, + j == 0 + ? orig_sysdep_tab[i] + : trans_sysdep_tab[i])); + const struct segment_pair *p = + sysdep_string->segments; + + if (W (domain->must_swap, p->sysdepref) + != SEGMENTS_END) + for (p = sysdep_string->segments;; p++) + { + nls_uint32 sysdepref; + + sysdepref = + W (domain->must_swap, p->sysdepref); + if (sysdepref == SEGMENTS_END) + break; + + if (sysdep_segment_values[sysdepref] == NULL) + { + /* This particular string pair is + invalid. */ + valid = 0; + break; + } + } + + if (!valid) + break; + } + + if (valid) + { + for (j = 0; j < 2; j++) + { + const struct sysdep_string *sysdep_string = + (const struct sysdep_string *) + ((char *) data + + W (domain->must_swap, + j == 0 + ? orig_sysdep_tab[i] + : trans_sysdep_tab[i])); + const char *static_segments = + (char *) data + + W (domain->must_swap, sysdep_string->offset); + const struct segment_pair *p = + sysdep_string->segments; + + /* Concatenate the segments, and fill + inmem_orig_sysdep_tab[k] (for j == 0) and + inmem_trans_sysdep_tab[k] (for j == 1). */ + + struct sysdep_string_desc *inmem_tab_entry = + (j == 0 + ? inmem_orig_sysdep_tab + : inmem_trans_sysdep_tab) + + k; + + if (W (domain->must_swap, p->sysdepref) + == SEGMENTS_END) + { + /* Only one static segment. */ + inmem_tab_entry->length = + W (domain->must_swap, p->segsize); + inmem_tab_entry->pointer = static_segments; + } + else + { + inmem_tab_entry->pointer = mem; + + for (p = sysdep_string->segments;; p++) + { + nls_uint32 segsize = + W (domain->must_swap, p->segsize); + nls_uint32 sysdepref = + W (domain->must_swap, p->sysdepref); + size_t n; + + if (segsize > 0) + { + memcpy (mem, static_segments, segsize); + mem += segsize; + static_segments += segsize; + } + + if (sysdepref == SEGMENTS_END) + break; + + n = strlen (sysdep_segment_values[sysdepref]); + memcpy (mem, sysdep_segment_values[sysdepref], n); + mem += n; + } + + inmem_tab_entry->length = + mem - inmem_tab_entry->pointer; + } + } + + k++; + } + } + if (k != n_inmem_sysdep_strings) + abort (); + + /* Compute the augmented hash table. */ + for (i = 0; i < domain->hash_size; i++) + inmem_hash_tab[i] = + W (domain->must_swap_hash_tab, domain->hash_tab[i]); + for (i = 0; i < n_inmem_sysdep_strings; i++) + { + const char *msgid = inmem_orig_sysdep_tab[i].pointer; + nls_uint32 hash_val = hash_string (msgid); + nls_uint32 idx = hash_val % domain->hash_size; + nls_uint32 incr = + 1 + (hash_val % (domain->hash_size - 2)); + + for (;;) + { + if (inmem_hash_tab[idx] == 0) + { + /* Hash table entry is empty. Use it. */ + inmem_hash_tab[idx] = 1 + domain->nstrings + i; + break; + } + + if (idx >= domain->hash_size - incr) + idx -= domain->hash_size - incr; + else + idx += incr; + } + } + + domain->n_sysdep_strings = n_inmem_sysdep_strings; + domain->orig_sysdep_tab = inmem_orig_sysdep_tab; + domain->trans_sysdep_tab = inmem_trans_sysdep_tab; + + domain->hash_tab = inmem_hash_tab; + domain->must_swap_hash_tab = 0; + } + else + { + domain->n_sysdep_strings = 0; + domain->orig_sysdep_tab = NULL; + domain->trans_sysdep_tab = NULL; + } + + freea (sysdep_segment_values); + } + else + { + domain->n_sysdep_strings = 0; + domain->orig_sysdep_tab = NULL; + domain->trans_sysdep_tab = NULL; + } + } + break; + } + break; + default: + /* This is an invalid revision. */ + invalid: + /* This is an invalid .mo file. */ + if (domain->malloced) + free (domain->malloced); +#ifdef HAVE_MMAP + if (use_mmap) + munmap ((caddr_t) data, size); + else +#endif + free (data); + free (domain); + domain_file->data = NULL; + return; + } + + /* Now initialize the character set converter from the character set + the file is encoded with (found in the header entry) to the domain's + specified character set or the locale's character set. */ + nullentry = _nl_init_domain_conv (domain_file, domain, domainbinding); + + /* Also look for a plural specification. */ + EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals); +} + + +#ifdef _LIBC +void +internal_function +_nl_unload_domain (struct loaded_domain *domain) +{ + if (domain->plural != &__gettext_germanic_plural) + __gettext_free_exp (domain->plural); + + _nl_free_domain_conv (domain); + + if (domain->malloced) + free (domain->malloced); + +# ifdef _POSIX_MAPPED_FILES + if (domain->use_mmap) + munmap ((caddr_t) domain->data, domain->mmap_size); + else +# endif /* _POSIX_MAPPED_FILES */ + free ((void *) domain->data); + + free (domain); +} +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/localcharset.c b/project/jni/application/ltris-1.0.15/intl/localcharset.c new file mode 100644 index 000000000..4865f1037 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/localcharset.c @@ -0,0 +1,398 @@ +/* Determine a canonical name for the current locale's character encoding. + + Copyright (C) 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* Written by Bruno Haible . */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +/* Specification. */ +#include "localcharset.h" + +#if HAVE_STDDEF_H +# include +#endif + +#include +#if HAVE_STRING_H +# include +#else +# include +#endif +#if HAVE_STDLIB_H +# include +#endif + +#if defined _WIN32 || defined __WIN32__ +# undef WIN32 /* avoid warning on mingw32 */ +# define WIN32 +#endif + +#if defined __EMX__ +/* Assume EMX program runs on OS/2, even if compiled under DOS. */ +# define OS2 +#endif + +#if !defined WIN32 +# if HAVE_LANGINFO_CODESET +# include +# else +# if HAVE_SETLOCALE +# include +# endif +# endif +#elif defined WIN32 +# define WIN32_LEAN_AND_MEAN +# include +#endif +#if defined OS2 +# define INCL_DOS +# include +#endif + +#if ENABLE_RELOCATABLE +# include "relocatable.h" +#else +# define relocate(pathname) (pathname) +#endif + +#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__ + /* Win32, OS/2, DOS */ +# define ISSLASH(C) ((C) == '/' || (C) == '\\') +#endif + +#ifndef DIRECTORY_SEPARATOR +# define DIRECTORY_SEPARATOR '/' +#endif + +#ifndef ISSLASH +# define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) +#endif + +#if HAVE_DECL_GETC_UNLOCKED +# undef getc +# define getc getc_unlocked +#endif + +/* The following static variable is declared 'volatile' to avoid a + possible multithread problem in the function get_charset_aliases. If we + are running in a threaded environment, and if two threads initialize + 'charset_aliases' simultaneously, both will produce the same value, + and everything will be ok if the two assignments to 'charset_aliases' + are atomic. But I don't know what will happen if the two assignments mix. */ +#if __STDC__ != 1 +# define volatile /* empty */ +#endif +/* Pointer to the contents of the charset.alias file, if it has already been + read, else NULL. Its format is: + ALIAS_1 '\0' CANONICAL_1 '\0' ... ALIAS_n '\0' CANONICAL_n '\0' '\0' */ +static const char * volatile charset_aliases; + +/* Return a pointer to the contents of the charset.alias file. */ +static const char * +get_charset_aliases () +{ + const char *cp; + + cp = charset_aliases; + if (cp == NULL) + { +#if !(defined VMS || defined WIN32) + FILE *fp; + const char *dir = relocate (LIBDIR); + const char *base = "charset.alias"; + char *file_name; + + /* Concatenate dir and base into freshly allocated file_name. */ + { + size_t dir_len = strlen (dir); + size_t base_len = strlen (base); + int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1])); + file_name = (char *) malloc (dir_len + add_slash + base_len + 1); + if (file_name != NULL) + { + memcpy (file_name, dir, dir_len); + if (add_slash) + file_name[dir_len] = DIRECTORY_SEPARATOR; + memcpy (file_name + dir_len + add_slash, base, base_len + 1); + } + } + + if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL) + /* Out of memory or file not found, treat it as empty. */ + cp = ""; + else + { + /* Parse the file's contents. */ + int c; + char buf1[50+1]; + char buf2[50+1]; + char *res_ptr = NULL; + size_t res_size = 0; + size_t l1, l2; + + for (;;) + { + c = getc (fp); + if (c == EOF) + break; + if (c == '\n' || c == ' ' || c == '\t') + continue; + if (c == '#') + { + /* Skip comment, to end of line. */ + do + c = getc (fp); + while (!(c == EOF || c == '\n')); + if (c == EOF) + break; + continue; + } + ungetc (c, fp); + if (fscanf (fp, "%50s %50s", buf1, buf2) < 2) + break; + l1 = strlen (buf1); + l2 = strlen (buf2); + if (res_size == 0) + { + res_size = l1 + 1 + l2 + 1; + res_ptr = (char *) malloc (res_size + 1); + } + else + { + res_size += l1 + 1 + l2 + 1; + res_ptr = (char *) realloc (res_ptr, res_size + 1); + } + if (res_ptr == NULL) + { + /* Out of memory. */ + res_size = 0; + break; + } + strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1); + strcpy (res_ptr + res_size - (l2 + 1), buf2); + } + fclose (fp); + if (res_size == 0) + cp = ""; + else + { + *(res_ptr + res_size) = '\0'; + cp = res_ptr; + } + } + + if (file_name != NULL) + free (file_name); + +#else + +# if defined VMS + /* To avoid the troubles of an extra file charset.alias_vms in the + sources of many GNU packages, simply inline the aliases here. */ + /* The list of encodings is taken from the OpenVMS 7.3-1 documentation + "Compaq C Run-Time Library Reference Manual for OpenVMS systems" + section 10.7 "Handling Different Character Sets". */ + cp = "ISO8859-1" "\0" "ISO-8859-1" "\0" + "ISO8859-2" "\0" "ISO-8859-2" "\0" + "ISO8859-5" "\0" "ISO-8859-5" "\0" + "ISO8859-7" "\0" "ISO-8859-7" "\0" + "ISO8859-8" "\0" "ISO-8859-8" "\0" + "ISO8859-9" "\0" "ISO-8859-9" "\0" + /* Japanese */ + "eucJP" "\0" "EUC-JP" "\0" + "SJIS" "\0" "SHIFT_JIS" "\0" + "DECKANJI" "\0" "DEC-KANJI" "\0" + "SDECKANJI" "\0" "EUC-JP" "\0" + /* Chinese */ + "eucTW" "\0" "EUC-TW" "\0" + "DECHANYU" "\0" "DEC-HANYU" "\0" + "DECHANZI" "\0" "GB2312" "\0" + /* Korean */ + "DECKOREAN" "\0" "EUC-KR" "\0"; +# endif + +# if defined WIN32 + /* To avoid the troubles of installing a separate file in the same + directory as the DLL and of retrieving the DLL's directory at + runtime, simply inline the aliases here. */ + + cp = "CP936" "\0" "GBK" "\0" + "CP1361" "\0" "JOHAB" "\0" + "CP20127" "\0" "ASCII" "\0" + "CP20866" "\0" "KOI8-R" "\0" + "CP21866" "\0" "KOI8-RU" "\0" + "CP28591" "\0" "ISO-8859-1" "\0" + "CP28592" "\0" "ISO-8859-2" "\0" + "CP28593" "\0" "ISO-8859-3" "\0" + "CP28594" "\0" "ISO-8859-4" "\0" + "CP28595" "\0" "ISO-8859-5" "\0" + "CP28596" "\0" "ISO-8859-6" "\0" + "CP28597" "\0" "ISO-8859-7" "\0" + "CP28598" "\0" "ISO-8859-8" "\0" + "CP28599" "\0" "ISO-8859-9" "\0" + "CP28605" "\0" "ISO-8859-15" "\0"; +# endif +#endif + + charset_aliases = cp; + } + + return cp; +} + +/* Determine the current locale's character encoding, and canonicalize it + into one of the canonical names listed in config.charset. + The result must not be freed; it is statically allocated. + If the canonical name cannot be determined, the result is a non-canonical + name. */ + +#ifdef STATIC +STATIC +#endif +const char * +locale_charset () +{ + const char *codeset; + const char *aliases; + +#if !(defined WIN32 || defined OS2) + +# if HAVE_LANGINFO_CODESET + + /* Most systems support nl_langinfo (CODESET) nowadays. */ + codeset = nl_langinfo (CODESET); + +# else + + /* On old systems which lack it, use setlocale or getenv. */ + const char *locale = NULL; + + /* But most old systems don't have a complete set of locales. Some + (like SunOS 4 or DJGPP) have only the C locale. Therefore we don't + use setlocale here; it would return "C" when it doesn't support the + locale name the user has set. */ +# if HAVE_SETLOCALE && 0 + locale = setlocale (LC_CTYPE, NULL); +# endif + if (locale == NULL || locale[0] == '\0') + { + locale = getenv ("LC_ALL"); + if (locale == NULL || locale[0] == '\0') + { + locale = getenv ("LC_CTYPE"); + if (locale == NULL || locale[0] == '\0') + locale = getenv ("LANG"); + } + } + + /* On some old systems, one used to set locale = "iso8859_1". On others, + you set it to "language_COUNTRY.charset". In any case, we resolve it + through the charset.alias file. */ + codeset = locale; + +# endif + +#elif defined WIN32 + + static char buf[2 + 10 + 1]; + + /* Woe32 has a function returning the locale's codepage as a number. */ + sprintf (buf, "CP%u", GetACP ()); + codeset = buf; + +#elif defined OS2 + + const char *locale; + static char buf[2 + 10 + 1]; + ULONG cp[3]; + ULONG cplen; + + /* Allow user to override the codeset, as set in the operating system, + with standard language environment variables. */ + locale = getenv ("LC_ALL"); + if (locale == NULL || locale[0] == '\0') + { + locale = getenv ("LC_CTYPE"); + if (locale == NULL || locale[0] == '\0') + locale = getenv ("LANG"); + } + if (locale != NULL && locale[0] != '\0') + { + /* If the locale name contains an encoding after the dot, return it. */ + const char *dot = strchr (locale, '.'); + + if (dot != NULL) + { + const char *modifier; + + dot++; + /* Look for the possible @... trailer and remove it, if any. */ + modifier = strchr (dot, '@'); + if (modifier == NULL) + return dot; + if (modifier - dot < sizeof (buf)) + { + memcpy (buf, dot, modifier - dot); + buf [modifier - dot] = '\0'; + return buf; + } + } + + /* Resolve through the charset.alias file. */ + codeset = locale; + } + else + { + /* OS/2 has a function returning the locale's codepage as a number. */ + if (DosQueryCp (sizeof (cp), cp, &cplen)) + codeset = ""; + else + { + sprintf (buf, "CP%u", cp[0]); + codeset = buf; + } + } + +#endif + + if (codeset == NULL) + /* The canonical name cannot be determined. */ + codeset = ""; + + /* Resolve alias. */ + for (aliases = get_charset_aliases (); + *aliases != '\0'; + aliases += strlen (aliases) + 1, aliases += strlen (aliases) + 1) + if (strcmp (codeset, aliases) == 0 + || (aliases[0] == '*' && aliases[1] == '\0')) + { + codeset = aliases + strlen (aliases) + 1; + break; + } + + /* Don't return an empty string. GNU libc and GNU libiconv interpret + the empty string as denoting "the locale's character encoding", + thus GNU libiconv would call this function a second time. */ + if (codeset[0] == '\0') + codeset = "ASCII"; + + return codeset; +} diff --git a/project/jni/application/ltris-1.0.15/intl/localcharset.h b/project/jni/application/ltris-1.0.15/intl/localcharset.h new file mode 100644 index 000000000..3b137e73c --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/localcharset.h @@ -0,0 +1,42 @@ +/* Determine a canonical name for the current locale's character encoding. + Copyright (C) 2000-2003 Free Software Foundation, Inc. + This file is part of the GNU CHARSET Library. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _LOCALCHARSET_H +#define _LOCALCHARSET_H + + +#ifdef __cplusplus +extern "C" { +#endif + + +/* Determine the current locale's character encoding, and canonicalize it + into one of the canonical names listed in config.charset. + The result must not be freed; it is statically allocated. + If the canonical name cannot be determined, the result is a non-canonical + name. */ +extern const char * locale_charset (void); + + +#ifdef __cplusplus +} +#endif + + +#endif /* _LOCALCHARSET_H */ diff --git a/project/jni/application/ltris-1.0.15/intl/locale.alias b/project/jni/application/ltris-1.0.15/intl/locale.alias new file mode 100644 index 000000000..bd6bb2562 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/locale.alias @@ -0,0 +1,78 @@ +# Locale name alias data base. +# Copyright (C) 1996-2001,2003 Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU Library General Public License as published +# by the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +# USA. + +# The format of this file is the same as for the corresponding file of +# the X Window System, which normally can be found in +# /usr/lib/X11/locale/locale.alias +# A single line contains two fields: an alias and a substitution value. +# All entries are case independent. + +# Note: This file is far from being complete. If you have a value for +# your own site which you think might be useful for others too, share +# it with the rest of us. Send it using the `glibcbug' script to +# bugs@gnu.org. + +# Packages using this file: + +bokmal nb_NO.ISO-8859-1 +bokmål nb_NO.ISO-8859-1 +catalan ca_ES.ISO-8859-1 +croatian hr_HR.ISO-8859-2 +czech cs_CZ.ISO-8859-2 +danish da_DK.ISO-8859-1 +dansk da_DK.ISO-8859-1 +deutsch de_DE.ISO-8859-1 +dutch nl_NL.ISO-8859-1 +eesti et_EE.ISO-8859-1 +estonian et_EE.ISO-8859-1 +finnish fi_FI.ISO-8859-1 +français fr_FR.ISO-8859-1 +french fr_FR.ISO-8859-1 +galego gl_ES.ISO-8859-1 +galician gl_ES.ISO-8859-1 +german de_DE.ISO-8859-1 +greek el_GR.ISO-8859-7 +hebrew he_IL.ISO-8859-8 +hrvatski hr_HR.ISO-8859-2 +hungarian hu_HU.ISO-8859-2 +icelandic is_IS.ISO-8859-1 +italian it_IT.ISO-8859-1 +japanese ja_JP.eucJP +japanese.euc ja_JP.eucJP +ja_JP ja_JP.eucJP +ja_JP.ujis ja_JP.eucJP +japanese.sjis ja_JP.SJIS +korean ko_KR.eucKR +korean.euc ko_KR.eucKR +ko_KR ko_KR.eucKR +lithuanian lt_LT.ISO-8859-13 +no_NO nb_NO.ISO-8859-1 +no_NO.ISO-8859-1 nb_NO.ISO-8859-1 +norwegian nb_NO.ISO-8859-1 +nynorsk nn_NO.ISO-8859-1 +polish pl_PL.ISO-8859-2 +portuguese pt_PT.ISO-8859-1 +romanian ro_RO.ISO-8859-2 +russian ru_RU.ISO-8859-5 +slovak sk_SK.ISO-8859-2 +slovene sl_SI.ISO-8859-2 +slovenian sl_SI.ISO-8859-2 +spanish es_ES.ISO-8859-1 +swedish sv_SE.ISO-8859-1 +thai th_TH.TIS-620 +turkish tr_TR.ISO-8859-9 diff --git a/project/jni/application/ltris-1.0.15/intl/localealias.c b/project/jni/application/ltris-1.0.15/intl/localealias.c new file mode 100644 index 000000000..2eaf8813e --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/localealias.c @@ -0,0 +1,414 @@ +/* Handle aliases for locale names. + Copyright (C) 1995-1999, 2000-2001, 2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* Tell glibc's to provide a prototype for mempcpy(). + This must come before because may include + , and once has been included, it's too late. */ +#ifndef _GNU_SOURCE +# define _GNU_SOURCE 1 +#endif + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include +#if defined _LIBC || defined HAVE___FSETLOCKING +# include +#endif +#include + +#ifdef __GNUC__ +# undef alloca +# define alloca __builtin_alloca +# define HAVE_ALLOCA 1 +#else +# ifdef _MSC_VER +# include +# define alloca _alloca +# else +# if defined HAVE_ALLOCA_H || defined _LIBC +# include +# else +# ifdef _AIX + #pragma alloca +# else +# ifndef alloca +char *alloca (); +# endif +# endif +# endif +# endif +#endif + +#include +#include + +#include "gettextP.h" + +#if ENABLE_RELOCATABLE +# include "relocatable.h" +#else +# define relocate(pathname) (pathname) +#endif + +/* @@ end of prolog @@ */ + +#ifdef _LIBC +/* Rename the non ANSI C functions. This is required by the standard + because some ANSI C functions will require linking with this object + file and the name space must not be polluted. */ +# define strcasecmp __strcasecmp + +# ifndef mempcpy +# define mempcpy __mempcpy +# endif +# define HAVE_MEMPCPY 1 +# define HAVE___FSETLOCKING 1 + +/* We need locking here since we can be called from different places. */ +# include + +__libc_lock_define_initialized (static, lock); +#endif + +#ifndef internal_function +# define internal_function +#endif + +/* Some optimizations for glibc. */ +#ifdef _LIBC +# define FEOF(fp) feof_unlocked (fp) +# define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp) +#else +# define FEOF(fp) feof (fp) +# define FGETS(buf, n, fp) fgets (buf, n, fp) +#endif + +/* For those losing systems which don't have `alloca' we have to add + some additional code emulating it. */ +#ifdef HAVE_ALLOCA +# define freea(p) /* nothing */ +#else +# define alloca(n) malloc (n) +# define freea(p) free (p) +#endif + +#if defined _LIBC_REENTRANT || HAVE_DECL_FGETS_UNLOCKED +# undef fgets +# define fgets(buf, len, s) fgets_unlocked (buf, len, s) +#endif +#if defined _LIBC_REENTRANT || HAVE_DECL_FEOF_UNLOCKED +# undef feof +# define feof(s) feof_unlocked (s) +#endif + + +struct alias_map +{ + const char *alias; + const char *value; +}; + + +#ifndef _LIBC +# define libc_freeres_ptr(decl) decl +#endif + +libc_freeres_ptr (static char *string_space); +static size_t string_space_act; +static size_t string_space_max; +libc_freeres_ptr (static struct alias_map *map); +static size_t nmap; +static size_t maxmap; + + +/* Prototypes for local functions. */ +static size_t read_alias_file (const char *fname, int fname_len) + internal_function; +static int extend_alias_table (void); +static int alias_compare (const struct alias_map *map1, + const struct alias_map *map2); + + +const char * +_nl_expand_alias (const char *name) +{ + static const char *locale_alias_path; + struct alias_map *retval; + const char *result = NULL; + size_t added; + +#ifdef _LIBC + __libc_lock_lock (lock); +#endif + + if (locale_alias_path == NULL) + locale_alias_path = LOCALE_ALIAS_PATH; + + do + { + struct alias_map item; + + item.alias = name; + + if (nmap > 0) + retval = (struct alias_map *) bsearch (&item, map, nmap, + sizeof (struct alias_map), + (int (*) (const void *, + const void *) + ) alias_compare); + else + retval = NULL; + + /* We really found an alias. Return the value. */ + if (retval != NULL) + { + result = retval->value; + break; + } + + /* Perhaps we can find another alias file. */ + added = 0; + while (added == 0 && locale_alias_path[0] != '\0') + { + const char *start; + + while (locale_alias_path[0] == PATH_SEPARATOR) + ++locale_alias_path; + start = locale_alias_path; + + while (locale_alias_path[0] != '\0' + && locale_alias_path[0] != PATH_SEPARATOR) + ++locale_alias_path; + + if (start < locale_alias_path) + added = read_alias_file (start, locale_alias_path - start); + } + } + while (added != 0); + +#ifdef _LIBC + __libc_lock_unlock (lock); +#endif + + return result; +} + + +static size_t +internal_function +read_alias_file (const char *fname, int fname_len) +{ + FILE *fp; + char *full_fname; + size_t added; + static const char aliasfile[] = "/locale.alias"; + + full_fname = (char *) alloca (fname_len + sizeof aliasfile); +#ifdef HAVE_MEMPCPY + mempcpy (mempcpy (full_fname, fname, fname_len), + aliasfile, sizeof aliasfile); +#else + memcpy (full_fname, fname, fname_len); + memcpy (&full_fname[fname_len], aliasfile, sizeof aliasfile); +#endif + + fp = fopen (relocate (full_fname), "r"); + freea (full_fname); + if (fp == NULL) + return 0; + +#ifdef HAVE___FSETLOCKING + /* No threads present. */ + __fsetlocking (fp, FSETLOCKING_BYCALLER); +#endif + + added = 0; + while (!FEOF (fp)) + { + /* It is a reasonable approach to use a fix buffer here because + a) we are only interested in the first two fields + b) these fields must be usable as file names and so must not + be that long + We avoid a multi-kilobyte buffer here since this would use up + stack space which we might not have if the program ran out of + memory. */ + char buf[400]; + char *alias; + char *value; + char *cp; + + if (FGETS (buf, sizeof buf, fp) == NULL) + /* EOF reached. */ + break; + + cp = buf; + /* Ignore leading white space. */ + while (isspace ((unsigned char) cp[0])) + ++cp; + + /* A leading '#' signals a comment line. */ + if (cp[0] != '\0' && cp[0] != '#') + { + alias = cp++; + while (cp[0] != '\0' && !isspace ((unsigned char) cp[0])) + ++cp; + /* Terminate alias name. */ + if (cp[0] != '\0') + *cp++ = '\0'; + + /* Now look for the beginning of the value. */ + while (isspace ((unsigned char) cp[0])) + ++cp; + + if (cp[0] != '\0') + { + size_t alias_len; + size_t value_len; + + value = cp++; + while (cp[0] != '\0' && !isspace ((unsigned char) cp[0])) + ++cp; + /* Terminate value. */ + if (cp[0] == '\n') + { + /* This has to be done to make the following test + for the end of line possible. We are looking for + the terminating '\n' which do not overwrite here. */ + *cp++ = '\0'; + *cp = '\n'; + } + else if (cp[0] != '\0') + *cp++ = '\0'; + + if (nmap >= maxmap) + if (__builtin_expect (extend_alias_table (), 0)) + return added; + + alias_len = strlen (alias) + 1; + value_len = strlen (value) + 1; + + if (string_space_act + alias_len + value_len > string_space_max) + { + /* Increase size of memory pool. */ + size_t new_size = (string_space_max + + (alias_len + value_len > 1024 + ? alias_len + value_len : 1024)); + char *new_pool = (char *) realloc (string_space, new_size); + if (new_pool == NULL) + return added; + + if (__builtin_expect (string_space != new_pool, 0)) + { + size_t i; + + for (i = 0; i < nmap; i++) + { + map[i].alias += new_pool - string_space; + map[i].value += new_pool - string_space; + } + } + + string_space = new_pool; + string_space_max = new_size; + } + + map[nmap].alias = memcpy (&string_space[string_space_act], + alias, alias_len); + string_space_act += alias_len; + + map[nmap].value = memcpy (&string_space[string_space_act], + value, value_len); + string_space_act += value_len; + + ++nmap; + ++added; + } + } + + /* Possibly not the whole line fits into the buffer. Ignore + the rest of the line. */ + while (strchr (buf, '\n') == NULL) + if (FGETS (buf, sizeof buf, fp) == NULL) + /* Make sure the inner loop will be left. The outer loop + will exit at the `feof' test. */ + break; + } + + /* Should we test for ferror()? I think we have to silently ignore + errors. --drepper */ + fclose (fp); + + if (added > 0) + qsort (map, nmap, sizeof (struct alias_map), + (int (*) (const void *, const void *)) alias_compare); + + return added; +} + + +static int +extend_alias_table () +{ + size_t new_size; + struct alias_map *new_map; + + new_size = maxmap == 0 ? 100 : 2 * maxmap; + new_map = (struct alias_map *) realloc (map, (new_size + * sizeof (struct alias_map))); + if (new_map == NULL) + /* Simply don't extend: we don't have any more core. */ + return -1; + + map = new_map; + maxmap = new_size; + return 0; +} + + +static int +alias_compare (const struct alias_map *map1, const struct alias_map *map2) +{ +#if defined _LIBC || defined HAVE_STRCASECMP + return strcasecmp (map1->alias, map2->alias); +#else + const unsigned char *p1 = (const unsigned char *) map1->alias; + const unsigned char *p2 = (const unsigned char *) map2->alias; + unsigned char c1, c2; + + if (p1 == p2) + return 0; + + do + { + /* I know this seems to be odd but the tolower() function in + some systems libc cannot handle nonalpha characters. */ + c1 = isupper (*p1) ? tolower (*p1) : *p1; + c2 = isupper (*p2) ? tolower (*p2) : *p2; + if (c1 == '\0') + break; + ++p1; + ++p2; + } + while (c1 == c2); + + return c1 - c2; +#endif +} diff --git a/project/jni/application/ltris-1.0.15/intl/localename.c b/project/jni/application/ltris-1.0.15/intl/localename.c new file mode 100644 index 000000000..5662e54ff --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/localename.c @@ -0,0 +1,1142 @@ +/* Determine the current selected locale. + Copyright (C) 1995-1999, 2000-2004 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* Written by Ulrich Drepper , 1995. */ +/* Win32 code written by Tor Lillqvist . */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include + +#if defined _WIN32 || defined __WIN32__ +# undef WIN32 /* avoid warning on mingw32 */ +# define WIN32 +#endif + +#ifdef WIN32 +# define WIN32_LEAN_AND_MEAN +# include +/* List of language codes, sorted by value: + 0x01 LANG_ARABIC + 0x02 LANG_BULGARIAN + 0x03 LANG_CATALAN + 0x04 LANG_CHINESE + 0x05 LANG_CZECH + 0x06 LANG_DANISH + 0x07 LANG_GERMAN + 0x08 LANG_GREEK + 0x09 LANG_ENGLISH + 0x0a LANG_SPANISH + 0x0b LANG_FINNISH + 0x0c LANG_FRENCH + 0x0d LANG_HEBREW + 0x0e LANG_HUNGARIAN + 0x0f LANG_ICELANDIC + 0x10 LANG_ITALIAN + 0x11 LANG_JAPANESE + 0x12 LANG_KOREAN + 0x13 LANG_DUTCH + 0x14 LANG_NORWEGIAN + 0x15 LANG_POLISH + 0x16 LANG_PORTUGUESE + 0x17 LANG_RHAETO_ROMANCE + 0x18 LANG_ROMANIAN + 0x19 LANG_RUSSIAN + 0x1a LANG_CROATIAN == LANG_SERBIAN + 0x1b LANG_SLOVAK + 0x1c LANG_ALBANIAN + 0x1d LANG_SWEDISH + 0x1e LANG_THAI + 0x1f LANG_TURKISH + 0x20 LANG_URDU + 0x21 LANG_INDONESIAN + 0x22 LANG_UKRAINIAN + 0x23 LANG_BELARUSIAN + 0x24 LANG_SLOVENIAN + 0x25 LANG_ESTONIAN + 0x26 LANG_LATVIAN + 0x27 LANG_LITHUANIAN + 0x28 LANG_TAJIK + 0x29 LANG_FARSI + 0x2a LANG_VIETNAMESE + 0x2b LANG_ARMENIAN + 0x2c LANG_AZERI + 0x2d LANG_BASQUE + 0x2e LANG_SORBIAN + 0x2f LANG_MACEDONIAN + 0x30 LANG_SUTU + 0x31 LANG_TSONGA + 0x32 LANG_TSWANA + 0x33 LANG_VENDA + 0x34 LANG_XHOSA + 0x35 LANG_ZULU + 0x36 LANG_AFRIKAANS + 0x37 LANG_GEORGIAN + 0x38 LANG_FAEROESE + 0x39 LANG_HINDI + 0x3a LANG_MALTESE + 0x3b LANG_SAAMI + 0x3c LANG_GAELIC + 0x3d LANG_YIDDISH + 0x3e LANG_MALAY + 0x3f LANG_KAZAK + 0x40 LANG_KYRGYZ + 0x41 LANG_SWAHILI + 0x42 LANG_TURKMEN + 0x43 LANG_UZBEK + 0x44 LANG_TATAR + 0x45 LANG_BENGALI + 0x46 LANG_PUNJABI + 0x47 LANG_GUJARATI + 0x48 LANG_ORIYA + 0x49 LANG_TAMIL + 0x4a LANG_TELUGU + 0x4b LANG_KANNADA + 0x4c LANG_MALAYALAM + 0x4d LANG_ASSAMESE + 0x4e LANG_MARATHI + 0x4f LANG_SANSKRIT + 0x50 LANG_MONGOLIAN + 0x51 LANG_TIBETAN + 0x52 LANG_WELSH + 0x53 LANG_CAMBODIAN + 0x54 LANG_LAO + 0x55 LANG_BURMESE + 0x56 LANG_GALICIAN + 0x57 LANG_KONKANI + 0x58 LANG_MANIPURI + 0x59 LANG_SINDHI + 0x5a LANG_SYRIAC + 0x5b LANG_SINHALESE + 0x5c LANG_CHEROKEE + 0x5d LANG_INUKTITUT + 0x5e LANG_AMHARIC + 0x5f LANG_TAMAZIGHT + 0x60 LANG_KASHMIRI + 0x61 LANG_NEPALI + 0x62 LANG_FRISIAN + 0x63 LANG_PASHTO + 0x64 LANG_TAGALOG + 0x65 LANG_DIVEHI + 0x66 LANG_EDO + 0x67 LANG_FULFULDE + 0x68 LANG_HAUSA + 0x69 LANG_IBIBIO + 0x6a LANG_YORUBA + 0x70 LANG_IGBO + 0x71 LANG_KANURI + 0x72 LANG_OROMO + 0x73 LANG_TIGRINYA + 0x74 LANG_GUARANI + 0x75 LANG_HAWAIIAN + 0x76 LANG_LATIN + 0x77 LANG_SOMALI + 0x78 LANG_YI + 0x79 LANG_PAPIAMENTU +*/ +/* Mingw headers don't have latest language and sublanguage codes. */ +# ifndef LANG_AFRIKAANS +# define LANG_AFRIKAANS 0x36 +# endif +# ifndef LANG_ALBANIAN +# define LANG_ALBANIAN 0x1c +# endif +# ifndef LANG_AMHARIC +# define LANG_AMHARIC 0x5e +# endif +# ifndef LANG_ARABIC +# define LANG_ARABIC 0x01 +# endif +# ifndef LANG_ARMENIAN +# define LANG_ARMENIAN 0x2b +# endif +# ifndef LANG_ASSAMESE +# define LANG_ASSAMESE 0x4d +# endif +# ifndef LANG_AZERI +# define LANG_AZERI 0x2c +# endif +# ifndef LANG_BASQUE +# define LANG_BASQUE 0x2d +# endif +# ifndef LANG_BELARUSIAN +# define LANG_BELARUSIAN 0x23 +# endif +# ifndef LANG_BENGALI +# define LANG_BENGALI 0x45 +# endif +# ifndef LANG_BURMESE +# define LANG_BURMESE 0x55 +# endif +# ifndef LANG_CAMBODIAN +# define LANG_CAMBODIAN 0x53 +# endif +# ifndef LANG_CATALAN +# define LANG_CATALAN 0x03 +# endif +# ifndef LANG_CHEROKEE +# define LANG_CHEROKEE 0x5c +# endif +# ifndef LANG_DIVEHI +# define LANG_DIVEHI 0x65 +# endif +# ifndef LANG_EDO +# define LANG_EDO 0x66 +# endif +# ifndef LANG_ESTONIAN +# define LANG_ESTONIAN 0x25 +# endif +# ifndef LANG_FAEROESE +# define LANG_FAEROESE 0x38 +# endif +# ifndef LANG_FARSI +# define LANG_FARSI 0x29 +# endif +# ifndef LANG_FRISIAN +# define LANG_FRISIAN 0x62 +# endif +# ifndef LANG_FULFULDE +# define LANG_FULFULDE 0x67 +# endif +# ifndef LANG_GAELIC +# define LANG_GAELIC 0x3c +# endif +# ifndef LANG_GALICIAN +# define LANG_GALICIAN 0x56 +# endif +# ifndef LANG_GEORGIAN +# define LANG_GEORGIAN 0x37 +# endif +# ifndef LANG_GUARANI +# define LANG_GUARANI 0x74 +# endif +# ifndef LANG_GUJARATI +# define LANG_GUJARATI 0x47 +# endif +# ifndef LANG_HAUSA +# define LANG_HAUSA 0x68 +# endif +# ifndef LANG_HAWAIIAN +# define LANG_HAWAIIAN 0x75 +# endif +# ifndef LANG_HEBREW +# define LANG_HEBREW 0x0d +# endif +# ifndef LANG_HINDI +# define LANG_HINDI 0x39 +# endif +# ifndef LANG_IBIBIO +# define LANG_IBIBIO 0x69 +# endif +# ifndef LANG_IGBO +# define LANG_IGBO 0x70 +# endif +# ifndef LANG_INDONESIAN +# define LANG_INDONESIAN 0x21 +# endif +# ifndef LANG_INUKTITUT +# define LANG_INUKTITUT 0x5d +# endif +# ifndef LANG_KANNADA +# define LANG_KANNADA 0x4b +# endif +# ifndef LANG_KANURI +# define LANG_KANURI 0x71 +# endif +# ifndef LANG_KASHMIRI +# define LANG_KASHMIRI 0x60 +# endif +# ifndef LANG_KAZAK +# define LANG_KAZAK 0x3f +# endif +# ifndef LANG_KONKANI +# define LANG_KONKANI 0x57 +# endif +# ifndef LANG_KYRGYZ +# define LANG_KYRGYZ 0x40 +# endif +# ifndef LANG_LAO +# define LANG_LAO 0x54 +# endif +# ifndef LANG_LATIN +# define LANG_LATIN 0x76 +# endif +# ifndef LANG_LATVIAN +# define LANG_LATVIAN 0x26 +# endif +# ifndef LANG_LITHUANIAN +# define LANG_LITHUANIAN 0x27 +# endif +# ifndef LANG_MACEDONIAN +# define LANG_MACEDONIAN 0x2f +# endif +# ifndef LANG_MALAY +# define LANG_MALAY 0x3e +# endif +# ifndef LANG_MALAYALAM +# define LANG_MALAYALAM 0x4c +# endif +# ifndef LANG_MALTESE +# define LANG_MALTESE 0x3a +# endif +# ifndef LANG_MANIPURI +# define LANG_MANIPURI 0x58 +# endif +# ifndef LANG_MARATHI +# define LANG_MARATHI 0x4e +# endif +# ifndef LANG_MONGOLIAN +# define LANG_MONGOLIAN 0x50 +# endif +# ifndef LANG_NEPALI +# define LANG_NEPALI 0x61 +# endif +# ifndef LANG_ORIYA +# define LANG_ORIYA 0x48 +# endif +# ifndef LANG_OROMO +# define LANG_OROMO 0x72 +# endif +# ifndef LANG_PAPIAMENTU +# define LANG_PAPIAMENTU 0x79 +# endif +# ifndef LANG_PASHTO +# define LANG_PASHTO 0x63 +# endif +# ifndef LANG_PUNJABI +# define LANG_PUNJABI 0x46 +# endif +# ifndef LANG_RHAETO_ROMANCE +# define LANG_RHAETO_ROMANCE 0x17 +# endif +# ifndef LANG_SAAMI +# define LANG_SAAMI 0x3b +# endif +# ifndef LANG_SANSKRIT +# define LANG_SANSKRIT 0x4f +# endif +# ifndef LANG_SERBIAN +# define LANG_SERBIAN 0x1a +# endif +# ifndef LANG_SINDHI +# define LANG_SINDHI 0x59 +# endif +# ifndef LANG_SINHALESE +# define LANG_SINHALESE 0x5b +# endif +# ifndef LANG_SLOVAK +# define LANG_SLOVAK 0x1b +# endif +# ifndef LANG_SOMALI +# define LANG_SOMALI 0x77 +# endif +# ifndef LANG_SORBIAN +# define LANG_SORBIAN 0x2e +# endif +# ifndef LANG_SUTU +# define LANG_SUTU 0x30 +# endif +# ifndef LANG_SWAHILI +# define LANG_SWAHILI 0x41 +# endif +# ifndef LANG_SYRIAC +# define LANG_SYRIAC 0x5a +# endif +# ifndef LANG_TAGALOG +# define LANG_TAGALOG 0x64 +# endif +# ifndef LANG_TAJIK +# define LANG_TAJIK 0x28 +# endif +# ifndef LANG_TAMAZIGHT +# define LANG_TAMAZIGHT 0x5f +# endif +# ifndef LANG_TAMIL +# define LANG_TAMIL 0x49 +# endif +# ifndef LANG_TATAR +# define LANG_TATAR 0x44 +# endif +# ifndef LANG_TELUGU +# define LANG_TELUGU 0x4a +# endif +# ifndef LANG_THAI +# define LANG_THAI 0x1e +# endif +# ifndef LANG_TIBETAN +# define LANG_TIBETAN 0x51 +# endif +# ifndef LANG_TIGRINYA +# define LANG_TIGRINYA 0x73 +# endif +# ifndef LANG_TSONGA +# define LANG_TSONGA 0x31 +# endif +# ifndef LANG_TSWANA +# define LANG_TSWANA 0x32 +# endif +# ifndef LANG_TURKMEN +# define LANG_TURKMEN 0x42 +# endif +# ifndef LANG_UKRAINIAN +# define LANG_UKRAINIAN 0x22 +# endif +# ifndef LANG_URDU +# define LANG_URDU 0x20 +# endif +# ifndef LANG_UZBEK +# define LANG_UZBEK 0x43 +# endif +# ifndef LANG_VENDA +# define LANG_VENDA 0x33 +# endif +# ifndef LANG_VIETNAMESE +# define LANG_VIETNAMESE 0x2a +# endif +# ifndef LANG_WELSH +# define LANG_WELSH 0x52 +# endif +# ifndef LANG_XHOSA +# define LANG_XHOSA 0x34 +# endif +# ifndef LANG_YI +# define LANG_YI 0x78 +# endif +# ifndef LANG_YIDDISH +# define LANG_YIDDISH 0x3d +# endif +# ifndef LANG_YORUBA +# define LANG_YORUBA 0x6a +# endif +# ifndef LANG_ZULU +# define LANG_ZULU 0x35 +# endif +# ifndef SUBLANG_ARABIC_SAUDI_ARABIA +# define SUBLANG_ARABIC_SAUDI_ARABIA 0x01 +# endif +# ifndef SUBLANG_ARABIC_IRAQ +# define SUBLANG_ARABIC_IRAQ 0x02 +# endif +# ifndef SUBLANG_ARABIC_EGYPT +# define SUBLANG_ARABIC_EGYPT 0x03 +# endif +# ifndef SUBLANG_ARABIC_LIBYA +# define SUBLANG_ARABIC_LIBYA 0x04 +# endif +# ifndef SUBLANG_ARABIC_ALGERIA +# define SUBLANG_ARABIC_ALGERIA 0x05 +# endif +# ifndef SUBLANG_ARABIC_MOROCCO +# define SUBLANG_ARABIC_MOROCCO 0x06 +# endif +# ifndef SUBLANG_ARABIC_TUNISIA +# define SUBLANG_ARABIC_TUNISIA 0x07 +# endif +# ifndef SUBLANG_ARABIC_OMAN +# define SUBLANG_ARABIC_OMAN 0x08 +# endif +# ifndef SUBLANG_ARABIC_YEMEN +# define SUBLANG_ARABIC_YEMEN 0x09 +# endif +# ifndef SUBLANG_ARABIC_SYRIA +# define SUBLANG_ARABIC_SYRIA 0x0a +# endif +# ifndef SUBLANG_ARABIC_JORDAN +# define SUBLANG_ARABIC_JORDAN 0x0b +# endif +# ifndef SUBLANG_ARABIC_LEBANON +# define SUBLANG_ARABIC_LEBANON 0x0c +# endif +# ifndef SUBLANG_ARABIC_KUWAIT +# define SUBLANG_ARABIC_KUWAIT 0x0d +# endif +# ifndef SUBLANG_ARABIC_UAE +# define SUBLANG_ARABIC_UAE 0x0e +# endif +# ifndef SUBLANG_ARABIC_BAHRAIN +# define SUBLANG_ARABIC_BAHRAIN 0x0f +# endif +# ifndef SUBLANG_ARABIC_QATAR +# define SUBLANG_ARABIC_QATAR 0x10 +# endif +# ifndef SUBLANG_AZERI_LATIN +# define SUBLANG_AZERI_LATIN 0x01 +# endif +# ifndef SUBLANG_AZERI_CYRILLIC +# define SUBLANG_AZERI_CYRILLIC 0x02 +# endif +# ifndef SUBLANG_BENGALI_INDIA +# define SUBLANG_BENGALI_INDIA 0x00 +# endif +# ifndef SUBLANG_BENGALI_BANGLADESH +# define SUBLANG_BENGALI_BANGLADESH 0x01 +# endif +# ifndef SUBLANG_CHINESE_MACAU +# define SUBLANG_CHINESE_MACAU 0x05 +# endif +# ifndef SUBLANG_ENGLISH_SOUTH_AFRICA +# define SUBLANG_ENGLISH_SOUTH_AFRICA 0x07 +# endif +# ifndef SUBLANG_ENGLISH_JAMAICA +# define SUBLANG_ENGLISH_JAMAICA 0x08 +# endif +# ifndef SUBLANG_ENGLISH_CARIBBEAN +# define SUBLANG_ENGLISH_CARIBBEAN 0x09 +# endif +# ifndef SUBLANG_ENGLISH_BELIZE +# define SUBLANG_ENGLISH_BELIZE 0x0a +# endif +# ifndef SUBLANG_ENGLISH_TRINIDAD +# define SUBLANG_ENGLISH_TRINIDAD 0x0b +# endif +# ifndef SUBLANG_ENGLISH_ZIMBABWE +# define SUBLANG_ENGLISH_ZIMBABWE 0x0c +# endif +# ifndef SUBLANG_ENGLISH_PHILIPPINES +# define SUBLANG_ENGLISH_PHILIPPINES 0x0d +# endif +# ifndef SUBLANG_ENGLISH_INDONESIA +# define SUBLANG_ENGLISH_INDONESIA 0x0e +# endif +# ifndef SUBLANG_ENGLISH_HONGKONG +# define SUBLANG_ENGLISH_HONGKONG 0x0f +# endif +# ifndef SUBLANG_ENGLISH_INDIA +# define SUBLANG_ENGLISH_INDIA 0x10 +# endif +# ifndef SUBLANG_ENGLISH_MALAYSIA +# define SUBLANG_ENGLISH_MALAYSIA 0x11 +# endif +# ifndef SUBLANG_ENGLISH_SINGAPORE +# define SUBLANG_ENGLISH_SINGAPORE 0x12 +# endif +# ifndef SUBLANG_FRENCH_LUXEMBOURG +# define SUBLANG_FRENCH_LUXEMBOURG 0x05 +# endif +# ifndef SUBLANG_FRENCH_MONACO +# define SUBLANG_FRENCH_MONACO 0x06 +# endif +# ifndef SUBLANG_FRENCH_WESTINDIES +# define SUBLANG_FRENCH_WESTINDIES 0x07 +# endif +# ifndef SUBLANG_FRENCH_REUNION +# define SUBLANG_FRENCH_REUNION 0x08 +# endif +# ifndef SUBLANG_FRENCH_CONGO +# define SUBLANG_FRENCH_CONGO 0x09 +# endif +# ifndef SUBLANG_FRENCH_SENEGAL +# define SUBLANG_FRENCH_SENEGAL 0x0a +# endif +# ifndef SUBLANG_FRENCH_CAMEROON +# define SUBLANG_FRENCH_CAMEROON 0x0b +# endif +# ifndef SUBLANG_FRENCH_COTEDIVOIRE +# define SUBLANG_FRENCH_COTEDIVOIRE 0x0c +# endif +# ifndef SUBLANG_FRENCH_MALI +# define SUBLANG_FRENCH_MALI 0x0d +# endif +# ifndef SUBLANG_FRENCH_MOROCCO +# define SUBLANG_FRENCH_MOROCCO 0x0e +# endif +# ifndef SUBLANG_FRENCH_HAITI +# define SUBLANG_FRENCH_HAITI 0x0f +# endif +# ifndef SUBLANG_GERMAN_LUXEMBOURG +# define SUBLANG_GERMAN_LUXEMBOURG 0x04 +# endif +# ifndef SUBLANG_GERMAN_LIECHTENSTEIN +# define SUBLANG_GERMAN_LIECHTENSTEIN 0x05 +# endif +# ifndef SUBLANG_KASHMIRI_INDIA +# define SUBLANG_KASHMIRI_INDIA 0x02 +# endif +# ifndef SUBLANG_MALAY_MALAYSIA +# define SUBLANG_MALAY_MALAYSIA 0x01 +# endif +# ifndef SUBLANG_MALAY_BRUNEI_DARUSSALAM +# define SUBLANG_MALAY_BRUNEI_DARUSSALAM 0x02 +# endif +# ifndef SUBLANG_NEPALI_INDIA +# define SUBLANG_NEPALI_INDIA 0x02 +# endif +# ifndef SUBLANG_PUNJABI_INDIA +# define SUBLANG_PUNJABI_INDIA 0x00 +# endif +# ifndef SUBLANG_PUNJABI_PAKISTAN +# define SUBLANG_PUNJABI_PAKISTAN 0x01 +# endif +# ifndef SUBLANG_ROMANIAN_ROMANIA +# define SUBLANG_ROMANIAN_ROMANIA 0x00 +# endif +# ifndef SUBLANG_ROMANIAN_MOLDOVA +# define SUBLANG_ROMANIAN_MOLDOVA 0x01 +# endif +# ifndef SUBLANG_SERBIAN_LATIN +# define SUBLANG_SERBIAN_LATIN 0x02 +# endif +# ifndef SUBLANG_SERBIAN_CYRILLIC +# define SUBLANG_SERBIAN_CYRILLIC 0x03 +# endif +# ifndef SUBLANG_SINDHI_INDIA +# define SUBLANG_SINDHI_INDIA 0x00 +# endif +# ifndef SUBLANG_SINDHI_PAKISTAN +# define SUBLANG_SINDHI_PAKISTAN 0x01 +# endif +# ifndef SUBLANG_SPANISH_GUATEMALA +# define SUBLANG_SPANISH_GUATEMALA 0x04 +# endif +# ifndef SUBLANG_SPANISH_COSTA_RICA +# define SUBLANG_SPANISH_COSTA_RICA 0x05 +# endif +# ifndef SUBLANG_SPANISH_PANAMA +# define SUBLANG_SPANISH_PANAMA 0x06 +# endif +# ifndef SUBLANG_SPANISH_DOMINICAN_REPUBLIC +# define SUBLANG_SPANISH_DOMINICAN_REPUBLIC 0x07 +# endif +# ifndef SUBLANG_SPANISH_VENEZUELA +# define SUBLANG_SPANISH_VENEZUELA 0x08 +# endif +# ifndef SUBLANG_SPANISH_COLOMBIA +# define SUBLANG_SPANISH_COLOMBIA 0x09 +# endif +# ifndef SUBLANG_SPANISH_PERU +# define SUBLANG_SPANISH_PERU 0x0a +# endif +# ifndef SUBLANG_SPANISH_ARGENTINA +# define SUBLANG_SPANISH_ARGENTINA 0x0b +# endif +# ifndef SUBLANG_SPANISH_ECUADOR +# define SUBLANG_SPANISH_ECUADOR 0x0c +# endif +# ifndef SUBLANG_SPANISH_CHILE +# define SUBLANG_SPANISH_CHILE 0x0d +# endif +# ifndef SUBLANG_SPANISH_URUGUAY +# define SUBLANG_SPANISH_URUGUAY 0x0e +# endif +# ifndef SUBLANG_SPANISH_PARAGUAY +# define SUBLANG_SPANISH_PARAGUAY 0x0f +# endif +# ifndef SUBLANG_SPANISH_BOLIVIA +# define SUBLANG_SPANISH_BOLIVIA 0x10 +# endif +# ifndef SUBLANG_SPANISH_EL_SALVADOR +# define SUBLANG_SPANISH_EL_SALVADOR 0x11 +# endif +# ifndef SUBLANG_SPANISH_HONDURAS +# define SUBLANG_SPANISH_HONDURAS 0x12 +# endif +# ifndef SUBLANG_SPANISH_NICARAGUA +# define SUBLANG_SPANISH_NICARAGUA 0x13 +# endif +# ifndef SUBLANG_SPANISH_PUERTO_RICO +# define SUBLANG_SPANISH_PUERTO_RICO 0x14 +# endif +# ifndef SUBLANG_SWEDISH_FINLAND +# define SUBLANG_SWEDISH_FINLAND 0x02 +# endif +# ifndef SUBLANG_TAMAZIGHT_ARABIC +# define SUBLANG_TAMAZIGHT_ARABIC 0x01 +# endif +# ifndef SUBLANG_TAMAZIGHT_LATIN +# define SUBLANG_TAMAZIGHT_LATIN 0x02 +# endif +# ifndef SUBLANG_TIGRINYA_ETHIOPIA +# define SUBLANG_TIGRINYA_ETHIOPIA 0x00 +# endif +# ifndef SUBLANG_TIGRINYA_ERITREA +# define SUBLANG_TIGRINYA_ERITREA 0x01 +# endif +# ifndef SUBLANG_URDU_PAKISTAN +# define SUBLANG_URDU_PAKISTAN 0x01 +# endif +# ifndef SUBLANG_URDU_INDIA +# define SUBLANG_URDU_INDIA 0x02 +# endif +# ifndef SUBLANG_UZBEK_LATIN +# define SUBLANG_UZBEK_LATIN 0x01 +# endif +# ifndef SUBLANG_UZBEK_CYRILLIC +# define SUBLANG_UZBEK_CYRILLIC 0x02 +# endif +#endif + +/* XPG3 defines the result of 'setlocale (category, NULL)' as: + "Directs 'setlocale()' to query 'category' and return the current + setting of 'local'." + However it does not specify the exact format. Neither do SUSV2 and + ISO C 99. So we can use this feature only on selected systems (e.g. + those using GNU C Library). */ +#if defined _LIBC || (defined __GNU_LIBRARY__ && __GNU_LIBRARY__ >= 2) +# define HAVE_LOCALE_NULL +#endif + +/* Determine the current locale's name, and canonicalize it into XPG syntax + language[_territory[.codeset]][@modifier] + The codeset part in the result is not reliable; the locale_charset() + should be used for codeset information instead. + The result must not be freed; it is statically allocated. */ + +const char * +_nl_locale_name (int category, const char *categoryname) +{ + const char *retval; + +#ifndef WIN32 + + /* Use the POSIX methods of looking to 'LC_ALL', 'LC_xxx', and 'LANG'. + On some systems this can be done by the 'setlocale' function itself. */ +# if defined HAVE_SETLOCALE && defined HAVE_LC_MESSAGES && defined HAVE_LOCALE_NULL + retval = setlocale (category, NULL); +# else + /* Setting of LC_ALL overwrites all other. */ + retval = getenv ("LC_ALL"); + if (retval == NULL || retval[0] == '\0') + { + /* Next comes the name of the desired category. */ + retval = getenv (categoryname); + if (retval == NULL || retval[0] == '\0') + { + /* Last possibility is the LANG environment variable. */ + retval = getenv ("LANG"); + if (retval == NULL || retval[0] == '\0') + /* We use C as the default domain. POSIX says this is + implementation defined. */ + retval = "C"; + } + } +# endif + + return retval; + +#else /* WIN32 */ + + /* Return an XPG style locale name language[_territory][@modifier]. + Don't even bother determining the codeset; it's not useful in this + context, because message catalogs are not specific to a single + codeset. */ + + LCID lcid; + LANGID langid; + int primary, sub; + + /* Let the user override the system settings through environment + variables, as on POSIX systems. */ + retval = getenv ("LC_ALL"); + if (retval != NULL && retval[0] != '\0') + return retval; + retval = getenv (categoryname); + if (retval != NULL && retval[0] != '\0') + return retval; + retval = getenv ("LANG"); + if (retval != NULL && retval[0] != '\0') + return retval; + + /* Use native Win32 API locale ID. */ + lcid = GetThreadLocale (); + + /* Strip off the sorting rules, keep only the language part. */ + langid = LANGIDFROMLCID (lcid); + + /* Split into language and territory part. */ + primary = PRIMARYLANGID (langid); + sub = SUBLANGID (langid); + + /* Dispatch on language. + See also http://www.unicode.org/unicode/onlinedat/languages.html . + For details about languages, see http://www.ethnologue.com/ . */ + switch (primary) + { + case LANG_AFRIKAANS: return "af_ZA"; + case LANG_ALBANIAN: return "sq_AL"; + case LANG_AMHARIC: return "am_ET"; + case LANG_ARABIC: + switch (sub) + { + case SUBLANG_ARABIC_SAUDI_ARABIA: return "ar_SA"; + case SUBLANG_ARABIC_IRAQ: return "ar_IQ"; + case SUBLANG_ARABIC_EGYPT: return "ar_EG"; + case SUBLANG_ARABIC_LIBYA: return "ar_LY"; + case SUBLANG_ARABIC_ALGERIA: return "ar_DZ"; + case SUBLANG_ARABIC_MOROCCO: return "ar_MA"; + case SUBLANG_ARABIC_TUNISIA: return "ar_TN"; + case SUBLANG_ARABIC_OMAN: return "ar_OM"; + case SUBLANG_ARABIC_YEMEN: return "ar_YE"; + case SUBLANG_ARABIC_SYRIA: return "ar_SY"; + case SUBLANG_ARABIC_JORDAN: return "ar_JO"; + case SUBLANG_ARABIC_LEBANON: return "ar_LB"; + case SUBLANG_ARABIC_KUWAIT: return "ar_KW"; + case SUBLANG_ARABIC_UAE: return "ar_AE"; + case SUBLANG_ARABIC_BAHRAIN: return "ar_BH"; + case SUBLANG_ARABIC_QATAR: return "ar_QA"; + } + return "ar"; + case LANG_ARMENIAN: return "hy_AM"; + case LANG_ASSAMESE: return "as_IN"; + case LANG_AZERI: + switch (sub) + { + /* FIXME: Adjust this when Azerbaijani locales appear on Unix. */ + case SUBLANG_AZERI_LATIN: return "az_AZ@latin"; + case SUBLANG_AZERI_CYRILLIC: return "az_AZ@cyrillic"; + } + return "az"; + case LANG_BASQUE: + return "eu"; /* Ambiguous: could be "eu_ES" or "eu_FR". */ + case LANG_BELARUSIAN: return "be_BY"; + case LANG_BENGALI: + switch (sub) + { + case SUBLANG_BENGALI_INDIA: return "bn_IN"; + case SUBLANG_BENGALI_BANGLADESH: return "bn_BD"; + } + return "bn"; + case LANG_BULGARIAN: return "bg_BG"; + case LANG_BURMESE: return "my_MM"; + case LANG_CAMBODIAN: return "km_KH"; + case LANG_CATALAN: return "ca_ES"; + case LANG_CHEROKEE: return "chr_US"; + case LANG_CHINESE: + switch (sub) + { + case SUBLANG_CHINESE_TRADITIONAL: return "zh_TW"; + case SUBLANG_CHINESE_SIMPLIFIED: return "zh_CN"; + case SUBLANG_CHINESE_HONGKONG: return "zh_HK"; + case SUBLANG_CHINESE_SINGAPORE: return "zh_SG"; + case SUBLANG_CHINESE_MACAU: return "zh_MO"; + } + return "zh"; + case LANG_CROATIAN: /* LANG_CROATIAN == LANG_SERBIAN + * What used to be called Serbo-Croatian + * should really now be two separate + * languages because of political reasons. + * (Says tml, who knows nothing about Serbian + * or Croatian.) + * (I can feel those flames coming already.) + */ + switch (sub) + { + case SUBLANG_DEFAULT: return "hr_HR"; + case SUBLANG_SERBIAN_LATIN: return "sr_CS"; + case SUBLANG_SERBIAN_CYRILLIC: return "sr_CS@cyrillic"; + } + return "hr"; + case LANG_CZECH: return "cs_CZ"; + case LANG_DANISH: return "da_DK"; + case LANG_DIVEHI: return "dv_MV"; + case LANG_DUTCH: + switch (sub) + { + case SUBLANG_DUTCH: return "nl_NL"; + case SUBLANG_DUTCH_BELGIAN: /* FLEMISH, VLAAMS */ return "nl_BE"; + } + return "nl"; + case LANG_EDO: return "bin_NG"; + case LANG_ENGLISH: + switch (sub) + { + /* SUBLANG_ENGLISH_US == SUBLANG_DEFAULT. Heh. I thought + * English was the language spoken in England. + * Oh well. + */ + case SUBLANG_ENGLISH_US: return "en_US"; + case SUBLANG_ENGLISH_UK: return "en_GB"; + case SUBLANG_ENGLISH_AUS: return "en_AU"; + case SUBLANG_ENGLISH_CAN: return "en_CA"; + case SUBLANG_ENGLISH_NZ: return "en_NZ"; + case SUBLANG_ENGLISH_EIRE: return "en_IE"; + case SUBLANG_ENGLISH_SOUTH_AFRICA: return "en_ZA"; + case SUBLANG_ENGLISH_JAMAICA: return "en_JM"; + case SUBLANG_ENGLISH_CARIBBEAN: return "en_GD"; /* Grenada? */ + case SUBLANG_ENGLISH_BELIZE: return "en_BZ"; + case SUBLANG_ENGLISH_TRINIDAD: return "en_TT"; + case SUBLANG_ENGLISH_ZIMBABWE: return "en_ZW"; + case SUBLANG_ENGLISH_PHILIPPINES: return "en_PH"; + case SUBLANG_ENGLISH_INDONESIA: return "en_ID"; + case SUBLANG_ENGLISH_HONGKONG: return "en_HK"; + case SUBLANG_ENGLISH_INDIA: return "en_IN"; + case SUBLANG_ENGLISH_MALAYSIA: return "en_MY"; + case SUBLANG_ENGLISH_SINGAPORE: return "en_SG"; + } + return "en"; + case LANG_ESTONIAN: return "et_EE"; + case LANG_FAEROESE: return "fo_FO"; + case LANG_FARSI: return "fa_IR"; + case LANG_FINNISH: return "fi_FI"; + case LANG_FRENCH: + switch (sub) + { + case SUBLANG_FRENCH: return "fr_FR"; + case SUBLANG_FRENCH_BELGIAN: /* WALLOON */ return "fr_BE"; + case SUBLANG_FRENCH_CANADIAN: return "fr_CA"; + case SUBLANG_FRENCH_SWISS: return "fr_CH"; + case SUBLANG_FRENCH_LUXEMBOURG: return "fr_LU"; + case SUBLANG_FRENCH_MONACO: return "fr_MC"; + case SUBLANG_FRENCH_WESTINDIES: return "fr"; /* Caribbean? */ + case SUBLANG_FRENCH_REUNION: return "fr_RE"; + case SUBLANG_FRENCH_CONGO: return "fr_CG"; + case SUBLANG_FRENCH_SENEGAL: return "fr_SN"; + case SUBLANG_FRENCH_CAMEROON: return "fr_CM"; + case SUBLANG_FRENCH_COTEDIVOIRE: return "fr_CI"; + case SUBLANG_FRENCH_MALI: return "fr_ML"; + case SUBLANG_FRENCH_MOROCCO: return "fr_MA"; + case SUBLANG_FRENCH_HAITI: return "fr_HT"; + } + return "fr"; + case LANG_FRISIAN: return "fy_NL"; + case LANG_FULFULDE: + /* Spoken in Nigeria, Guinea, Senegal, Mali, Niger, Cameroon, Benin. */ + return "ff_NG"; + case LANG_GAELIC: + switch (sub) + { + case 0x01: /* SCOTTISH */ return "gd_GB"; + case 0x02: /* IRISH */ return "ga_IE"; + } + return "C"; + case LANG_GALICIAN: return "gl_ES"; + case LANG_GEORGIAN: return "ka_GE"; + case LANG_GERMAN: + switch (sub) + { + case SUBLANG_GERMAN: return "de_DE"; + case SUBLANG_GERMAN_SWISS: return "de_CH"; + case SUBLANG_GERMAN_AUSTRIAN: return "de_AT"; + case SUBLANG_GERMAN_LUXEMBOURG: return "de_LU"; + case SUBLANG_GERMAN_LIECHTENSTEIN: return "de_LI"; + } + return "de"; + case LANG_GREEK: return "el_GR"; + case LANG_GUARANI: return "gn_PY"; + case LANG_GUJARATI: return "gu_IN"; + case LANG_HAUSA: return "ha_NG"; + case LANG_HAWAIIAN: + /* FIXME: Do they mean Hawaiian ("haw_US", 1000 speakers) + or Hawaii Creole English ("cpe_US", 600000 speakers)? */ + return "cpe_US"; + case LANG_HEBREW: return "he_IL"; + case LANG_HINDI: return "hi_IN"; + case LANG_HUNGARIAN: return "hu_HU"; + case LANG_IBIBIO: return "nic_NG"; + case LANG_ICELANDIC: return "is_IS"; + case LANG_IGBO: return "ig_NG"; + case LANG_INDONESIAN: return "id_ID"; + case LANG_INUKTITUT: return "iu_CA"; + case LANG_ITALIAN: + switch (sub) + { + case SUBLANG_ITALIAN: return "it_IT"; + case SUBLANG_ITALIAN_SWISS: return "it_CH"; + } + return "it"; + case LANG_JAPANESE: return "ja_JP"; + case LANG_KANNADA: return "kn_IN"; + case LANG_KANURI: return "kr_NG"; + case LANG_KASHMIRI: + switch (sub) + { + case SUBLANG_DEFAULT: return "ks_PK"; + case SUBLANG_KASHMIRI_INDIA: return "ks_IN"; + } + return "ks"; + case LANG_KAZAK: return "kk_KZ"; + case LANG_KONKANI: + /* FIXME: Adjust this when such locales appear on Unix. */ + return "kok_IN"; + case LANG_KOREAN: return "ko_KR"; + case LANG_KYRGYZ: return "ky_KG"; + case LANG_LAO: return "lo_LA"; + case LANG_LATIN: return "la_VA"; + case LANG_LATVIAN: return "lv_LV"; + case LANG_LITHUANIAN: return "lt_LT"; + case LANG_MACEDONIAN: return "mk_MK"; + case LANG_MALAY: + switch (sub) + { + case SUBLANG_MALAY_MALAYSIA: return "ms_MY"; + case SUBLANG_MALAY_BRUNEI_DARUSSALAM: return "ms_BN"; + } + return "ms"; + case LANG_MALAYALAM: return "ml_IN"; + case LANG_MALTESE: return "mt_MT"; + case LANG_MANIPURI: + /* FIXME: Adjust this when such locales appear on Unix. */ + return "mni_IN"; + case LANG_MARATHI: return "mr_IN"; + case LANG_MONGOLIAN: + return "mn"; /* Ambiguous: could be "mn_CN" or "mn_MN". */ + case LANG_NEPALI: + switch (sub) + { + case SUBLANG_DEFAULT: return "ne_NP"; + case SUBLANG_NEPALI_INDIA: return "ne_IN"; + } + return "ne"; + case LANG_NORWEGIAN: + switch (sub) + { + case SUBLANG_NORWEGIAN_BOKMAL: return "no_NO"; + case SUBLANG_NORWEGIAN_NYNORSK: return "nn_NO"; + } + return "no"; + case LANG_ORIYA: return "or_IN"; + case LANG_OROMO: return "om_ET"; + case LANG_PAPIAMENTU: return "pap_AN"; + case LANG_PASHTO: + return "ps"; /* Ambiguous: could be "ps_PK" or "ps_AF". */ + case LANG_POLISH: return "pl_PL"; + case LANG_PORTUGUESE: + switch (sub) + { + case SUBLANG_PORTUGUESE: return "pt_PT"; + /* Hmm. SUBLANG_PORTUGUESE_BRAZILIAN == SUBLANG_DEFAULT. + Same phenomenon as SUBLANG_ENGLISH_US == SUBLANG_DEFAULT. */ + case SUBLANG_PORTUGUESE_BRAZILIAN: return "pt_BR"; + } + return "pt"; + case LANG_PUNJABI: + switch (sub) + { + case SUBLANG_PUNJABI_INDIA: return "pa_IN"; /* Gurmukhi script */ + case SUBLANG_PUNJABI_PAKISTAN: return "pa_PK"; /* Arabic script */ + } + return "pa"; + case LANG_RHAETO_ROMANCE: return "rm_CH"; + case LANG_ROMANIAN: + switch (sub) + { + case SUBLANG_ROMANIAN_ROMANIA: return "ro_RO"; + case SUBLANG_ROMANIAN_MOLDOVA: return "ro_MD"; + } + return "ro"; + case LANG_RUSSIAN: + return "ru"; /* Ambiguous: could be "ru_RU" or "ru_UA" or "ru_MD". */ + case LANG_SAAMI: /* actually Northern Sami */ return "se_NO"; + case LANG_SANSKRIT: return "sa_IN"; + case LANG_SINDHI: + switch (sub) + { + case SUBLANG_SINDHI_INDIA: return "sd_IN"; + case SUBLANG_SINDHI_PAKISTAN: return "sd_PK"; + } + return "sd"; + case LANG_SINHALESE: return "si_LK"; + case LANG_SLOVAK: return "sk_SK"; + case LANG_SLOVENIAN: return "sl_SI"; + case LANG_SOMALI: return "so_SO"; + case LANG_SORBIAN: + /* FIXME: Adjust this when such locales appear on Unix. */ + return "wen_DE"; + case LANG_SPANISH: + switch (sub) + { + case SUBLANG_SPANISH: return "es_ES"; + case SUBLANG_SPANISH_MEXICAN: return "es_MX"; + case SUBLANG_SPANISH_MODERN: + return "es_ES@modern"; /* not seen on Unix */ + case SUBLANG_SPANISH_GUATEMALA: return "es_GT"; + case SUBLANG_SPANISH_COSTA_RICA: return "es_CR"; + case SUBLANG_SPANISH_PANAMA: return "es_PA"; + case SUBLANG_SPANISH_DOMINICAN_REPUBLIC: return "es_DO"; + case SUBLANG_SPANISH_VENEZUELA: return "es_VE"; + case SUBLANG_SPANISH_COLOMBIA: return "es_CO"; + case SUBLANG_SPANISH_PERU: return "es_PE"; + case SUBLANG_SPANISH_ARGENTINA: return "es_AR"; + case SUBLANG_SPANISH_ECUADOR: return "es_EC"; + case SUBLANG_SPANISH_CHILE: return "es_CL"; + case SUBLANG_SPANISH_URUGUAY: return "es_UY"; + case SUBLANG_SPANISH_PARAGUAY: return "es_PY"; + case SUBLANG_SPANISH_BOLIVIA: return "es_BO"; + case SUBLANG_SPANISH_EL_SALVADOR: return "es_SV"; + case SUBLANG_SPANISH_HONDURAS: return "es_HN"; + case SUBLANG_SPANISH_NICARAGUA: return "es_NI"; + case SUBLANG_SPANISH_PUERTO_RICO: return "es_PR"; + } + return "es"; + case LANG_SUTU: return "bnt_TZ"; /* or "st_LS" or "nso_ZA"? */ + case LANG_SWAHILI: return "sw_KE"; + case LANG_SWEDISH: + switch (sub) + { + case SUBLANG_DEFAULT: return "sv_SE"; + case SUBLANG_SWEDISH_FINLAND: return "sv_FI"; + } + return "sv"; + case LANG_SYRIAC: return "syr_TR"; /* An extinct language. */ + case LANG_TAGALOG: return "tl_PH"; + case LANG_TAJIK: return "tg_TJ"; + case LANG_TAMAZIGHT: + switch (sub) + { + /* FIXME: Adjust this when Tamazight locales appear on Unix. */ + case SUBLANG_TAMAZIGHT_ARABIC: return "ber_MA@arabic"; + case SUBLANG_TAMAZIGHT_LATIN: return "ber_MA@latin"; + } + return "ber_MA"; + case LANG_TAMIL: + return "ta"; /* Ambiguous: could be "ta_IN" or "ta_LK" or "ta_SG". */ + case LANG_TATAR: return "tt_RU"; + case LANG_TELUGU: return "te_IN"; + case LANG_THAI: return "th_TH"; + case LANG_TIBETAN: return "bo_CN"; + case LANG_TIGRINYA: + switch (sub) + { + case SUBLANG_TIGRINYA_ETHIOPIA: return "ti_ET"; + case SUBLANG_TIGRINYA_ERITREA: return "ti_ER"; + } + return "ti"; + case LANG_TSONGA: return "ts_ZA"; + case LANG_TSWANA: return "tn_BW"; + case LANG_TURKISH: return "tr_TR"; + case LANG_TURKMEN: return "tk_TM"; + case LANG_UKRAINIAN: return "uk_UA"; + case LANG_URDU: + switch (sub) + { + case SUBLANG_URDU_PAKISTAN: return "ur_PK"; + case SUBLANG_URDU_INDIA: return "ur_IN"; + } + return "ur"; + case LANG_UZBEK: + switch (sub) + { + case SUBLANG_UZBEK_LATIN: return "uz_UZ"; + case SUBLANG_UZBEK_CYRILLIC: return "uz_UZ@cyrillic"; + } + return "uz"; + case LANG_VENDA: return "ve_ZA"; + case LANG_VIETNAMESE: return "vi_VN"; + case LANG_WELSH: return "cy_GB"; + case LANG_XHOSA: return "xh_ZA"; + case LANG_YI: return "sit_CN"; + case LANG_YIDDISH: return "yi_IL"; + case LANG_YORUBA: return "yo_NG"; + case LANG_ZULU: return "zu_ZA"; + default: return "C"; + } + +#endif +} diff --git a/project/jni/application/ltris-1.0.15/intl/log.c b/project/jni/application/ltris-1.0.15/intl/log.c new file mode 100644 index 000000000..cb6076e80 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/log.c @@ -0,0 +1,98 @@ +/* Log file output. + Copyright (C) 2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* Written by Bruno Haible . */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include +#include + +/* Print an ASCII string with quotes and escape sequences where needed. */ +static void +print_escaped (FILE *stream, const char *str) +{ + putc ('"', stream); + for (; *str != '\0'; str++) + if (*str == '\n') + { + fputs ("\\n\"", stream); + if (str[1] == '\0') + return; + fputs ("\n\"", stream); + } + else + { + if (*str == '"' || *str == '\\') + putc ('\\', stream); + putc (*str, stream); + } + putc ('"', stream); +} + +/* Add to the log file an entry denoting a failed translation. */ +void +_nl_log_untranslated (const char *logfilename, const char *domainname, + const char *msgid1, const char *msgid2, int plural) +{ + static char *last_logfilename = NULL; + static FILE *last_logfile = NULL; + FILE *logfile; + + /* Can we reuse the last opened logfile? */ + if (last_logfilename == NULL || strcmp (logfilename, last_logfilename) != 0) + { + /* Close the last used logfile. */ + if (last_logfilename != NULL) + { + if (last_logfile != NULL) + { + fclose (last_logfile); + last_logfile = NULL; + } + free (last_logfilename); + last_logfilename = NULL; + } + /* Open the logfile. */ + last_logfilename = (char *) malloc (strlen (logfilename) + 1); + if (last_logfilename == NULL) + return; + strcpy (last_logfilename, logfilename); + last_logfile = fopen (logfilename, "a"); + if (last_logfile == NULL) + return; + } + logfile = last_logfile; + + fprintf (logfile, "domain "); + print_escaped (logfile, domainname); + fprintf (logfile, "\nmsgid "); + print_escaped (logfile, msgid1); + if (plural) + { + fprintf (logfile, "\nmsgid_plural "); + print_escaped (logfile, msgid2); + fprintf (logfile, "\nmsgstr[0] \"\"\n"); + } + else + fprintf (logfile, "\nmsgstr \"\"\n"); + putc ('\n', logfile); +} diff --git a/project/jni/application/ltris-1.0.15/intl/ngettext.c b/project/jni/application/ltris-1.0.15/intl/ngettext.c new file mode 100644 index 000000000..e73e00c48 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/ngettext.c @@ -0,0 +1,65 @@ +/* Implementation of ngettext(3) function. + Copyright (C) 1995, 1997, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef _LIBC +# define __need_NULL +# include +#else +# include /* Just for NULL. */ +#endif + +#include "gettextP.h" +#ifdef _LIBC +# include +#else +# include "libgnuintl.h" +#endif + +#include + +/* @@ end of prolog @@ */ + +/* Names for the libintl functions are a problem. They must not clash + with existing names and they should follow ANSI C. But this source + code is also used in GNU C Library where the names have a __ + prefix. So we have to make a difference here. */ +#ifdef _LIBC +# define NGETTEXT __ngettext +# define DCNGETTEXT __dcngettext +#else +# define NGETTEXT libintl_ngettext +# define DCNGETTEXT libintl_dcngettext +#endif + +/* Look up MSGID in the current default message catalog for the current + LC_MESSAGES locale. If not found, returns MSGID itself (the default + text). */ +char * +NGETTEXT (const char *msgid1, const char *msgid2, unsigned long int n) +{ + return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES); +} + +#ifdef _LIBC +/* Alias for function name in GNU C Library. */ +weak_alias (__ngettext, ngettext); +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/os2compat.c b/project/jni/application/ltris-1.0.15/intl/os2compat.c new file mode 100644 index 000000000..c8dc33e7c --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/os2compat.c @@ -0,0 +1,98 @@ +/* OS/2 compatibility functions. + Copyright (C) 2001-2002 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#define OS2_AWARE +#ifdef HAVE_CONFIG_H +#include +#endif + +#include +#include +#include + +/* A version of getenv() that works from DLLs */ +extern unsigned long DosScanEnv (const unsigned char *pszName, unsigned char **ppszValue); + +char * +_nl_getenv (const char *name) +{ + unsigned char *value; + if (DosScanEnv (name, &value)) + return NULL; + else + return value; +} + +/* A fixed size buffer. */ +char libintl_nl_default_dirname[MAXPATHLEN+1]; + +char *_nlos2_libdir = NULL; +char *_nlos2_localealiaspath = NULL; +char *_nlos2_localedir = NULL; + +static __attribute__((constructor)) void +nlos2_initialize () +{ + char *root = getenv ("UNIXROOT"); + char *gnulocaledir = getenv ("GNULOCALEDIR"); + + _nlos2_libdir = gnulocaledir; + if (!_nlos2_libdir) + { + if (root) + { + size_t sl = strlen (root); + _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1); + memcpy (_nlos2_libdir, root, sl); + memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1); + } + else + _nlos2_libdir = LIBDIR; + } + + _nlos2_localealiaspath = gnulocaledir; + if (!_nlos2_localealiaspath) + { + if (root) + { + size_t sl = strlen (root); + _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1); + memcpy (_nlos2_localealiaspath, root, sl); + memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1); + } + else + _nlos2_localealiaspath = LOCALE_ALIAS_PATH; + } + + _nlos2_localedir = gnulocaledir; + if (!_nlos2_localedir) + { + if (root) + { + size_t sl = strlen (root); + _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1); + memcpy (_nlos2_localedir, root, sl); + memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1); + } + else + _nlos2_localedir = LOCALEDIR; + } + + if (strlen (_nlos2_localedir) <= MAXPATHLEN) + strcpy (libintl_nl_default_dirname, _nlos2_localedir); +} diff --git a/project/jni/application/ltris-1.0.15/intl/os2compat.h b/project/jni/application/ltris-1.0.15/intl/os2compat.h new file mode 100644 index 000000000..4f74e8c03 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/os2compat.h @@ -0,0 +1,46 @@ +/* OS/2 compatibility defines. + This file is intended to be included from config.h + Copyright (C) 2001-2002 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* When included from os2compat.h we need all the original definitions */ +#ifndef OS2_AWARE + +#undef LIBDIR +#define LIBDIR _nlos2_libdir +extern char *_nlos2_libdir; + +#undef LOCALEDIR +#define LOCALEDIR _nlos2_localedir +extern char *_nlos2_localedir; + +#undef LOCALE_ALIAS_PATH +#define LOCALE_ALIAS_PATH _nlos2_localealiaspath +extern char *_nlos2_localealiaspath; + +#endif + +#undef HAVE_STRCASECMP +#define HAVE_STRCASECMP 1 +#define strcasecmp stricmp +#define strncasecmp strnicmp + +/* We have our own getenv() which works even if library is compiled as DLL */ +#define getenv _nl_getenv + +/* Older versions of gettext used -1 as the value of LC_MESSAGES */ +#define LC_MESSAGES_COMPAT (-1) diff --git a/project/jni/application/ltris-1.0.15/intl/osdep.c b/project/jni/application/ltris-1.0.15/intl/osdep.c new file mode 100644 index 000000000..b37259838 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/osdep.c @@ -0,0 +1,24 @@ +/* OS dependent parts of libintl. + Copyright (C) 2001-2002 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#if defined __EMX__ +# include "os2compat.c" +#else +/* Avoid AIX compiler warning. */ +typedef int dummy; +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/plural-exp.c b/project/jni/application/ltris-1.0.15/intl/plural-exp.c new file mode 100644 index 000000000..8c04e6426 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/plural-exp.c @@ -0,0 +1,154 @@ +/* Expression parsing for plural form selection. + Copyright (C) 2000-2001, 2003 Free Software Foundation, Inc. + Written by Ulrich Drepper , 2000. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include +#include + +#include "plural-exp.h" + +#if (defined __GNUC__ && !defined __APPLE_CC__) \ + || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L) + +/* These structs are the constant expression for the germanic plural + form determination. It represents the expression "n != 1". */ +static const struct expression plvar = +{ + .nargs = 0, + .operation = var, +}; +static const struct expression plone = +{ + .nargs = 0, + .operation = num, + .val = + { + .num = 1 + } +}; +struct expression GERMANIC_PLURAL = +{ + .nargs = 2, + .operation = not_equal, + .val = + { + .args = + { + [0] = (struct expression *) &plvar, + [1] = (struct expression *) &plone + } + } +}; + +# define INIT_GERMANIC_PLURAL() + +#else + +/* For compilers without support for ISO C 99 struct/union initializers: + Initialization at run-time. */ + +static struct expression plvar; +static struct expression plone; +struct expression GERMANIC_PLURAL; + +static void +init_germanic_plural () +{ + if (plone.val.num == 0) + { + plvar.nargs = 0; + plvar.operation = var; + + plone.nargs = 0; + plone.operation = num; + plone.val.num = 1; + + GERMANIC_PLURAL.nargs = 2; + GERMANIC_PLURAL.operation = not_equal; + GERMANIC_PLURAL.val.args[0] = &plvar; + GERMANIC_PLURAL.val.args[1] = &plone; + } +} + +# define INIT_GERMANIC_PLURAL() init_germanic_plural () + +#endif + +void +internal_function +EXTRACT_PLURAL_EXPRESSION (const char *nullentry, struct expression **pluralp, + unsigned long int *npluralsp) +{ + if (nullentry != NULL) + { + const char *plural; + const char *nplurals; + + plural = strstr (nullentry, "plural="); + nplurals = strstr (nullentry, "nplurals="); + if (plural == NULL || nplurals == NULL) + goto no_plural; + else + { + char *endp; + unsigned long int n; + struct parse_args args; + + /* First get the number. */ + nplurals += 9; + while (*nplurals != '\0' && isspace ((unsigned char) *nplurals)) + ++nplurals; + if (!(*nplurals >= '0' && *nplurals <= '9')) + goto no_plural; +#if defined HAVE_STRTOUL || defined _LIBC + n = strtoul (nplurals, &endp, 10); +#else + for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++) + n = n * 10 + (*endp - '0'); +#endif + if (nplurals == endp) + goto no_plural; + *npluralsp = n; + + /* Due to the restrictions bison imposes onto the interface of the + scanner function we have to put the input string and the result + passed up from the parser into the same structure which address + is passed down to the parser. */ + plural += 7; + args.cp = plural; + if (PLURAL_PARSE (&args) != 0) + goto no_plural; + *pluralp = args.res; + } + } + else + { + /* By default we are using the Germanic form: singular form only + for `one', the plural form otherwise. Yes, this is also what + English is using since English is a Germanic language. */ + no_plural: + INIT_GERMANIC_PLURAL (); + *pluralp = &GERMANIC_PLURAL; + *npluralsp = 2; + } +} diff --git a/project/jni/application/ltris-1.0.15/intl/plural-exp.h b/project/jni/application/ltris-1.0.15/intl/plural-exp.h new file mode 100644 index 000000000..49e2c5bfc --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/plural-exp.h @@ -0,0 +1,118 @@ +/* Expression parsing and evaluation for plural form selection. + Copyright (C) 2000-2003 Free Software Foundation, Inc. + Written by Ulrich Drepper , 2000. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _PLURAL_EXP_H +#define _PLURAL_EXP_H + +#ifndef internal_function +# define internal_function +#endif + +#ifndef attribute_hidden +# define attribute_hidden +#endif + + +/* This is the representation of the expressions to determine the + plural form. */ +struct expression +{ + int nargs; /* Number of arguments. */ + enum operator + { + /* Without arguments: */ + var, /* The variable "n". */ + num, /* Decimal number. */ + /* Unary operators: */ + lnot, /* Logical NOT. */ + /* Binary operators: */ + mult, /* Multiplication. */ + divide, /* Division. */ + module, /* Modulo operation. */ + plus, /* Addition. */ + minus, /* Subtraction. */ + less_than, /* Comparison. */ + greater_than, /* Comparison. */ + less_or_equal, /* Comparison. */ + greater_or_equal, /* Comparison. */ + equal, /* Comparison for equality. */ + not_equal, /* Comparison for inequality. */ + land, /* Logical AND. */ + lor, /* Logical OR. */ + /* Ternary operators: */ + qmop /* Question mark operator. */ + } operation; + union + { + unsigned long int num; /* Number value for `num'. */ + struct expression *args[3]; /* Up to three arguments. */ + } val; +}; + +/* This is the data structure to pass information to the parser and get + the result in a thread-safe way. */ +struct parse_args +{ + const char *cp; + struct expression *res; +}; + + +/* Names for the libintl functions are a problem. This source code is used + 1. in the GNU C Library library, + 2. in the GNU libintl library, + 3. in the GNU gettext tools. + The function names in each situation must be different, to allow for + binary incompatible changes in 'struct expression'. Furthermore, + 1. in the GNU C Library library, the names have a __ prefix, + 2.+3. in the GNU libintl library and in the GNU gettext tools, the names + must follow ANSI C and not start with __. + So we have to distinguish the three cases. */ +#ifdef _LIBC +# define FREE_EXPRESSION __gettext_free_exp +# define PLURAL_PARSE __gettextparse +# define GERMANIC_PLURAL __gettext_germanic_plural +# define EXTRACT_PLURAL_EXPRESSION __gettext_extract_plural +#elif defined (IN_LIBINTL) +# define FREE_EXPRESSION libintl_gettext_free_exp +# define PLURAL_PARSE libintl_gettextparse +# define GERMANIC_PLURAL libintl_gettext_germanic_plural +# define EXTRACT_PLURAL_EXPRESSION libintl_gettext_extract_plural +#else +# define FREE_EXPRESSION free_plural_expression +# define PLURAL_PARSE parse_plural_expression +# define GERMANIC_PLURAL germanic_plural +# define EXTRACT_PLURAL_EXPRESSION extract_plural_expression +#endif + +extern void FREE_EXPRESSION (struct expression *exp) + internal_function; +extern int PLURAL_PARSE (void *arg); +extern struct expression GERMANIC_PLURAL attribute_hidden; +extern void EXTRACT_PLURAL_EXPRESSION (const char *nullentry, + struct expression **pluralp, + unsigned long int *npluralsp) + internal_function; + +#if !defined (_LIBC) && !defined (IN_LIBINTL) +extern unsigned long int plural_eval (struct expression *pexp, + unsigned long int n); +#endif + +#endif /* _PLURAL_EXP_H */ diff --git a/project/jni/application/ltris-1.0.15/intl/plural.c b/project/jni/application/ltris-1.0.15/intl/plural.c new file mode 100644 index 000000000..72494f9eb --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/plural.c @@ -0,0 +1,1490 @@ +/* A Bison parser, made from plural.y + by GNU bison 1.35. */ + +#define YYBISON 1 /* Identify Bison output. */ + +#define yyparse __gettextparse +#define yylex __gettextlex +#define yyerror __gettexterror +#define yylval __gettextlval +#define yychar __gettextchar +#define yydebug __gettextdebug +#define yynerrs __gettextnerrs +# define EQUOP2 257 +# define CMPOP2 258 +# define ADDOP2 259 +# define MULOP2 260 +# define NUMBER 261 + +#line 1 "plural.y" + +/* Expression parsing for plural form selection. + Copyright (C) 2000-2001, 2003 Free Software Foundation, Inc. + Written by Ulrich Drepper , 2000. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* The bison generated parser uses alloca. AIX 3 forces us to put this + declaration at the beginning of the file. The declaration in bison's + skeleton file comes too late. This must come before + because may include arbitrary system headers. */ +#if defined _AIX && !defined __GNUC__ + #pragma alloca +#endif + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include +#include "plural-exp.h" + +/* The main function generated by the parser is called __gettextparse, + but we want it to be called PLURAL_PARSE. */ +#ifndef _LIBC +# define __gettextparse PLURAL_PARSE +#endif + +#define YYLEX_PARAM &((struct parse_args *) arg)->cp +#define YYPARSE_PARAM arg + +#line 49 "plural.y" +#ifndef YYSTYPE +typedef union { + unsigned long int num; + enum operator op; + struct expression *exp; +} yystype; +# define YYSTYPE yystype +# define YYSTYPE_IS_TRIVIAL 1 +#endif +#line 55 "plural.y" + +/* Prototypes for local functions. */ +static int yylex (YYSTYPE *lval, const char **pexp); +static void yyerror (const char *str); + +/* Allocation of expressions. */ + +static struct expression * +new_exp (int nargs, enum operator op, struct expression * const *args) +{ + int i; + struct expression *newp; + + /* If any of the argument could not be malloc'ed, just return NULL. */ + for (i = nargs - 1; i >= 0; i--) + if (args[i] == NULL) + goto fail; + + /* Allocate a new expression. */ + newp = (struct expression *) malloc (sizeof (*newp)); + if (newp != NULL) + { + newp->nargs = nargs; + newp->operation = op; + for (i = nargs - 1; i >= 0; i--) + newp->val.args[i] = args[i]; + return newp; + } + + fail: + for (i = nargs - 1; i >= 0; i--) + FREE_EXPRESSION (args[i]); + + return NULL; +} + +static inline struct expression * +new_exp_0 (enum operator op) +{ + return new_exp (0, op, NULL); +} + +static inline struct expression * +new_exp_1 (enum operator op, struct expression *right) +{ + struct expression *args[1]; + + args[0] = right; + return new_exp (1, op, args); +} + +static struct expression * +new_exp_2 (enum operator op, struct expression *left, struct expression *right) +{ + struct expression *args[2]; + + args[0] = left; + args[1] = right; + return new_exp (2, op, args); +} + +static inline struct expression * +new_exp_3 (enum operator op, struct expression *bexp, + struct expression *tbranch, struct expression *fbranch) +{ + struct expression *args[3]; + + args[0] = bexp; + args[1] = tbranch; + args[2] = fbranch; + return new_exp (3, op, args); +} + +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif + + + +#define YYFINAL 27 +#define YYFLAG -32768 +#define YYNTBASE 16 + +/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */ +#define YYTRANSLATE(x) ((unsigned)(x) <= 261 ? yytranslate[x] : 18) + +/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */ +static const char yytranslate[] = +{ + 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 10, 2, 2, 2, 2, 5, 2, + 14, 15, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 12, 2, + 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 13, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 4, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 1, 6, 7, 8, + 9, 11 +}; + +#if YYDEBUG +static const short yyprhs[] = +{ + 0, 0, 2, 8, 12, 16, 20, 24, 28, 32, + 35, 37, 39 +}; +static const short yyrhs[] = +{ + 17, 0, 17, 3, 17, 12, 17, 0, 17, 4, + 17, 0, 17, 5, 17, 0, 17, 6, 17, 0, + 17, 7, 17, 0, 17, 8, 17, 0, 17, 9, + 17, 0, 10, 17, 0, 13, 0, 11, 0, 14, + 17, 15, 0 +}; + +#endif + +#if YYDEBUG +/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ +static const short yyrline[] = +{ + 0, 150, 158, 162, 166, 170, 174, 178, 182, 186, + 190, 194, 199 +}; +#endif + + +#if (YYDEBUG) || defined YYERROR_VERBOSE + +/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */ +static const char *const yytname[] = +{ + "$", "error", "$undefined.", "'?'", "'|'", "'&'", "EQUOP2", "CMPOP2", + "ADDOP2", "MULOP2", "'!'", "NUMBER", "':'", "'n'", "'('", "')'", + "start", "exp", 0 +}; +#endif + +/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ +static const short yyr1[] = +{ + 0, 16, 17, 17, 17, 17, 17, 17, 17, 17, + 17, 17, 17 +}; + +/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ +static const short yyr2[] = +{ + 0, 1, 5, 3, 3, 3, 3, 3, 3, 2, + 1, 1, 3 +}; + +/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE + doesn't specify something else to do. Zero means the default is an + error. */ +static const short yydefact[] = +{ + 0, 0, 11, 10, 0, 1, 9, 0, 0, 0, + 0, 0, 0, 0, 0, 12, 0, 3, 4, 5, + 6, 7, 8, 0, 2, 0, 0, 0 +}; + +static const short yydefgoto[] = +{ + 25, 5 +}; + +static const short yypact[] = +{ + -9, -9,-32768,-32768, -9, 34,-32768, 11, -9, -9, + -9, -9, -9, -9, -9,-32768, 24, 39, 43, 16, + 26, -3,-32768, -9, 34, 21, 53,-32768 +}; + +static const short yypgoto[] = +{ + -32768, -1 +}; + + +#define YYLAST 53 + + +static const short yytable[] = +{ + 6, 1, 2, 7, 3, 4, 14, 16, 17, 18, + 19, 20, 21, 22, 8, 9, 10, 11, 12, 13, + 14, 26, 24, 12, 13, 14, 15, 8, 9, 10, + 11, 12, 13, 14, 13, 14, 23, 8, 9, 10, + 11, 12, 13, 14, 10, 11, 12, 13, 14, 11, + 12, 13, 14, 27 +}; + +static const short yycheck[] = +{ + 1, 10, 11, 4, 13, 14, 9, 8, 9, 10, + 11, 12, 13, 14, 3, 4, 5, 6, 7, 8, + 9, 0, 23, 7, 8, 9, 15, 3, 4, 5, + 6, 7, 8, 9, 8, 9, 12, 3, 4, 5, + 6, 7, 8, 9, 5, 6, 7, 8, 9, 6, + 7, 8, 9, 0 +}; +#define YYPURE 1 + +/* -*-C-*- Note some compilers choke on comments on `#line' lines. */ +#line 3 "/usr/local/share/bison/bison.simple" + +/* Skeleton output parser for bison, + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software + Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +/* As a special exception, when this file is copied by Bison into a + Bison output file, you may use that output file without restriction. + This special exception was added by the Free Software Foundation + in version 1.24 of Bison. */ + +/* This is the parser code that is written into each bison parser when + the %semantic_parser declaration is not specified in the grammar. + It was written by Richard Stallman by simplifying the hairy parser + used when %semantic_parser is specified. */ + +/* All symbols defined below should begin with yy or YY, to avoid + infringing on user name space. This should be done even for local + variables, as they might otherwise be expanded by user macros. + There are some unavoidable exceptions within include files to + define necessary library symbols; they are noted "INFRINGES ON + USER NAME SPACE" below. */ + +#if ! defined (yyoverflow) || defined (YYERROR_VERBOSE) + +/* The parser invokes alloca or malloc; define the necessary symbols. */ + +# if YYSTACK_USE_ALLOCA +# define YYSTACK_ALLOC alloca +# else +# ifndef YYSTACK_USE_ALLOCA +# if defined (alloca) || defined (_ALLOCA_H) +# define YYSTACK_ALLOC alloca +# else +# ifdef __GNUC__ +# define YYSTACK_ALLOC __builtin_alloca +# endif +# endif +# endif +# endif + +# ifdef YYSTACK_ALLOC + /* Pacify GCC's `empty if-body' warning. */ +# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0) +# else +# if defined (__STDC__) || defined (__cplusplus) +# include /* INFRINGES ON USER NAME SPACE */ +# define YYSIZE_T size_t +# endif +# define YYSTACK_ALLOC malloc +# define YYSTACK_FREE free +# endif +#endif /* ! defined (yyoverflow) || defined (YYERROR_VERBOSE) */ + + +#if (! defined (yyoverflow) \ + && (! defined (__cplusplus) \ + || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) + +/* A type that is properly aligned for any stack member. */ +union yyalloc +{ + short yyss; + YYSTYPE yyvs; +# if YYLSP_NEEDED + YYLTYPE yyls; +# endif +}; + +/* The size of the maximum gap between one aligned stack and the next. */ +# define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1) + +/* The size of an array large to enough to hold all stacks, each with + N elements. */ +# if YYLSP_NEEDED +# define YYSTACK_BYTES(N) \ + ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ + + 2 * YYSTACK_GAP_MAX) +# else +# define YYSTACK_BYTES(N) \ + ((N) * (sizeof (short) + sizeof (YYSTYPE)) \ + + YYSTACK_GAP_MAX) +# endif + +/* Copy COUNT objects from FROM to TO. The source and destination do + not overlap. */ +# ifndef YYCOPY +# if 1 < __GNUC__ +# define YYCOPY(To, From, Count) \ + __builtin_memcpy (To, From, (Count) * sizeof (*(From))) +# else +# define YYCOPY(To, From, Count) \ + do \ + { \ + register YYSIZE_T yyi; \ + for (yyi = 0; yyi < (Count); yyi++) \ + (To)[yyi] = (From)[yyi]; \ + } \ + while (0) +# endif +# endif + +/* Relocate STACK from its old location to the new one. The + local variables YYSIZE and YYSTACKSIZE give the old and new number of + elements in the stack, and YYPTR gives the new location of the + stack. Advance YYPTR to a properly aligned location for the next + stack. */ +# define YYSTACK_RELOCATE(Stack) \ + do \ + { \ + YYSIZE_T yynewbytes; \ + YYCOPY (&yyptr->Stack, Stack, yysize); \ + Stack = &yyptr->Stack; \ + yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \ + yyptr += yynewbytes / sizeof (*yyptr); \ + } \ + while (0) + +#endif + + +#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__) +# define YYSIZE_T __SIZE_TYPE__ +#endif +#if ! defined (YYSIZE_T) && defined (size_t) +# define YYSIZE_T size_t +#endif +#if ! defined (YYSIZE_T) +# if defined (__STDC__) || defined (__cplusplus) +# include /* INFRINGES ON USER NAME SPACE */ +# define YYSIZE_T size_t +# endif +#endif +#if ! defined (YYSIZE_T) +# define YYSIZE_T unsigned int +#endif + +#define yyerrok (yyerrstatus = 0) +#define yyclearin (yychar = YYEMPTY) +#define YYEMPTY -2 +#define YYEOF 0 +#define YYACCEPT goto yyacceptlab +#define YYABORT goto yyabortlab +#define YYERROR goto yyerrlab1 +/* Like YYERROR except do call yyerror. This remains here temporarily + to ease the transition to the new meaning of YYERROR, for GCC. + Once GCC version 2 has supplanted version 1, this can go. */ +#define YYFAIL goto yyerrlab +#define YYRECOVERING() (!!yyerrstatus) +#define YYBACKUP(Token, Value) \ +do \ + if (yychar == YYEMPTY && yylen == 1) \ + { \ + yychar = (Token); \ + yylval = (Value); \ + yychar1 = YYTRANSLATE (yychar); \ + YYPOPSTACK; \ + goto yybackup; \ + } \ + else \ + { \ + yyerror ("syntax error: cannot back up"); \ + YYERROR; \ + } \ +while (0) + +#define YYTERROR 1 +#define YYERRCODE 256 + + +/* YYLLOC_DEFAULT -- Compute the default location (before the actions + are run). + + When YYLLOC_DEFAULT is run, CURRENT is set the location of the + first token. By default, to implement support for ranges, extend + its range to the last symbol. */ + +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + Current.last_line = Rhs[N].last_line; \ + Current.last_column = Rhs[N].last_column; +#endif + + +/* YYLEX -- calling `yylex' with the right arguments. */ + +#if YYPURE +# if YYLSP_NEEDED +# ifdef YYLEX_PARAM +# define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) +# else +# define YYLEX yylex (&yylval, &yylloc) +# endif +# else /* !YYLSP_NEEDED */ +# ifdef YYLEX_PARAM +# define YYLEX yylex (&yylval, YYLEX_PARAM) +# else +# define YYLEX yylex (&yylval) +# endif +# endif /* !YYLSP_NEEDED */ +#else /* !YYPURE */ +# define YYLEX yylex () +#endif /* !YYPURE */ + + +/* Enable debugging if requested. */ +#if YYDEBUG + +# ifndef YYFPRINTF +# include /* INFRINGES ON USER NAME SPACE */ +# define YYFPRINTF fprintf +# endif + +# define YYDPRINTF(Args) \ +do { \ + if (yydebug) \ + YYFPRINTF Args; \ +} while (0) +/* Nonzero means print parse trace. It is left uninitialized so that + multiple parsers can coexist. */ +int yydebug; +#else /* !YYDEBUG */ +# define YYDPRINTF(Args) +#endif /* !YYDEBUG */ + +/* YYINITDEPTH -- initial size of the parser's stacks. */ +#ifndef YYINITDEPTH +# define YYINITDEPTH 200 +#endif + +/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only + if the built-in stack extension method is used). + + Do not make this value too large; the results are undefined if + SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH) + evaluated with infinite-precision integer arithmetic. */ + +#if YYMAXDEPTH == 0 +# undef YYMAXDEPTH +#endif + +#ifndef YYMAXDEPTH +# define YYMAXDEPTH 10000 +#endif + +#ifdef YYERROR_VERBOSE + +# ifndef yystrlen +# if defined (__GLIBC__) && defined (_STRING_H) +# define yystrlen strlen +# else +/* Return the length of YYSTR. */ +static YYSIZE_T +# if defined (__STDC__) || defined (__cplusplus) +yystrlen (const char *yystr) +# else +yystrlen (yystr) + const char *yystr; +# endif +{ + register const char *yys = yystr; + + while (*yys++ != '\0') + continue; + + return yys - yystr - 1; +} +# endif +# endif + +# ifndef yystpcpy +# if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE) +# define yystpcpy stpcpy +# else +/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in + YYDEST. */ +static char * +# if defined (__STDC__) || defined (__cplusplus) +yystpcpy (char *yydest, const char *yysrc) +# else +yystpcpy (yydest, yysrc) + char *yydest; + const char *yysrc; +# endif +{ + register char *yyd = yydest; + register const char *yys = yysrc; + + while ((*yyd++ = *yys++) != '\0') + continue; + + return yyd - 1; +} +# endif +# endif +#endif + +#line 315 "/usr/local/share/bison/bison.simple" + + +/* The user can define YYPARSE_PARAM as the name of an argument to be passed + into yyparse. The argument should have type void *. + It should actually point to an object. + Grammar actions can access the variable by casting it + to the proper pointer type. */ + +#ifdef YYPARSE_PARAM +# if defined (__STDC__) || defined (__cplusplus) +# define YYPARSE_PARAM_ARG void *YYPARSE_PARAM +# define YYPARSE_PARAM_DECL +# else +# define YYPARSE_PARAM_ARG YYPARSE_PARAM +# define YYPARSE_PARAM_DECL void *YYPARSE_PARAM; +# endif +#else /* !YYPARSE_PARAM */ +# define YYPARSE_PARAM_ARG +# define YYPARSE_PARAM_DECL +#endif /* !YYPARSE_PARAM */ + +/* Prevent warning if -Wstrict-prototypes. */ +#ifdef __GNUC__ +# ifdef YYPARSE_PARAM +int yyparse (void *); +# else +int yyparse (void); +# endif +#endif + +/* YY_DECL_VARIABLES -- depending whether we use a pure parser, + variables are global, or local to YYPARSE. */ + +#define YY_DECL_NON_LSP_VARIABLES \ +/* The lookahead symbol. */ \ +int yychar; \ + \ +/* The semantic value of the lookahead symbol. */ \ +YYSTYPE yylval; \ + \ +/* Number of parse errors so far. */ \ +int yynerrs; + +#if YYLSP_NEEDED +# define YY_DECL_VARIABLES \ +YY_DECL_NON_LSP_VARIABLES \ + \ +/* Location data for the lookahead symbol. */ \ +YYLTYPE yylloc; +#else +# define YY_DECL_VARIABLES \ +YY_DECL_NON_LSP_VARIABLES +#endif + + +/* If nonreentrant, generate the variables here. */ + +#if !YYPURE +YY_DECL_VARIABLES +#endif /* !YYPURE */ + +int +yyparse (YYPARSE_PARAM_ARG) + YYPARSE_PARAM_DECL +{ + /* If reentrant, generate the variables here. */ +#if YYPURE + YY_DECL_VARIABLES +#endif /* !YYPURE */ + + register int yystate; + register int yyn; + int yyresult; + /* Number of tokens to shift before error messages enabled. */ + int yyerrstatus; + /* Lookahead token as an internal (translated) token number. */ + int yychar1 = 0; + + /* Three stacks and their tools: + `yyss': related to states, + `yyvs': related to semantic values, + `yyls': related to locations. + + Refer to the stacks thru separate pointers, to allow yyoverflow + to reallocate them elsewhere. */ + + /* The state stack. */ + short yyssa[YYINITDEPTH]; + short *yyss = yyssa; + register short *yyssp; + + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs = yyvsa; + register YYSTYPE *yyvsp; + +#if YYLSP_NEEDED + /* The location stack. */ + YYLTYPE yylsa[YYINITDEPTH]; + YYLTYPE *yyls = yylsa; + YYLTYPE *yylsp; +#endif + +#if YYLSP_NEEDED +# define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) +#else +# define YYPOPSTACK (yyvsp--, yyssp--) +#endif + + YYSIZE_T yystacksize = YYINITDEPTH; + + + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; +#if YYLSP_NEEDED + YYLTYPE yyloc; +#endif + + /* When reducing, the number of symbols on the RHS of the reduced + rule. */ + int yylen; + + YYDPRINTF ((stderr, "Starting parse\n")); + + yystate = 0; + yyerrstatus = 0; + yynerrs = 0; + yychar = YYEMPTY; /* Cause a token to be read. */ + + /* Initialize stack pointers. + Waste one element of value and location stack + so that they stay on the same level as the state stack. + The wasted elements are never initialized. */ + + yyssp = yyss; + yyvsp = yyvs; +#if YYLSP_NEEDED + yylsp = yyls; +#endif + goto yysetstate; + +/*------------------------------------------------------------. +| yynewstate -- Push a new state, which is found in yystate. | +`------------------------------------------------------------*/ + yynewstate: + /* In all cases, when you get here, the value and location stacks + have just been pushed. so pushing a state here evens the stacks. + */ + yyssp++; + + yysetstate: + *yyssp = yystate; + + if (yyssp >= yyss + yystacksize - 1) + { + /* Get the current used size of the three stacks, in elements. */ + YYSIZE_T yysize = yyssp - yyss + 1; + +#ifdef yyoverflow + { + /* Give user a chance to reallocate the stack. Use copies of + these so that the &'s don't force the real ones into + memory. */ + YYSTYPE *yyvs1 = yyvs; + short *yyss1 = yyss; + + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. */ +# if YYLSP_NEEDED + YYLTYPE *yyls1 = yyls; + /* This used to be a conditional around just the two extra args, + but that might be undefined if yyoverflow is a macro. */ + yyoverflow ("parser stack overflow", + &yyss1, yysize * sizeof (*yyssp), + &yyvs1, yysize * sizeof (*yyvsp), + &yyls1, yysize * sizeof (*yylsp), + &yystacksize); + yyls = yyls1; +# else + yyoverflow ("parser stack overflow", + &yyss1, yysize * sizeof (*yyssp), + &yyvs1, yysize * sizeof (*yyvsp), + &yystacksize); +# endif + yyss = yyss1; + yyvs = yyvs1; + } +#else /* no yyoverflow */ +# ifndef YYSTACK_RELOCATE + goto yyoverflowlab; +# else + /* Extend the stack our own way. */ + if (yystacksize >= YYMAXDEPTH) + goto yyoverflowlab; + yystacksize *= 2; + if (yystacksize > YYMAXDEPTH) + yystacksize = YYMAXDEPTH; + + { + short *yyss1 = yyss; + union yyalloc *yyptr = + (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); + if (! yyptr) + goto yyoverflowlab; + YYSTACK_RELOCATE (yyss); + YYSTACK_RELOCATE (yyvs); +# if YYLSP_NEEDED + YYSTACK_RELOCATE (yyls); +# endif +# undef YYSTACK_RELOCATE + if (yyss1 != yyssa) + YYSTACK_FREE (yyss1); + } +# endif +#endif /* no yyoverflow */ + + yyssp = yyss + yysize - 1; + yyvsp = yyvs + yysize - 1; +#if YYLSP_NEEDED + yylsp = yyls + yysize - 1; +#endif + + YYDPRINTF ((stderr, "Stack size increased to %lu\n", + (unsigned long int) yystacksize)); + + if (yyssp >= yyss + yystacksize - 1) + YYABORT; + } + + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); + + goto yybackup; + + +/*-----------. +| yybackup. | +`-----------*/ +yybackup: + +/* Do appropriate processing given the current state. */ +/* Read a lookahead token if we need one and don't already have one. */ +/* yyresume: */ + + /* First try to decide what to do without reference to lookahead token. */ + + yyn = yypact[yystate]; + if (yyn == YYFLAG) + goto yydefault; + + /* Not known => get a lookahead token if don't already have one. */ + + /* yychar is either YYEMPTY or YYEOF + or a valid token in external form. */ + + if (yychar == YYEMPTY) + { + YYDPRINTF ((stderr, "Reading a token: ")); + yychar = YYLEX; + } + + /* Convert token to internal form (in yychar1) for indexing tables with */ + + if (yychar <= 0) /* This means end of input. */ + { + yychar1 = 0; + yychar = YYEOF; /* Don't call YYLEX any more */ + + YYDPRINTF ((stderr, "Now at end of input.\n")); + } + else + { + yychar1 = YYTRANSLATE (yychar); + +#if YYDEBUG + /* We have to keep this `#if YYDEBUG', since we use variables + which are defined only if `YYDEBUG' is set. */ + if (yydebug) + { + YYFPRINTF (stderr, "Next token is %d (%s", + yychar, yytname[yychar1]); + /* Give the individual parser a way to print the precise + meaning of a token, for further debugging info. */ +# ifdef YYPRINT + YYPRINT (stderr, yychar, yylval); +# endif + YYFPRINTF (stderr, ")\n"); + } +#endif + } + + yyn += yychar1; + if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1) + goto yydefault; + + yyn = yytable[yyn]; + + /* yyn is what to do for this token type in this state. + Negative => reduce, -yyn is rule number. + Positive => shift, yyn is new state. + New state is final state => don't bother to shift, + just return success. + 0, or most negative number => error. */ + + if (yyn < 0) + { + if (yyn == YYFLAG) + goto yyerrlab; + yyn = -yyn; + goto yyreduce; + } + else if (yyn == 0) + goto yyerrlab; + + if (yyn == YYFINAL) + YYACCEPT; + + /* Shift the lookahead token. */ + YYDPRINTF ((stderr, "Shifting token %d (%s), ", + yychar, yytname[yychar1])); + + /* Discard the token being shifted unless it is eof. */ + if (yychar != YYEOF) + yychar = YYEMPTY; + + *++yyvsp = yylval; +#if YYLSP_NEEDED + *++yylsp = yylloc; +#endif + + /* Count tokens shifted since error; after three, turn off error + status. */ + if (yyerrstatus) + yyerrstatus--; + + yystate = yyn; + goto yynewstate; + + +/*-----------------------------------------------------------. +| yydefault -- do the default action for the current state. | +`-----------------------------------------------------------*/ +yydefault: + yyn = yydefact[yystate]; + if (yyn == 0) + goto yyerrlab; + goto yyreduce; + + +/*-----------------------------. +| yyreduce -- Do a reduction. | +`-----------------------------*/ +yyreduce: + /* yyn is the number of a rule to reduce with. */ + yylen = yyr2[yyn]; + + /* If YYLEN is nonzero, implement the default value of the action: + `$$ = $1'. + + Otherwise, the following line sets YYVAL to the semantic value of + the lookahead token. This behavior is undocumented and Bison + users should not rely upon it. Assigning to YYVAL + unconditionally makes the parser a bit smaller, and it avoids a + GCC warning that YYVAL may be used uninitialized. */ + yyval = yyvsp[1-yylen]; + +#if YYLSP_NEEDED + /* Similarly for the default location. Let the user run additional + commands if for instance locations are ranges. */ + yyloc = yylsp[1-yylen]; + YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); +#endif + +#if YYDEBUG + /* We have to keep this `#if YYDEBUG', since we use variables which + are defined only if `YYDEBUG' is set. */ + if (yydebug) + { + int yyi; + + YYFPRINTF (stderr, "Reducing via rule %d (line %d), ", + yyn, yyrline[yyn]); + + /* Print the symbols being reduced, and their result. */ + for (yyi = yyprhs[yyn]; yyrhs[yyi] > 0; yyi++) + YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]); + YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]); + } +#endif + + switch (yyn) { + +case 1: +#line 151 "plural.y" +{ + if (yyvsp[0].exp == NULL) + YYABORT; + ((struct parse_args *) arg)->res = yyvsp[0].exp; + } + break; +case 2: +#line 159 "plural.y" +{ + yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp); + } + break; +case 3: +#line 163 "plural.y" +{ + yyval.exp = new_exp_2 (lor, yyvsp[-2].exp, yyvsp[0].exp); + } + break; +case 4: +#line 167 "plural.y" +{ + yyval.exp = new_exp_2 (land, yyvsp[-2].exp, yyvsp[0].exp); + } + break; +case 5: +#line 171 "plural.y" +{ + yyval.exp = new_exp_2 (yyvsp[-1].op, yyvsp[-2].exp, yyvsp[0].exp); + } + break; +case 6: +#line 175 "plural.y" +{ + yyval.exp = new_exp_2 (yyvsp[-1].op, yyvsp[-2].exp, yyvsp[0].exp); + } + break; +case 7: +#line 179 "plural.y" +{ + yyval.exp = new_exp_2 (yyvsp[-1].op, yyvsp[-2].exp, yyvsp[0].exp); + } + break; +case 8: +#line 183 "plural.y" +{ + yyval.exp = new_exp_2 (yyvsp[-1].op, yyvsp[-2].exp, yyvsp[0].exp); + } + break; +case 9: +#line 187 "plural.y" +{ + yyval.exp = new_exp_1 (lnot, yyvsp[0].exp); + } + break; +case 10: +#line 191 "plural.y" +{ + yyval.exp = new_exp_0 (var); + } + break; +case 11: +#line 195 "plural.y" +{ + if ((yyval.exp = new_exp_0 (num)) != NULL) + yyval.exp->val.num = yyvsp[0].num; + } + break; +case 12: +#line 200 "plural.y" +{ + yyval.exp = yyvsp[-1].exp; + } + break; +} + +#line 705 "/usr/local/share/bison/bison.simple" + + + yyvsp -= yylen; + yyssp -= yylen; +#if YYLSP_NEEDED + yylsp -= yylen; +#endif + +#if YYDEBUG + if (yydebug) + { + short *yyssp1 = yyss - 1; + YYFPRINTF (stderr, "state stack now"); + while (yyssp1 != yyssp) + YYFPRINTF (stderr, " %d", *++yyssp1); + YYFPRINTF (stderr, "\n"); + } +#endif + + *++yyvsp = yyval; +#if YYLSP_NEEDED + *++yylsp = yyloc; +#endif + + /* Now `shift' the result of the reduction. Determine what state + that goes to, based on the state we popped back to and the rule + number reduced by. */ + + yyn = yyr1[yyn]; + + yystate = yypgoto[yyn - YYNTBASE] + *yyssp; + if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp) + yystate = yytable[yystate]; + else + yystate = yydefgoto[yyn - YYNTBASE]; + + goto yynewstate; + + +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ +yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) + { + ++yynerrs; + +#ifdef YYERROR_VERBOSE + yyn = yypact[yystate]; + + if (yyn > YYFLAG && yyn < YYLAST) + { + YYSIZE_T yysize = 0; + char *yymsg; + int yyx, yycount; + + yycount = 0; + /* Start YYX at -YYN if negative to avoid negative indexes in + YYCHECK. */ + for (yyx = yyn < 0 ? -yyn : 0; + yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++) + if (yycheck[yyx + yyn] == yyx) + yysize += yystrlen (yytname[yyx]) + 15, yycount++; + yysize += yystrlen ("parse error, unexpected ") + 1; + yysize += yystrlen (yytname[YYTRANSLATE (yychar)]); + yymsg = (char *) YYSTACK_ALLOC (yysize); + if (yymsg != 0) + { + char *yyp = yystpcpy (yymsg, "parse error, unexpected "); + yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]); + + if (yycount < 5) + { + yycount = 0; + for (yyx = yyn < 0 ? -yyn : 0; + yyx < (int) (sizeof (yytname) / sizeof (char *)); + yyx++) + if (yycheck[yyx + yyn] == yyx) + { + const char *yyq = ! yycount ? ", expecting " : " or "; + yyp = yystpcpy (yyp, yyq); + yyp = yystpcpy (yyp, yytname[yyx]); + yycount++; + } + } + yyerror (yymsg); + YYSTACK_FREE (yymsg); + } + else + yyerror ("parse error; also virtual memory exhausted"); + } + else +#endif /* defined (YYERROR_VERBOSE) */ + yyerror ("parse error"); + } + goto yyerrlab1; + + +/*--------------------------------------------------. +| yyerrlab1 -- error raised explicitly by an action | +`--------------------------------------------------*/ +yyerrlab1: + if (yyerrstatus == 3) + { + /* If just tried and failed to reuse lookahead token after an + error, discard it. */ + + /* return failure if at end of input */ + if (yychar == YYEOF) + YYABORT; + YYDPRINTF ((stderr, "Discarding token %d (%s).\n", + yychar, yytname[yychar1])); + yychar = YYEMPTY; + } + + /* Else will try to reuse lookahead token after shifting the error + token. */ + + yyerrstatus = 3; /* Each real token shifted decrements this */ + + goto yyerrhandle; + + +/*-------------------------------------------------------------------. +| yyerrdefault -- current state does not do anything special for the | +| error token. | +`-------------------------------------------------------------------*/ +yyerrdefault: +#if 0 + /* This is wrong; only states that explicitly want error tokens + should shift them. */ + + /* If its default is to accept any token, ok. Otherwise pop it. */ + yyn = yydefact[yystate]; + if (yyn) + goto yydefault; +#endif + + +/*---------------------------------------------------------------. +| yyerrpop -- pop the current state because it cannot handle the | +| error token | +`---------------------------------------------------------------*/ +yyerrpop: + if (yyssp == yyss) + YYABORT; + yyvsp--; + yystate = *--yyssp; +#if YYLSP_NEEDED + yylsp--; +#endif + +#if YYDEBUG + if (yydebug) + { + short *yyssp1 = yyss - 1; + YYFPRINTF (stderr, "Error: state stack now"); + while (yyssp1 != yyssp) + YYFPRINTF (stderr, " %d", *++yyssp1); + YYFPRINTF (stderr, "\n"); + } +#endif + +/*--------------. +| yyerrhandle. | +`--------------*/ +yyerrhandle: + yyn = yypact[yystate]; + if (yyn == YYFLAG) + goto yyerrdefault; + + yyn += YYTERROR; + if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR) + goto yyerrdefault; + + yyn = yytable[yyn]; + if (yyn < 0) + { + if (yyn == YYFLAG) + goto yyerrpop; + yyn = -yyn; + goto yyreduce; + } + else if (yyn == 0) + goto yyerrpop; + + if (yyn == YYFINAL) + YYACCEPT; + + YYDPRINTF ((stderr, "Shifting error token, ")); + + *++yyvsp = yylval; +#if YYLSP_NEEDED + *++yylsp = yylloc; +#endif + + yystate = yyn; + goto yynewstate; + + +/*-------------------------------------. +| yyacceptlab -- YYACCEPT comes here. | +`-------------------------------------*/ +yyacceptlab: + yyresult = 0; + goto yyreturn; + +/*-----------------------------------. +| yyabortlab -- YYABORT comes here. | +`-----------------------------------*/ +yyabortlab: + yyresult = 1; + goto yyreturn; + +/*---------------------------------------------. +| yyoverflowab -- parser overflow comes here. | +`---------------------------------------------*/ +yyoverflowlab: + yyerror ("parser stack overflow"); + yyresult = 2; + /* Fall through. */ + +yyreturn: +#ifndef yyoverflow + if (yyss != yyssa) + YYSTACK_FREE (yyss); +#endif + return yyresult; +} +#line 205 "plural.y" + + +void +internal_function +FREE_EXPRESSION (struct expression *exp) +{ + if (exp == NULL) + return; + + /* Handle the recursive case. */ + switch (exp->nargs) + { + case 3: + FREE_EXPRESSION (exp->val.args[2]); + /* FALLTHROUGH */ + case 2: + FREE_EXPRESSION (exp->val.args[1]); + /* FALLTHROUGH */ + case 1: + FREE_EXPRESSION (exp->val.args[0]); + /* FALLTHROUGH */ + default: + break; + } + + free (exp); +} + + +static int +yylex (YYSTYPE *lval, const char **pexp) +{ + const char *exp = *pexp; + int result; + + while (1) + { + if (exp[0] == '\0') + { + *pexp = exp; + return YYEOF; + } + + if (exp[0] != ' ' && exp[0] != '\t') + break; + + ++exp; + } + + result = *exp++; + switch (result) + { + case '0': case '1': case '2': case '3': case '4': + case '5': case '6': case '7': case '8': case '9': + { + unsigned long int n = result - '0'; + while (exp[0] >= '0' && exp[0] <= '9') + { + n *= 10; + n += exp[0] - '0'; + ++exp; + } + lval->num = n; + result = NUMBER; + } + break; + + case '=': + if (exp[0] == '=') + { + ++exp; + lval->op = equal; + result = EQUOP2; + } + else + result = YYERRCODE; + break; + + case '!': + if (exp[0] == '=') + { + ++exp; + lval->op = not_equal; + result = EQUOP2; + } + break; + + case '&': + case '|': + if (exp[0] == result) + ++exp; + else + result = YYERRCODE; + break; + + case '<': + if (exp[0] == '=') + { + ++exp; + lval->op = less_or_equal; + } + else + lval->op = less_than; + result = CMPOP2; + break; + + case '>': + if (exp[0] == '=') + { + ++exp; + lval->op = greater_or_equal; + } + else + lval->op = greater_than; + result = CMPOP2; + break; + + case '*': + lval->op = mult; + result = MULOP2; + break; + + case '/': + lval->op = divide; + result = MULOP2; + break; + + case '%': + lval->op = module; + result = MULOP2; + break; + + case '+': + lval->op = plus; + result = ADDOP2; + break; + + case '-': + lval->op = minus; + result = ADDOP2; + break; + + case 'n': + case '?': + case ':': + case '(': + case ')': + /* Nothing, just return the character. */ + break; + + case ';': + case '\n': + case '\0': + /* Be safe and let the user call this function again. */ + --exp; + result = YYEOF; + break; + + default: + result = YYERRCODE; +#if YYDEBUG != 0 + --exp; +#endif + break; + } + + *pexp = exp; + + return result; +} + + +static void +yyerror (const char *str) +{ + /* Do nothing. We don't print error messages here. */ +} diff --git a/project/jni/application/ltris-1.0.15/intl/plural.y b/project/jni/application/ltris-1.0.15/intl/plural.y new file mode 100644 index 000000000..4d33bd7c7 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/plural.y @@ -0,0 +1,381 @@ +%{ +/* Expression parsing for plural form selection. + Copyright (C) 2000-2001, 2003 Free Software Foundation, Inc. + Written by Ulrich Drepper , 2000. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* The bison generated parser uses alloca. AIX 3 forces us to put this + declaration at the beginning of the file. The declaration in bison's + skeleton file comes too late. This must come before + because may include arbitrary system headers. */ +#if defined _AIX && !defined __GNUC__ + #pragma alloca +#endif + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include +#include "plural-exp.h" + +/* The main function generated by the parser is called __gettextparse, + but we want it to be called PLURAL_PARSE. */ +#ifndef _LIBC +# define __gettextparse PLURAL_PARSE +#endif + +#define YYLEX_PARAM &((struct parse_args *) arg)->cp +#define YYPARSE_PARAM arg +%} +%pure_parser +%expect 7 + +%union { + unsigned long int num; + enum operator op; + struct expression *exp; +} + +%{ +/* Prototypes for local functions. */ +static int yylex (YYSTYPE *lval, const char **pexp); +static void yyerror (const char *str); + +/* Allocation of expressions. */ + +static struct expression * +new_exp (int nargs, enum operator op, struct expression * const *args) +{ + int i; + struct expression *newp; + + /* If any of the argument could not be malloc'ed, just return NULL. */ + for (i = nargs - 1; i >= 0; i--) + if (args[i] == NULL) + goto fail; + + /* Allocate a new expression. */ + newp = (struct expression *) malloc (sizeof (*newp)); + if (newp != NULL) + { + newp->nargs = nargs; + newp->operation = op; + for (i = nargs - 1; i >= 0; i--) + newp->val.args[i] = args[i]; + return newp; + } + + fail: + for (i = nargs - 1; i >= 0; i--) + FREE_EXPRESSION (args[i]); + + return NULL; +} + +static inline struct expression * +new_exp_0 (enum operator op) +{ + return new_exp (0, op, NULL); +} + +static inline struct expression * +new_exp_1 (enum operator op, struct expression *right) +{ + struct expression *args[1]; + + args[0] = right; + return new_exp (1, op, args); +} + +static struct expression * +new_exp_2 (enum operator op, struct expression *left, struct expression *right) +{ + struct expression *args[2]; + + args[0] = left; + args[1] = right; + return new_exp (2, op, args); +} + +static inline struct expression * +new_exp_3 (enum operator op, struct expression *bexp, + struct expression *tbranch, struct expression *fbranch) +{ + struct expression *args[3]; + + args[0] = bexp; + args[1] = tbranch; + args[2] = fbranch; + return new_exp (3, op, args); +} + +%} + +/* This declares that all operators have the same associativity and the + precedence order as in C. See [Harbison, Steele: C, A Reference Manual]. + There is no unary minus and no bitwise operators. + Operators with the same syntactic behaviour have been merged into a single + token, to save space in the array generated by bison. */ +%right '?' /* ? */ +%left '|' /* || */ +%left '&' /* && */ +%left EQUOP2 /* == != */ +%left CMPOP2 /* < > <= >= */ +%left ADDOP2 /* + - */ +%left MULOP2 /* * / % */ +%right '!' /* ! */ + +%token EQUOP2 CMPOP2 ADDOP2 MULOP2 +%token NUMBER +%type exp + +%% + +start: exp + { + if ($1 == NULL) + YYABORT; + ((struct parse_args *) arg)->res = $1; + } + ; + +exp: exp '?' exp ':' exp + { + $$ = new_exp_3 (qmop, $1, $3, $5); + } + | exp '|' exp + { + $$ = new_exp_2 (lor, $1, $3); + } + | exp '&' exp + { + $$ = new_exp_2 (land, $1, $3); + } + | exp EQUOP2 exp + { + $$ = new_exp_2 ($2, $1, $3); + } + | exp CMPOP2 exp + { + $$ = new_exp_2 ($2, $1, $3); + } + | exp ADDOP2 exp + { + $$ = new_exp_2 ($2, $1, $3); + } + | exp MULOP2 exp + { + $$ = new_exp_2 ($2, $1, $3); + } + | '!' exp + { + $$ = new_exp_1 (lnot, $2); + } + | 'n' + { + $$ = new_exp_0 (var); + } + | NUMBER + { + if (($$ = new_exp_0 (num)) != NULL) + $$->val.num = $1; + } + | '(' exp ')' + { + $$ = $2; + } + ; + +%% + +void +internal_function +FREE_EXPRESSION (struct expression *exp) +{ + if (exp == NULL) + return; + + /* Handle the recursive case. */ + switch (exp->nargs) + { + case 3: + FREE_EXPRESSION (exp->val.args[2]); + /* FALLTHROUGH */ + case 2: + FREE_EXPRESSION (exp->val.args[1]); + /* FALLTHROUGH */ + case 1: + FREE_EXPRESSION (exp->val.args[0]); + /* FALLTHROUGH */ + default: + break; + } + + free (exp); +} + + +static int +yylex (YYSTYPE *lval, const char **pexp) +{ + const char *exp = *pexp; + int result; + + while (1) + { + if (exp[0] == '\0') + { + *pexp = exp; + return YYEOF; + } + + if (exp[0] != ' ' && exp[0] != '\t') + break; + + ++exp; + } + + result = *exp++; + switch (result) + { + case '0': case '1': case '2': case '3': case '4': + case '5': case '6': case '7': case '8': case '9': + { + unsigned long int n = result - '0'; + while (exp[0] >= '0' && exp[0] <= '9') + { + n *= 10; + n += exp[0] - '0'; + ++exp; + } + lval->num = n; + result = NUMBER; + } + break; + + case '=': + if (exp[0] == '=') + { + ++exp; + lval->op = equal; + result = EQUOP2; + } + else + result = YYERRCODE; + break; + + case '!': + if (exp[0] == '=') + { + ++exp; + lval->op = not_equal; + result = EQUOP2; + } + break; + + case '&': + case '|': + if (exp[0] == result) + ++exp; + else + result = YYERRCODE; + break; + + case '<': + if (exp[0] == '=') + { + ++exp; + lval->op = less_or_equal; + } + else + lval->op = less_than; + result = CMPOP2; + break; + + case '>': + if (exp[0] == '=') + { + ++exp; + lval->op = greater_or_equal; + } + else + lval->op = greater_than; + result = CMPOP2; + break; + + case '*': + lval->op = mult; + result = MULOP2; + break; + + case '/': + lval->op = divide; + result = MULOP2; + break; + + case '%': + lval->op = module; + result = MULOP2; + break; + + case '+': + lval->op = plus; + result = ADDOP2; + break; + + case '-': + lval->op = minus; + result = ADDOP2; + break; + + case 'n': + case '?': + case ':': + case '(': + case ')': + /* Nothing, just return the character. */ + break; + + case ';': + case '\n': + case '\0': + /* Be safe and let the user call this function again. */ + --exp; + result = YYEOF; + break; + + default: + result = YYERRCODE; +#if YYDEBUG != 0 + --exp; +#endif + break; + } + + *pexp = exp; + + return result; +} + + +static void +yyerror (const char *str) +{ + /* Do nothing. We don't print error messages here. */ +} diff --git a/project/jni/application/ltris-1.0.15/intl/printf-args.c b/project/jni/application/ltris-1.0.15/intl/printf-args.c new file mode 100644 index 000000000..f6f3219e7 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/printf-args.c @@ -0,0 +1,119 @@ +/* Decomposed printf argument list. + Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +/* Specification. */ +#include "printf-args.h" + +#ifdef STATIC +STATIC +#endif +int +printf_fetchargs (va_list args, arguments *a) +{ + size_t i; + argument *ap; + + for (i = 0, ap = &a->arg[0]; i < a->count; i++, ap++) + switch (ap->type) + { + case TYPE_SCHAR: + ap->a.a_schar = va_arg (args, /*signed char*/ int); + break; + case TYPE_UCHAR: + ap->a.a_uchar = va_arg (args, /*unsigned char*/ int); + break; + case TYPE_SHORT: + ap->a.a_short = va_arg (args, /*short*/ int); + break; + case TYPE_USHORT: + ap->a.a_ushort = va_arg (args, /*unsigned short*/ int); + break; + case TYPE_INT: + ap->a.a_int = va_arg (args, int); + break; + case TYPE_UINT: + ap->a.a_uint = va_arg (args, unsigned int); + break; + case TYPE_LONGINT: + ap->a.a_longint = va_arg (args, long int); + break; + case TYPE_ULONGINT: + ap->a.a_ulongint = va_arg (args, unsigned long int); + break; +#ifdef HAVE_LONG_LONG + case TYPE_LONGLONGINT: + ap->a.a_longlongint = va_arg (args, long long int); + break; + case TYPE_ULONGLONGINT: + ap->a.a_ulonglongint = va_arg (args, unsigned long long int); + break; +#endif + case TYPE_DOUBLE: + ap->a.a_double = va_arg (args, double); + break; +#ifdef HAVE_LONG_DOUBLE + case TYPE_LONGDOUBLE: + ap->a.a_longdouble = va_arg (args, long double); + break; +#endif + case TYPE_CHAR: + ap->a.a_char = va_arg (args, int); + break; +#ifdef HAVE_WINT_T + case TYPE_WIDE_CHAR: + ap->a.a_wide_char = va_arg (args, wint_t); + break; +#endif + case TYPE_STRING: + ap->a.a_string = va_arg (args, const char *); + break; +#ifdef HAVE_WCHAR_T + case TYPE_WIDE_STRING: + ap->a.a_wide_string = va_arg (args, const wchar_t *); + break; +#endif + case TYPE_POINTER: + ap->a.a_pointer = va_arg (args, void *); + break; + case TYPE_COUNT_SCHAR_POINTER: + ap->a.a_count_schar_pointer = va_arg (args, signed char *); + break; + case TYPE_COUNT_SHORT_POINTER: + ap->a.a_count_short_pointer = va_arg (args, short *); + break; + case TYPE_COUNT_INT_POINTER: + ap->a.a_count_int_pointer = va_arg (args, int *); + break; + case TYPE_COUNT_LONGINT_POINTER: + ap->a.a_count_longint_pointer = va_arg (args, long int *); + break; +#ifdef HAVE_LONG_LONG + case TYPE_COUNT_LONGLONGINT_POINTER: + ap->a.a_count_longlongint_pointer = va_arg (args, long long int *); + break; +#endif + default: + /* Unknown type. */ + return -1; + } + return 0; +} diff --git a/project/jni/application/ltris-1.0.15/intl/printf-args.h b/project/jni/application/ltris-1.0.15/intl/printf-args.h new file mode 100644 index 000000000..f11e64c04 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/printf-args.h @@ -0,0 +1,137 @@ +/* Decomposed printf argument list. + Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _PRINTF_ARGS_H +#define _PRINTF_ARGS_H + +/* Get size_t. */ +#include + +/* Get wchar_t. */ +#ifdef HAVE_WCHAR_T +# include +#endif + +/* Get wint_t. */ +#ifdef HAVE_WINT_T +# include +#endif + +/* Get va_list. */ +#include + + +/* Argument types */ +typedef enum +{ + TYPE_NONE, + TYPE_SCHAR, + TYPE_UCHAR, + TYPE_SHORT, + TYPE_USHORT, + TYPE_INT, + TYPE_UINT, + TYPE_LONGINT, + TYPE_ULONGINT, +#ifdef HAVE_LONG_LONG + TYPE_LONGLONGINT, + TYPE_ULONGLONGINT, +#endif + TYPE_DOUBLE, +#ifdef HAVE_LONG_DOUBLE + TYPE_LONGDOUBLE, +#endif + TYPE_CHAR, +#ifdef HAVE_WINT_T + TYPE_WIDE_CHAR, +#endif + TYPE_STRING, +#ifdef HAVE_WCHAR_T + TYPE_WIDE_STRING, +#endif + TYPE_POINTER, + TYPE_COUNT_SCHAR_POINTER, + TYPE_COUNT_SHORT_POINTER, + TYPE_COUNT_INT_POINTER, + TYPE_COUNT_LONGINT_POINTER +#ifdef HAVE_LONG_LONG +, TYPE_COUNT_LONGLONGINT_POINTER +#endif +} arg_type; + +/* Polymorphic argument */ +typedef struct +{ + arg_type type; + union + { + signed char a_schar; + unsigned char a_uchar; + short a_short; + unsigned short a_ushort; + int a_int; + unsigned int a_uint; + long int a_longint; + unsigned long int a_ulongint; +#ifdef HAVE_LONG_LONG + long long int a_longlongint; + unsigned long long int a_ulonglongint; +#endif + float a_float; + double a_double; +#ifdef HAVE_LONG_DOUBLE + long double a_longdouble; +#endif + int a_char; +#ifdef HAVE_WINT_T + wint_t a_wide_char; +#endif + const char* a_string; +#ifdef HAVE_WCHAR_T + const wchar_t* a_wide_string; +#endif + void* a_pointer; + signed char * a_count_schar_pointer; + short * a_count_short_pointer; + int * a_count_int_pointer; + long int * a_count_longint_pointer; +#ifdef HAVE_LONG_LONG + long long int * a_count_longlongint_pointer; +#endif + } + a; +} +argument; + +typedef struct +{ + size_t count; + argument *arg; +} +arguments; + + +/* Fetch the arguments, putting them into a. */ +#ifdef STATIC +STATIC +#else +extern +#endif +int printf_fetchargs (va_list args, arguments *a); + +#endif /* _PRINTF_ARGS_H */ diff --git a/project/jni/application/ltris-1.0.15/intl/printf-parse.c b/project/jni/application/ltris-1.0.15/intl/printf-parse.c new file mode 100644 index 000000000..d19f903d7 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/printf-parse.c @@ -0,0 +1,537 @@ +/* Formatted output to strings. + Copyright (C) 1999-2000, 2002-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +/* Specification. */ +#if WIDE_CHAR_VERSION +# include "wprintf-parse.h" +#else +# include "printf-parse.h" +#endif + +/* Get size_t, NULL. */ +#include + +/* Get intmax_t. */ +#if HAVE_STDINT_H_WITH_UINTMAX +# include +#endif +#if HAVE_INTTYPES_H_WITH_UINTMAX +# include +#endif + +/* malloc(), realloc(), free(). */ +#include + +/* Checked size_t computations. */ +#include "xsize.h" + +#if WIDE_CHAR_VERSION +# define PRINTF_PARSE wprintf_parse +# define CHAR_T wchar_t +# define DIRECTIVE wchar_t_directive +# define DIRECTIVES wchar_t_directives +#else +# define PRINTF_PARSE printf_parse +# define CHAR_T char +# define DIRECTIVE char_directive +# define DIRECTIVES char_directives +#endif + +#ifdef STATIC +STATIC +#endif +int +PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a) +{ + const CHAR_T *cp = format; /* pointer into format */ + size_t arg_posn = 0; /* number of regular arguments consumed */ + size_t d_allocated; /* allocated elements of d->dir */ + size_t a_allocated; /* allocated elements of a->arg */ + size_t max_width_length = 0; + size_t max_precision_length = 0; + + d->count = 0; + d_allocated = 1; + d->dir = malloc (d_allocated * sizeof (DIRECTIVE)); + if (d->dir == NULL) + /* Out of memory. */ + return -1; + + a->count = 0; + a_allocated = 0; + a->arg = NULL; + +#define REGISTER_ARG(_index_,_type_) \ + { \ + size_t n = (_index_); \ + if (n >= a_allocated) \ + { \ + size_t memory_size; \ + argument *memory; \ + \ + a_allocated = xtimes (a_allocated, 2); \ + if (a_allocated <= n) \ + a_allocated = xsum (n, 1); \ + memory_size = xtimes (a_allocated, sizeof (argument)); \ + if (size_overflow_p (memory_size)) \ + /* Overflow, would lead to out of memory. */ \ + goto error; \ + memory = (a->arg \ + ? realloc (a->arg, memory_size) \ + : malloc (memory_size)); \ + if (memory == NULL) \ + /* Out of memory. */ \ + goto error; \ + a->arg = memory; \ + } \ + while (a->count <= n) \ + a->arg[a->count++].type = TYPE_NONE; \ + if (a->arg[n].type == TYPE_NONE) \ + a->arg[n].type = (_type_); \ + else if (a->arg[n].type != (_type_)) \ + /* Ambiguous type for positional argument. */ \ + goto error; \ + } + + while (*cp != '\0') + { + CHAR_T c = *cp++; + if (c == '%') + { + size_t arg_index = ARG_NONE; + DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */ + + /* Initialize the next directive. */ + dp->dir_start = cp - 1; + dp->flags = 0; + dp->width_start = NULL; + dp->width_end = NULL; + dp->width_arg_index = ARG_NONE; + dp->precision_start = NULL; + dp->precision_end = NULL; + dp->precision_arg_index = ARG_NONE; + dp->arg_index = ARG_NONE; + + /* Test for positional argument. */ + if (*cp >= '0' && *cp <= '9') + { + const CHAR_T *np; + + for (np = cp; *np >= '0' && *np <= '9'; np++) + ; + if (*np == '$') + { + size_t n = 0; + + for (np = cp; *np >= '0' && *np <= '9'; np++) + n = xsum (xtimes (n, 10), *np - '0'); + if (n == 0) + /* Positional argument 0. */ + goto error; + if (size_overflow_p (n)) + /* n too large, would lead to out of memory later. */ + goto error; + arg_index = n - 1; + cp = np + 1; + } + } + + /* Read the flags. */ + for (;;) + { + if (*cp == '\'') + { + dp->flags |= FLAG_GROUP; + cp++; + } + else if (*cp == '-') + { + dp->flags |= FLAG_LEFT; + cp++; + } + else if (*cp == '+') + { + dp->flags |= FLAG_SHOWSIGN; + cp++; + } + else if (*cp == ' ') + { + dp->flags |= FLAG_SPACE; + cp++; + } + else if (*cp == '#') + { + dp->flags |= FLAG_ALT; + cp++; + } + else if (*cp == '0') + { + dp->flags |= FLAG_ZERO; + cp++; + } + else + break; + } + + /* Parse the field width. */ + if (*cp == '*') + { + dp->width_start = cp; + cp++; + dp->width_end = cp; + if (max_width_length < 1) + max_width_length = 1; + + /* Test for positional argument. */ + if (*cp >= '0' && *cp <= '9') + { + const CHAR_T *np; + + for (np = cp; *np >= '0' && *np <= '9'; np++) + ; + if (*np == '$') + { + size_t n = 0; + + for (np = cp; *np >= '0' && *np <= '9'; np++) + n = xsum (xtimes (n, 10), *np - '0'); + if (n == 0) + /* Positional argument 0. */ + goto error; + if (size_overflow_p (n)) + /* n too large, would lead to out of memory later. */ + goto error; + dp->width_arg_index = n - 1; + cp = np + 1; + } + } + if (dp->width_arg_index == ARG_NONE) + { + dp->width_arg_index = arg_posn++; + if (dp->width_arg_index == ARG_NONE) + /* arg_posn wrapped around. */ + goto error; + } + REGISTER_ARG (dp->width_arg_index, TYPE_INT); + } + else if (*cp >= '0' && *cp <= '9') + { + size_t width_length; + + dp->width_start = cp; + for (; *cp >= '0' && *cp <= '9'; cp++) + ; + dp->width_end = cp; + width_length = dp->width_end - dp->width_start; + if (max_width_length < width_length) + max_width_length = width_length; + } + + /* Parse the precision. */ + if (*cp == '.') + { + cp++; + if (*cp == '*') + { + dp->precision_start = cp - 1; + cp++; + dp->precision_end = cp; + if (max_precision_length < 2) + max_precision_length = 2; + + /* Test for positional argument. */ + if (*cp >= '0' && *cp <= '9') + { + const CHAR_T *np; + + for (np = cp; *np >= '0' && *np <= '9'; np++) + ; + if (*np == '$') + { + size_t n = 0; + + for (np = cp; *np >= '0' && *np <= '9'; np++) + n = xsum (xtimes (n, 10), *np - '0'); + if (n == 0) + /* Positional argument 0. */ + goto error; + if (size_overflow_p (n)) + /* n too large, would lead to out of memory + later. */ + goto error; + dp->precision_arg_index = n - 1; + cp = np + 1; + } + } + if (dp->precision_arg_index == ARG_NONE) + { + dp->precision_arg_index = arg_posn++; + if (dp->precision_arg_index == ARG_NONE) + /* arg_posn wrapped around. */ + goto error; + } + REGISTER_ARG (dp->precision_arg_index, TYPE_INT); + } + else + { + size_t precision_length; + + dp->precision_start = cp - 1; + for (; *cp >= '0' && *cp <= '9'; cp++) + ; + dp->precision_end = cp; + precision_length = dp->precision_end - dp->precision_start; + if (max_precision_length < precision_length) + max_precision_length = precision_length; + } + } + + { + arg_type type; + + /* Parse argument type/size specifiers. */ + { + int flags = 0; + + for (;;) + { + if (*cp == 'h') + { + flags |= (1 << (flags & 1)); + cp++; + } + else if (*cp == 'L') + { + flags |= 4; + cp++; + } + else if (*cp == 'l') + { + flags += 8; + cp++; + } +#ifdef HAVE_INTMAX_T + else if (*cp == 'j') + { + if (sizeof (intmax_t) > sizeof (long)) + { + /* intmax_t = long long */ + flags += 16; + } + else if (sizeof (intmax_t) > sizeof (int)) + { + /* intmax_t = long */ + flags += 8; + } + cp++; + } +#endif + else if (*cp == 'z' || *cp == 'Z') + { + /* 'z' is standardized in ISO C 99, but glibc uses 'Z' + because the warning facility in gcc-2.95.2 understands + only 'Z' (see gcc-2.95.2/gcc/c-common.c:1784). */ + if (sizeof (size_t) > sizeof (long)) + { + /* size_t = long long */ + flags += 16; + } + else if (sizeof (size_t) > sizeof (int)) + { + /* size_t = long */ + flags += 8; + } + cp++; + } + else if (*cp == 't') + { + if (sizeof (ptrdiff_t) > sizeof (long)) + { + /* ptrdiff_t = long long */ + flags += 16; + } + else if (sizeof (ptrdiff_t) > sizeof (int)) + { + /* ptrdiff_t = long */ + flags += 8; + } + cp++; + } + else + break; + } + + /* Read the conversion character. */ + c = *cp++; + switch (c) + { + case 'd': case 'i': +#ifdef HAVE_LONG_LONG + if (flags >= 16 || (flags & 4)) + type = TYPE_LONGLONGINT; + else +#endif + if (flags >= 8) + type = TYPE_LONGINT; + else if (flags & 2) + type = TYPE_SCHAR; + else if (flags & 1) + type = TYPE_SHORT; + else + type = TYPE_INT; + break; + case 'o': case 'u': case 'x': case 'X': +#ifdef HAVE_LONG_LONG + if (flags >= 16 || (flags & 4)) + type = TYPE_ULONGLONGINT; + else +#endif + if (flags >= 8) + type = TYPE_ULONGINT; + else if (flags & 2) + type = TYPE_UCHAR; + else if (flags & 1) + type = TYPE_USHORT; + else + type = TYPE_UINT; + break; + case 'f': case 'F': case 'e': case 'E': case 'g': case 'G': + case 'a': case 'A': +#ifdef HAVE_LONG_DOUBLE + if (flags >= 16 || (flags & 4)) + type = TYPE_LONGDOUBLE; + else +#endif + type = TYPE_DOUBLE; + break; + case 'c': + if (flags >= 8) +#ifdef HAVE_WINT_T + type = TYPE_WIDE_CHAR; +#else + goto error; +#endif + else + type = TYPE_CHAR; + break; +#ifdef HAVE_WINT_T + case 'C': + type = TYPE_WIDE_CHAR; + c = 'c'; + break; +#endif + case 's': + if (flags >= 8) +#ifdef HAVE_WCHAR_T + type = TYPE_WIDE_STRING; +#else + goto error; +#endif + else + type = TYPE_STRING; + break; +#ifdef HAVE_WCHAR_T + case 'S': + type = TYPE_WIDE_STRING; + c = 's'; + break; +#endif + case 'p': + type = TYPE_POINTER; + break; + case 'n': +#ifdef HAVE_LONG_LONG + if (flags >= 16 || (flags & 4)) + type = TYPE_COUNT_LONGLONGINT_POINTER; + else +#endif + if (flags >= 8) + type = TYPE_COUNT_LONGINT_POINTER; + else if (flags & 2) + type = TYPE_COUNT_SCHAR_POINTER; + else if (flags & 1) + type = TYPE_COUNT_SHORT_POINTER; + else + type = TYPE_COUNT_INT_POINTER; + break; + case '%': + type = TYPE_NONE; + break; + default: + /* Unknown conversion character. */ + goto error; + } + } + + if (type != TYPE_NONE) + { + dp->arg_index = arg_index; + if (dp->arg_index == ARG_NONE) + { + dp->arg_index = arg_posn++; + if (dp->arg_index == ARG_NONE) + /* arg_posn wrapped around. */ + goto error; + } + REGISTER_ARG (dp->arg_index, type); + } + dp->conversion = c; + dp->dir_end = cp; + } + + d->count++; + if (d->count >= d_allocated) + { + size_t memory_size; + DIRECTIVE *memory; + + d_allocated = xtimes (d_allocated, 2); + memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); + if (size_overflow_p (memory_size)) + /* Overflow, would lead to out of memory. */ + goto error; + memory = realloc (d->dir, memory_size); + if (memory == NULL) + /* Out of memory. */ + goto error; + d->dir = memory; + } + } + } + d->dir[d->count].dir_start = cp; + + d->max_width_length = max_width_length; + d->max_precision_length = max_precision_length; + return 0; + +error: + if (a->arg) + free (a->arg); + if (d->dir) + free (d->dir); + return -1; +} + +#undef DIRECTIVES +#undef DIRECTIVE +#undef CHAR_T +#undef PRINTF_PARSE diff --git a/project/jni/application/ltris-1.0.15/intl/printf-parse.h b/project/jni/application/ltris-1.0.15/intl/printf-parse.h new file mode 100644 index 000000000..8aec50e2a --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/printf-parse.h @@ -0,0 +1,75 @@ +/* Parse printf format string. + Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _PRINTF_PARSE_H +#define _PRINTF_PARSE_H + +#include "printf-args.h" + + +/* Flags */ +#define FLAG_GROUP 1 /* ' flag */ +#define FLAG_LEFT 2 /* - flag */ +#define FLAG_SHOWSIGN 4 /* + flag */ +#define FLAG_SPACE 8 /* space flag */ +#define FLAG_ALT 16 /* # flag */ +#define FLAG_ZERO 32 + +/* arg_index value indicating that no argument is consumed. */ +#define ARG_NONE (~(size_t)0) + +/* A parsed directive. */ +typedef struct +{ + const char* dir_start; + const char* dir_end; + int flags; + const char* width_start; + const char* width_end; + size_t width_arg_index; + const char* precision_start; + const char* precision_end; + size_t precision_arg_index; + char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ + size_t arg_index; +} +char_directive; + +/* A parsed format string. */ +typedef struct +{ + size_t count; + char_directive *dir; + size_t max_width_length; + size_t max_precision_length; +} +char_directives; + + +/* Parses the format string. Fills in the number N of directives, and fills + in directives[0], ..., directives[N-1], and sets directives[N].dir_start + to the end of the format string. Also fills in the arg_type fields of the + arguments and the needed count of arguments. */ +#ifdef STATIC +STATIC +#else +extern +#endif +int printf_parse (const char *format, char_directives *d, arguments *a); + +#endif /* _PRINTF_PARSE_H */ diff --git a/project/jni/application/ltris-1.0.15/intl/printf.c b/project/jni/application/ltris-1.0.15/intl/printf.c new file mode 100644 index 000000000..878646c2d --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/printf.c @@ -0,0 +1,371 @@ +/* Formatted output to strings, using POSIX/XSI format strings with positions. + Copyright (C) 2003 Free Software Foundation, Inc. + Written by Bruno Haible , 2003. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef __GNUC__ +# define alloca __builtin_alloca +# define HAVE_ALLOCA 1 +#else +# ifdef _MSC_VER +# include +# define alloca _alloca +# else +# if defined HAVE_ALLOCA_H || defined _LIBC +# include +# else +# ifdef _AIX + #pragma alloca +# else +# ifndef alloca +char *alloca (); +# endif +# endif +# endif +# endif +#endif + +#include + +#if !HAVE_POSIX_PRINTF + +#include +#include + +/* When building a DLL, we must export some functions. Note that because + the functions are only defined for binary backward compatibility, we + don't need to use __declspec(dllimport) in any case. */ +#if defined _MSC_VER && BUILDING_DLL +# define DLL_EXPORTED __declspec(dllexport) +#else +# define DLL_EXPORTED +#endif + +#define STATIC static + +/* Define auxiliary functions declared in "printf-args.h". */ +#include "printf-args.c" + +/* Define auxiliary functions declared in "printf-parse.h". */ +#include "printf-parse.c" + +/* Define functions declared in "vasnprintf.h". */ +#define vasnprintf libintl_vasnprintf +#include "vasnprintf.c" +#if 0 /* not needed */ +#define asnprintf libintl_asnprintf +#include "asnprintf.c" +#endif + +DLL_EXPORTED +int +libintl_vfprintf (FILE *stream, const char *format, va_list args) +{ + if (strchr (format, '$') == NULL) + return vfprintf (stream, format, args); + else + { + size_t length; + char *result = libintl_vasnprintf (NULL, &length, format, args); + int retval = -1; + if (result != NULL) + { + if (fwrite (result, 1, length, stream) == length) + retval = length; + free (result); + } + return retval; + } +} + +DLL_EXPORTED +int +libintl_fprintf (FILE *stream, const char *format, ...) +{ + va_list args; + int retval; + + va_start (args, format); + retval = libintl_vfprintf (stream, format, args); + va_end (args); + return retval; +} + +DLL_EXPORTED +int +libintl_vprintf (const char *format, va_list args) +{ + return libintl_vfprintf (stdout, format, args); +} + +DLL_EXPORTED +int +libintl_printf (const char *format, ...) +{ + va_list args; + int retval; + + va_start (args, format); + retval = libintl_vprintf (format, args); + va_end (args); + return retval; +} + +DLL_EXPORTED +int +libintl_vsprintf (char *resultbuf, const char *format, va_list args) +{ + if (strchr (format, '$') == NULL) + return vsprintf (resultbuf, format, args); + else + { + size_t length = (size_t) ~0 / (4 * sizeof (char)); + char *result = libintl_vasnprintf (resultbuf, &length, format, args); + if (result != resultbuf) + { + free (result); + return -1; + } + else + return length; + } +} + +DLL_EXPORTED +int +libintl_sprintf (char *resultbuf, const char *format, ...) +{ + va_list args; + int retval; + + va_start (args, format); + retval = libintl_vsprintf (resultbuf, format, args); + va_end (args); + return retval; +} + +#if HAVE_SNPRINTF + +# if HAVE_DECL__SNPRINTF + /* Windows. */ +# define system_vsnprintf _vsnprintf +# else + /* Unix. */ +# define system_vsnprintf vsnprintf +# endif + +DLL_EXPORTED +int +libintl_vsnprintf (char *resultbuf, size_t length, const char *format, va_list args) +{ + if (strchr (format, '$') == NULL) + return system_vsnprintf (resultbuf, length, format, args); + else + { + size_t maxlength = length; + char *result = libintl_vasnprintf (resultbuf, &length, format, args); + if (result != resultbuf) + { + if (maxlength > 0) + { + if (length < maxlength) + abort (); + memcpy (resultbuf, result, maxlength - 1); + resultbuf[maxlength - 1] = '\0'; + } + free (result); + return -1; + } + else + return length; + } +} + +DLL_EXPORTED +int +libintl_snprintf (char *resultbuf, size_t length, const char *format, ...) +{ + va_list args; + int retval; + + va_start (args, format); + retval = libintl_vsnprintf (resultbuf, length, format, args); + va_end (args); + return retval; +} + +#endif + +#if HAVE_ASPRINTF + +DLL_EXPORTED +int +libintl_vasprintf (char **resultp, const char *format, va_list args) +{ + size_t length; + char *result = libintl_vasnprintf (NULL, &length, format, args); + if (result == NULL) + return -1; + *resultp = result; + return length; +} + +DLL_EXPORTED +int +libintl_asprintf (char **resultp, const char *format, ...) +{ + va_list args; + int retval; + + va_start (args, format); + retval = libintl_vasprintf (resultp, format, args); + va_end (args); + return retval; +} + +#endif + +#if HAVE_FWPRINTF + +#include + +#define WIDE_CHAR_VERSION 1 + +/* Define auxiliary functions declared in "wprintf-parse.h". */ +#include "printf-parse.c" + +/* Define functions declared in "vasnprintf.h". */ +#define vasnwprintf libintl_vasnwprintf +#include "vasnprintf.c" +#if 0 /* not needed */ +#define asnwprintf libintl_asnwprintf +#include "asnprintf.c" +#endif + +# if HAVE_DECL__SNWPRINTF + /* Windows. */ +# define system_vswprintf _vsnwprintf +# else + /* Unix. */ +# define system_vswprintf vswprintf +# endif + +DLL_EXPORTED +int +libintl_vfwprintf (FILE *stream, const wchar_t *format, va_list args) +{ + if (wcschr (format, '$') == NULL) + return vfwprintf (stream, format, args); + else + { + size_t length; + wchar_t *result = libintl_vasnwprintf (NULL, &length, format, args); + int retval = -1; + if (result != NULL) + { + size_t i; + for (i = 0; i < length; i++) + if (fputwc (result[i], stream) == WEOF) + break; + if (i == length) + retval = length; + free (result); + } + return retval; + } +} + +DLL_EXPORTED +int +libintl_fwprintf (FILE *stream, const wchar_t *format, ...) +{ + va_list args; + int retval; + + va_start (args, format); + retval = libintl_vfwprintf (stream, format, args); + va_end (args); + return retval; +} + +DLL_EXPORTED +int +libintl_vwprintf (const wchar_t *format, va_list args) +{ + return libintl_vfwprintf (stdout, format, args); +} + +DLL_EXPORTED +int +libintl_wprintf (const wchar_t *format, ...) +{ + va_list args; + int retval; + + va_start (args, format); + retval = libintl_vwprintf (format, args); + va_end (args); + return retval; +} + +DLL_EXPORTED +int +libintl_vswprintf (wchar_t *resultbuf, size_t length, const wchar_t *format, va_list args) +{ + if (wcschr (format, '$') == NULL) + return system_vswprintf (resultbuf, length, format, args); + else + { + size_t maxlength = length; + wchar_t *result = libintl_vasnwprintf (resultbuf, &length, format, args); + if (result != resultbuf) + { + if (maxlength > 0) + { + if (length < maxlength) + abort (); + memcpy (resultbuf, result, (maxlength - 1) * sizeof (wchar_t)); + resultbuf[maxlength - 1] = 0; + } + free (result); + return -1; + } + else + return length; + } +} + +DLL_EXPORTED +int +libintl_swprintf (wchar_t *resultbuf, size_t length, const wchar_t *format, ...) +{ + va_list args; + int retval; + + va_start (args, format); + retval = libintl_vswprintf (resultbuf, length, format, args); + va_end (args); + return retval; +} + +#endif + +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/ref-add.sin b/project/jni/application/ltris-1.0.15/intl/ref-add.sin new file mode 100644 index 000000000..167374e3c --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/ref-add.sin @@ -0,0 +1,31 @@ +# Add this package to a list of references stored in a text file. +# +# Copyright (C) 2000 Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU Library General Public License as published +# by the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +# USA. +# +# Written by Bruno Haible . +# +/^# Packages using this file: / { + s/# Packages using this file:// + ta + :a + s/ @PACKAGE@ / @PACKAGE@ / + tb + s/ $/ @PACKAGE@ / + :b + s/^/# Packages using this file:/ +} diff --git a/project/jni/application/ltris-1.0.15/intl/ref-del.sin b/project/jni/application/ltris-1.0.15/intl/ref-del.sin new file mode 100644 index 000000000..613cf37f3 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/ref-del.sin @@ -0,0 +1,26 @@ +# Remove this package from a list of references stored in a text file. +# +# Copyright (C) 2000 Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU Library General Public License as published +# by the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +# USA. +# +# Written by Bruno Haible . +# +/^# Packages using this file: / { + s/# Packages using this file:// + s/ @PACKAGE@ / / + s/^/# Packages using this file:/ +} diff --git a/project/jni/application/ltris-1.0.15/intl/relocatable.c b/project/jni/application/ltris-1.0.15/intl/relocatable.c new file mode 100644 index 000000000..bf7c70854 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/relocatable.c @@ -0,0 +1,449 @@ +/* Provide relocatable packages. + Copyright (C) 2003 Free Software Foundation, Inc. + Written by Bruno Haible , 2003. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + + +/* Tell glibc's to provide a prototype for getline(). + This must come before because may include + , and once has been included, it's too late. */ +#ifndef _GNU_SOURCE +# define _GNU_SOURCE 1 +#endif + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +/* Specification. */ +#include "relocatable.h" + +#if ENABLE_RELOCATABLE + +#include +#include +#include +#include + +#ifdef NO_XMALLOC +# define xmalloc malloc +#else +# include "xalloc.h" +#endif + +#if defined _WIN32 || defined __WIN32__ +# define WIN32_LEAN_AND_MEAN +# include +#endif + +#if DEPENDS_ON_LIBCHARSET +# include +#endif +#if DEPENDS_ON_LIBICONV && HAVE_ICONV +# include +#endif +#if DEPENDS_ON_LIBINTL && ENABLE_NLS +# include +#endif + +/* Faked cheap 'bool'. */ +#undef bool +#undef false +#undef true +#define bool int +#define false 0 +#define true 1 + +/* Pathname support. + ISSLASH(C) tests whether C is a directory separator character. + IS_PATH_WITH_DIR(P) tests whether P contains a directory specification. + */ +#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__ + /* Win32, OS/2, DOS */ +# define ISSLASH(C) ((C) == '/' || (C) == '\\') +# define HAS_DEVICE(P) \ + ((((P)[0] >= 'A' && (P)[0] <= 'Z') || ((P)[0] >= 'a' && (P)[0] <= 'z')) \ + && (P)[1] == ':') +# define IS_PATH_WITH_DIR(P) \ + (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P)) +# define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0) +#else + /* Unix */ +# define ISSLASH(C) ((C) == '/') +# define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) +# define FILESYSTEM_PREFIX_LEN(P) 0 +#endif + +/* Original installation prefix. */ +static char *orig_prefix; +static size_t orig_prefix_len; +/* Current installation prefix. */ +static char *curr_prefix; +static size_t curr_prefix_len; +/* These prefixes do not end in a slash. Anything that will be concatenated + to them must start with a slash. */ + +/* Sets the original and the current installation prefix of this module. + Relocation simply replaces a pathname starting with the original prefix + by the corresponding pathname with the current prefix instead. Both + prefixes should be directory names without trailing slash (i.e. use "" + instead of "/"). */ +static void +set_this_relocation_prefix (const char *orig_prefix_arg, + const char *curr_prefix_arg) +{ + if (orig_prefix_arg != NULL && curr_prefix_arg != NULL + /* Optimization: if orig_prefix and curr_prefix are equal, the + relocation is a nop. */ + && strcmp (orig_prefix_arg, curr_prefix_arg) != 0) + { + /* Duplicate the argument strings. */ + char *memory; + + orig_prefix_len = strlen (orig_prefix_arg); + curr_prefix_len = strlen (curr_prefix_arg); + memory = (char *) xmalloc (orig_prefix_len + 1 + curr_prefix_len + 1); +#ifdef NO_XMALLOC + if (memory != NULL) +#endif + { + memcpy (memory, orig_prefix_arg, orig_prefix_len + 1); + orig_prefix = memory; + memory += orig_prefix_len + 1; + memcpy (memory, curr_prefix_arg, curr_prefix_len + 1); + curr_prefix = memory; + return; + } + } + orig_prefix = NULL; + curr_prefix = NULL; + /* Don't worry about wasted memory here - this function is usually only + called once. */ +} + +/* Sets the original and the current installation prefix of the package. + Relocation simply replaces a pathname starting with the original prefix + by the corresponding pathname with the current prefix instead. Both + prefixes should be directory names without trailing slash (i.e. use "" + instead of "/"). */ +void +set_relocation_prefix (const char *orig_prefix_arg, const char *curr_prefix_arg) +{ + set_this_relocation_prefix (orig_prefix_arg, curr_prefix_arg); + + /* Now notify all dependent libraries. */ +#if DEPENDS_ON_LIBCHARSET + libcharset_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); +#endif +#if DEPENDS_ON_LIBICONV && HAVE_ICONV && _LIBICONV_VERSION >= 0x0109 + libiconv_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); +#endif +#if DEPENDS_ON_LIBINTL && ENABLE_NLS && defined libintl_set_relocation_prefix + libintl_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); +#endif +} + +#if !defined IN_LIBRARY || (defined PIC && defined INSTALLDIR) + +/* Convenience function: + Computes the current installation prefix, based on the original + installation prefix, the original installation directory of a particular + file, and the current pathname of this file. Returns NULL upon failure. */ +#ifdef IN_LIBRARY +#define compute_curr_prefix local_compute_curr_prefix +static +#endif +const char * +compute_curr_prefix (const char *orig_installprefix, + const char *orig_installdir, + const char *curr_pathname) +{ + const char *curr_installdir; + const char *rel_installdir; + + if (curr_pathname == NULL) + return NULL; + + /* Determine the relative installation directory, relative to the prefix. + This is simply the difference between orig_installprefix and + orig_installdir. */ + if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix)) + != 0) + /* Shouldn't happen - nothing should be installed outside $(prefix). */ + return NULL; + rel_installdir = orig_installdir + strlen (orig_installprefix); + + /* Determine the current installation directory. */ + { + const char *p_base = curr_pathname + FILESYSTEM_PREFIX_LEN (curr_pathname); + const char *p = curr_pathname + strlen (curr_pathname); + char *q; + + while (p > p_base) + { + p--; + if (ISSLASH (*p)) + break; + } + + q = (char *) xmalloc (p - curr_pathname + 1); +#ifdef NO_XMALLOC + if (q == NULL) + return NULL; +#endif + memcpy (q, curr_pathname, p - curr_pathname); + q[p - curr_pathname] = '\0'; + curr_installdir = q; + } + + /* Compute the current installation prefix by removing the trailing + rel_installdir from it. */ + { + const char *rp = rel_installdir + strlen (rel_installdir); + const char *cp = curr_installdir + strlen (curr_installdir); + const char *cp_base = + curr_installdir + FILESYSTEM_PREFIX_LEN (curr_installdir); + + while (rp > rel_installdir && cp > cp_base) + { + bool same = false; + const char *rpi = rp; + const char *cpi = cp; + + while (rpi > rel_installdir && cpi > cp_base) + { + rpi--; + cpi--; + if (ISSLASH (*rpi) || ISSLASH (*cpi)) + { + if (ISSLASH (*rpi) && ISSLASH (*cpi)) + same = true; + break; + } +#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__ + /* Win32, OS/2, DOS - case insignificant filesystem */ + if ((*rpi >= 'a' && *rpi <= 'z' ? *rpi - 'a' + 'A' : *rpi) + != (*cpi >= 'a' && *cpi <= 'z' ? *cpi - 'a' + 'A' : *cpi)) + break; +#else + if (*rpi != *cpi) + break; +#endif + } + if (!same) + break; + /* The last pathname component was the same. opi and cpi now point + to the slash before it. */ + rp = rpi; + cp = cpi; + } + + if (rp > rel_installdir) + /* Unexpected: The curr_installdir does not end with rel_installdir. */ + return NULL; + + { + size_t curr_prefix_len = cp - curr_installdir; + char *curr_prefix; + + curr_prefix = (char *) xmalloc (curr_prefix_len + 1); +#ifdef NO_XMALLOC + if (curr_prefix == NULL) + return NULL; +#endif + memcpy (curr_prefix, curr_installdir, curr_prefix_len); + curr_prefix[curr_prefix_len] = '\0'; + + return curr_prefix; + } + } +} + +#endif /* !IN_LIBRARY || PIC */ + +#if defined PIC && defined INSTALLDIR + +/* Full pathname of shared library, or NULL. */ +static char *shared_library_fullname; + +#if defined _WIN32 || defined __WIN32__ + +/* Determine the full pathname of the shared library when it is loaded. */ + +BOOL WINAPI +DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved) +{ + (void) reserved; + + if (event == DLL_PROCESS_ATTACH) + { + /* The DLL is being loaded into an application's address range. */ + static char location[MAX_PATH]; + + if (!GetModuleFileName (module_handle, location, sizeof (location))) + /* Shouldn't happen. */ + return FALSE; + + if (!IS_PATH_WITH_DIR (location)) + /* Shouldn't happen. */ + return FALSE; + + shared_library_fullname = strdup (location); + } + + return TRUE; +} + +#else /* Unix */ + +static void +find_shared_library_fullname () +{ +#if defined __linux__ && __GLIBC__ >= 2 + /* Linux has /proc/self/maps. glibc 2 has the getline() function. */ + FILE *fp; + + /* Open the current process' maps file. It describes one VMA per line. */ + fp = fopen ("/proc/self/maps", "r"); + if (fp) + { + unsigned long address = (unsigned long) &find_shared_library_fullname; + for (;;) + { + unsigned long start, end; + int c; + + if (fscanf (fp, "%lx-%lx", &start, &end) != 2) + break; + if (address >= start && address <= end - 1) + { + /* Found it. Now see if this line contains a filename. */ + while (c = getc (fp), c != EOF && c != '\n' && c != '/') + continue; + if (c == '/') + { + size_t size; + int len; + + ungetc (c, fp); + shared_library_fullname = NULL; size = 0; + len = getline (&shared_library_fullname, &size, fp); + if (len >= 0) + { + /* Success: filled shared_library_fullname. */ + if (len > 0 && shared_library_fullname[len - 1] == '\n') + shared_library_fullname[len - 1] = '\0'; + } + } + break; + } + while (c = getc (fp), c != EOF && c != '\n') + continue; + } + fclose (fp); + } +#endif +} + +#endif /* WIN32 / Unix */ + +/* Return the full pathname of the current shared library. + Return NULL if unknown. + Guaranteed to work only on Linux and Woe32. */ +static char * +get_shared_library_fullname () +{ +#if !(defined _WIN32 || defined __WIN32__) + static bool tried_find_shared_library_fullname; + if (!tried_find_shared_library_fullname) + { + find_shared_library_fullname (); + tried_find_shared_library_fullname = true; + } +#endif + return shared_library_fullname; +} + +#endif /* PIC */ + +/* Returns the pathname, relocated according to the current installation + directory. */ +const char * +relocate (const char *pathname) +{ +#if defined PIC && defined INSTALLDIR + static int initialized; + + /* Initialization code for a shared library. */ + if (!initialized) + { + /* At this point, orig_prefix and curr_prefix likely have already been + set through the main program's set_program_name_and_installdir + function. This is sufficient in the case that the library has + initially been installed in the same orig_prefix. But we can do + better, to also cover the cases that 1. it has been installed + in a different prefix before being moved to orig_prefix and (later) + to curr_prefix, 2. unlike the program, it has not moved away from + orig_prefix. */ + const char *orig_installprefix = INSTALLPREFIX; + const char *orig_installdir = INSTALLDIR; + const char *curr_prefix_better; + + curr_prefix_better = + compute_curr_prefix (orig_installprefix, orig_installdir, + get_shared_library_fullname ()); + if (curr_prefix_better == NULL) + curr_prefix_better = curr_prefix; + + set_relocation_prefix (orig_installprefix, curr_prefix_better); + + initialized = 1; + } +#endif + + /* Note: It is not necessary to perform case insensitive comparison here, + even for DOS-like filesystems, because the pathname argument was + typically created from the same Makefile variable as orig_prefix came + from. */ + if (orig_prefix != NULL && curr_prefix != NULL + && strncmp (pathname, orig_prefix, orig_prefix_len) == 0) + { + if (pathname[orig_prefix_len] == '\0') + /* pathname equals orig_prefix. */ + return curr_prefix; + if (ISSLASH (pathname[orig_prefix_len])) + { + /* pathname starts with orig_prefix. */ + const char *pathname_tail = &pathname[orig_prefix_len]; + char *result = + (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1); + +#ifdef NO_XMALLOC + if (result != NULL) +#endif + { + memcpy (result, curr_prefix, curr_prefix_len); + strcpy (result + curr_prefix_len, pathname_tail); + return result; + } + } + } + /* Nothing to relocate. */ + return pathname; +} + +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/relocatable.h b/project/jni/application/ltris-1.0.15/intl/relocatable.h new file mode 100644 index 000000000..48c5b71e2 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/relocatable.h @@ -0,0 +1,77 @@ +/* Provide relocatable packages. + Copyright (C) 2003 Free Software Foundation, Inc. + Written by Bruno Haible , 2003. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _RELOCATABLE_H +#define _RELOCATABLE_H + +#ifdef __cplusplus +extern "C" { +#endif + + +/* This can be enabled through the configure --enable-relocatable option. */ +#if ENABLE_RELOCATABLE + +/* When building a DLL, we must export some functions. Note that because + this is a private .h file, we don't need to use __declspec(dllimport) + in any case. */ +#if defined _MSC_VER && BUILDING_DLL +# define RELOCATABLE_DLL_EXPORTED __declspec(dllexport) +#else +# define RELOCATABLE_DLL_EXPORTED +#endif + +/* Sets the original and the current installation prefix of the package. + Relocation simply replaces a pathname starting with the original prefix + by the corresponding pathname with the current prefix instead. Both + prefixes should be directory names without trailing slash (i.e. use "" + instead of "/"). */ +extern RELOCATABLE_DLL_EXPORTED void + set_relocation_prefix (const char *orig_prefix, + const char *curr_prefix); + +/* Returns the pathname, relocated according to the current installation + directory. */ +extern const char * relocate (const char *pathname); + +/* Memory management: relocate() leaks memory, because it has to construct + a fresh pathname. If this is a problem because your program calls + relocate() frequently, think about caching the result. */ + +/* Convenience function: + Computes the current installation prefix, based on the original + installation prefix, the original installation directory of a particular + file, and the current pathname of this file. Returns NULL upon failure. */ +extern const char * compute_curr_prefix (const char *orig_installprefix, + const char *orig_installdir, + const char *curr_pathname); + +#else + +/* By default, we use the hardwired pathnames. */ +#define relocate(pathname) (pathname) + +#endif + + +#ifdef __cplusplus +} +#endif + +#endif /* _RELOCATABLE_H */ diff --git a/project/jni/application/ltris-1.0.15/intl/textdomain.c b/project/jni/application/ltris-1.0.15/intl/textdomain.c new file mode 100644 index 000000000..8745a8435 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/textdomain.c @@ -0,0 +1,141 @@ +/* Implementation of the textdomain(3) function. + Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include + +#ifdef _LIBC +# include +#else +# include "libgnuintl.h" +#endif +#include "gettextP.h" + +#ifdef _LIBC +/* We have to handle multi-threaded applications. */ +# include +#else +/* Provide dummy implementation if this is outside glibc. */ +# define __libc_rwlock_define(CLASS, NAME) +# define __libc_rwlock_wrlock(NAME) +# define __libc_rwlock_unlock(NAME) +#endif + +/* The internal variables in the standalone libintl.a must have different + names than the internal variables in GNU libc, otherwise programs + using libintl.a cannot be linked statically. */ +#if !defined _LIBC +# define _nl_default_default_domain libintl_nl_default_default_domain +# define _nl_current_default_domain libintl_nl_current_default_domain +#endif + +/* @@ end of prolog @@ */ + +/* Name of the default text domain. */ +extern const char _nl_default_default_domain[] attribute_hidden; + +/* Default text domain in which entries for gettext(3) are to be found. */ +extern const char *_nl_current_default_domain attribute_hidden; + + +/* Names for the libintl functions are a problem. They must not clash + with existing names and they should follow ANSI C. But this source + code is also used in GNU C Library where the names have a __ + prefix. So we have to make a difference here. */ +#ifdef _LIBC +# define TEXTDOMAIN __textdomain +# ifndef strdup +# define strdup(str) __strdup (str) +# endif +#else +# define TEXTDOMAIN libintl_textdomain +#endif + +/* Lock variable to protect the global data in the gettext implementation. */ +__libc_rwlock_define (extern, _nl_state_lock attribute_hidden) + +/* Set the current default message catalog to DOMAINNAME. + If DOMAINNAME is null, return the current default. + If DOMAINNAME is "", reset to the default of "messages". */ +char * +TEXTDOMAIN (const char *domainname) +{ + char *new_domain; + char *old_domain; + + /* A NULL pointer requests the current setting. */ + if (domainname == NULL) + return (char *) _nl_current_default_domain; + + __libc_rwlock_wrlock (_nl_state_lock); + + old_domain = (char *) _nl_current_default_domain; + + /* If domain name is the null string set to default domain "messages". */ + if (domainname[0] == '\0' + || strcmp (domainname, _nl_default_default_domain) == 0) + { + _nl_current_default_domain = _nl_default_default_domain; + new_domain = (char *) _nl_current_default_domain; + } + else if (strcmp (domainname, old_domain) == 0) + /* This can happen and people will use it to signal that some + environment variable changed. */ + new_domain = old_domain; + else + { + /* If the following malloc fails `_nl_current_default_domain' + will be NULL. This value will be returned and so signals we + are out of core. */ +#if defined _LIBC || defined HAVE_STRDUP + new_domain = strdup (domainname); +#else + size_t len = strlen (domainname) + 1; + new_domain = (char *) malloc (len); + if (new_domain != NULL) + memcpy (new_domain, domainname, len); +#endif + + if (new_domain != NULL) + _nl_current_default_domain = new_domain; + } + + /* We use this possibility to signal a change of the loaded catalogs + since this is most likely the case and there is no other easy we + to do it. Do it only when the call was successful. */ + if (new_domain != NULL) + { + ++_nl_msg_cat_cntr; + + if (old_domain != new_domain && old_domain != _nl_default_default_domain) + free (old_domain); + } + + __libc_rwlock_unlock (_nl_state_lock); + + return new_domain; +} + +#ifdef _LIBC +/* Alias for function name in GNU C Library. */ +weak_alias (__textdomain, textdomain); +#endif diff --git a/project/jni/application/ltris-1.0.15/intl/vasnprintf.c b/project/jni/application/ltris-1.0.15/intl/vasnprintf.c new file mode 100644 index 000000000..8a62282d7 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/vasnprintf.c @@ -0,0 +1,887 @@ +/* vsprintf with automatic memory allocation. + Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +/* Tell glibc's to provide a prototype for snprintf(). + This must come before because may include + , and once has been included, it's too late. */ +#ifndef _GNU_SOURCE +# define _GNU_SOURCE 1 +#endif + +#ifdef HAVE_CONFIG_H +# include +#endif +#ifndef IN_LIBINTL +# include +#endif + +/* Specification. */ +#if WIDE_CHAR_VERSION +# include "vasnwprintf.h" +#else +# include "vasnprintf.h" +#endif + +#include /* snprintf(), sprintf() */ +#include /* abort(), malloc(), realloc(), free() */ +#include /* memcpy(), strlen() */ +#include /* errno */ +#include /* CHAR_BIT */ +#include /* DBL_MAX_EXP, LDBL_MAX_EXP */ +#if WIDE_CHAR_VERSION +# include "wprintf-parse.h" +#else +# include "printf-parse.h" +#endif + +/* Checked size_t computations. */ +#include "xsize.h" + +#ifdef HAVE_WCHAR_T +# ifdef HAVE_WCSLEN +# define local_wcslen wcslen +# else + /* Solaris 2.5.1 has wcslen() in a separate library libw.so. To avoid + a dependency towards this library, here is a local substitute. + Define this substitute only once, even if this file is included + twice in the same compilation unit. */ +# ifndef local_wcslen_defined +# define local_wcslen_defined 1 +static size_t +local_wcslen (const wchar_t *s) +{ + const wchar_t *ptr; + + for (ptr = s; *ptr != (wchar_t) 0; ptr++) + ; + return ptr - s; +} +# endif +# endif +#endif + +#if WIDE_CHAR_VERSION +# define VASNPRINTF vasnwprintf +# define CHAR_T wchar_t +# define DIRECTIVE wchar_t_directive +# define DIRECTIVES wchar_t_directives +# define PRINTF_PARSE wprintf_parse +# define USE_SNPRINTF 1 +# if HAVE_DECL__SNWPRINTF + /* On Windows, the function swprintf() has a different signature than + on Unix; we use the _snwprintf() function instead. */ +# define SNPRINTF _snwprintf +# else + /* Unix. */ +# define SNPRINTF swprintf +# endif +#else +# define VASNPRINTF vasnprintf +# define CHAR_T char +# define DIRECTIVE char_directive +# define DIRECTIVES char_directives +# define PRINTF_PARSE printf_parse +# define USE_SNPRINTF (HAVE_DECL__SNPRINTF || HAVE_SNPRINTF) +# if HAVE_DECL__SNPRINTF + /* Windows. */ +# define SNPRINTF _snprintf +# else + /* Unix. */ +# define SNPRINTF snprintf +# endif +#endif + +CHAR_T * +VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list args) +{ + DIRECTIVES d; + arguments a; + + if (PRINTF_PARSE (format, &d, &a) < 0) + { + errno = EINVAL; + return NULL; + } + +#define CLEANUP() \ + free (d.dir); \ + if (a.arg) \ + free (a.arg); + + if (printf_fetchargs (args, &a) < 0) + { + CLEANUP (); + errno = EINVAL; + return NULL; + } + + { + size_t buf_neededlength; + CHAR_T *buf; + CHAR_T *buf_malloced; + const CHAR_T *cp; + size_t i; + DIRECTIVE *dp; + /* Output string accumulator. */ + CHAR_T *result; + size_t allocated; + size_t length; + + /* Allocate a small buffer that will hold a directive passed to + sprintf or snprintf. */ + buf_neededlength = + xsum4 (7, d.max_width_length, d.max_precision_length, 6); +#if HAVE_ALLOCA + if (buf_neededlength < 4000 / sizeof (CHAR_T)) + { + buf = (CHAR_T *) alloca (buf_neededlength * sizeof (CHAR_T)); + buf_malloced = NULL; + } + else +#endif + { + size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); + if (size_overflow_p (buf_memsize)) + goto out_of_memory_1; + buf = (CHAR_T *) malloc (buf_memsize); + if (buf == NULL) + goto out_of_memory_1; + buf_malloced = buf; + } + + if (resultbuf != NULL) + { + result = resultbuf; + allocated = *lengthp; + } + else + { + result = NULL; + allocated = 0; + } + length = 0; + /* Invariants: + result is either == resultbuf or == NULL or malloc-allocated. + If length > 0, then result != NULL. */ + + /* Ensures that allocated >= needed. Aborts through a jump to + out_of_memory if needed is SIZE_MAX or otherwise too big. */ +#define ENSURE_ALLOCATION(needed) \ + if ((needed) > allocated) \ + { \ + size_t memory_size; \ + CHAR_T *memory; \ + \ + allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \ + if ((needed) > allocated) \ + allocated = (needed); \ + memory_size = xtimes (allocated, sizeof (CHAR_T)); \ + if (size_overflow_p (memory_size)) \ + goto out_of_memory; \ + if (result == resultbuf || result == NULL) \ + memory = (CHAR_T *) malloc (memory_size); \ + else \ + memory = (CHAR_T *) realloc (result, memory_size); \ + if (memory == NULL) \ + goto out_of_memory; \ + if (result == resultbuf && length > 0) \ + memcpy (memory, result, length * sizeof (CHAR_T)); \ + result = memory; \ + } + + for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++) + { + if (cp != dp->dir_start) + { + size_t n = dp->dir_start - cp; + size_t augmented_length = xsum (length, n); + + ENSURE_ALLOCATION (augmented_length); + memcpy (result + length, cp, n * sizeof (CHAR_T)); + length = augmented_length; + } + if (i == d.count) + break; + + /* Execute a single directive. */ + if (dp->conversion == '%') + { + size_t augmented_length; + + if (!(dp->arg_index == ARG_NONE)) + abort (); + augmented_length = xsum (length, 1); + ENSURE_ALLOCATION (augmented_length); + result[length] = '%'; + length = augmented_length; + } + else + { + if (!(dp->arg_index != ARG_NONE)) + abort (); + + if (dp->conversion == 'n') + { + switch (a.arg[dp->arg_index].type) + { + case TYPE_COUNT_SCHAR_POINTER: + *a.arg[dp->arg_index].a.a_count_schar_pointer = length; + break; + case TYPE_COUNT_SHORT_POINTER: + *a.arg[dp->arg_index].a.a_count_short_pointer = length; + break; + case TYPE_COUNT_INT_POINTER: + *a.arg[dp->arg_index].a.a_count_int_pointer = length; + break; + case TYPE_COUNT_LONGINT_POINTER: + *a.arg[dp->arg_index].a.a_count_longint_pointer = length; + break; +#ifdef HAVE_LONG_LONG + case TYPE_COUNT_LONGLONGINT_POINTER: + *a.arg[dp->arg_index].a.a_count_longlongint_pointer = length; + break; +#endif + default: + abort (); + } + } + else + { + arg_type type = a.arg[dp->arg_index].type; + CHAR_T *p; + unsigned int prefix_count; + int prefixes[2]; +#if !USE_SNPRINTF + size_t tmp_length; + CHAR_T tmpbuf[700]; + CHAR_T *tmp; + + /* Allocate a temporary buffer of sufficient size for calling + sprintf. */ + { + size_t width; + size_t precision; + + width = 0; + if (dp->width_start != dp->width_end) + { + if (dp->width_arg_index != ARG_NONE) + { + int arg; + + if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) + abort (); + arg = a.arg[dp->width_arg_index].a.a_int; + width = (arg < 0 ? (unsigned int) (-arg) : arg); + } + else + { + const CHAR_T *digitp = dp->width_start; + + do + width = xsum (xtimes (width, 10), *digitp++ - '0'); + while (digitp != dp->width_end); + } + } + + precision = 6; + if (dp->precision_start != dp->precision_end) + { + if (dp->precision_arg_index != ARG_NONE) + { + int arg; + + if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) + abort (); + arg = a.arg[dp->precision_arg_index].a.a_int; + precision = (arg < 0 ? 0 : arg); + } + else + { + const CHAR_T *digitp = dp->precision_start + 1; + + precision = 0; + do + precision = xsum (xtimes (precision, 10), *digitp++ - '0'); + while (digitp != dp->precision_end); + } + } + + switch (dp->conversion) + { + + case 'd': case 'i': case 'u': +# ifdef HAVE_LONG_LONG + if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) + tmp_length = + (unsigned int) (sizeof (unsigned long long) * CHAR_BIT + * 0.30103 /* binary -> decimal */ + * 2 /* estimate for FLAG_GROUP */ + ) + + 1 /* turn floor into ceil */ + + 1; /* account for leading sign */ + else +# endif + if (type == TYPE_LONGINT || type == TYPE_ULONGINT) + tmp_length = + (unsigned int) (sizeof (unsigned long) * CHAR_BIT + * 0.30103 /* binary -> decimal */ + * 2 /* estimate for FLAG_GROUP */ + ) + + 1 /* turn floor into ceil */ + + 1; /* account for leading sign */ + else + tmp_length = + (unsigned int) (sizeof (unsigned int) * CHAR_BIT + * 0.30103 /* binary -> decimal */ + * 2 /* estimate for FLAG_GROUP */ + ) + + 1 /* turn floor into ceil */ + + 1; /* account for leading sign */ + break; + + case 'o': +# ifdef HAVE_LONG_LONG + if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) + tmp_length = + (unsigned int) (sizeof (unsigned long long) * CHAR_BIT + * 0.333334 /* binary -> octal */ + ) + + 1 /* turn floor into ceil */ + + 1; /* account for leading sign */ + else +# endif + if (type == TYPE_LONGINT || type == TYPE_ULONGINT) + tmp_length = + (unsigned int) (sizeof (unsigned long) * CHAR_BIT + * 0.333334 /* binary -> octal */ + ) + + 1 /* turn floor into ceil */ + + 1; /* account for leading sign */ + else + tmp_length = + (unsigned int) (sizeof (unsigned int) * CHAR_BIT + * 0.333334 /* binary -> octal */ + ) + + 1 /* turn floor into ceil */ + + 1; /* account for leading sign */ + break; + + case 'x': case 'X': +# ifdef HAVE_LONG_LONG + if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) + tmp_length = + (unsigned int) (sizeof (unsigned long long) * CHAR_BIT + * 0.25 /* binary -> hexadecimal */ + ) + + 1 /* turn floor into ceil */ + + 2; /* account for leading sign or alternate form */ + else +# endif + if (type == TYPE_LONGINT || type == TYPE_ULONGINT) + tmp_length = + (unsigned int) (sizeof (unsigned long) * CHAR_BIT + * 0.25 /* binary -> hexadecimal */ + ) + + 1 /* turn floor into ceil */ + + 2; /* account for leading sign or alternate form */ + else + tmp_length = + (unsigned int) (sizeof (unsigned int) * CHAR_BIT + * 0.25 /* binary -> hexadecimal */ + ) + + 1 /* turn floor into ceil */ + + 2; /* account for leading sign or alternate form */ + break; + + case 'f': case 'F': +# ifdef HAVE_LONG_DOUBLE + if (type == TYPE_LONGDOUBLE) + tmp_length = + (unsigned int) (LDBL_MAX_EXP + * 0.30103 /* binary -> decimal */ + * 2 /* estimate for FLAG_GROUP */ + ) + + 1 /* turn floor into ceil */ + + 10; /* sign, decimal point etc. */ + else +# endif + tmp_length = + (unsigned int) (DBL_MAX_EXP + * 0.30103 /* binary -> decimal */ + * 2 /* estimate for FLAG_GROUP */ + ) + + 1 /* turn floor into ceil */ + + 10; /* sign, decimal point etc. */ + tmp_length = xsum (tmp_length, precision); + break; + + case 'e': case 'E': case 'g': case 'G': + case 'a': case 'A': + tmp_length = + 12; /* sign, decimal point, exponent etc. */ + tmp_length = xsum (tmp_length, precision); + break; + + case 'c': +# if defined HAVE_WINT_T && !WIDE_CHAR_VERSION + if (type == TYPE_WIDE_CHAR) + tmp_length = MB_CUR_MAX; + else +# endif + tmp_length = 1; + break; + + case 's': +# ifdef HAVE_WCHAR_T + if (type == TYPE_WIDE_STRING) + { + tmp_length = + local_wcslen (a.arg[dp->arg_index].a.a_wide_string); + +# if !WIDE_CHAR_VERSION + tmp_length = xtimes (tmp_length, MB_CUR_MAX); +# endif + } + else +# endif + tmp_length = strlen (a.arg[dp->arg_index].a.a_string); + break; + + case 'p': + tmp_length = + (unsigned int) (sizeof (void *) * CHAR_BIT + * 0.25 /* binary -> hexadecimal */ + ) + + 1 /* turn floor into ceil */ + + 2; /* account for leading 0x */ + break; + + default: + abort (); + } + + if (tmp_length < width) + tmp_length = width; + + tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */ + } + + if (tmp_length <= sizeof (tmpbuf) / sizeof (CHAR_T)) + tmp = tmpbuf; + else + { + size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); + + if (size_overflow_p (tmp_memsize)) + /* Overflow, would lead to out of memory. */ + goto out_of_memory; + tmp = (CHAR_T *) malloc (tmp_memsize); + if (tmp == NULL) + /* Out of memory. */ + goto out_of_memory; + } +#endif + + /* Construct the format string for calling snprintf or + sprintf. */ + p = buf; + *p++ = '%'; + if (dp->flags & FLAG_GROUP) + *p++ = '\''; + if (dp->flags & FLAG_LEFT) + *p++ = '-'; + if (dp->flags & FLAG_SHOWSIGN) + *p++ = '+'; + if (dp->flags & FLAG_SPACE) + *p++ = ' '; + if (dp->flags & FLAG_ALT) + *p++ = '#'; + if (dp->flags & FLAG_ZERO) + *p++ = '0'; + if (dp->width_start != dp->width_end) + { + size_t n = dp->width_end - dp->width_start; + memcpy (p, dp->width_start, n * sizeof (CHAR_T)); + p += n; + } + if (dp->precision_start != dp->precision_end) + { + size_t n = dp->precision_end - dp->precision_start; + memcpy (p, dp->precision_start, n * sizeof (CHAR_T)); + p += n; + } + + switch (type) + { +#ifdef HAVE_LONG_LONG + case TYPE_LONGLONGINT: + case TYPE_ULONGLONGINT: + *p++ = 'l'; + /*FALLTHROUGH*/ +#endif + case TYPE_LONGINT: + case TYPE_ULONGINT: +#ifdef HAVE_WINT_T + case TYPE_WIDE_CHAR: +#endif +#ifdef HAVE_WCHAR_T + case TYPE_WIDE_STRING: +#endif + *p++ = 'l'; + break; +#ifdef HAVE_LONG_DOUBLE + case TYPE_LONGDOUBLE: + *p++ = 'L'; + break; +#endif + default: + break; + } + *p = dp->conversion; +#if USE_SNPRINTF + p[1] = '%'; + p[2] = 'n'; + p[3] = '\0'; +#else + p[1] = '\0'; +#endif + + /* Construct the arguments for calling snprintf or sprintf. */ + prefix_count = 0; + if (dp->width_arg_index != ARG_NONE) + { + if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) + abort (); + prefixes[prefix_count++] = a.arg[dp->width_arg_index].a.a_int; + } + if (dp->precision_arg_index != ARG_NONE) + { + if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) + abort (); + prefixes[prefix_count++] = a.arg[dp->precision_arg_index].a.a_int; + } + +#if USE_SNPRINTF + /* Prepare checking whether snprintf returns the count + via %n. */ + ENSURE_ALLOCATION (xsum (length, 1)); + result[length] = '\0'; +#endif + + for (;;) + { + size_t maxlen; + int count; + int retcount; + + maxlen = allocated - length; + count = -1; + retcount = 0; + +#if USE_SNPRINTF +# define SNPRINTF_BUF(arg) \ + switch (prefix_count) \ + { \ + case 0: \ + retcount = SNPRINTF (result + length, maxlen, buf, \ + arg, &count); \ + break; \ + case 1: \ + retcount = SNPRINTF (result + length, maxlen, buf, \ + prefixes[0], arg, &count); \ + break; \ + case 2: \ + retcount = SNPRINTF (result + length, maxlen, buf, \ + prefixes[0], prefixes[1], arg, \ + &count); \ + break; \ + default: \ + abort (); \ + } +#else +# define SNPRINTF_BUF(arg) \ + switch (prefix_count) \ + { \ + case 0: \ + count = sprintf (tmp, buf, arg); \ + break; \ + case 1: \ + count = sprintf (tmp, buf, prefixes[0], arg); \ + break; \ + case 2: \ + count = sprintf (tmp, buf, prefixes[0], prefixes[1],\ + arg); \ + break; \ + default: \ + abort (); \ + } +#endif + + switch (type) + { + case TYPE_SCHAR: + { + int arg = a.arg[dp->arg_index].a.a_schar; + SNPRINTF_BUF (arg); + } + break; + case TYPE_UCHAR: + { + unsigned int arg = a.arg[dp->arg_index].a.a_uchar; + SNPRINTF_BUF (arg); + } + break; + case TYPE_SHORT: + { + int arg = a.arg[dp->arg_index].a.a_short; + SNPRINTF_BUF (arg); + } + break; + case TYPE_USHORT: + { + unsigned int arg = a.arg[dp->arg_index].a.a_ushort; + SNPRINTF_BUF (arg); + } + break; + case TYPE_INT: + { + int arg = a.arg[dp->arg_index].a.a_int; + SNPRINTF_BUF (arg); + } + break; + case TYPE_UINT: + { + unsigned int arg = a.arg[dp->arg_index].a.a_uint; + SNPRINTF_BUF (arg); + } + break; + case TYPE_LONGINT: + { + long int arg = a.arg[dp->arg_index].a.a_longint; + SNPRINTF_BUF (arg); + } + break; + case TYPE_ULONGINT: + { + unsigned long int arg = a.arg[dp->arg_index].a.a_ulongint; + SNPRINTF_BUF (arg); + } + break; +#ifdef HAVE_LONG_LONG + case TYPE_LONGLONGINT: + { + long long int arg = a.arg[dp->arg_index].a.a_longlongint; + SNPRINTF_BUF (arg); + } + break; + case TYPE_ULONGLONGINT: + { + unsigned long long int arg = a.arg[dp->arg_index].a.a_ulonglongint; + SNPRINTF_BUF (arg); + } + break; +#endif + case TYPE_DOUBLE: + { + double arg = a.arg[dp->arg_index].a.a_double; + SNPRINTF_BUF (arg); + } + break; +#ifdef HAVE_LONG_DOUBLE + case TYPE_LONGDOUBLE: + { + long double arg = a.arg[dp->arg_index].a.a_longdouble; + SNPRINTF_BUF (arg); + } + break; +#endif + case TYPE_CHAR: + { + int arg = a.arg[dp->arg_index].a.a_char; + SNPRINTF_BUF (arg); + } + break; +#ifdef HAVE_WINT_T + case TYPE_WIDE_CHAR: + { + wint_t arg = a.arg[dp->arg_index].a.a_wide_char; + SNPRINTF_BUF (arg); + } + break; +#endif + case TYPE_STRING: + { + const char *arg = a.arg[dp->arg_index].a.a_string; + SNPRINTF_BUF (arg); + } + break; +#ifdef HAVE_WCHAR_T + case TYPE_WIDE_STRING: + { + const wchar_t *arg = a.arg[dp->arg_index].a.a_wide_string; + SNPRINTF_BUF (arg); + } + break; +#endif + case TYPE_POINTER: + { + void *arg = a.arg[dp->arg_index].a.a_pointer; + SNPRINTF_BUF (arg); + } + break; + default: + abort (); + } + +#if USE_SNPRINTF + /* Portability: Not all implementations of snprintf() + are ISO C 99 compliant. Determine the number of + bytes that snprintf() has produced or would have + produced. */ + if (count >= 0) + { + /* Verify that snprintf() has NUL-terminated its + result. */ + if (count < maxlen && result[length + count] != '\0') + abort (); + /* Portability hack. */ + if (retcount > count) + count = retcount; + } + else + { + /* snprintf() doesn't understand the '%n' + directive. */ + if (p[1] != '\0') + { + /* Don't use the '%n' directive; instead, look + at the snprintf() return value. */ + p[1] = '\0'; + continue; + } + else + { + /* Look at the snprintf() return value. */ + if (retcount < 0) + { + /* HP-UX 10.20 snprintf() is doubly deficient: + It doesn't understand the '%n' directive, + *and* it returns -1 (rather than the length + that would have been required) when the + buffer is too small. */ + size_t bigger_need = + xsum (xtimes (allocated, 2), 12); + ENSURE_ALLOCATION (bigger_need); + continue; + } + else + count = retcount; + } + } +#endif + + /* Attempt to handle failure. */ + if (count < 0) + { + if (!(result == resultbuf || result == NULL)) + free (result); + if (buf_malloced != NULL) + free (buf_malloced); + CLEANUP (); + errno = EINVAL; + return NULL; + } + +#if !USE_SNPRINTF + if (count >= tmp_length) + /* tmp_length was incorrectly calculated - fix the + code above! */ + abort (); +#endif + + /* Make room for the result. */ + if (count >= maxlen) + { + /* Need at least count bytes. But allocate + proportionally, to avoid looping eternally if + snprintf() reports a too small count. */ + size_t n = + xmax (xsum (length, count), xtimes (allocated, 2)); + + ENSURE_ALLOCATION (n); +#if USE_SNPRINTF + continue; +#endif + } + +#if USE_SNPRINTF + /* The snprintf() result did fit. */ +#else + /* Append the sprintf() result. */ + memcpy (result + length, tmp, count * sizeof (CHAR_T)); + if (tmp != tmpbuf) + free (tmp); +#endif + + length += count; + break; + } + } + } + } + + /* Add the final NUL. */ + ENSURE_ALLOCATION (xsum (length, 1)); + result[length] = '\0'; + + if (result != resultbuf && length + 1 < allocated) + { + /* Shrink the allocated memory if possible. */ + CHAR_T *memory; + + memory = (CHAR_T *) realloc (result, (length + 1) * sizeof (CHAR_T)); + if (memory != NULL) + result = memory; + } + + if (buf_malloced != NULL) + free (buf_malloced); + CLEANUP (); + *lengthp = length; + return result; + + out_of_memory: + if (!(result == resultbuf || result == NULL)) + free (result); + if (buf_malloced != NULL) + free (buf_malloced); + out_of_memory_1: + CLEANUP (); + errno = ENOMEM; + return NULL; + } +} + +#undef SNPRINTF +#undef USE_SNPRINTF +#undef PRINTF_PARSE +#undef DIRECTIVES +#undef DIRECTIVE +#undef CHAR_T +#undef VASNPRINTF diff --git a/project/jni/application/ltris-1.0.15/intl/vasnprintf.h b/project/jni/application/ltris-1.0.15/intl/vasnprintf.h new file mode 100644 index 000000000..65f1bc13d --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/vasnprintf.h @@ -0,0 +1,61 @@ +/* vsprintf with automatic memory allocation. + Copyright (C) 2002-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _VASNPRINTF_H +#define _VASNPRINTF_H + +/* Get va_list. */ +#include + +/* Get size_t. */ +#include + +#ifndef __attribute__ +/* This feature is available in gcc versions 2.5 and later. */ +# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__ +# define __attribute__(Spec) /* empty */ +# endif +/* The __-protected variants of `format' and `printf' attributes + are accepted by gcc versions 2.6.4 (effectively 2.7) and later. */ +# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) +# define __format__ format +# define __printf__ printf +# endif +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +/* Write formatted output to a string dynamically allocated with malloc(). + You can pass a preallocated buffer for the result in RESULTBUF and its + size in *LENGTHP; otherwise you pass RESULTBUF = NULL. + If successful, return the address of the string (this may be = RESULTBUF + if no dynamic memory allocation was necessary) and set *LENGTHP to the + number of resulting bytes, excluding the trailing NUL. Upon error, set + errno and return NULL. */ +extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) + __attribute__ ((__format__ (__printf__, 3, 4))); +extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args) + __attribute__ ((__format__ (__printf__, 3, 0))); + +#ifdef __cplusplus +} +#endif + +#endif /* _VASNPRINTF_H */ diff --git a/project/jni/application/ltris-1.0.15/intl/vasnwprintf.h b/project/jni/application/ltris-1.0.15/intl/vasnwprintf.h new file mode 100644 index 000000000..d3cef4cbc --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/vasnwprintf.h @@ -0,0 +1,46 @@ +/* vswprintf with automatic memory allocation. + Copyright (C) 2002-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _VASNWPRINTF_H +#define _VASNWPRINTF_H + +/* Get va_list. */ +#include + +/* Get wchar_t, size_t. */ +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Write formatted output to a string dynamically allocated with malloc(). + You can pass a preallocated buffer for the result in RESULTBUF and its + size in *LENGTHP; otherwise you pass RESULTBUF = NULL. + If successful, return the address of the string (this may be = RESULTBUF + if no dynamic memory allocation was necessary) and set *LENGTHP to the + number of resulting bytes, excluding the trailing NUL. Upon error, set + errno and return NULL. */ +extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...); +extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args); + +#ifdef __cplusplus +} +#endif + +#endif /* _VASNWPRINTF_H */ diff --git a/project/jni/application/ltris-1.0.15/intl/wprintf-parse.h b/project/jni/application/ltris-1.0.15/intl/wprintf-parse.h new file mode 100644 index 000000000..24a2cfc28 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/wprintf-parse.h @@ -0,0 +1,75 @@ +/* Parse printf format string. + Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _WPRINTF_PARSE_H +#define _WPRINTF_PARSE_H + +#include "printf-args.h" + + +/* Flags */ +#define FLAG_GROUP 1 /* ' flag */ +#define FLAG_LEFT 2 /* - flag */ +#define FLAG_SHOWSIGN 4 /* + flag */ +#define FLAG_SPACE 8 /* space flag */ +#define FLAG_ALT 16 /* # flag */ +#define FLAG_ZERO 32 + +/* arg_index value indicating that no argument is consumed. */ +#define ARG_NONE (~(size_t)0) + +/* A parsed directive. */ +typedef struct +{ + const wchar_t* dir_start; + const wchar_t* dir_end; + int flags; + const wchar_t* width_start; + const wchar_t* width_end; + size_t width_arg_index; + const wchar_t* precision_start; + const wchar_t* precision_end; + size_t precision_arg_index; + wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ + size_t arg_index; +} +wchar_t_directive; + +/* A parsed format string. */ +typedef struct +{ + size_t count; + wchar_t_directive *dir; + size_t max_width_length; + size_t max_precision_length; +} +wchar_t_directives; + + +/* Parses the format string. Fills in the number N of directives, and fills + in directives[0], ..., directives[N-1], and sets directives[N].dir_start + to the end of the format string. Also fills in the arg_type fields of the + arguments and the needed count of arguments. */ +#ifdef STATIC +STATIC +#else +extern +#endif +int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a); + +#endif /* _WPRINTF_PARSE_H */ diff --git a/project/jni/application/ltris-1.0.15/intl/xsize.h b/project/jni/application/ltris-1.0.15/intl/xsize.h new file mode 100644 index 000000000..362e24b72 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/intl/xsize.h @@ -0,0 +1,109 @@ +/* xsize.h -- Checked size_t computations. + + Copyright (C) 2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _XSIZE_H +#define _XSIZE_H + +/* Get size_t. */ +#include + +/* Get SIZE_MAX. */ +#include +#if HAVE_STDINT_H +# include +#endif + +/* The size of memory objects is often computed through expressions of + type size_t. Example: + void* p = malloc (header_size + n * element_size). + These computations can lead to overflow. When this happens, malloc() + returns a piece of memory that is way too small, and the program then + crashes while attempting to fill the memory. + To avoid this, the functions and macros in this file check for overflow. + The convention is that SIZE_MAX represents overflow. + malloc (SIZE_MAX) is not guaranteed to fail -- think of a malloc + implementation that uses mmap --, it's recommended to use size_overflow_p() + or size_in_bounds_p() before invoking malloc(). + The example thus becomes: + size_t size = xsum (header_size, xtimes (n, element_size)); + void *p = (size_in_bounds_p (size) ? malloc (size) : NULL); +*/ + +/* Convert an arbitrary value >= 0 to type size_t. */ +#define xcast_size_t(N) \ + ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX) + +/* Sum of two sizes, with overflow check. */ +static inline size_t +#if __GNUC__ >= 3 +__attribute__ ((__pure__)) +#endif +xsum (size_t size1, size_t size2) +{ + size_t sum = size1 + size2; + return (sum >= size1 ? sum : SIZE_MAX); +} + +/* Sum of three sizes, with overflow check. */ +static inline size_t +#if __GNUC__ >= 3 +__attribute__ ((__pure__)) +#endif +xsum3 (size_t size1, size_t size2, size_t size3) +{ + return xsum (xsum (size1, size2), size3); +} + +/* Sum of four sizes, with overflow check. */ +static inline size_t +#if __GNUC__ >= 3 +__attribute__ ((__pure__)) +#endif +xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) +{ + return xsum (xsum (xsum (size1, size2), size3), size4); +} + +/* Maximum of two sizes, with overflow check. */ +static inline size_t +#if __GNUC__ >= 3 +__attribute__ ((__pure__)) +#endif +xmax (size_t size1, size_t size2) +{ + /* No explicit check is needed here, because for any n: + max (SIZE_MAX, n) == SIZE_MAX and max (n, SIZE_MAX) == SIZE_MAX. */ + return (size1 >= size2 ? size1 : size2); +} + +/* Multiplication of a count with an element size, with overflow check. + The count must be >= 0 and the element size must be > 0. + This is a macro, not an inline function, so that it works correctly even + when N is of a wider tupe and N > SIZE_MAX. */ +#define xtimes(N, ELSIZE) \ + ((N) <= SIZE_MAX / (ELSIZE) ? (size_t) (N) * (ELSIZE) : SIZE_MAX) + +/* Check for overflow. */ +#define size_overflow_p(SIZE) \ + ((SIZE) == SIZE_MAX) +/* Check against overflow. */ +#define size_in_bounds_p(SIZE) \ + ((SIZE) != SIZE_MAX) + +#endif /* _XSIZE_H */ diff --git a/project/jni/application/ltris-1.0.15/ltris.desktop.in b/project/jni/application/ltris-1.0.15/ltris.desktop.in new file mode 100644 index 000000000..ef185ec51 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/ltris.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=LTris +Comment=A tetris clone with nice graphics. +Exec=ltris +Icon= +Type=Application +Categories=Game; diff --git a/project/jni/application/ltris-1.0.15/ltris32.gif b/project/jni/application/ltris-1.0.15/ltris32.gif new file mode 100644 index 000000000..820d7f9fe Binary files /dev/null and b/project/jni/application/ltris-1.0.15/ltris32.gif differ diff --git a/project/jni/application/ltris-1.0.15/ltris48.gif b/project/jni/application/ltris-1.0.15/ltris48.gif new file mode 100644 index 000000000..6b57924c7 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/ltris48.gif differ diff --git a/project/jni/application/ltris-1.0.15/m4/Makefile.am b/project/jni/application/ltris-1.0.15/m4/Makefile.am new file mode 100644 index 000000000..f971283a3 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 diff --git a/project/jni/application/ltris-1.0.15/m4/Makefile.in b/project/jni/application/ltris-1.0.15/m4/Makefile.in new file mode 100644 index 000000000..b64589eb1 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/Makefile.in @@ -0,0 +1,349 @@ +# Makefile.in generated by automake 1.9.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = m4 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ + $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longdouble.m4 \ + $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \ + $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ + $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ + $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ + $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GENCAT = @GENCAT@ +GLIBC21 = @GLIBC21@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +HAVE_ASPRINTF = @HAVE_ASPRINTF@ +HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ +HAVE_SNPRINTF = @HAVE_SNPRINTF@ +HAVE_WPRINTF = @HAVE_WPRINTF@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLBISON = @INTLBISON@ +INTLLIBS = @INTLLIBS@ +INTLOBJS = @INTLOBJS@ +INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +POSUB = @POSUB@ +RANLIB = @RANLIB@ +SDL_CFLAGS = @SDL_CFLAGS@ +SDL_CONFIG = @SDL_CONFIG@ +SDL_LIBS = @SDL_LIBS@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +ac_ct_CC = @ac_ct_CC@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +buf_flag = @buf_flag@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +datarootdir = @datarootdir@ +dis_flag = @dis_flag@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +hi_dir = @hi_dir@ +hi_inst_flag = @hi_inst_flag@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +inst_dir = @inst_dir@ +inst_flag = @inst_flag@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +locdir_flag = @locdir_flag@ +mandir = @mandir@ +mixer_flag = @mixer_flag@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sound_flag = @sound_flag@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign m4/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign m4/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +uninstall-info-am: +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-exec \ + install-exec-am install-info install-info-am install-man \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/project/jni/application/ltris-1.0.15/m4/codeset.m4 b/project/jni/application/ltris-1.0.15/m4/codeset.m4 new file mode 100644 index 000000000..59535ebcf --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/codeset.m4 @@ -0,0 +1,23 @@ +# codeset.m4 serial AM1 (gettext-0.10.40) +dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +AC_DEFUN([AM_LANGINFO_CODESET], +[ + AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, + [AC_TRY_LINK([#include ], + [char* cs = nl_langinfo(CODESET);], + am_cv_langinfo_codeset=yes, + am_cv_langinfo_codeset=no) + ]) + if test $am_cv_langinfo_codeset = yes; then + AC_DEFINE(HAVE_LANGINFO_CODESET, 1, + [Define if you have and nl_langinfo(CODESET).]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/gettext.m4 b/project/jni/application/ltris-1.0.15/m4/gettext.m4 new file mode 100644 index 000000000..a374f03fa --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/gettext.m4 @@ -0,0 +1,487 @@ +# gettext.m4 serial 28 (gettext-0.13) +dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +dnl Macro to add for using GNU gettext. + +dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). +dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The +dnl default (if it is not specified or empty) is 'no-libtool'. +dnl INTLSYMBOL should be 'external' for packages with no intl directory, +dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. +dnl If INTLSYMBOL is 'use-libtool', then a libtool library +dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, +dnl depending on --{enable,disable}-{shared,static} and on the presence of +dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library +dnl $(top_builddir)/intl/libintl.a will be created. +dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext +dnl implementations (in libc or libintl) without the ngettext() function +dnl will be ignored. If NEEDSYMBOL is specified and is +dnl 'need-formatstring-macros', then GNU gettext implementations that don't +dnl support the ISO C 99 formatstring macros will be ignored. +dnl INTLDIR is used to find the intl libraries. If empty, +dnl the value `$(top_builddir)/intl/' is used. +dnl +dnl The result of the configuration is one of three cases: +dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled +dnl and used. +dnl Catalog format: GNU --> install in $(datadir) +dnl Catalog extension: .mo after installation, .gmo in source tree +dnl 2) GNU gettext has been found in the system's C library. +dnl Catalog format: GNU --> install in $(datadir) +dnl Catalog extension: .mo after installation, .gmo in source tree +dnl 3) No internationalization, always use English msgid. +dnl Catalog format: none +dnl Catalog extension: none +dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. +dnl The use of .gmo is historical (it was needed to avoid overwriting the +dnl GNU format catalogs when building on a platform with an X/Open gettext), +dnl but we keep it in order not to force irrelevant filename changes on the +dnl maintainers. +dnl +AC_DEFUN([AM_GNU_GETTEXT], +[ + dnl Argument checking. + ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , + [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT +])])])])]) + ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , + [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT +])])])]) + define(gt_included_intl, ifelse([$1], [external], [no], [yes])) + define(gt_libtool_suffix_prefix, ifelse([$1], [use-libtool], [l], [])) + + AC_REQUIRE([AM_PO_SUBDIRS])dnl + ifelse(gt_included_intl, yes, [ + AC_REQUIRE([AM_INTL_SUBDIR])dnl + ]) + + dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) + + dnl Sometimes libintl requires libiconv, so first search for libiconv. + dnl Ideally we would do this search only after the + dnl if test "$USE_NLS" = "yes"; then + dnl if test "$gt_cv_func_gnugettext_libc" != "yes"; then + dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT + dnl the configure script would need to contain the same shell code + dnl again, outside any 'if'. There are two solutions: + dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. + dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. + dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not + dnl documented, we avoid it. + ifelse(gt_included_intl, yes, , [ + AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) + ]) + + dnl Set USE_NLS. + AM_NLS + + ifelse(gt_included_intl, yes, [ + BUILD_INCLUDED_LIBINTL=no + USE_INCLUDED_LIBINTL=no + ]) + LIBINTL= + LTLIBINTL= + POSUB= + + dnl If we use NLS figure out what method + if test "$USE_NLS" = "yes"; then + gt_use_preinstalled_gnugettext=no + ifelse(gt_included_intl, yes, [ + AC_MSG_CHECKING([whether included gettext is requested]) + AC_ARG_WITH(included-gettext, + [ --with-included-gettext use the GNU gettext library included here], + nls_cv_force_use_gnu_gettext=$withval, + nls_cv_force_use_gnu_gettext=no) + AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) + + nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" + if test "$nls_cv_force_use_gnu_gettext" != "yes"; then + ]) + dnl User does not insist on using GNU NLS library. Figure out what + dnl to use. If GNU gettext is available we use this. Else we have + dnl to fall back to GNU NLS library. + + dnl Add a version number to the cache macros. + define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1))) + define([gt_cv_func_gnugettext_libc], [gt_cv_func_gnugettext]gt_api_version[_libc]) + define([gt_cv_func_gnugettext_libintl], [gt_cv_func_gnugettext]gt_api_version[_libintl]) + + AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc, + [AC_TRY_LINK([#include +]ifelse([$2], [need-formatstring-macros], +[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION +#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) +#endif +changequote(,)dnl +typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; +changequote([,])dnl +], [])[extern int _nl_msg_cat_cntr; +extern int *_nl_domain_bindings;], + [bindtextdomain ("", ""); +return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings], + gt_cv_func_gnugettext_libc=yes, + gt_cv_func_gnugettext_libc=no)]) + + if test "$gt_cv_func_gnugettext_libc" != "yes"; then + dnl Sometimes libintl requires libiconv, so first search for libiconv. + ifelse(gt_included_intl, yes, , [ + AM_ICONV_LINK + ]) + dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL + dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) + dnl because that would add "-liconv" to LIBINTL and LTLIBINTL + dnl even if libiconv doesn't exist. + AC_LIB_LINKFLAGS_BODY([intl]) + AC_CACHE_CHECK([for GNU gettext in libintl], + gt_cv_func_gnugettext_libintl, + [gt_save_CPPFLAGS="$CPPFLAGS" + CPPFLAGS="$CPPFLAGS $INCINTL" + gt_save_LIBS="$LIBS" + LIBS="$LIBS $LIBINTL" + dnl Now see whether libintl exists and does not depend on libiconv. + AC_TRY_LINK([#include +]ifelse([$2], [need-formatstring-macros], +[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION +#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) +#endif +changequote(,)dnl +typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; +changequote([,])dnl +], [])[extern int _nl_msg_cat_cntr; +extern +#ifdef __cplusplus +"C" +#endif +const char *_nl_expand_alias ();], + [bindtextdomain ("", ""); +return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], + gt_cv_func_gnugettext_libintl=yes, + gt_cv_func_gnugettext_libintl=no) + dnl Now see whether libintl exists and depends on libiconv. + if test "$gt_cv_func_gnugettext_libintl" != yes && test -n "$LIBICONV"; then + LIBS="$LIBS $LIBICONV" + AC_TRY_LINK([#include +]ifelse([$2], [need-formatstring-macros], +[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION +#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) +#endif +changequote(,)dnl +typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; +changequote([,])dnl +], [])[extern int _nl_msg_cat_cntr; +extern +#ifdef __cplusplus +"C" +#endif +const char *_nl_expand_alias ();], + [bindtextdomain ("", ""); +return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], + [LIBINTL="$LIBINTL $LIBICONV" + LTLIBINTL="$LTLIBINTL $LTLIBICONV" + gt_cv_func_gnugettext_libintl=yes + ]) + fi + CPPFLAGS="$gt_save_CPPFLAGS" + LIBS="$gt_save_LIBS"]) + fi + + dnl If an already present or preinstalled GNU gettext() is found, + dnl use it. But if this macro is used in GNU gettext, and GNU + dnl gettext is already preinstalled in libintl, we update this + dnl libintl. (Cf. the install rule in intl/Makefile.in.) + if test "$gt_cv_func_gnugettext_libc" = "yes" \ + || { test "$gt_cv_func_gnugettext_libintl" = "yes" \ + && test "$PACKAGE" != gettext-runtime \ + && test "$PACKAGE" != gettext-tools; }; then + gt_use_preinstalled_gnugettext=yes + else + dnl Reset the values set by searching for libintl. + LIBINTL= + LTLIBINTL= + INCINTL= + fi + + ifelse(gt_included_intl, yes, [ + if test "$gt_use_preinstalled_gnugettext" != "yes"; then + dnl GNU gettext is not found in the C library. + dnl Fall back on included GNU gettext library. + nls_cv_use_gnu_gettext=yes + fi + fi + + if test "$nls_cv_use_gnu_gettext" = "yes"; then + dnl Mark actions used to generate GNU NLS library. + BUILD_INCLUDED_LIBINTL=yes + USE_INCLUDED_LIBINTL=yes + LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV" + LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV" + LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` + fi + + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + dnl Mark actions to use GNU gettext tools. + CATOBJEXT=.gmo + fi + ]) + + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + AC_DEFINE(ENABLE_NLS, 1, + [Define to 1 if translation of program messages to the user's native language + is requested.]) + else + USE_NLS=no + fi + fi + + AC_MSG_CHECKING([whether to use NLS]) + AC_MSG_RESULT([$USE_NLS]) + if test "$USE_NLS" = "yes"; then + AC_MSG_CHECKING([where the gettext function comes from]) + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if test "$gt_cv_func_gnugettext_libintl" = "yes"; then + gt_source="external libintl" + else + gt_source="libc" + fi + else + gt_source="included intl directory" + fi + AC_MSG_RESULT([$gt_source]) + fi + + if test "$USE_NLS" = "yes"; then + + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if test "$gt_cv_func_gnugettext_libintl" = "yes"; then + AC_MSG_CHECKING([how to link with libintl]) + AC_MSG_RESULT([$LIBINTL]) + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) + fi + + dnl For backward compatibility. Some packages may be using this. + AC_DEFINE(HAVE_GETTEXT, 1, + [Define if the GNU gettext() function is already present or preinstalled.]) + AC_DEFINE(HAVE_DCGETTEXT, 1, + [Define if the GNU dcgettext() function is already present or preinstalled.]) + fi + + dnl We need to process the po/ directory. + POSUB=po + fi + + ifelse(gt_included_intl, yes, [ + dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL + dnl to 'yes' because some of the testsuite requires it. + if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then + BUILD_INCLUDED_LIBINTL=yes + fi + + dnl Make all variables we use known to autoconf. + AC_SUBST(BUILD_INCLUDED_LIBINTL) + AC_SUBST(USE_INCLUDED_LIBINTL) + AC_SUBST(CATOBJEXT) + + dnl For backward compatibility. Some configure.ins may be using this. + nls_cv_header_intl= + nls_cv_header_libgt= + + dnl For backward compatibility. Some Makefiles may be using this. + DATADIRNAME=share + AC_SUBST(DATADIRNAME) + + dnl For backward compatibility. Some Makefiles may be using this. + INSTOBJEXT=.mo + AC_SUBST(INSTOBJEXT) + + dnl For backward compatibility. Some Makefiles may be using this. + GENCAT=gencat + AC_SUBST(GENCAT) + + dnl For backward compatibility. Some Makefiles may be using this. + if test "$USE_INCLUDED_LIBINTL" = yes; then + INTLOBJS="\$(GETTOBJS)" + fi + AC_SUBST(INTLOBJS) + + dnl Enable libtool support if the surrounding package wishes it. + INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix + AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX) + ]) + + dnl For backward compatibility. Some Makefiles may be using this. + INTLLIBS="$LIBINTL" + AC_SUBST(INTLLIBS) + + dnl Make all documented variables known to autoconf. + AC_SUBST(LIBINTL) + AC_SUBST(LTLIBINTL) + AC_SUBST(POSUB) +]) + + +dnl Checks for all prerequisites of the intl subdirectory, +dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS, +dnl USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL. +AC_DEFUN([AM_INTL_SUBDIR], +[ + AC_REQUIRE([AC_PROG_INSTALL])dnl + AC_REQUIRE([AM_MKINSTALLDIRS])dnl + AC_REQUIRE([AC_PROG_CC])dnl + AC_REQUIRE([AC_CANONICAL_HOST])dnl + AC_REQUIRE([AC_PROG_RANLIB])dnl + AC_REQUIRE([AC_ISC_POSIX])dnl + AC_REQUIRE([AC_HEADER_STDC])dnl + AC_REQUIRE([AC_C_CONST])dnl + AC_REQUIRE([bh_C_SIGNED])dnl + AC_REQUIRE([AC_C_INLINE])dnl + AC_REQUIRE([AC_TYPE_OFF_T])dnl + AC_REQUIRE([AC_TYPE_SIZE_T])dnl + AC_REQUIRE([jm_AC_TYPE_LONG_LONG])dnl + AC_REQUIRE([gt_TYPE_LONGDOUBLE])dnl + AC_REQUIRE([gt_TYPE_WCHAR_T])dnl + AC_REQUIRE([gt_TYPE_WINT_T])dnl + AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) + AC_REQUIRE([jm_AC_HEADER_STDINT_H]) + AC_REQUIRE([gt_TYPE_INTMAX_T]) + AC_REQUIRE([gt_PRINTF_POSIX]) + AC_REQUIRE([AC_FUNC_ALLOCA])dnl + AC_REQUIRE([AC_FUNC_MMAP])dnl + AC_REQUIRE([jm_GLIBC21])dnl + AC_REQUIRE([gt_INTDIV0])dnl + AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])dnl + AC_REQUIRE([gt_HEADER_INTTYPES_H])dnl + AC_REQUIRE([gt_INTTYPES_PRI])dnl + AC_REQUIRE([gl_XSIZE])dnl + + AC_CHECK_TYPE([ptrdiff_t], , + [AC_DEFINE([ptrdiff_t], [long], + [Define as the type of the result of subtracting two pointers, if the system doesn't define it.]) + ]) + AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ +stdlib.h string.h unistd.h sys/param.h]) + AC_CHECK_FUNCS([asprintf fwprintf getcwd getegid geteuid getgid getuid \ +mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \ +strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \ +__fsetlocking]) + + dnl Use the _snprintf function only if it is declared (because on NetBSD it + dnl is defined as a weak alias of snprintf; we prefer to use the latter). + gt_CHECK_DECL(_snprintf, [#include ]) + gt_CHECK_DECL(_snwprintf, [#include ]) + + dnl Use the *_unlocked functions only if they are declared. + dnl (because some of them were defined without being declared in Solaris + dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built + dnl on Solaris 2.5.1 to run on Solaris 2.6). + dnl Don't use AC_CHECK_DECLS because it isn't supported in autoconf-2.13. + gt_CHECK_DECL(feof_unlocked, [#include ]) + gt_CHECK_DECL(fgets_unlocked, [#include ]) + gt_CHECK_DECL(getc_unlocked, [#include ]) + + case $gt_cv_func_printf_posix in + *yes) HAVE_POSIX_PRINTF=1 ;; + *) HAVE_POSIX_PRINTF=0 ;; + esac + AC_SUBST([HAVE_POSIX_PRINTF]) + if test "$ac_cv_func_asprintf" = yes; then + HAVE_ASPRINTF=1 + else + HAVE_ASPRINTF=0 + fi + AC_SUBST([HAVE_ASPRINTF]) + if test "$ac_cv_func_snprintf" = yes; then + HAVE_SNPRINTF=1 + else + HAVE_SNPRINTF=0 + fi + AC_SUBST([HAVE_SNPRINTF]) + if test "$ac_cv_func_wprintf" = yes; then + HAVE_WPRINTF=1 + else + HAVE_WPRINTF=0 + fi + AC_SUBST([HAVE_WPRINTF]) + + AM_ICONV + AM_LANGINFO_CODESET + if test $ac_cv_header_locale_h = yes; then + AM_LC_MESSAGES + fi + + dnl intl/plural.c is generated from intl/plural.y. It requires bison, + dnl because plural.y uses bison specific features. It requires at least + dnl bison-1.26 because earlier versions generate a plural.c that doesn't + dnl compile. + dnl bison is only needed for the maintainer (who touches plural.y). But in + dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put + dnl the rule in general Makefile. Now, some people carelessly touch the + dnl files or have a broken "make" program, hence the plural.c rule will + dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not + dnl present or too old. + AC_CHECK_PROGS([INTLBISON], [bison]) + if test -z "$INTLBISON"; then + ac_verc_fail=yes + else + dnl Found it, now check the version. + AC_MSG_CHECKING([version of bison]) +changequote(<<,>>)dnl + ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` + case $ac_prog_version in + '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; + 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) +changequote([,])dnl + ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; + *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; + esac + AC_MSG_RESULT([$ac_prog_version]) + fi + if test $ac_verc_fail = yes; then + INTLBISON=: + fi +]) + + +dnl gt_CHECK_DECL(FUNC, INCLUDES) +dnl Check whether a function is declared. +AC_DEFUN([gt_CHECK_DECL], +[ + AC_CACHE_CHECK([whether $1 is declared], ac_cv_have_decl_$1, + [AC_TRY_COMPILE([$2], [ +#ifndef $1 + char *p = (char *) $1; +#endif +], ac_cv_have_decl_$1=yes, ac_cv_have_decl_$1=no)]) + if test $ac_cv_have_decl_$1 = yes; then + gt_value=1 + else + gt_value=0 + fi + AC_DEFINE_UNQUOTED([HAVE_DECL_]translit($1, [a-z], [A-Z]), [$gt_value], + [Define to 1 if you have the declaration of `$1', and to 0 if you don't.]) +]) + + +dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) +AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) diff --git a/project/jni/application/ltris-1.0.15/m4/glibc21.m4 b/project/jni/application/ltris-1.0.15/m4/glibc21.m4 new file mode 100644 index 000000000..9c9f3db30 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/glibc21.m4 @@ -0,0 +1,32 @@ +# glibc21.m4 serial 2 (fileutils-4.1.3, gettext-0.10.40) +dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +# Test for the GNU C Library, version 2.1 or newer. +# From Bruno Haible. + +AC_DEFUN([jm_GLIBC21], + [ + AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, + ac_cv_gnu_library_2_1, + [AC_EGREP_CPP([Lucky GNU user], + [ +#include +#ifdef __GNU_LIBRARY__ + #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) + Lucky GNU user + #endif +#endif + ], + ac_cv_gnu_library_2_1=yes, + ac_cv_gnu_library_2_1=no) + ] + ) + AC_SUBST(GLIBC21) + GLIBC21="$ac_cv_gnu_library_2_1" + ] +) diff --git a/project/jni/application/ltris-1.0.15/m4/iconv.m4 b/project/jni/application/ltris-1.0.15/m4/iconv.m4 new file mode 100644 index 000000000..c5f357982 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/iconv.m4 @@ -0,0 +1,103 @@ +# iconv.m4 serial AM4 (gettext-0.11.3) +dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], +[ + dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) + + dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV + dnl accordingly. + AC_LIB_LINKFLAGS_BODY([iconv]) +]) + +AC_DEFUN([AM_ICONV_LINK], +[ + dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and + dnl those with the standalone portable GNU libiconv installed). + + dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV + dnl accordingly. + AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) + + dnl Add $INCICONV to CPPFLAGS before performing the following checks, + dnl because if the user has installed libiconv and not disabled its use + dnl via --without-libiconv-prefix, he wants to use it. The first + dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed. + am_save_CPPFLAGS="$CPPFLAGS" + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) + + AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [ + am_cv_func_iconv="no, consider installing GNU libiconv" + am_cv_lib_iconv=no + AC_TRY_LINK([#include +#include ], + [iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd);], + am_cv_func_iconv=yes) + if test "$am_cv_func_iconv" != yes; then + am_save_LIBS="$LIBS" + LIBS="$LIBS $LIBICONV" + AC_TRY_LINK([#include +#include ], + [iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd);], + am_cv_lib_iconv=yes + am_cv_func_iconv=yes) + LIBS="$am_save_LIBS" + fi + ]) + if test "$am_cv_func_iconv" = yes; then + AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.]) + fi + if test "$am_cv_lib_iconv" = yes; then + AC_MSG_CHECKING([how to link with libiconv]) + AC_MSG_RESULT([$LIBICONV]) + else + dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV + dnl either. + CPPFLAGS="$am_save_CPPFLAGS" + LIBICONV= + LTLIBICONV= + fi + AC_SUBST(LIBICONV) + AC_SUBST(LTLIBICONV) +]) + +AC_DEFUN([AM_ICONV], +[ + AM_ICONV_LINK + if test "$am_cv_func_iconv" = yes; then + AC_MSG_CHECKING([for iconv declaration]) + AC_CACHE_VAL(am_cv_proto_iconv, [ + AC_TRY_COMPILE([ +#include +#include +extern +#ifdef __cplusplus +"C" +#endif +#if defined(__STDC__) || defined(__cplusplus) +size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); +#else +size_t iconv(); +#endif +], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") + am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) + am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` + AC_MSG_RESULT([$]{ac_t:- + }[$]am_cv_proto_iconv) + AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, + [Define as const if the declaration of iconv() needs const.]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/intdiv0.m4 b/project/jni/application/ltris-1.0.15/m4/intdiv0.m4 new file mode 100644 index 000000000..55dddcf1c --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/intdiv0.m4 @@ -0,0 +1,72 @@ +# intdiv0.m4 serial 1 (gettext-0.11.3) +dnl Copyright (C) 2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +AC_DEFUN([gt_INTDIV0], +[ + AC_REQUIRE([AC_PROG_CC])dnl + AC_REQUIRE([AC_CANONICAL_HOST])dnl + + AC_CACHE_CHECK([whether integer division by zero raises SIGFPE], + gt_cv_int_divbyzero_sigfpe, + [ + AC_TRY_RUN([ +#include +#include + +static void +#ifdef __cplusplus +sigfpe_handler (int sig) +#else +sigfpe_handler (sig) int sig; +#endif +{ + /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */ + exit (sig != SIGFPE); +} + +int x = 1; +int y = 0; +int z; +int nan; + +int main () +{ + signal (SIGFPE, sigfpe_handler); +/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ +#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP) + signal (SIGTRAP, sigfpe_handler); +#endif +/* Linux/SPARC yields signal SIGILL. */ +#if defined (__sparc__) && defined (__linux__) + signal (SIGILL, sigfpe_handler); +#endif + + z = x / y; + nan = y / y; + exit (1); +} +], gt_cv_int_divbyzero_sigfpe=yes, gt_cv_int_divbyzero_sigfpe=no, + [ + # Guess based on the CPU. + case "$host_cpu" in + alpha* | i[34567]86 | m68k | s390*) + gt_cv_int_divbyzero_sigfpe="guessing yes";; + *) + gt_cv_int_divbyzero_sigfpe="guessing no";; + esac + ]) + ]) + case "$gt_cv_int_divbyzero_sigfpe" in + *yes) value=1;; + *) value=0;; + esac + AC_DEFINE_UNQUOTED(INTDIV0_RAISES_SIGFPE, $value, + [Define if integer division by zero raises signal SIGFPE.]) +]) diff --git a/project/jni/application/ltris-1.0.15/m4/intmax.m4 b/project/jni/application/ltris-1.0.15/m4/intmax.m4 new file mode 100644 index 000000000..dfb08ccc9 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/intmax.m4 @@ -0,0 +1,32 @@ +# intmax.m4 serial 1 (gettext-0.12) +dnl Copyright (C) 2002-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. +dnl Test whether the system has the 'intmax_t' type, but don't attempt to +dnl find a replacement if it is lacking. + +AC_DEFUN([gt_TYPE_INTMAX_T], +[ + AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) + AC_REQUIRE([jm_AC_HEADER_STDINT_H]) + AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t, + [AC_TRY_COMPILE([ +#include +#include +#if HAVE_STDINT_H_WITH_UINTMAX +#include +#endif +#if HAVE_INTTYPES_H_WITH_UINTMAX +#include +#endif +], [intmax_t x = -1;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)]) + if test $gt_cv_c_intmax_t = yes; then + AC_DEFINE(HAVE_INTMAX_T, 1, + [Define if you have the 'intmax_t' type in or .]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/inttypes-pri.m4 b/project/jni/application/ltris-1.0.15/m4/inttypes-pri.m4 new file mode 100644 index 000000000..fd007c312 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/inttypes-pri.m4 @@ -0,0 +1,32 @@ +# inttypes-pri.m4 serial 1 (gettext-0.11.4) +dnl Copyright (C) 1997-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +# Define PRI_MACROS_BROKEN if exists and defines the PRI* +# macros to non-string values. This is the case on AIX 4.3.3. + +AC_DEFUN([gt_INTTYPES_PRI], +[ + AC_REQUIRE([gt_HEADER_INTTYPES_H]) + if test $gt_cv_header_inttypes_h = yes; then + AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], + gt_cv_inttypes_pri_broken, + [ + AC_TRY_COMPILE([#include +#ifdef PRId32 +char *p = PRId32; +#endif +], [], gt_cv_inttypes_pri_broken=no, gt_cv_inttypes_pri_broken=yes) + ]) + fi + if test "$gt_cv_inttypes_pri_broken" = yes; then + AC_DEFINE_UNQUOTED(PRI_MACROS_BROKEN, 1, + [Define if exists and defines unusable PRI* macros.]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/inttypes.m4 b/project/jni/application/ltris-1.0.15/m4/inttypes.m4 new file mode 100644 index 000000000..ab370ffe0 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/inttypes.m4 @@ -0,0 +1,27 @@ +# inttypes.m4 serial 1 (gettext-0.11.4) +dnl Copyright (C) 1997-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +# Define HAVE_INTTYPES_H if exists and doesn't clash with +# . + +AC_DEFUN([gt_HEADER_INTTYPES_H], +[ + AC_CACHE_CHECK([for inttypes.h], gt_cv_header_inttypes_h, + [ + AC_TRY_COMPILE( + [#include +#include ], + [], gt_cv_header_inttypes_h=yes, gt_cv_header_inttypes_h=no) + ]) + if test $gt_cv_header_inttypes_h = yes; then + AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H, 1, + [Define if exists and doesn't clash with .]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/inttypes_h.m4 b/project/jni/application/ltris-1.0.15/m4/inttypes_h.m4 new file mode 100644 index 000000000..f342eba39 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/inttypes_h.m4 @@ -0,0 +1,28 @@ +# inttypes_h.m4 serial 5 (gettext-0.12) +dnl Copyright (C) 1997-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +# Define HAVE_INTTYPES_H_WITH_UINTMAX if exists, +# doesn't clash with , and declares uintmax_t. + +AC_DEFUN([jm_AC_HEADER_INTTYPES_H], +[ + AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h, + [AC_TRY_COMPILE( + [#include +#include ], + [uintmax_t i = (uintmax_t) -1;], + jm_ac_cv_header_inttypes_h=yes, + jm_ac_cv_header_inttypes_h=no)]) + if test $jm_ac_cv_header_inttypes_h = yes; then + AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1, + [Define if exists, doesn't clash with , + and declares uintmax_t. ]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/isc-posix.m4 b/project/jni/application/ltris-1.0.15/m4/isc-posix.m4 new file mode 100644 index 000000000..1319dd1c7 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/isc-posix.m4 @@ -0,0 +1,26 @@ +# isc-posix.m4 serial 2 (gettext-0.11.2) +dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +# This file is not needed with autoconf-2.53 and newer. Remove it in 2005. + +# This test replaces the one in autoconf. +# Currently this macro should have the same name as the autoconf macro +# because gettext's gettext.m4 (distributed in the automake package) +# still uses it. Otherwise, the use in gettext.m4 makes autoheader +# give these diagnostics: +# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX +# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX + +undefine([AC_ISC_POSIX]) + +AC_DEFUN([AC_ISC_POSIX], + [ + dnl This test replaces the obsolescent AC_ISC_POSIX kludge. + AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) + ] +) diff --git a/project/jni/application/ltris-1.0.15/m4/lcmessage.m4 b/project/jni/application/ltris-1.0.15/m4/lcmessage.m4 new file mode 100644 index 000000000..ffd4008b8 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/lcmessage.m4 @@ -0,0 +1,32 @@ +# lcmessage.m4 serial 3 (gettext-0.11.3) +dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995. + +# Check whether LC_MESSAGES is available in . + +AC_DEFUN([AM_LC_MESSAGES], +[ + AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, + [AC_TRY_LINK([#include ], [return LC_MESSAGES], + am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) + if test $am_cv_val_LC_MESSAGES = yes; then + AC_DEFINE(HAVE_LC_MESSAGES, 1, + [Define if your file defines LC_MESSAGES.]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/lib-ld.m4 b/project/jni/application/ltris-1.0.15/m4/lib-ld.m4 new file mode 100644 index 000000000..38aeaec19 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/lib-ld.m4 @@ -0,0 +1,112 @@ +# lib-ld.m4 serial 3 (gettext-0.13) +dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl Subroutines of libtool.m4, +dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision +dnl with libtool.m4. + +dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. +AC_DEFUN([AC_LIB_PROG_LD_GNU], +[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, +[# I'd rather use --version here, but apparently some GNU ld's only accept -v. +case `$LD -v 2>&1 conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by GCC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]* | [A-Za-z]:[\\/]*)] + [re_direlt='/[^/][^/]*/\.\./'] + # Canonicalize the path of ld + ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(acl_cv_path_LD, +[if test -z "$LD"; then + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + acl_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some GNU ld's only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in + *GNU* | *'with BFD'*) + test "$with_gnu_ld" != no && break ;; + *) + test "$with_gnu_ld" != yes && break ;; + esac + fi + done + IFS="$ac_save_ifs" +else + acl_cv_path_LD="$LD" # Let the user override the test with a path. +fi]) +LD="$acl_cv_path_LD" +if test -n "$LD"; then + AC_MSG_RESULT($LD) +else + AC_MSG_RESULT(no) +fi +test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) +AC_LIB_PROG_LD_GNU +]) diff --git a/project/jni/application/ltris-1.0.15/m4/lib-link.m4 b/project/jni/application/ltris-1.0.15/m4/lib-link.m4 new file mode 100644 index 000000000..eeb200d26 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/lib-link.m4 @@ -0,0 +1,551 @@ +# lib-link.m4 serial 4 (gettext-0.12) +dnl Copyright (C) 2001-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and +dnl the libraries corresponding to explicit and implicit dependencies. +dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and +dnl augments the CPPFLAGS variable. +AC_DEFUN([AC_LIB_LINKFLAGS], +[ + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) + define([Name],[translit([$1],[./-], [___])]) + define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], + [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) + AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ + AC_LIB_LINKFLAGS_BODY([$1], [$2]) + ac_cv_lib[]Name[]_libs="$LIB[]NAME" + ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" + ac_cv_lib[]Name[]_cppflags="$INC[]NAME" + ]) + LIB[]NAME="$ac_cv_lib[]Name[]_libs" + LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" + INC[]NAME="$ac_cv_lib[]Name[]_cppflags" + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) + AC_SUBST([LIB]NAME) + AC_SUBST([LTLIB]NAME) + dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the + dnl results of this search when this library appears as a dependency. + HAVE_LIB[]NAME=yes + undefine([Name]) + undefine([NAME]) +]) + +dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode) +dnl searches for libname and the libraries corresponding to explicit and +dnl implicit dependencies, together with the specified include files and +dnl the ability to compile and link the specified testcode. If found, it +dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and +dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and +dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs +dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. +AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], +[ + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) + define([Name],[translit([$1],[./-], [___])]) + define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], + [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) + + dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME + dnl accordingly. + AC_LIB_LINKFLAGS_BODY([$1], [$2]) + + dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, + dnl because if the user has installed lib[]Name and not disabled its use + dnl via --without-lib[]Name-prefix, he wants to use it. + ac_save_CPPFLAGS="$CPPFLAGS" + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) + + AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ + ac_save_LIBS="$LIBS" + LIBS="$LIBS $LIB[]NAME" + AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) + LIBS="$ac_save_LIBS" + ]) + if test "$ac_cv_lib[]Name" = yes; then + HAVE_LIB[]NAME=yes + AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) + AC_MSG_CHECKING([how to link with lib[]$1]) + AC_MSG_RESULT([$LIB[]NAME]) + else + HAVE_LIB[]NAME=no + dnl If $LIB[]NAME didn't lead to a usable library, we don't need + dnl $INC[]NAME either. + CPPFLAGS="$ac_save_CPPFLAGS" + LIB[]NAME= + LTLIB[]NAME= + fi + AC_SUBST([HAVE_LIB]NAME) + AC_SUBST([LIB]NAME) + AC_SUBST([LTLIB]NAME) + undefine([Name]) + undefine([NAME]) +]) + +dnl Determine the platform dependent parameters needed to use rpath: +dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator, +dnl hardcode_direct, hardcode_minus_L. +AC_DEFUN([AC_LIB_RPATH], +[ + AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS + AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld + AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host + AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir + AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ + CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ + ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh + . ./conftest.sh + rm -f ./conftest.sh + acl_cv_rpath=done + ]) + wl="$acl_cv_wl" + libext="$acl_cv_libext" + shlibext="$acl_cv_shlibext" + hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" + hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" + hardcode_direct="$acl_cv_hardcode_direct" + hardcode_minus_L="$acl_cv_hardcode_minus_L" + dnl Determine whether the user wants rpath handling at all. + AC_ARG_ENABLE(rpath, + [ --disable-rpath do not hardcode runtime library paths], + :, enable_rpath=yes) +]) + +dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and +dnl the libraries corresponding to explicit and implicit dependencies. +dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. +AC_DEFUN([AC_LIB_LINKFLAGS_BODY], +[ + define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], + [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) + dnl By default, look in $includedir and $libdir. + use_additional=yes + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + AC_LIB_ARG_WITH([lib$1-prefix], +[ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib + --without-lib$1-prefix don't search for lib$1 in includedir and libdir], +[ + if test "X$withval" = "Xno"; then + use_additional=no + else + if test "X$withval" = "X"; then + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + else + additional_includedir="$withval/include" + additional_libdir="$withval/lib" + fi + fi +]) + dnl Search the library and its dependencies in $additional_libdir and + dnl $LDFLAGS. Using breadth-first-seach. + LIB[]NAME= + LTLIB[]NAME= + INC[]NAME= + rpathdirs= + ltrpathdirs= + names_already_handled= + names_next_round='$1 $2' + while test -n "$names_next_round"; do + names_this_round="$names_next_round" + names_next_round= + for name in $names_this_round; do + already_handled= + for n in $names_already_handled; do + if test "$n" = "$name"; then + already_handled=yes + break + fi + done + if test -z "$already_handled"; then + names_already_handled="$names_already_handled $name" + dnl See if it was already located by an earlier AC_LIB_LINKFLAGS + dnl or AC_LIB_HAVE_LINKFLAGS call. + uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` + eval value=\"\$HAVE_LIB$uppername\" + if test -n "$value"; then + if test "$value" = yes; then + eval value=\"\$LIB$uppername\" + test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" + eval value=\"\$LTLIB$uppername\" + test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" + else + dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined + dnl that this library doesn't exist. So just drop it. + : + fi + else + dnl Search the library lib$name in $additional_libdir and $LDFLAGS + dnl and the already constructed $LIBNAME/$LTLIBNAME. + found_dir= + found_la= + found_so= + found_a= + if test $use_additional = yes; then + if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then + found_dir="$additional_libdir" + found_so="$additional_libdir/lib$name.$shlibext" + if test -f "$additional_libdir/lib$name.la"; then + found_la="$additional_libdir/lib$name.la" + fi + else + if test -f "$additional_libdir/lib$name.$libext"; then + found_dir="$additional_libdir" + found_a="$additional_libdir/lib$name.$libext" + if test -f "$additional_libdir/lib$name.la"; then + found_la="$additional_libdir/lib$name.la" + fi + fi + fi + fi + if test "X$found_dir" = "X"; then + for x in $LDFLAGS $LTLIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + case "$x" in + -L*) + dir=`echo "X$x" | sed -e 's/^X-L//'` + if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then + found_dir="$dir" + found_so="$dir/lib$name.$shlibext" + if test -f "$dir/lib$name.la"; then + found_la="$dir/lib$name.la" + fi + else + if test -f "$dir/lib$name.$libext"; then + found_dir="$dir" + found_a="$dir/lib$name.$libext" + if test -f "$dir/lib$name.la"; then + found_la="$dir/lib$name.la" + fi + fi + fi + ;; + esac + if test "X$found_dir" != "X"; then + break + fi + done + fi + if test "X$found_dir" != "X"; then + dnl Found the library. + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" + if test "X$found_so" != "X"; then + dnl Linking with a shared library. We attempt to hardcode its + dnl directory into the executable's runpath, unless it's the + dnl standard /usr/lib. + if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then + dnl No hardcoding is needed. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + else + dnl Use an explicit option to hardcode DIR into the resulting + dnl binary. + dnl Potentially add DIR to ltrpathdirs. + dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $found_dir" + fi + dnl The hardcoding into $LIBNAME is system dependent. + if test "$hardcode_direct" = yes; then + dnl Using DIR/libNAME.so during linking hardcodes DIR into the + dnl resulting binary. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + else + if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then + dnl Use an explicit option to hardcode DIR into the resulting + dnl binary. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + dnl Potentially add DIR to rpathdirs. + dnl The rpathdirs will be appended to $LIBNAME at the end. + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $found_dir" + fi + else + dnl Rely on "-L$found_dir". + dnl But don't add it if it's already contained in the LDFLAGS + dnl or the already constructed $LIBNAME + haveit= + for x in $LDFLAGS $LIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" + fi + if test "$hardcode_minus_L" != no; then + dnl FIXME: Not sure whether we should use + dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" + dnl here. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + else + dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH + dnl here, because this doesn't fit in flags passed to the + dnl compiler. So give up. No hardcoding. This affects only + dnl very old systems. + dnl FIXME: Not sure whether we should use + dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" + dnl here. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" + fi + fi + fi + fi + else + if test "X$found_a" != "X"; then + dnl Linking with a static library. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" + else + dnl We shouldn't come here, but anyway it's good to have a + dnl fallback. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" + fi + fi + dnl Assume the include files are nearby. + additional_includedir= + case "$found_dir" in + */lib | */lib/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` + additional_includedir="$basedir/include" + ;; + esac + if test "X$additional_includedir" != "X"; then + dnl Potentially add $additional_includedir to $INCNAME. + dnl But don't add it + dnl 1. if it's the standard /usr/include, + dnl 2. if it's /usr/local/include and we are using GCC on Linux, + dnl 3. if it's already present in $CPPFLAGS or the already + dnl constructed $INCNAME, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_includedir" != "X/usr/include"; then + haveit= + if test "X$additional_includedir" = "X/usr/local/include"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + for x in $CPPFLAGS $INC[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-I$additional_includedir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_includedir"; then + dnl Really add $additional_includedir to $INCNAME. + INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" + fi + fi + fi + fi + fi + dnl Look for dependencies. + if test -n "$found_la"; then + dnl Read the .la file. It defines the variables + dnl dlname, library_names, old_library, dependency_libs, current, + dnl age, revision, installed, dlopen, dlpreopen, libdir. + save_libdir="$libdir" + case "$found_la" in + */* | *\\*) . "$found_la" ;; + *) . "./$found_la" ;; + esac + libdir="$save_libdir" + dnl We use only dependency_libs. + for dep in $dependency_libs; do + case "$dep" in + -L*) + additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` + dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. + dnl But don't add it + dnl 1. if it's the standard /usr/lib, + dnl 2. if it's /usr/local/lib and we are using GCC on Linux, + dnl 3. if it's already present in $LDFLAGS or the already + dnl constructed $LIBNAME, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_libdir" != "X/usr/lib"; then + haveit= + if test "X$additional_libdir" = "X/usr/local/lib"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + haveit= + for x in $LDFLAGS $LIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + dnl Really add $additional_libdir to $LIBNAME. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" + fi + fi + haveit= + for x in $LDFLAGS $LTLIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + dnl Really add $additional_libdir to $LTLIBNAME. + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" + fi + fi + fi + fi + ;; + -R*) + dir=`echo "X$dep" | sed -e 's/^X-R//'` + if test "$enable_rpath" != no; then + dnl Potentially add DIR to rpathdirs. + dnl The rpathdirs will be appended to $LIBNAME at the end. + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $dir" + fi + dnl Potentially add DIR to ltrpathdirs. + dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $dir" + fi + fi + ;; + -l*) + dnl Handle this in the next round. + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` + ;; + *.la) + dnl Handle this in the next round. Throw away the .la's + dnl directory; it is already contained in a preceding -L + dnl option. + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` + ;; + *) + dnl Most likely an immediate library name. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" + ;; + esac + done + fi + else + dnl Didn't find the library; assume it is in the system directories + dnl known to the linker and runtime loader. (All the system + dnl directories known to the linker should also be known to the + dnl runtime loader, otherwise the system is severely misconfigured.) + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" + fi + fi + fi + done + done + if test "X$rpathdirs" != "X"; then + if test -n "$hardcode_libdir_separator"; then + dnl Weird platform: only the last -rpath option counts, the user must + dnl pass all path elements in one option. We can arrange that for a + dnl single library, but not when more than one $LIBNAMEs are used. + alldirs= + for found_dir in $rpathdirs; do + alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" + done + dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl. + acl_save_libdir="$libdir" + libdir="$alldirs" + eval flag=\"$hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" + else + dnl The -rpath options are cumulative. + for found_dir in $rpathdirs; do + acl_save_libdir="$libdir" + libdir="$found_dir" + eval flag=\"$hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" + done + fi + fi + if test "X$ltrpathdirs" != "X"; then + dnl When using libtool, the option that works for both libraries and + dnl executables is -R. The -R options are cumulative. + for found_dir in $ltrpathdirs; do + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" + done + fi +]) + +dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, +dnl unless already present in VAR. +dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes +dnl contains two or three consecutive elements that belong together. +AC_DEFUN([AC_LIB_APPENDTOVAR], +[ + for element in [$2]; do + haveit= + for x in $[$1]; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X$element"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + [$1]="${[$1]}${[$1]:+ }$element" + fi + done +]) diff --git a/project/jni/application/ltris-1.0.15/m4/lib-prefix.m4 b/project/jni/application/ltris-1.0.15/m4/lib-prefix.m4 new file mode 100644 index 000000000..8aff5a9d2 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/lib-prefix.m4 @@ -0,0 +1,155 @@ +# lib-prefix.m4 serial 3 (gettext-0.13) +dnl Copyright (C) 2001-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and +dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't +dnl require excessive bracketing. +ifdef([AC_HELP_STRING], +[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], +[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) + +dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed +dnl to access previously installed libraries. The basic assumption is that +dnl a user will want packages to use other packages he previously installed +dnl with the same --prefix option. +dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate +dnl libraries, but is otherwise very convenient. +AC_DEFUN([AC_LIB_PREFIX], +[ + AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) + AC_REQUIRE([AC_PROG_CC]) + AC_REQUIRE([AC_CANONICAL_HOST]) + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + dnl By default, look in $includedir and $libdir. + use_additional=yes + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + AC_LIB_ARG_WITH([lib-prefix], +[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib + --without-lib-prefix don't search for libraries in includedir and libdir], +[ + if test "X$withval" = "Xno"; then + use_additional=no + else + if test "X$withval" = "X"; then + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + else + additional_includedir="$withval/include" + additional_libdir="$withval/lib" + fi + fi +]) + if test $use_additional = yes; then + dnl Potentially add $additional_includedir to $CPPFLAGS. + dnl But don't add it + dnl 1. if it's the standard /usr/include, + dnl 2. if it's already present in $CPPFLAGS, + dnl 3. if it's /usr/local/include and we are using GCC on Linux, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_includedir" != "X/usr/include"; then + haveit= + for x in $CPPFLAGS; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-I$additional_includedir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test "X$additional_includedir" = "X/usr/local/include"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + if test -d "$additional_includedir"; then + dnl Really add $additional_includedir to $CPPFLAGS. + CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" + fi + fi + fi + fi + dnl Potentially add $additional_libdir to $LDFLAGS. + dnl But don't add it + dnl 1. if it's the standard /usr/lib, + dnl 2. if it's already present in $LDFLAGS, + dnl 3. if it's /usr/local/lib and we are using GCC on Linux, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_libdir" != "X/usr/lib"; then + haveit= + for x in $LDFLAGS; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test "X$additional_libdir" = "X/usr/local/lib"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + dnl Really add $additional_libdir to $LDFLAGS. + LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" + fi + fi + fi + fi + fi +]) + +dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, +dnl acl_final_exec_prefix, containing the values to which $prefix and +dnl $exec_prefix will expand at the end of the configure script. +AC_DEFUN([AC_LIB_PREPARE_PREFIX], +[ + dnl Unfortunately, prefix and exec_prefix get only finally determined + dnl at the end of configure. + if test "X$prefix" = "XNONE"; then + acl_final_prefix="$ac_default_prefix" + else + acl_final_prefix="$prefix" + fi + if test "X$exec_prefix" = "XNONE"; then + acl_final_exec_prefix='${prefix}' + else + acl_final_exec_prefix="$exec_prefix" + fi + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" + prefix="$acl_save_prefix" +]) + +dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the +dnl variables prefix and exec_prefix bound to the values they will have +dnl at the end of the configure script. +AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], +[ + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + $1 + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" +]) diff --git a/project/jni/application/ltris-1.0.15/m4/longdouble.m4 b/project/jni/application/ltris-1.0.15/m4/longdouble.m4 new file mode 100644 index 000000000..1333d2f57 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/longdouble.m4 @@ -0,0 +1,30 @@ +# longdouble.m4 serial 1 (gettext-0.12) +dnl Copyright (C) 2002-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. +dnl Test whether the compiler supports the 'long double' type. +dnl Prerequisite: AC_PROG_CC + +AC_DEFUN([gt_TYPE_LONGDOUBLE], +[ + AC_CACHE_CHECK([for long double], gt_cv_c_long_double, + [if test "$GCC" = yes; then + gt_cv_c_long_double=yes + else + AC_TRY_COMPILE([ + /* The Stardent Vistra knows sizeof(long double), but does not support it. */ + long double foo = 0.0; + /* On Ultrix 4.3 cc, long double is 4 and double is 8. */ + int array [2*(sizeof(long double) >= sizeof(double)) - 1]; + ], , + gt_cv_c_long_double=yes, gt_cv_c_long_double=no) + fi]) + if test $gt_cv_c_long_double = yes; then + AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if you have the 'long double' type.]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/longlong.m4 b/project/jni/application/ltris-1.0.15/m4/longlong.m4 new file mode 100644 index 000000000..d7d7350b3 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/longlong.m4 @@ -0,0 +1,25 @@ +# longlong.m4 serial 4 +dnl Copyright (C) 1999-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +# Define HAVE_LONG_LONG if 'long long' works. + +AC_DEFUN([jm_AC_TYPE_LONG_LONG], +[ + AC_CACHE_CHECK([for long long], ac_cv_type_long_long, + [AC_TRY_LINK([long long ll = 1LL; int i = 63;], + [long long llmax = (long long) -1; + return ll << i | ll >> i | llmax / ll | llmax % ll;], + ac_cv_type_long_long=yes, + ac_cv_type_long_long=no)]) + if test $ac_cv_type_long_long = yes; then + AC_DEFINE(HAVE_LONG_LONG, 1, + [Define if you have the 'long long' type.]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/nls.m4 b/project/jni/application/ltris-1.0.15/m4/nls.m4 new file mode 100644 index 000000000..36bc49317 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/nls.m4 @@ -0,0 +1,49 @@ +# nls.m4 serial 1 (gettext-0.12) +dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +AC_DEFUN([AM_NLS], +[ + AC_MSG_CHECKING([whether NLS is requested]) + dnl Default is enabled NLS + AC_ARG_ENABLE(nls, + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) + AC_MSG_RESULT($USE_NLS) + AC_SUBST(USE_NLS) +]) + +AC_DEFUN([AM_MKINSTALLDIRS], +[ + dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly + dnl find the mkinstalldirs script in another subdir but $(top_srcdir). + dnl Try to locate it. + MKINSTALLDIRS= + if test -n "$ac_aux_dir"; then + case "$ac_aux_dir" in + /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; + *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; + esac + fi + if test -z "$MKINSTALLDIRS"; then + MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" + fi + AC_SUBST(MKINSTALLDIRS) +]) diff --git a/project/jni/application/ltris-1.0.15/m4/po.m4 b/project/jni/application/ltris-1.0.15/m4/po.m4 new file mode 100644 index 000000000..e16199881 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/po.m4 @@ -0,0 +1,426 @@ +# po.m4 serial 3 (gettext-0.14) +dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +dnl Checks for all prerequisites of the po subdirectory. +AC_DEFUN([AM_PO_SUBDIRS], +[ + AC_REQUIRE([AC_PROG_MAKE_SET])dnl + AC_REQUIRE([AC_PROG_INSTALL])dnl + AC_REQUIRE([AM_MKINSTALLDIRS])dnl + AC_REQUIRE([AM_NLS])dnl + + dnl Perform the following tests also if --disable-nls has been given, + dnl because they are needed for "make dist" to work. + + dnl Search for GNU msgfmt in the PATH. + dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. + dnl The second test excludes FreeBSD msgfmt. + AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, + [$ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && + (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], + :) + AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) + + dnl Search for GNU xgettext 0.12 or newer in the PATH. + dnl The first test excludes Solaris xgettext and early GNU xgettext versions. + dnl The second test excludes FreeBSD xgettext. + AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, + [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && + (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], + :) + dnl Remove leftover from FreeBSD xgettext call. + rm -f messages.po + + dnl Search for GNU msgmerge 0.11 or newer in the PATH. + AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, + [$ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1], :) + + dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. + dnl Test whether we really found GNU msgfmt. + if test "$GMSGFMT" != ":"; then + dnl If it is no GNU msgfmt we define it as : so that the + dnl Makefiles still can work. + if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && + (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then + : ; + else + GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` + AC_MSG_RESULT( + [found $GMSGFMT program is not GNU msgfmt; ignore it]) + GMSGFMT=":" + fi + fi + + dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. + dnl Test whether we really found GNU xgettext. + if test "$XGETTEXT" != ":"; then + dnl If it is no GNU xgettext we define it as : so that the + dnl Makefiles still can work. + if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && + (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then + : ; + else + AC_MSG_RESULT( + [found xgettext program is not GNU xgettext; ignore it]) + XGETTEXT=":" + fi + dnl Remove leftover from FreeBSD xgettext call. + rm -f messages.po + fi + + AC_OUTPUT_COMMANDS([ + for ac_file in $CONFIG_FILES; do + # Support "outfile[:infile[:infile...]]" + case "$ac_file" in + *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; + esac + # PO directories have a Makefile.in generated from Makefile.in.in. + case "$ac_file" in */Makefile.in) + # Adjust a relative srcdir. + ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` + ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" + ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` + # In autoconf-2.13 it is called $ac_given_srcdir. + # In autoconf-2.50 it is called $srcdir. + test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" + case "$ac_given_srcdir" in + .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; + /*) top_srcdir="$ac_given_srcdir" ;; + *) top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then + rm -f "$ac_dir/POTFILES" + test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" + cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" + POMAKEFILEDEPS="POTFILES.in" + # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend + # on $ac_dir but don't depend on user-specified configuration + # parameters. + if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then + # The LINGUAS file contains the set of available languages. + if test -n "$OBSOLETE_ALL_LINGUAS"; then + test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" + fi + ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` + # Hide the ALL_LINGUAS assigment from automake. + eval 'ALL_LINGUAS''=$ALL_LINGUAS_' + POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" + else + # The set of available languages was given in configure.in. + eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' + fi + # Compute POFILES + # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) + # Compute UPDATEPOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) + # Compute DUMMYPOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) + # Compute GMOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) + case "$ac_given_srcdir" in + .) srcdirpre= ;; + *) srcdirpre='$(srcdir)/' ;; + esac + POFILES= + UPDATEPOFILES= + DUMMYPOFILES= + GMOFILES= + for lang in $ALL_LINGUAS; do + POFILES="$POFILES $srcdirpre$lang.po" + UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" + DUMMYPOFILES="$DUMMYPOFILES $lang.nop" + GMOFILES="$GMOFILES $srcdirpre$lang.gmo" + done + # CATALOGS depends on both $ac_dir and the user's LINGUAS + # environment variable. + INST_LINGUAS= + if test -n "$ALL_LINGUAS"; then + for presentlang in $ALL_LINGUAS; do + useit=no + if test "%UNSET%" != "$LINGUAS"; then + desiredlanguages="$LINGUAS" + else + desiredlanguages="$ALL_LINGUAS" + fi + for desiredlang in $desiredlanguages; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + INST_LINGUAS="$INST_LINGUAS $presentlang" + fi + done + fi + CATALOGS= + if test -n "$INST_LINGUAS"; then + for lang in $INST_LINGUAS; do + CATALOGS="$CATALOGS $lang.gmo" + done + fi + test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" + sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" + for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do + if test -f "$f"; then + case "$f" in + *.orig | *.bak | *~) ;; + *) cat "$f" >> "$ac_dir/Makefile" ;; + esac + fi + done + fi + ;; + esac + done], + [# Capture the value of obsolete ALL_LINGUAS because we need it to compute + # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it + # from automake. + eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' + # Capture the value of LINGUAS because we need it to compute CATALOGS. + LINGUAS="${LINGUAS-%UNSET%}" + ]) +]) + +dnl Postprocesses a Makefile in a directory containing PO files. +AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], +[ + # When this code is run, in config.status, two variables have already been + # set: + # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, + # - LINGUAS is the value of the environment variable LINGUAS at configure + # time. + +changequote(,)dnl + # Adjust a relative srcdir. + ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` + ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" + ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` + # In autoconf-2.13 it is called $ac_given_srcdir. + # In autoconf-2.50 it is called $srcdir. + test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" + case "$ac_given_srcdir" in + .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; + /*) top_srcdir="$ac_given_srcdir" ;; + *) top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + + # Find a way to echo strings without interpreting backslash. + if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then + gt_echo='echo' + else + if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then + gt_echo='printf %s\n' + else + echo_func () { + cat < "$ac_file.tmp" + if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then + # Add dependencies that cannot be formulated as a simple suffix rule. + for lang in $ALL_LINGUAS; do + frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` + cat >> "$ac_file.tmp" < /dev/null; then + # Add dependencies that cannot be formulated as a simple suffix rule. + for lang in $ALL_LINGUAS; do + frobbedlang=`echo $lang | sed -e 's/_/-/g'` + cat >> "$ac_file.tmp" <> "$ac_file.tmp" < +#include +/* The string "%2$d %1$d", with dollar characters protected from the shell's + dollar expansion (possibly an autoconf bug). */ +static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' }; +static char buf[100]; +int main () +{ + sprintf (buf, format, 33, 55); + return (strcmp (buf, "55 33") != 0); +}], gt_cv_func_printf_posix=yes, gt_cv_func_printf_posix=no, + [ + AC_EGREP_CPP(notposix, [ +#if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ + notposix +#endif + ], gt_cv_func_printf_posix="guessing no", + gt_cv_func_printf_posix="guessing yes") + ]) + ]) + case $gt_cv_func_printf_posix in + *yes) + AC_DEFINE(HAVE_POSIX_PRINTF, 1, + [Define if your printf() function supports format strings with positions.]) + ;; + esac +]) diff --git a/project/jni/application/ltris-1.0.15/m4/progtest.m4 b/project/jni/application/ltris-1.0.15/m4/progtest.m4 new file mode 100644 index 000000000..8fe527cec --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/progtest.m4 @@ -0,0 +1,91 @@ +# progtest.m4 serial 3 (gettext-0.12) +dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1996. + +# Search path for a program which passes the given test. + +dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, +dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) +AC_DEFUN([AM_PATH_PROG_WITH_TEST], +[ +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Find out how to test for executable files. Don't use a zero-byte file, +# as systems may use methods other than mode bits to determine executability. +cat >conf$$.file <<_ASEOF +#! /bin/sh +exit 0 +_ASEOF +chmod +x conf$$.file +if test -x conf$$.file >/dev/null 2>&1; then + ac_executable_p="test -x" +else + ac_executable_p="test -f" +fi +rm -f conf$$.file + +# Extract the first word of "$2", so it can be a program name with args. +set dummy $2; ac_word=[$]2 +AC_MSG_CHECKING([for $ac_word]) +AC_CACHE_VAL(ac_cv_path_$1, +[case "[$]$1" in + [[\\/]]* | ?:[[\\/]]*) + ac_cv_path_$1="[$]$1" # Let the user override the test with a path. + ;; + *) + ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in ifelse([$5], , $PATH, [$5]); do + IFS="$ac_save_IFS" + test -z "$ac_dir" && ac_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then + if [$3]; then + ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" + break 2 + fi + fi + done + done + IFS="$ac_save_IFS" +dnl If no 4th arg is given, leave the cache variable unset, +dnl so AC_PATH_PROGS will keep looking. +ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" +])dnl + ;; +esac])dnl +$1="$ac_cv_path_$1" +if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then + AC_MSG_RESULT([$]$1) +else + AC_MSG_RESULT(no) +fi +AC_SUBST($1)dnl +]) diff --git a/project/jni/application/ltris-1.0.15/m4/signed.m4 b/project/jni/application/ltris-1.0.15/m4/signed.m4 new file mode 100644 index 000000000..dc1f54f10 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/signed.m4 @@ -0,0 +1,19 @@ +# signed.m4 serial 1 (gettext-0.10.40) +dnl Copyright (C) 2001-2002 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +AC_DEFUN([bh_C_SIGNED], +[ + AC_CACHE_CHECK([for signed], bh_cv_c_signed, + [AC_TRY_COMPILE(, [signed char x;], bh_cv_c_signed=yes, bh_cv_c_signed=no)]) + if test $bh_cv_c_signed = no; then + AC_DEFINE(signed, , + [Define to empty if the C compiler doesn't support this keyword.]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/size_max.m4 b/project/jni/application/ltris-1.0.15/m4/size_max.m4 new file mode 100644 index 000000000..5762fc333 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/size_max.m4 @@ -0,0 +1,61 @@ +# size_max.m4 serial 2 +dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +AC_DEFUN([gl_SIZE_MAX], +[ + AC_CHECK_HEADERS(stdint.h) + dnl First test whether the system already has SIZE_MAX. + AC_MSG_CHECKING([for SIZE_MAX]) + result= + AC_EGREP_CPP([Found it], [ +#include +#if HAVE_STDINT_H +#include +#endif +#ifdef SIZE_MAX +Found it +#endif +], result=yes) + if test -z "$result"; then + dnl Define it ourselves. Here we assume that the type 'size_t' is not wider + dnl than the type 'unsigned long'. + dnl The _AC_COMPUTE_INT macro works up to LONG_MAX, since it uses 'expr', + dnl which is guaranteed to work from LONG_MIN to LONG_MAX. + _AC_COMPUTE_INT([~(size_t)0 / 10], res_hi, + [#include ], result=?) + _AC_COMPUTE_INT([~(size_t)0 % 10], res_lo, + [#include ], result=?) + _AC_COMPUTE_INT([sizeof (size_t) <= sizeof (unsigned int)], fits_in_uint, + [#include ], result=?) + if test "$fits_in_uint" = 1; then + dnl Even though SIZE_MAX fits in an unsigned int, it must be of type + dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'. + AC_TRY_COMPILE([#include + extern size_t foo; + extern unsigned long foo; + ], [], fits_in_uint=0) + fi + if test -z "$result"; then + if test "$fits_in_uint" = 1; then + result="$res_hi$res_lo"U + else + result="$res_hi$res_lo"UL + fi + else + dnl Shouldn't happen, but who knows... + result='~(size_t)0' + fi + fi + AC_MSG_RESULT([$result]) + if test "$result" != yes; then + AC_DEFINE_UNQUOTED([SIZE_MAX], [$result], + [Define as the maximum value of type 'size_t', if the system doesn't define it.]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/stdint_h.m4 b/project/jni/application/ltris-1.0.15/m4/stdint_h.m4 new file mode 100644 index 000000000..32ba7ae77 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/stdint_h.m4 @@ -0,0 +1,28 @@ +# stdint_h.m4 serial 3 (gettext-0.12) +dnl Copyright (C) 1997-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +# Define HAVE_STDINT_H_WITH_UINTMAX if exists, +# doesn't clash with , and declares uintmax_t. + +AC_DEFUN([jm_AC_HEADER_STDINT_H], +[ + AC_CACHE_CHECK([for stdint.h], jm_ac_cv_header_stdint_h, + [AC_TRY_COMPILE( + [#include +#include ], + [uintmax_t i = (uintmax_t) -1;], + jm_ac_cv_header_stdint_h=yes, + jm_ac_cv_header_stdint_h=no)]) + if test $jm_ac_cv_header_stdint_h = yes; then + AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1, + [Define if exists, doesn't clash with , + and declares uintmax_t. ]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/uintmax_t.m4 b/project/jni/application/ltris-1.0.15/m4/uintmax_t.m4 new file mode 100644 index 000000000..b5f28d440 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/uintmax_t.m4 @@ -0,0 +1,32 @@ +# uintmax_t.m4 serial 7 (gettext-0.12) +dnl Copyright (C) 1997-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +AC_PREREQ(2.13) + +# Define uintmax_t to 'unsigned long' or 'unsigned long long' +# if it is not already defined in or . + +AC_DEFUN([jm_AC_TYPE_UINTMAX_T], +[ + AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) + AC_REQUIRE([jm_AC_HEADER_STDINT_H]) + if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then + AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG]) + test $ac_cv_type_unsigned_long_long = yes \ + && ac_type='unsigned long long' \ + || ac_type='unsigned long' + AC_DEFINE_UNQUOTED(uintmax_t, $ac_type, + [Define to unsigned long or unsigned long long + if and don't define.]) + else + AC_DEFINE(HAVE_UINTMAX_T, 1, + [Define if you have the 'uintmax_t' type in or .]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/ulonglong.m4 b/project/jni/application/ltris-1.0.15/m4/ulonglong.m4 new file mode 100644 index 000000000..1da8b809e --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/ulonglong.m4 @@ -0,0 +1,25 @@ +# ulonglong.m4 serial 3 +dnl Copyright (C) 1999-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Paul Eggert. + +# Define HAVE_UNSIGNED_LONG_LONG if 'unsigned long long' works. + +AC_DEFUN([jm_AC_TYPE_UNSIGNED_LONG_LONG], +[ + AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long, + [AC_TRY_LINK([unsigned long long ull = 1ULL; int i = 63;], + [unsigned long long ullmax = (unsigned long long) -1; + return ull << i | ull >> i | ullmax / ull | ullmax % ull;], + ac_cv_type_unsigned_long_long=yes, + ac_cv_type_unsigned_long_long=no)]) + if test $ac_cv_type_unsigned_long_long = yes; then + AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1, + [Define if you have the 'unsigned long long' type.]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/wchar_t.m4 b/project/jni/application/ltris-1.0.15/m4/wchar_t.m4 new file mode 100644 index 000000000..d8fd1ec5c --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/wchar_t.m4 @@ -0,0 +1,22 @@ +# wchar_t.m4 serial 1 (gettext-0.12) +dnl Copyright (C) 2002-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. +dnl Test whether has the 'wchar_t' type. +dnl Prerequisite: AC_PROG_CC + +AC_DEFUN([gt_TYPE_WCHAR_T], +[ + AC_CACHE_CHECK([for wchar_t], gt_cv_c_wchar_t, + [AC_TRY_COMPILE([#include + wchar_t foo = (wchar_t)'\0';], , + gt_cv_c_wchar_t=yes, gt_cv_c_wchar_t=no)]) + if test $gt_cv_c_wchar_t = yes; then + AC_DEFINE(HAVE_WCHAR_T, 1, [Define if you have the 'wchar_t' type.]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/wint_t.m4 b/project/jni/application/ltris-1.0.15/m4/wint_t.m4 new file mode 100644 index 000000000..3d8d21594 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/wint_t.m4 @@ -0,0 +1,22 @@ +# wint_t.m4 serial 1 (gettext-0.12) +dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. +dnl Test whether has the 'wint_t' type. +dnl Prerequisite: AC_PROG_CC + +AC_DEFUN([gt_TYPE_WINT_T], +[ + AC_CACHE_CHECK([for wint_t], gt_cv_c_wint_t, + [AC_TRY_COMPILE([#include + wint_t foo = (wchar_t)'\0';], , + gt_cv_c_wint_t=yes, gt_cv_c_wint_t=no)]) + if test $gt_cv_c_wint_t = yes; then + AC_DEFINE(HAVE_WINT_T, 1, [Define if you have the 'wint_t' type.]) + fi +]) diff --git a/project/jni/application/ltris-1.0.15/m4/xsize.m4 b/project/jni/application/ltris-1.0.15/m4/xsize.m4 new file mode 100644 index 000000000..9b7cf9b49 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/m4/xsize.m4 @@ -0,0 +1,14 @@ +# xsize.m4 serial 2 +dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +AC_DEFUN([gl_XSIZE], +[ + dnl Prerequisites of lib/xsize.h. + AC_REQUIRE([gl_SIZE_MAX]) + AC_CHECK_HEADERS(stdint.h) +]) diff --git a/project/jni/application/ltris-1.0.15/missing b/project/jni/application/ltris-1.0.15/missing new file mode 100755 index 000000000..cbe2b0ef0 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/missing @@ -0,0 +1,188 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. +# Copyright (C) 1996, 1997 Free Software Foundation, Inc. +# Franc,ois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +if test $# -eq 0; then + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 +fi + +case "$1" in + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +error status if there is no known handling for PROGRAM. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + +Supported PROGRAM values: + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' + automake touch all \`Makefile.in' files + bison create \`y.tab.[ch]', if possible, from existing .[ch] + flex create \`lex.yy.c', if possible, from existing .c + lex create \`lex.yy.c', if possible, from existing .c + makeinfo touch the output file + yacc create \`y.tab.[ch]', if possible, from existing .[ch]" + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing - GNU libit 0.0" + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + + aclocal) + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified \`acinclude.m4' or \`configure.in'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from + any GNU archive site." + touch aclocal.m4 + ;; + + autoconf) + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified \`configure.in'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU + archive site." + touch configure + ;; + + autoheader) + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified \`acconfig.h' or \`configure.in'. You might want + to install the \`Autoconf' and \`GNU m4' packages. Grab them + from any GNU archive site." + files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER([^):]*:\([^)]*\)).*/\1/p' configure.in` + if test -z "$files"; then + files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^):]*\)).*/\1/p' configure.in` + test -z "$files" || files="$files.in" + else + files=`echo "$files" | sed -e 's/:/ /g'` + fi + test -z "$files" && files="config.h.in" + touch $files + ;; + + automake) + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified \`Makefile.am', \`acinclude.m4' or \`configure.in'. + You might want to install the \`Automake' and \`Perl' packages. + Grab them from any GNU archive site." + find . -type f -name Makefile.am -print \ + | sed 's/^\(.*\).am$/touch \1.in/' \ + | sh + ;; + + bison|yacc) + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." + rm -f y.tab.c y.tab.h + if [ $# -ne 1 ]; then + eval LASTARG="\${$#}" + case "$LASTARG" in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if [ -f "$SRCFILE" ]; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if [ -f "$SRCFILE" ]; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if [ ! -f y.tab.h ]; then + echo >y.tab.h + fi + if [ ! -f y.tab.c ]; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex|flex) + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified a \`.l' file. You may need the \`Flex' package + in order for those modifications to take effect. You can get + \`Flex' from any GNU archive site." + rm -f lex.yy.c + if [ $# -ne 1 ]; then + eval LASTARG="\${$#}" + case "$LASTARG" in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if [ -f "$SRCFILE" ]; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if [ ! -f lex.yy.c ]; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + makeinfo) + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified a \`.texi' or \`.texinfo' file, or any other file + indirectly affecting the aspect of the manual. The spurious + call might also be the consequence of using a buggy \`make' (AIX, + DU, IRIX). You might want to install the \`Texinfo' package or + the \`GNU make' package. Grab either from any GNU archive site." + file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` + if test -z "$file"; then + file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` + fi + touch $file + ;; + + *) + echo 1>&2 "\ +WARNING: \`$1' is needed, and you do not seem to have it handy on your + system. You might have modified some files without having the + proper tools for further handling them. Check the \`README' file, + it often tells you about the needed prerequirements for installing + this package. You may also peek at any GNU archive site, in case + some other package would contain this missing \`$1' program." + exit 1 + ;; +esac + +exit 0 diff --git a/project/jni/application/ltris-1.0.15/mkinstalldirs b/project/jni/application/ltris-1.0.15/mkinstalldirs new file mode 100755 index 000000000..6fbe5e117 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/mkinstalldirs @@ -0,0 +1,150 @@ +#! /bin/sh +# mkinstalldirs --- make directory hierarchy + +scriptversion=2004-02-15.20 + +# Original author: Noah Friedman +# Created: 1993-05-16 +# Public domain. +# +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +errstatus=0 +dirmode="" + +usage="\ +Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... + +Create each directory DIR (with mode MODE, if specified), including all +leading file name components. + +Report bugs to ." + +# process command line arguments +while test $# -gt 0 ; do + case $1 in + -h | --help | --h*) # -h for help + echo "$usage" + exit 0 + ;; + -m) # -m PERM arg + shift + test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } + dirmode=$1 + shift + ;; + --version) + echo "$0 $scriptversion" + exit 0 + ;; + --) # stop option processing + shift + break + ;; + -*) # unknown option + echo "$usage" 1>&2 + exit 1 + ;; + *) # first non-opt arg + break + ;; + esac +done + +for file +do + if test -d "$file"; then + shift + else + break + fi +done + +case $# in + 0) exit 0 ;; +esac + +# Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and +# mkdir -p a/c at the same time, both will detect that a is missing, +# one will create a, then the other will try to create a and die with +# a "File exists" error. This is a problem when calling mkinstalldirs +# from a parallel make. We use --version in the probe to restrict +# ourselves to GNU mkdir, which is thread-safe. +case $dirmode in + '') + if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then + echo "mkdir -p -- $*" + exec mkdir -p -- "$@" + else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + test -d ./-p && rmdir ./-p + test -d ./--version && rmdir ./--version + fi + ;; + *) + if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && + test ! -d ./--version; then + echo "mkdir -m $dirmode -p -- $*" + exec mkdir -m "$dirmode" -p -- "$@" + else + # Clean up after NextStep and OpenStep mkdir. + for d in ./-m ./-p ./--version "./$dirmode"; + do + test -d $d && rmdir $d + done + fi + ;; +esac + +for file +do + set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` + shift + + pathcomp= + for d + do + pathcomp="$pathcomp$d" + case $pathcomp in + -*) pathcomp=./$pathcomp ;; + esac + + if test ! -d "$pathcomp"; then + echo "mkdir $pathcomp" + + mkdir "$pathcomp" || lasterr=$? + + if test ! -d "$pathcomp"; then + errstatus=$lasterr + else + if test ! -z "$dirmode"; then + echo "chmod $dirmode $pathcomp" + lasterr="" + chmod "$dirmode" "$pathcomp" || lasterr=$? + + if test ! -z "$lasterr"; then + errstatus=$lasterr + fi + fi + fi + fi + + pathcomp="$pathcomp/" + done +done + +exit $errstatus + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/project/jni/application/ltris-1.0.15/po/LINGUAS b/project/jni/application/ltris-1.0.15/po/LINGUAS new file mode 100644 index 000000000..153d32ac8 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/LINGUAS @@ -0,0 +1 @@ +de tr pt sv fr it diff --git a/project/jni/application/ltris-1.0.15/po/Makefile.in.in b/project/jni/application/ltris-1.0.15/po/Makefile.in.in new file mode 100644 index 000000000..53efc5e16 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/Makefile.in.in @@ -0,0 +1,366 @@ +# Makefile for PO directory in any package using GNU gettext. +# Copyright (C) 1995-1997, 2000-2004 by Ulrich Drepper +# +# This file can be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU General Public +# License but which still want to provide support for the GNU gettext +# functionality. +# Please note that the actual code of GNU gettext is covered by the GNU +# General Public License and is *not* in the public domain. +# +# Origin: gettext-0.14 + +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + +SHELL = /bin/sh +@SET_MAKE@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +datadir = @datadir@ +localedir = $(datadir)/locale +gettextsrcdir = $(datadir)/gettext/po + +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) + +GMSGFMT = @GMSGFMT@ +MSGFMT = @MSGFMT@ +XGETTEXT = @XGETTEXT@ +MSGMERGE = msgmerge +MSGMERGE_UPDATE = @MSGMERGE@ --update +MSGINIT = msginit +MSGCONV = msgconv +MSGFILTER = msgfilter + +POFILES = @POFILES@ +GMOFILES = @GMOFILES@ +UPDATEPOFILES = @UPDATEPOFILES@ +DUMMYPOFILES = @DUMMYPOFILES@ +DISTFILES.common = Makefile.in.in remove-potcdate.sin \ +$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) +DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \ +$(POFILES) $(GMOFILES) \ +$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) + +POTFILES = \ + +CATALOGS = @CATALOGS@ + +# Makevars gets inserted here. (Don't remove this line!) + +.SUFFIXES: +.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update + +.po.mo: + @echo "$(MSGFMT) -c -o $@ $<"; \ + $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ + +.po.gmo: + @lang=`echo $* | sed -e 's,.*/,,'`; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ + cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo + +.sin.sed: + sed -e '/^#/d' $< > t-$@ + mv t-$@ $@ + + +all: all-@USE_NLS@ + +all-yes: stamp-po +all-no: + +# stamp-po is a timestamp denoting the last time at which the CATALOGS have +# been loosely updated. Its purpose is that when a developer or translator +# checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, +# "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent +# invocations of "make" will do nothing. This timestamp would not be necessary +# if updating the $(CATALOGS) would always touch them; however, the rule for +# $(POFILES) has been designed to not touch files that don't need to be +# changed. +stamp-po: $(srcdir)/$(DOMAIN).pot + test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) + @echo "touch stamp-po" + @echo timestamp > stamp-poT + @mv stamp-poT stamp-po + +# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', +# otherwise packages like GCC can not be built if only parts of the source +# have been downloaded. + +# This target rebuilds $(DOMAIN).pot; it is an expensive operation. +# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. +$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed + $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ + --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ + --files-from=$(srcdir)/POTFILES.in \ + --copyright-holder='$(COPYRIGHT_HOLDER)' \ + --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' + test ! -f $(DOMAIN).po || { \ + if test -f $(srcdir)/$(DOMAIN).pot; then \ + sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ + sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ + if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ + rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ + else \ + rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ + mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ + fi; \ + else \ + mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ + fi; \ + } + +# This rule has no dependencies: we don't need to update $(DOMAIN).pot at +# every "make" invocation, only create it when it is missing. +# Only "make $(DOMAIN).pot-update" or "make dist" will force an update. +$(srcdir)/$(DOMAIN).pot: + $(MAKE) $(DOMAIN).pot-update + +# This target rebuilds a PO file if $(DOMAIN).pot has changed. +# Note that a PO file is not touched if it doesn't need to be changed. +$(POFILES): $(srcdir)/$(DOMAIN).pot + @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ + if test -f "$(srcdir)/$${lang}.po"; then \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ + cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \ + else \ + $(MAKE) $${lang}.po-create; \ + fi + + +install: install-exec install-data +install-exec: +install-data: install-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ + for file in $(DISTFILES.common) Makevars.template; do \ + $(INSTALL_DATA) $(srcdir)/$$file \ + $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + for file in Makevars; do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + else \ + : ; \ + fi +install-data-no: all +install-data-yes: all + $(mkinstalldirs) $(DESTDIR)$(datadir) + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ + $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ + echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ + link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ + mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ + for file in *; do \ + if test -f $$file; then \ + ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ + fi; \ + done); \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + else \ + if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ + :; \ + else \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + fi; \ + fi; \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ + ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ + cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ + fi; \ + done; \ + done + +install-strip: install + +installdirs: installdirs-exec installdirs-data +installdirs-exec: +installdirs-data: installdirs-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ + else \ + : ; \ + fi +installdirs-data-no: +installdirs-data-yes: + $(mkinstalldirs) $(DESTDIR)$(datadir) + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ + link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ + mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ + for file in *; do \ + if test -f $$file; then \ + ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ + fi; \ + done); \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + else \ + if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ + :; \ + else \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + fi; \ + fi; \ + fi; \ + done; \ + done + +# Define this as empty until I found a useful application. +installcheck: + +uninstall: uninstall-exec uninstall-data +uninstall-exec: +uninstall-data: uninstall-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + for file in $(DISTFILES.common) Makevars.template; do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + else \ + : ; \ + fi +uninstall-data-no: +uninstall-data-yes: + catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + done; \ + done + +check: all + +info dvi ps pdf html tags TAGS ctags CTAGS ID: + +mostlyclean: + rm -f remove-potcdate.sed + rm -f stamp-poT + rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po + rm -fr *.o + +clean: mostlyclean + +distclean: clean + rm -f Makefile Makefile.in POTFILES *.mo + +maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + rm -f stamp-po $(GMOFILES) + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) +dist distdir: + $(MAKE) update-po + @$(MAKE) dist2 +# This is a separate target because 'update-po' must be executed before. +dist2: $(DISTFILES) + dists="$(DISTFILES)"; \ + if test "$(PACKAGE)" = "gettext-tools"; then \ + dists="$$dists Makevars.template"; \ + fi; \ + if test -f $(srcdir)/ChangeLog; then \ + dists="$$dists ChangeLog"; \ + fi; \ + for i in 0 1 2 3 4 5 6 7 8 9; do \ + if test -f $(srcdir)/ChangeLog.$$i; then \ + dists="$$dists ChangeLog.$$i"; \ + fi; \ + done; \ + if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ + for file in $$dists; do \ + if test -f $$file; then \ + cp -p $$file $(distdir); \ + else \ + cp -p $(srcdir)/$$file $(distdir); \ + fi; \ + done + +update-po: Makefile + $(MAKE) $(DOMAIN).pot-update + test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) + $(MAKE) update-gmo + +# General rule for creating PO files. + +.nop.po-create: + @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ + echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ + exit 1 + +# General rule for updating PO files. + +.nop.po-update: + @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ + if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ + tmpdir=`pwd`; \ + echo "$$lang:"; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ + cd $(srcdir); \ + if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ + if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "msgmerge for $$lang.po failed!" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi + +$(DUMMYPOFILES): + +update-gmo: Makefile $(GMOFILES) + @: + +Makefile: Makefile.in.in $(top_builddir)/config.status @POMAKEFILEDEPS@ + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ + $(SHELL) ./config.status + +force: + +# Tell versions [3.59,3.63) of GNU make not to export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/project/jni/application/ltris-1.0.15/po/Makevars b/project/jni/application/ltris-1.0.15/po/Makevars new file mode 100644 index 000000000..d2b9fd4f4 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/Makevars @@ -0,0 +1,41 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Michael Speck + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = lgames.sf.net/contact.php + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = diff --git a/project/jni/application/ltris-1.0.15/po/POTFILES.in b/project/jni/application/ltris-1.0.15/po/POTFILES.in new file mode 100644 index 000000000..da48df0f1 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/POTFILES.in @@ -0,0 +1,7 @@ +src/manager.c +src/tetris.c +src/bowl.c +src/menu.c +src/chart.c +src/main.c +src/value.c diff --git a/project/jni/application/ltris-1.0.15/po/Rules-quot b/project/jni/application/ltris-1.0.15/po/Rules-quot new file mode 100644 index 000000000..9c2a995e3 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/Rules-quot @@ -0,0 +1,47 @@ +# Special Makefile rules for English message catalogs with quotation marks. + +DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot + +.SUFFIXES: .insert-header .po-update-en + +en@quot.po-create: + $(MAKE) en@quot.po-update +en@boldquot.po-create: + $(MAKE) en@boldquot.po-update + +en@quot.po-update: en@quot.po-update-en +en@boldquot.po-update: en@boldquot.po-update-en + +.insert-header.po-update-en: + @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ + if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ + tmpdir=`pwd`; \ + echo "$$lang:"; \ + ll=`echo $$lang | sed -e 's/@.*//'`; \ + LC_ALL=C; export LC_ALL; \ + cd $(srcdir); \ + if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ + if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "creation of $$lang.po failed!" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi + +en@quot.insert-header: insert-header.sin + sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header + +en@boldquot.insert-header: insert-header.sin + sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header + +mostlyclean: mostlyclean-quot +mostlyclean-quot: + rm -f *.insert-header diff --git a/project/jni/application/ltris-1.0.15/po/boldquot.sed b/project/jni/application/ltris-1.0.15/po/boldquot.sed new file mode 100644 index 000000000..4b937aa51 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/boldquot.sed @@ -0,0 +1,10 @@ +s/"\([^"]*\)"/“\1â€/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“â€/""/g +s/“/“/g +s/â€/â€/g +s/‘/‘/g +s/’/’/g diff --git a/project/jni/application/ltris-1.0.15/po/de.gmo b/project/jni/application/ltris-1.0.15/po/de.gmo new file mode 100644 index 000000000..ea0e9b726 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/po/de.gmo differ diff --git a/project/jni/application/ltris-1.0.15/po/de.po b/project/jni/application/ltris-1.0.15/po/de.po new file mode 100644 index 000000000..7d6241745 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/de.po @@ -0,0 +1,743 @@ +# translation of de.po to +# translation of de.po to +# German translations for ltris package +# German messages for ltris. +# Copyright (C) 2005 Michael Speck +# This file is distributed under the same license as the ltris package. +# Michael Speck , 2005. +# , 2005. +# , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: de\n" +"Report-Msgid-Bugs-To: lgames.sf.net/contact.php\n" +"POT-Creation-Date: 2009-12-25 10:55+0100\n" +"PO-Revision-Date: 2005-10-05 22:46+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.9.1\n" + +#: src/manager.c:65 +msgid "Enable/disable these quick hints." +msgstr "Hinweisblasen (de-)aktivieren." + +#: src/manager.c:66 +msgid "Set player controls and horizontal speed." +msgstr "Spielerkontrollen und horizontale Geschwindigkeit setzen." + +#: src/manager.c:67 +msgid "Here you may customize the graphical appearance of LTris." +msgstr "Hier koennen Sie die grafischen Einstellungen aendern." + +#: src/manager.c:68 +msgid "Audio Settings." +msgstr "Audio-Einstellungen" + +#: src/manager.c:69 +msgid "Get back to nasty work." +msgstr "Zurueck zur unangenehmen Arbeit." + +#: src/manager.c:70 +msgid "Setup and run a cool game!" +msgstr "Spiel einstellen und starten!" + +#: src/manager.c:71 +msgid "If animations disturb you you may turn them off." +msgstr "Sollten Sie die Animationen stoeren, koennen Sie sie hier ausschalten." + +#: src/manager.c:72 +msgid "You may play LTris either in window of fullscreen mode." +msgstr "" +"Sie koennen LTris entweder in einem Fenster oder im Vollbildmodus spielen." + +#: src/manager.c:73 +msgid "" +"If you don't want LTris to consume all of your CPU limit the frame rate." +msgstr "" +"Um zu verhindern das LTris die ganze CPU belastet, sollten Sie die Framerate " +"beschraenken." + +#: src/manager.c:74 +msgid "" +"Horizontally move block either tile-by-tile or smooth. This is just eye-" +"candy and doesn't effect the moving speed at all." +msgstr "" +"Die horizontale Bewegung eines Blocks ist entweder weich oder stueckweise. " +"Das ist lediglich eine grafische Einstellung, die keinen Einfluss auf die " +"Geschwindigkeit hat." + +#: src/manager.c:75 +msgid "" +"Drop block tile-by-tile or smooth.##NOTE: While tile-by-tile allows you to " +"move a block below a tile multiple times you'll only be able to do so one " +"time when choosing 'smooth'!#See 'Advanced Options/Collision Check' to " +"improve this." +msgstr "" +"Bloecke fallen entweder weich oder stueckweise.##ACHTUNG: Stueckweiser Fall " +"erlaubt, einen Block mehrere Stuecke unter einen anderen zu schieben, bevor " +"er aufsetzt. Bei weichem Fall geht das nicht, es sei denn 'Erweiterte " +"Optionen/Kollisionstest' ist entsprechend gesetzt." + +#: src/manager.c:76 +msgid "" +"The less delay you take the faster the block will horizontally move and the " +"more sensitive the input is handled." +msgstr "" +"Je geringer die Verzoegerung ist, desto sensitiver aber auch schneller " +"reagiert der Block." + +#: src/manager.c:77 +msgid "" +"Each control value needs a unique key for handling.##Left/Right: horizontal " +"movement#Rotate Left/Right: block rotation#Down: faster Dropping#Drop: " +"INSTANT drop" +msgstr "" +"Links/Rechts: horizontale Bewegung#Rotiere Links/Rechts: Block " +"Rotation#Runter: schnelleres Fallen#Fall: SOFORTIGES Aufsetzen" + +#: src/manager.c:78 +msgid "Let's get it on!!!!" +msgstr "Los geht's!!!" + +#: src/manager.c:79 +msgid "Human player names. If you play against CPU it will be named as CPU-x." +msgstr "" +"Namen der menschlichen Spieler. Die computergesteuerten heissen immer CPU-x." + +#: src/manager.c:80 +#, fuzzy, c-format +msgid "" +"This is your starting level which will be ignored for game 'Figures' (you'll " +"always start at level 0 there).##Each starting level up adds you 1.5% score " +"in the end!" +msgstr "" +"Startebene (wird ignoriert fuer Spieltyp 'Figuren', das startet immer bei 0)." +"##Jede Ebene ueber 0 erhoeht die Endpunktzahlum 1.5%!" + +#: src/manager.c:81 +#, fuzzy, c-format +msgid "" +"Enable/Disable block preview.##If disabled you'll gain 15% score in the end!" +msgstr "" +"(De-)aktiviere Anzeige des naechsten Blocks. Falls deaktiviert, gibt es " +"einen Bonus von 15% am Ende." + +#: src/manager.c:82 +msgid "" +"Shows guiding lines or a shadow of the currently dropping block so you see " +"where it'll hit the ground.##This option has no penalty/bonus." +msgstr "" +"Zeige Fuehrungslinien oder einen Schatten des fallenden Blocks, so dass " +"sichtbar wird, wo er auftreffen wird. Diese Option hat keine Strafen/Bonusse." + +#: src/manager.c:83 +msgid "Some multiplayer and CPU settings." +msgstr "Einige Mehrspieler- und CPU-Einstellungen." + +#: src/manager.c:84 +msgid "" +"A line send to your opponent's bowl will have this number of holes in it. " +"The more holes the harder it will be to remove this line so you should " +"choose a low value (e.g. 1 or 2) for long multiplayer games." +msgstr "" +"Anzahl von Loechern in einer Reihe, die zum Gegner geschickt wird. Je mehr " +"Loecher, um so schwerer wird es die Reihe wieder abzubauen." + +#: src/manager.c:85 +msgid "" +"This option controls how the holes in the lines are created when more than " +"one line is sent. If the option is on, the holes will appear randomly for " +"each line. If the option is off, all the lines that are sent in one go, will " +"have the holes in the same spot." +msgstr "" +"Diese Option bestimmt wie die Loecher verteilt sind, falls mehrere Reihen " +"geschickt werden: Falls 'An', werden die Loecher in jeder Reihe zufaellig " +"verteilt sein. Falls 'Aus' werden die Loecher uebereinander liegen und so " +"Spalten bilden." + +#: src/manager.c:86 +msgid "" +"You'll have to complete more than one line to send any lines to your " +"opponent. If this option is enabled all lines will be send else one will be " +"substracted.##If disabled:#3 Line send -> 2 lines received##If enabled:#3 " +"lines send -> 3 lines received" +msgstr "" +"Es muss mehr als eine Reihe vervollstaendigt werden, damit sie zum Gegner " +"geschickt werden. Ist diese Option aktiv, werden alle Reihen geschickt, " +"ansonsten eine abgezogen.##Deaktiviert:#3 Reihen abgebaut -> 2 gesendet." +"##Aktiviert:#3 Reihen abgebaut -> 3 gesendet." + +#: src/manager.c:87 +msgid "" +"If this option is enabled your opponent will receive all four lines of your " +"tetris ignoring the 'Send All' setting." +msgstr "" +"Falls aktiviert, wird ein Tetris (=4 Reihen) komplett geschickt, ungeachtet " +"der 'Sende Alle Reihen'-Einstellung." + +#: src/manager.c:88 +msgid "" +"This is the delay in milliseconds the CPU waits before dropping a block." +msgstr "" +"Verzoegerung in Millisekunden bevor die CPU einen Block schneller fallen " +"laesst." + +#: src/manager.c:89 +msgid "" +"The more aggressive the style is the more priority is put on completing " +"multiple lines at the expense of a balanced bowl contents." +msgstr "" +"Je aggressiver der Stil, umso mehr Prioritaet wird auf die " +"Vervollstaendigung multipler Reihen gelegt, auf Kosten eines ausgeglichenen " +"Becherinhalts." + +#: src/manager.c:90 +msgid "Some advanced options." +msgstr "Einige erweiterte Einstellungen." + +#: src/manager.c:91 +msgid "" +"Test the CPU analyze algorithm in cpu.c and give an average score for a " +"number of games." +msgstr "" +"Testet CPU-Analyse-Algorithmus in cpu.c und gibt eine mittlere Wertung aus." + +#: src/manager.c:92 +msgid "" +"If you turn visualization off the results will be computed faster. If you " +"turn them on you can see a general game behaviour and judge the algorithm by " +"this behaviour." +msgstr "" + +#: src/manager.c:93 +msgid "" +"There are basically three different game types:##CLASSIC:#The classic tetris " +"game. Starts with an empty bowl and goes as long as you make it.#FIGURES:" +"#Each level a nice figure will be added to the ground of you bowl. From " +"level 7-12 there will be randomly appearing single tiles and from level " +"13-... there will be whole lines appearing at the bottom of your bowl. Fun!" +"#TWO/THREE-PLAYER:#Either play against other humans or CPU. If you complete " +"multiple lines they'll be send to your opponents according to the " +"multiplayer settings you made.##And in DEMO you can see your CPU do the " +"work. So relax! ;-)" +msgstr "" +"Es gibt drei verschiedene Spielarten:##KLASSISCH:#Das bekannte Spielprinzip. " +"Beginnt mit einem leeren Becher und dauert solange, wie man Reihen abbauen " +"kann.#FIGUREN:#Jede Ebene hat eine kleine Figur am Becherboden. In Ebene 7-" +"12 werden zufaellig kleine Stuecke erscheinen und von 13-20 ganze Linien den " +"Inhalt hochschieben. Spassig!#ZWEI/DREI-SPIELER:#Entweder gegen andere " +"menschliche Spieler oder den Rechner. Vollstaendige Reihen werden zu den " +"Gegnern geschickt, entsprechend der Mehrspieler-Einstellungen.##Und in DEMO " +"koennen Sie die CPU alleine spielen sehen. Sehr entspannend. ;-)" + +#: src/manager.c:99 +msgid "" +"If you turn this on the background will change every level else it's always " +"the same." +msgstr "" +"Falls aktiv, wird sich der Hintergrund mit jeder neuen Ebene aendern, " +"ansonsten bleibt er fuer das ganze Spiel gleich." + +#: src/manager.c:100 +msgid "" +"If you enable this option the keystate of either the 'Down' key or all the " +"keys are cleared so you can't accidently move the next block." +msgstr "" +"Falls aktiviert, wird der Status von entweder der Runter- oder von allen " +"Tasten bei Aufsetzen eines Blockes geloescht, damit man nicht aus Versehen " +"den naechsten Block schon bewegt." + +#: src/manager.c:101 +msgid "" +"If this is enabled the preview in Two-Player is centered in the middle of " +"the screen instead that one is drawn at the bottom and one at the top." +msgstr "" +"Zentriert die Block-Vorschau im Zweispielermodus. Falls deaktiviert,befindet " +"sich eine Vorschau oben und eine unten." + +#: src/manager.c:102 +msgid "" +"This option is only useful when 'Graphics/Drop' is 'Smooth'#(In opposite to " +"'Tile-By-Tile' the block is inserted as soon as it hits the ground giving no " +"possibility to move the block below another one.)#If you set this option to " +"'Async' you may move the block below others but on the cost of slight " +"graphical errors." +msgstr "" +"Nur nuetzlich falls 'Grafik/Fall' auf 'Weich' steht.#(Anders als bei " +"'stueckweise' wird der Block sofort bei Auftreffen eingefuegt, ohne die " +"Moeglichkeit ihn noch zu bewegen.)#Fuer 'Async' kann der Block wie bei " +"'stueckweise' bewegt werden, was aber kleinere grafische Fehler verursacht." + +#: src/manager.c:107 +msgid "" +"In expert mode the propabilities for the next blocks are uneven to give a " +"block that is most likely difficult to fit anywhere. The game becomes really " +"hard by this so all score is doubled in the end." +msgstr "" +"Im Experten-Modus sind die Chancen fuer die Bloecke unausgeglichen. Es ist " +"wahrscheinlich einen zu erhalten, der sich nur sehr schwer einbauen laesst. " +"Das Spiel wird extrem hart dadurch, weswegen die Punktzahl am Ende " +"verdoppelt wird." + +#: src/manager.c:110 +msgid "" +"If ON all players will get exactly the same blocks. So there is no " +"disadvantage to any player due to random blocks. This does not work in " +"expert mode as the block selection depends on your actions there." +msgstr "" +"Falls 'An' werden alle Spieler die gleichen Bloecke bekommen, um niemanden " +"zu benachteiligen. Das klappt jedoch nicht fuer den Experten-Modus, da dort " +"die nachfolgenden Bloecke auf Ihren Aktionen beruhen." + +#: src/manager.c:139 src/manager.c:140 +msgid "" +msgstr "" + +#: src/manager.c:140 +#, c-format +msgid "You cannot delete '%s'!\n" +msgstr "Sie koennen '%s' nicht loeschen!\n" + +#: src/manager.c:209 +msgid "No Limit" +msgstr "Ohne Limit" + +#: src/manager.c:209 +msgid "50 FPS" +msgstr "50 FPS" + +#: src/manager.c:209 +msgid "100 FPS" +msgstr "100 FPS" + +#: src/manager.c:209 +msgid "200 FPS" +msgstr "200 FPS" + +#: src/manager.c:210 +msgid "Defensive" +msgstr "Defensiv" + +#: src/manager.c:210 +msgid "Normal" +msgstr "Normal" + +#: src/manager.c:210 +msgid "Aggressive" +msgstr "Aggressiv" + +#: src/manager.c:210 +msgid "Kamikaze" +msgstr "Kamikaze" + +#: src/manager.c:211 src/manager.c:322 src/manager.c:332 src/manager.c:352 +#: src/manager.c:354 src/manager.c:356 src/manager.c:363 src/manager.c:366 +#: src/manager.c:367 src/manager.c:368 src/manager.c:426 src/manager.c:430 +#: src/manager.c:435 +msgid "Off" +msgstr "Aus" + +#: src/manager.c:211 +msgid "Shadow" +msgstr "Schatten" + +#: src/manager.c:211 +msgid "Lines" +msgstr "Linien" + +#: src/manager.c:212 +msgid "None" +msgstr "Keine" + +#: src/manager.c:212 src/value.c:44 +msgid "Down" +msgstr "Runter" + +#: src/manager.c:212 +msgid "All" +msgstr "Alle" + +#: src/manager.c:278 +msgid "Menu" +msgstr "Menue" + +#: src/manager.c:279 src/manager.c:301 src/manager.c:314 +msgid "Graphics" +msgstr "Grafik" + +#: src/manager.c:280 src/manager.c:295 +msgid "New Game" +msgstr "Neues Spiel" + +#: src/manager.c:281 src/manager.c:300 src/manager.c:313 +msgid "Controls" +msgstr "Kontrollen" + +#: src/manager.c:282 src/manager.c:375 +msgid "Player1" +msgstr "Spieler1" + +#: src/manager.c:283 src/manager.c:376 +msgid "Player2" +msgstr "Spieler2" + +#: src/manager.c:284 src/manager.c:377 +msgid "Player3" +msgstr "Spieler3" + +#: src/manager.c:285 src/manager.c:359 +msgid "Multiplayer Options" +msgstr "Mehrspieler-Optionen" + +#: src/manager.c:286 src/manager.c:308 +msgid "Advanced Options" +msgstr "Erweiterte Optionen" + +#: src/manager.c:288 src/manager.c:298 +msgid "Options" +msgstr "Optionen" + +#: src/manager.c:291 src/manager.c:303 src/manager.c:305 src/manager.c:315 +#: src/manager.c:316 +msgid "Audio" +msgstr "Audio" + +#: src/manager.c:310 src/menu.c:171 +msgid "Quit" +msgstr "Beenden" + +#: src/manager.c:318 src/manager.c:329 src/manager.c:342 src/manager.c:361 +#: src/manager.c:373 src/manager.c:381 src/manager.c:414 src/manager.c:419 +#: src/manager.c:424 src/manager.c:438 src/menu.c:168 +msgid "Back" +msgstr "Zurueck" + +#: src/manager.c:322 +msgid "Sound:" +msgstr "Sound:" + +#: src/manager.c:322 src/manager.c:332 src/manager.c:352 src/manager.c:354 +#: src/manager.c:356 src/manager.c:363 src/manager.c:366 src/manager.c:367 +#: src/manager.c:368 src/manager.c:426 src/manager.c:430 src/manager.c:435 +msgid "On" +msgstr "An" + +#: src/manager.c:325 +msgid "Volume:" +msgstr "Lautstaerke:" + +#: src/manager.c:332 +msgid "Animations:" +msgstr "Animationen:" + +#: src/manager.c:333 +msgid "Move:" +msgstr "Bewegung:" + +#: src/manager.c:333 src/manager.c:334 +msgid "Tile By Tile" +msgstr "Stueckweise" + +#: src/manager.c:333 src/manager.c:334 +msgid "Smooth" +msgstr "Weich" + +#: src/manager.c:334 src/manager.c:388 src/manager.c:394 src/manager.c:400 +msgid "Drop:" +msgstr "Fall:" + +#: src/manager.c:335 +msgid "Change Background:" +msgstr "Hintergrund aendern:" + +#: src/manager.c:335 +msgid "Yes" +msgstr "Ja" + +#: src/manager.c:335 +msgid "No" +msgstr "Nein" + +#: src/manager.c:337 +msgid "Display:" +msgstr "Anzeige:" + +#: src/manager.c:337 +msgid "Window" +msgstr "Fenster" + +#: src/manager.c:337 +msgid "Fullscreen" +msgstr "Vollbild" + +#: src/manager.c:340 +msgid "Frame Rate:" +msgstr "Frame-Rate:" + +#: src/manager.c:344 +msgid "Start Game" +msgstr "Starte Spiel" + +#: src/manager.c:346 +msgid "1st Player:" +msgstr "1. Spieler:" + +#: src/manager.c:347 +msgid "2nd Player:" +msgstr "2. Spieler:" + +#: src/manager.c:348 +msgid "3rd Player:" +msgstr "3. Spieler:" + +#: src/manager.c:350 +msgid "Game:" +msgstr "Spieltyp:" + +#: src/manager.c:351 +msgid "Starting Level:" +msgstr "Startebene:" + +#: src/manager.c:352 +msgid "Preview:" +msgstr "Vorschau:" + +#: src/manager.c:353 +msgid "Help:" +msgstr "Hilfe:" + +#: src/manager.c:354 +msgid "Expert Mode:" +msgstr "Experten-Modus" + +#: src/manager.c:356 +msgid "Slow:" +msgstr "Langsam:" + +#: src/manager.c:363 +msgid "Same Blocks For All:" +msgstr "Gleiche Bloecke:" + +#: src/manager.c:365 +msgid "Holes:" +msgstr "Loecher:" + +#: src/manager.c:366 +msgid "Random Holes:" +msgstr "Zufaellige Loecher:" + +#: src/manager.c:367 +msgid "Send All Lines:" +msgstr "Sende Alle Reihen:" + +#: src/manager.c:368 +msgid "Always Send Tetris:" +msgstr "Sende Immer Tetris:" + +#: src/manager.c:370 +msgid "CPU Style:" +msgstr "CPU Stil:" + +#: src/manager.c:371 +msgid "CPU Drop Delay:" +msgstr "CPU Verzoegerung:" + +#: src/manager.c:379 +msgid "Horizontal Delay:" +msgstr "Hori. Verzoegerung:" + +#: src/manager.c:383 src/manager.c:389 src/manager.c:395 +msgid "Left:" +msgstr "Links:" + +#: src/manager.c:384 src/manager.c:390 src/manager.c:396 +msgid "Right:" +msgstr "Rechts:" + +#: src/manager.c:385 src/manager.c:391 src/manager.c:397 +msgid "Rotate Left:" +msgstr "Rotiere Links:" + +#: src/manager.c:386 src/manager.c:392 src/manager.c:398 +msgid "Rotate Right:" +msgstr "Rotiere Rechts:" + +#: src/manager.c:387 src/manager.c:393 src/manager.c:399 +msgid "Down:" +msgstr "Runter:" + +#: src/manager.c:426 +msgid "Quick Help:" +msgstr "Schnellhilfe:" + +#: src/manager.c:429 +msgid "Clear Keystate:" +msgstr "Status loeschen:" + +#: src/manager.c:430 +msgid "Center Preview:" +msgstr "Vorschau zentrieren:" + +#: src/manager.c:431 +msgid "Collision Check:" +msgstr "Kollisionstest:" + +#: src/manager.c:431 +msgid "Sync" +msgstr "Sync" + +#: src/manager.c:431 +msgid "Async" +msgstr "Async" + +#: src/manager.c:434 +msgid "Test CPU Algorithm" +msgstr "" + +#: src/manager.c:435 +msgid "Visualization" +msgstr "Visualisierung" + +#: src/tetris.c:129 +msgid "y" +msgstr "j" + +#: src/tetris.c:130 +msgid "n" +msgstr "n" + +#: src/tetris.c:392 +msgid "End Game? y/n" +msgstr "Spiel beenden? j/n" + +#: src/bowl.c:523 src/bowl.c:524 +msgid "Game Over" +msgstr "Spiel vorbei" + +#: src/bowl.c:1233 +#, c-format +msgid "%i Lvl: %i" +msgstr "%i Ebn: %i" + +#: src/bowl.c:1479 +msgid "Player:" +msgstr "Spieler:" + +#: src/bowl.c:1483 +msgid "Score:" +msgstr "Punkte:" + +#: src/bowl.c:1485 +msgid "Lines:" +msgstr "Reihen:" + +#: src/chart.c:187 +msgid "Name Level Score" +msgstr "Name Ebene Punkte" + +#: src/chart.c:212 +msgid "Level" +msgstr "Ebene" + +#: src/main.c:66 +msgid "Demo" +msgstr "Demo" + +#: src/main.c:67 +msgid "Classic" +msgstr "Klassisch" + +#: src/main.c:68 +msgid "Figures" +msgstr "Figuren" + +#: src/main.c:69 +msgid "Vs Human" +msgstr "Gg. Mensch" + +#: src/main.c:70 +msgid "Vs CPU" +msgstr "Gg. CPU" + +#: src/main.c:71 +msgid "Vs Human&Human" +msgstr "Gg. Mensch&Mensch" + +#: src/main.c:72 +msgid "Vs Human&CPU" +msgstr "Gg. Mensch&CPU" + +#: src/main.c:73 +msgid "Vs CPU&CPU" +msgstr "Gg. CPU&CPU" + +#: src/value.c:40 +msgid "Space" +msgstr "Leertaste" + +#: src/value.c:41 +msgid "Left" +msgstr "Links" + +#: src/value.c:42 +msgid "Right" +msgstr "Rechts" + +#: src/value.c:43 +msgid "Up" +msgstr "Hoch" + +#: src/value.c:45 +msgid "Right Shift" +msgstr "Shift Rechts" + +#: src/value.c:46 +msgid "Left Shift" +msgstr "Shift Links" + +#: src/value.c:47 +msgid "Right Ctrl" +msgstr "Ctrl Rechts" + +#: src/value.c:48 +msgid "Left Ctrl" +msgstr "Ctrl Links" + +#: src/value.c:49 +msgid "Right Alt" +msgstr "Alt Rechts" + +#: src/value.c:50 +msgid "Left Alt" +msgstr "Alt Links" + +#: src/value.c:51 +msgid "Insert" +msgstr "Einfuegen" + +#: src/value.c:52 +msgid "End" +msgstr "Ende" + +#: src/value.c:53 +msgid "PageUp" +msgstr "BildHoch" + +#: src/value.c:54 +msgid "PageDown" +msgstr "BildRunter" + +#: src/value.c:55 +msgid "Home" +msgstr "Pos1" + +#~ msgid "Two-Player" +#~ msgstr "Zwei-Spieler" + +#~ msgid "Three-Player" +#~ msgstr "Drei-Spieler" diff --git a/project/jni/application/ltris-1.0.15/po/en@boldquot.header b/project/jni/application/ltris-1.0.15/po/en@boldquot.header new file mode 100644 index 000000000..fedb6a06d --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/en@boldquot.header @@ -0,0 +1,25 @@ +# All this catalog "translates" are quotation characters. +# The msgids must be ASCII and therefore cannot contain real quotation +# characters, only substitutes like grave accent (0x60), apostrophe (0x27) +# and double quote (0x22). These substitutes look strange; see +# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html +# +# This catalog translates grave accent (0x60) and apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019). +# It also translates pairs of apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019) +# and pairs of quotation mark (0x22) to +# left double quotation mark (U+201C) and right double quotation mark (U+201D). +# +# When output to an UTF-8 terminal, the quotation characters appear perfectly. +# When output to an ISO-8859-1 terminal, the single quotation marks are +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to +# grave/acute accent (by libiconv), and the double quotation marks are +# transliterated to 0x22. +# When output to an ASCII terminal, the single quotation marks are +# transliterated to apostrophes, and the double quotation marks are +# transliterated to 0x22. +# +# This catalog furthermore displays the text between the quotation marks in +# bold face, assuming the VT100/XTerm escape sequences. +# diff --git a/project/jni/application/ltris-1.0.15/po/en@quot.header b/project/jni/application/ltris-1.0.15/po/en@quot.header new file mode 100644 index 000000000..a9647fc35 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/en@quot.header @@ -0,0 +1,22 @@ +# All this catalog "translates" are quotation characters. +# The msgids must be ASCII and therefore cannot contain real quotation +# characters, only substitutes like grave accent (0x60), apostrophe (0x27) +# and double quote (0x22). These substitutes look strange; see +# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html +# +# This catalog translates grave accent (0x60) and apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019). +# It also translates pairs of apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019) +# and pairs of quotation mark (0x22) to +# left double quotation mark (U+201C) and right double quotation mark (U+201D). +# +# When output to an UTF-8 terminal, the quotation characters appear perfectly. +# When output to an ISO-8859-1 terminal, the single quotation marks are +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to +# grave/acute accent (by libiconv), and the double quotation marks are +# transliterated to 0x22. +# When output to an ASCII terminal, the single quotation marks are +# transliterated to apostrophes, and the double quotation marks are +# transliterated to 0x22. +# diff --git a/project/jni/application/ltris-1.0.15/po/fr.gmo b/project/jni/application/ltris-1.0.15/po/fr.gmo new file mode 100644 index 000000000..7f6b6bf94 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/po/fr.gmo differ diff --git a/project/jni/application/ltris-1.0.15/po/fr.po b/project/jni/application/ltris-1.0.15/po/fr.po new file mode 100644 index 000000000..046574c1c --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/fr.po @@ -0,0 +1,676 @@ +# translation of fr.po to francais +# Portuguese translations for ltris package. +# Copyright (C) 2008 Michael Speck +# This file is distributed under the same license as the ltris package. +# +# jose , 2008. +# Jose Jorge , 2008. +# Jose Jorge , 2008. +msgid "" +msgstr "" +"Project-Id-Version: fr\n" +"Report-Msgid-Bugs-To: lgames.sf.net/contact.php\n" +"POT-Creation-Date: 2009-12-25 10:55+0100\n" +"PO-Revision-Date: 2008-03-30 22:49+0200\n" +"Last-Translator: Jose Jorge \n" +"Language-Team: francais \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/manager.c:65 +msgid "Enable/disable these quick hints." +msgstr "Activer / Desactiver ces conseils." + +#: src/manager.c:66 +msgid "Set player controls and horizontal speed." +msgstr "" + +#: src/manager.c:67 +msgid "Here you may customize the graphical appearance of LTris." +msgstr "" + +#: src/manager.c:68 +msgid "Audio Settings." +msgstr "Reglages Audio." + +#: src/manager.c:69 +msgid "Get back to nasty work." +msgstr "" + +#: src/manager.c:70 +msgid "Setup and run a cool game!" +msgstr "" + +#: src/manager.c:71 +msgid "If animations disturb you you may turn them off." +msgstr "" + +#: src/manager.c:72 +msgid "You may play LTris either in window of fullscreen mode." +msgstr "" + +#: src/manager.c:73 +msgid "" +"If you don't want LTris to consume all of your CPU limit the frame rate." +msgstr "" + +#: src/manager.c:74 +msgid "" +"Horizontally move block either tile-by-tile or smooth. This is just eye-" +"candy and doesn't effect the moving speed at all." +msgstr "" + +#: src/manager.c:75 +msgid "" +"Drop block tile-by-tile or smooth.##NOTE: While tile-by-tile allows you to " +"move a block below a tile multiple times you'll only be able to do so one " +"time when choosing 'smooth'!#See 'Advanced Options/Collision Check' to " +"improve this." +msgstr "" + +#: src/manager.c:76 +msgid "" +"The less delay you take the faster the block will horizontally move and the " +"more sensitive the input is handled." +msgstr "" + +#: src/manager.c:77 +msgid "" +"Each control value needs a unique key for handling.##Left/Right: horizontal " +"movement#Rotate Left/Right: block rotation#Down: faster Dropping#Drop: " +"INSTANT drop" +msgstr "" + +#: src/manager.c:78 +msgid "Let's get it on!!!!" +msgstr "" + +#: src/manager.c:79 +msgid "Human player names. If you play against CPU it will be named as CPU-x." +msgstr "" + +#: src/manager.c:80 +#, c-format +msgid "" +"This is your starting level which will be ignored for game 'Figures' (you'll " +"always start at level 0 there).##Each starting level up adds you 1.5% score " +"in the end!" +msgstr "" + +#: src/manager.c:81 +#, c-format +msgid "" +"Enable/Disable block preview.##If disabled you'll gain 15% score in the end!" +msgstr "" + +#: src/manager.c:82 +msgid "" +"Shows guiding lines or a shadow of the currently dropping block so you see " +"where it'll hit the ground.##This option has no penalty/bonus." +msgstr "" + +#: src/manager.c:83 +msgid "Some multiplayer and CPU settings." +msgstr "" + +#: src/manager.c:84 +msgid "" +"A line send to your opponent's bowl will have this number of holes in it. " +"The more holes the harder it will be to remove this line so you should " +"choose a low value (e.g. 1 or 2) for long multiplayer games." +msgstr "" + +#: src/manager.c:85 +msgid "" +"This option controls how the holes in the lines are created when more than " +"one line is sent. If the option is on, the holes will appear randomly for " +"each line. If the option is off, all the lines that are sent in one go, will " +"have the holes in the same spot." +msgstr "" + +#: src/manager.c:86 +msgid "" +"You'll have to complete more than one line to send any lines to your " +"opponent. If this option is enabled all lines will be send else one will be " +"substracted.##If disabled:#3 Line send -> 2 lines received##If enabled:#3 " +"lines send -> 3 lines received" +msgstr "" + +#: src/manager.c:87 +msgid "" +"If this option is enabled your opponent will receive all four lines of your " +"tetris ignoring the 'Send All' setting." +msgstr "" + +#: src/manager.c:88 +msgid "" +"This is the delay in milliseconds the CPU waits before dropping a block." +msgstr "" + +#: src/manager.c:89 +msgid "" +"The more aggressive the style is the more priority is put on completing " +"multiple lines at the expense of a balanced bowl contents." +msgstr "" + +#: src/manager.c:90 +msgid "Some advanced options." +msgstr "" + +#: src/manager.c:91 +msgid "" +"Test the CPU analyze algorithm in cpu.c and give an average score for a " +"number of games." +msgstr "" + +#: src/manager.c:92 +msgid "" +"If you turn visualization off the results will be computed faster. If you " +"turn them on you can see a general game behaviour and judge the algorithm by " +"this behaviour." +msgstr "" + +#: src/manager.c:93 +msgid "" +"There are basically three different game types:##CLASSIC:#The classic tetris " +"game. Starts with an empty bowl and goes as long as you make it.#FIGURES:" +"#Each level a nice figure will be added to the ground of you bowl. From " +"level 7-12 there will be randomly appearing single tiles and from level " +"13-... there will be whole lines appearing at the bottom of your bowl. Fun!" +"#TWO/THREE-PLAYER:#Either play against other humans or CPU. If you complete " +"multiple lines they'll be send to your opponents according to the " +"multiplayer settings you made.##And in DEMO you can see your CPU do the " +"work. So relax! ;-)" +msgstr "" + +#: src/manager.c:99 +msgid "" +"If you turn this on the background will change every level else it's always " +"the same." +msgstr "" + +#: src/manager.c:100 +msgid "" +"If you enable this option the keystate of either the 'Down' key or all the " +"keys are cleared so you can't accidently move the next block." +msgstr "" + +#: src/manager.c:101 +msgid "" +"If this is enabled the preview in Two-Player is centered in the middle of " +"the screen instead that one is drawn at the bottom and one at the top." +msgstr "" + +#: src/manager.c:102 +msgid "" +"This option is only useful when 'Graphics/Drop' is 'Smooth'#(In opposite to " +"'Tile-By-Tile' the block is inserted as soon as it hits the ground giving no " +"possibility to move the block below another one.)#If you set this option to " +"'Async' you may move the block below others but on the cost of slight " +"graphical errors." +msgstr "" + +#: src/manager.c:107 +msgid "" +"In expert mode the propabilities for the next blocks are uneven to give a " +"block that is most likely difficult to fit anywhere. The game becomes really " +"hard by this so all score is doubled in the end." +msgstr "" + +#: src/manager.c:110 +msgid "" +"If ON all players will get exactly the same blocks. So there is no " +"disadvantage to any player due to random blocks. This does not work in " +"expert mode as the block selection depends on your actions there." +msgstr "" + +#: src/manager.c:139 src/manager.c:140 +msgid "" +msgstr "" + +#: src/manager.c:140 +#, c-format +msgid "You cannot delete '%s'!\n" +msgstr "" + +#: src/manager.c:209 +msgid "No Limit" +msgstr "" + +#: src/manager.c:209 +msgid "50 FPS" +msgstr "50 IPS" + +#: src/manager.c:209 +msgid "100 FPS" +msgstr "100 IPS" + +#: src/manager.c:209 +msgid "200 FPS" +msgstr "200 IPS" + +#: src/manager.c:210 +msgid "Defensive" +msgstr "Defensif" + +#: src/manager.c:210 +msgid "Normal" +msgstr "" + +#: src/manager.c:210 +msgid "Aggressive" +msgstr "" + +#: src/manager.c:210 +msgid "Kamikaze" +msgstr "" + +#: src/manager.c:211 src/manager.c:322 src/manager.c:332 src/manager.c:352 +#: src/manager.c:354 src/manager.c:356 src/manager.c:363 src/manager.c:366 +#: src/manager.c:367 src/manager.c:368 src/manager.c:426 src/manager.c:430 +#: src/manager.c:435 +msgid "Off" +msgstr "" + +#: src/manager.c:211 +msgid "Shadow" +msgstr "" + +#: src/manager.c:211 +msgid "Lines" +msgstr "" + +#: src/manager.c:212 +msgid "None" +msgstr "" + +#: src/manager.c:212 src/value.c:44 +msgid "Down" +msgstr "" + +#: src/manager.c:212 +msgid "All" +msgstr "" + +#: src/manager.c:278 +msgid "Menu" +msgstr "" + +#: src/manager.c:279 src/manager.c:301 src/manager.c:314 +msgid "Graphics" +msgstr "" + +#: src/manager.c:280 src/manager.c:295 +msgid "New Game" +msgstr "Nouveau jeu" + +#: src/manager.c:281 src/manager.c:300 src/manager.c:313 +msgid "Controls" +msgstr "Controles" + +#: src/manager.c:282 src/manager.c:375 +msgid "Player1" +msgstr "Joueur1" + +#: src/manager.c:283 src/manager.c:376 +msgid "Player2" +msgstr "Joueur2" + +#: src/manager.c:284 src/manager.c:377 +msgid "Player3" +msgstr "Joueur3" + +#: src/manager.c:285 src/manager.c:359 +msgid "Multiplayer Options" +msgstr "Options Multijoueurs" + +#: src/manager.c:286 src/manager.c:308 +msgid "Advanced Options" +msgstr "Options Avancees" + +#: src/manager.c:288 src/manager.c:298 +msgid "Options" +msgstr "Options" + +#: src/manager.c:291 src/manager.c:303 src/manager.c:305 src/manager.c:315 +#: src/manager.c:316 +msgid "Audio" +msgstr "Audio" + +#: src/manager.c:310 src/menu.c:171 +msgid "Quit" +msgstr "Quitter" + +#: src/manager.c:318 src/manager.c:329 src/manager.c:342 src/manager.c:361 +#: src/manager.c:373 src/manager.c:381 src/manager.c:414 src/manager.c:419 +#: src/manager.c:424 src/manager.c:438 src/menu.c:168 +msgid "Back" +msgstr "Revenir" + +#: src/manager.c:322 +msgid "Sound:" +msgstr "Son:" + +#: src/manager.c:322 src/manager.c:332 src/manager.c:352 src/manager.c:354 +#: src/manager.c:356 src/manager.c:363 src/manager.c:366 src/manager.c:367 +#: src/manager.c:368 src/manager.c:426 src/manager.c:430 src/manager.c:435 +msgid "On" +msgstr "Oui" + +#: src/manager.c:325 +msgid "Volume:" +msgstr "Volume:" + +#: src/manager.c:332 +msgid "Animations:" +msgstr "Animations:" + +#: src/manager.c:333 +msgid "Move:" +msgstr "Mouvements:" + +#: src/manager.c:333 src/manager.c:334 +msgid "Tile By Tile" +msgstr "Pas a Pas" + +#: src/manager.c:333 src/manager.c:334 +msgid "Smooth" +msgstr "Fluides" + +#: src/manager.c:334 src/manager.c:388 src/manager.c:394 src/manager.c:400 +msgid "Drop:" +msgstr "Lacher:" + +#: src/manager.c:335 +msgid "Change Background:" +msgstr "Changer le fond:" + +#: src/manager.c:335 +msgid "Yes" +msgstr "Oui" + +#: src/manager.c:335 +msgid "No" +msgstr "Non" + +#: src/manager.c:337 +msgid "Display:" +msgstr "Affichage:" + +#: src/manager.c:337 +msgid "Window" +msgstr "Fenetre" + +#: src/manager.c:337 +msgid "Fullscreen" +msgstr "Plein ecran" + +#: src/manager.c:340 +msgid "Frame Rate:" +msgstr "" + +#: src/manager.c:344 +msgid "Start Game" +msgstr "Commencer le Jeu" + +#: src/manager.c:346 +msgid "1st Player:" +msgstr "1er Joueur:" + +#: src/manager.c:347 +msgid "2nd Player:" +msgstr "2nd Joueur:" + +#: src/manager.c:348 +msgid "3rd Player:" +msgstr "3eme Joueur:" + +#: src/manager.c:350 +msgid "Game:" +msgstr "Jeu:" + +#: src/manager.c:351 +msgid "Starting Level:" +msgstr "Niveau Initial:" + +#: src/manager.c:352 +msgid "Preview:" +msgstr "" + +#: src/manager.c:353 +msgid "Help:" +msgstr "Aide:" + +#: src/manager.c:354 +msgid "Expert Mode:" +msgstr "" + +#: src/manager.c:356 +msgid "Slow:" +msgstr "" + +#: src/manager.c:363 +msgid "Same Blocks For All:" +msgstr "" + +#: src/manager.c:365 +msgid "Holes:" +msgstr "" + +#: src/manager.c:366 +msgid "Random Holes:" +msgstr "" + +#: src/manager.c:367 +msgid "Send All Lines:" +msgstr "" + +#: src/manager.c:368 +msgid "Always Send Tetris:" +msgstr "" + +#: src/manager.c:370 +msgid "CPU Style:" +msgstr "" + +#: src/manager.c:371 +msgid "CPU Drop Delay:" +msgstr "" + +#: src/manager.c:379 +msgid "Horizontal Delay:" +msgstr "" + +#: src/manager.c:383 src/manager.c:389 src/manager.c:395 +msgid "Left:" +msgstr "" + +#: src/manager.c:384 src/manager.c:390 src/manager.c:396 +msgid "Right:" +msgstr "" + +#: src/manager.c:385 src/manager.c:391 src/manager.c:397 +msgid "Rotate Left:" +msgstr "" + +#: src/manager.c:386 src/manager.c:392 src/manager.c:398 +msgid "Rotate Right:" +msgstr "" + +#: src/manager.c:387 src/manager.c:393 src/manager.c:399 +msgid "Down:" +msgstr "" + +#: src/manager.c:426 +msgid "Quick Help:" +msgstr "" + +#: src/manager.c:429 +msgid "Clear Keystate:" +msgstr "" + +#: src/manager.c:430 +msgid "Center Preview:" +msgstr "" + +#: src/manager.c:431 +msgid "Collision Check:" +msgstr "" + +#: src/manager.c:431 +msgid "Sync" +msgstr "" + +#: src/manager.c:431 +msgid "Async" +msgstr "" + +#: src/manager.c:434 +msgid "Test CPU Algorithm" +msgstr "" + +#: src/manager.c:435 +msgid "Visualization" +msgstr "" + +#: src/tetris.c:129 +msgid "y" +msgstr "" + +#: src/tetris.c:130 +msgid "n" +msgstr "" + +#: src/tetris.c:392 +msgid "End Game? y/n" +msgstr "Terminer le jeu? y/n" + +#: src/bowl.c:523 src/bowl.c:524 +msgid "Game Over" +msgstr "Jeu Termine" + +#: src/bowl.c:1233 +#, c-format +msgid "%i Lvl: %i" +msgstr "%i Lvl: %i" + +#: src/bowl.c:1479 +msgid "Player:" +msgstr "Joueur:" + +#: src/bowl.c:1483 +msgid "Score:" +msgstr "Points:" + +#: src/bowl.c:1485 +msgid "Lines:" +msgstr "Lignes:" + +#: src/chart.c:187 +msgid "Name Level Score" +msgstr "Nom Niveau Points" + +#: src/chart.c:212 +msgid "Level" +msgstr "Niveau" + +#: src/main.c:66 +msgid "Demo" +msgstr "" + +#: src/main.c:67 +msgid "Classic" +msgstr "Classique" + +#: src/main.c:68 +msgid "Figures" +msgstr "Figures" + +#: src/main.c:69 +msgid "Vs Human" +msgstr "" + +#: src/main.c:70 +msgid "Vs CPU" +msgstr "" + +#: src/main.c:71 +msgid "Vs Human&Human" +msgstr "" + +#: src/main.c:72 +msgid "Vs Human&CPU" +msgstr "" + +#: src/main.c:73 +msgid "Vs CPU&CPU" +msgstr "" + +#: src/value.c:40 +msgid "Space" +msgstr "" + +#: src/value.c:41 +msgid "Left" +msgstr "" + +#: src/value.c:42 +msgid "Right" +msgstr "" + +#: src/value.c:43 +msgid "Up" +msgstr "" + +#: src/value.c:45 +msgid "Right Shift" +msgstr "" + +#: src/value.c:46 +msgid "Left Shift" +msgstr "" + +#: src/value.c:47 +msgid "Right Ctrl" +msgstr "" + +#: src/value.c:48 +msgid "Left Ctrl" +msgstr "" + +#: src/value.c:49 +msgid "Right Alt" +msgstr "" + +#: src/value.c:50 +msgid "Left Alt" +msgstr "" + +#: src/value.c:51 +msgid "Insert" +msgstr "" + +#: src/value.c:52 +msgid "End" +msgstr "" + +#: src/value.c:53 +msgid "PageUp" +msgstr "" + +#: src/value.c:54 +msgid "PageDown" +msgstr "" + +#: src/value.c:55 +msgid "Home" +msgstr "" + +#~ msgid "Two-Player" +#~ msgstr "2 Joueurs" + +#~ msgid "Three-Player" +#~ msgstr "3 Joueurs" diff --git a/project/jni/application/ltris-1.0.15/po/insert-header.sin b/project/jni/application/ltris-1.0.15/po/insert-header.sin new file mode 100644 index 000000000..b26de01f6 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/insert-header.sin @@ -0,0 +1,23 @@ +# Sed script that inserts the file called HEADER before the header entry. +# +# At each occurrence of a line starting with "msgid ", we execute the following +# commands. At the first occurrence, insert the file. At the following +# occurrences, do nothing. The distinction between the first and the following +# occurrences is achieved by looking at the hold space. +/^msgid /{ +x +# Test if the hold space is empty. +s/m/m/ +ta +# Yes it was empty. First occurrence. Read the file. +r HEADER +# Output the file's contents by reading the next line. But don't lose the +# current line while doing this. +g +N +bb +:a +# The hold space was nonempty. Following occurrences. Do nothing. +x +:b +} diff --git a/project/jni/application/ltris-1.0.15/po/it.gmo b/project/jni/application/ltris-1.0.15/po/it.gmo new file mode 100644 index 000000000..102dd6273 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/po/it.gmo differ diff --git a/project/jni/application/ltris-1.0.15/po/it.po b/project/jni/application/ltris-1.0.15/po/it.po new file mode 100644 index 000000000..76ac89a4c --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/it.po @@ -0,0 +1,737 @@ +# Italian translations for ltris package +# Traduzioni italiane per il pacchetto ltris.. +# Copyright (C) 2010 Michael Speck +# This file is distributed under the same license as the ltris package. +# Desty Nova , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: ltris 1.0.14\n" +"Report-Msgid-Bugs-To: lgames.sf.net/contact.php\n" +"POT-Creation-Date: 2009-12-25 10:55+0100\n" +"PO-Revision-Date: 2010-04-12 00:10+0100\n" +"Last-Translator: Desty Nova \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/manager.c:65 +msgid "Enable/disable these quick hints." +msgstr "Abilita/disabilita questi suggerimenti." + +#: src/manager.c:66 +msgid "Set player controls and horizontal speed." +msgstr "Configura i controlli del giocatore e la velocita' orizzontale." + +#: src/manager.c:67 +msgid "Here you may customize the graphical appearance of LTris." +msgstr "Qui puoi personalizzare l'aspetto grafico di LTris." + +#: src/manager.c:68 +msgid "Audio Settings." +msgstr "Configurazioni Audio." + +#: src/manager.c:69 +msgid "Get back to nasty work." +msgstr "Torna allo sporco lavoro." + +#: src/manager.c:70 +msgid "Setup and run a cool game!" +msgstr "Configura ed avvia un gioco figo!" + +#: src/manager.c:71 +msgid "If animations disturb you you may turn them off." +msgstr "Se le animazioni ti disturbano puoi disattivarle." + +#: src/manager.c:72 +msgid "You may play LTris either in window of fullscreen mode." +msgstr "Puoi giocare LTris sia in finestra che in modalita' schermo intero." + +#: src/manager.c:73 +msgid "" +"If you don't want LTris to consume all of your CPU limit the frame rate." +msgstr "Se non vuoi che LTris consumi tutta la tua CPU limita il frame rate." + +#: src/manager.c:74 +msgid "" +"Horizontally move block either tile-by-tile or smooth. This is just eye-" +"candy and doesn't effect the moving speed at all." +msgstr "" +"Muove orizzontalmente il blocco pezzo-per-pezzo o liscio. Questo e' solo un " +"abbellimento e non influisce affatto sulla velocita' di movimento." + +#: src/manager.c:75 +msgid "" +"Drop block tile-by-tile or smooth.##NOTE: While tile-by-tile allows you to " +"move a block below a tile multiple times you'll only be able to do so one " +"time when choosing 'smooth'!#See 'Advanced Options/Collision Check' to " +"improve this." +msgstr "" +"Caduta blocco pezzo-per-pezzo o liscio.#NOTA: Mentre pezzo-per-pezzo ti " +"permette di muovere un blocco sotto un pezzo molte volte, sarai in grado di " +"farlo solo una volta scegliendo 'liscio'!#Vedi 'Opzioni Avanzate/Check " +"Collisione' per migliorare questo." + +#: src/manager.c:76 +msgid "" +"The less delay you take the faster the block will horizontally move and the " +"more sensitive the input is handled." +msgstr "" +"Meno ritardo prendi piu' velocemente il blocco si muovera' orizzontalmente e " +"piu' sensibile e' la gestione dell'ingresso." + +#: src/manager.c:77 +msgid "" +"Each control value needs a unique key for handling.##Left/Right: horizontal " +"movement#Rotate Left/Right: block rotation#Down: faster Dropping#Drop: " +"INSTANT drop" +msgstr "" +"Ogni valore di controllo ha bisogno di un tasto unico.##Sinistra/Destra: " +"movimento orizzontale#Ruota Sinistra/Destra: rotazione del blocco#Giu': " +"Caduta veloce#Caduta: Caduta ISTANTANEA" + +#: src/manager.c:78 +msgid "Let's get it on!!!!" +msgstr "Andiamo avanti!!!" + +#: src/manager.c:79 +msgid "Human player names. If you play against CPU it will be named as CPU-x." +msgstr "" +"Nomi dei giocatori umani. se giochi contro la CPU sara' nominata come CPU-x." + +#: src/manager.c:80 +#, fuzzy, c-format +msgid "" +"This is your starting level which will be ignored for game 'Figures' (you'll " +"always start at level 0 there).##Each starting level up adds you 1.5% score " +"in the end!" +msgstr "" +"Questo è il tuo livello di partenza che sarà ignorato per partite " +"'Figure' (inizierai sempre dal livello 0 là).##Ogni livello di partenza in " +"più aggiunge 1,5% di punteggio alla fine!" + +#: src/manager.c:81 +#, fuzzy, c-format +msgid "" +"Enable/Disable block preview.##If disabled you'll gain 15% score in the end!" +msgstr "" +"Abilita/Disabilita anteprima blocco.##Se disabilitata guadagnerai un 15% di " +"punteggio alla fine!" + +#: src/manager.c:82 +msgid "" +"Shows guiding lines or a shadow of the currently dropping block so you see " +"where it'll hit the ground.##This option has no penalty/bonus." +msgstr "" +"Mostra linee guida o un'ombra del blocco che sta cadendo cosi' puoi vedere " +"dove atterrera'.##Questa opzione non ha penalita'/bonus." + +#: src/manager.c:83 +msgid "Some multiplayer and CPU settings." +msgstr "Alcune configurazioni multigiocatore e CPU." + +#: src/manager.c:84 +msgid "" +"A line send to your opponent's bowl will have this number of holes in it. " +"The more holes the harder it will be to remove this line so you should " +"choose a low value (e.g. 1 or 2) for long multiplayer games." +msgstr "" +"Una linea inviata al recipiente del tuo avversario avra' questo numero di " +"buchi. Piu' buchi ci sono e piu' sara' difficile rimuovere questa linea, " +"cosi' dovresti scegliere un valore basso (es. 1 o 2) per partite " +"multigiocatore lunghe." + +#: src/manager.c:85 +msgid "" +"This option controls how the holes in the lines are created when more than " +"one line is sent. If the option is on, the holes will appear randomly for " +"each line. If the option is off, all the lines that are sent in one go, will " +"have the holes in the same spot." +msgstr "" +"Questa opzione controlla come i buchi nelle linee vengono creati quando piu' " +"di una linea e' inviata. Se l'opzione e' accesa, i buchi appariranno " +"casualmente per ogni linea. Se l'opzione e' spenta, tutte le linee che sono " +"inviate insieme, avranno i buchi nel solito punto." + +#: src/manager.c:86 +msgid "" +"You'll have to complete more than one line to send any lines to your " +"opponent. If this option is enabled all lines will be send else one will be " +"substracted.##If disabled:#3 Line send -> 2 lines received##If enabled:#3 " +"lines send -> 3 lines received" +msgstr "" +"Dovrai completare piu' di una linea per inviare qualsiasi linea al tuo " +"avversario. Se questa opzione e' abilitata tutte le linee saranno inviate " +"altrimenti una sara' sottratta.##Se disabilitata:#3 linee inviate -> 2 linee " +"ricevute##Se abilitata:#3 linee inviate -> 3 linee ricevute." + +#: src/manager.c:87 +msgid "" +"If this option is enabled your opponent will receive all four lines of your " +"tetris ignoring the 'Send All' setting." +msgstr "" +"Se questa opzione e' abilitata il tuo avversario ricevera' tutte e quattro " +"le linee del tuo tetris ignorando la configurazione 'Invia Tutte'." + +#: src/manager.c:88 +msgid "" +"This is the delay in milliseconds the CPU waits before dropping a block." +msgstr "" +"Questo e' il ritardo in millisencondi che la CPU aspetta prima di lasciar " +"cadere un blocco." + +#: src/manager.c:89 +msgid "" +"The more aggressive the style is the more priority is put on completing " +"multiple lines at the expense of a balanced bowl contents." +msgstr "" +"Piu' lo stile e' aggressivo piu' priorita' e' data al completamento di linee " +"multiple al costo di un contenuto del recipiente bilanciato." + +#: src/manager.c:90 +msgid "Some advanced options." +msgstr "Alcune opzioni avanzate." + +#: src/manager.c:91 +msgid "" +"Test the CPU analyze algorithm in cpu.c and give an average score for a " +"number of games." +msgstr "" +"Esamina l'algoritmo di analisi della CPU in cpu.c e da' un punteggio medio " +"per un numero di partite." + +#: src/manager.c:92 +msgid "" +"If you turn visualization off the results will be computed faster. If you " +"turn them on you can see a general game behaviour and judge the algorithm by " +"this behaviour." +msgstr "" +"Se spengi la visualizzazione i risultati verranno calcolati piu' " +"velocemente. Se la accendi potrai vedere il comportamento generale del gioco " +"e giudicare l'algoritmo da questo comportamento." + +#: src/manager.c:93 +msgid "" +"There are basically three different game types:##CLASSIC:#The classic tetris " +"game. Starts with an empty bowl and goes as long as you make it.#FIGURES:" +"#Each level a nice figure will be added to the ground of you bowl. From " +"level 7-12 there will be randomly appearing single tiles and from level " +"13-... there will be whole lines appearing at the bottom of your bowl. Fun!" +"#TWO/THREE-PLAYER:#Either play against other humans or CPU. If you complete " +"multiple lines they'll be send to your opponents according to the " +"multiplayer settings you made.##And in DEMO you can see your CPU do the " +"work. So relax! ;-)" +msgstr "" +"Ci sono di base tre tipi di gioco diversi:##CLASSICO:#Il classico tetris. " +"Inizia con un recipiente vuoto e continua finche' ce la fai.#FIGURE:#Ad ogni " +"livello una figura carina sara' aggiunta al fondo del tuo recipiente. Dal " +"livello 7-12 ci saranno singoli pezzi che appaiono a caso e dal livello " +"13-... ci saranno intere linee che appaiono sul fondo del tuo recipiente. " +"Divertente!#DUE/TRE-GIOCATORI:#Gioca sia contro altri umani che la CPU. Se " +"completi linee multiple saranno inviate ai tuoi avversari secondo le " +"configurazioni multigiocatore che hai scelto.## E in DEMO puoi vedere la tua " +"CPU fare il lavoro. Quindi rilassati! ;-)" + +#: src/manager.c:99 +msgid "" +"If you turn this on the background will change every level else it's always " +"the same." +msgstr "" +"Se abiliti questo, lo sfondo cambiera' ad ogni livello altrimenti restera' " +"sempre lo stesso." + +#: src/manager.c:100 +msgid "" +"If you enable this option the keystate of either the 'Down' key or all the " +"keys are cleared so you can't accidently move the next block." +msgstr "" +"Se abiliti questa opzione il keystate del tasto 'Giu'' o di tutti i tasti " +"viene ripulito cosi' che non puoi muovere accidentalmente il prossimo blocco." + +#: src/manager.c:101 +msgid "" +"If this is enabled the preview in Two-Player is centered in the middle of " +"the screen instead that one is drawn at the bottom and one at the top." +msgstr "" +"Se e' abilitato l'anteprima in Due-Giocatori e' centrata in mezzo allo " +"schermo invece che una disegnata sul fondo ed una in cima." + +#: src/manager.c:102 +msgid "" +"This option is only useful when 'Graphics/Drop' is 'Smooth'#(In opposite to " +"'Tile-By-Tile' the block is inserted as soon as it hits the ground giving no " +"possibility to move the block below another one.)#If you set this option to " +"'Async' you may move the block below others but on the cost of slight " +"graphical errors." +msgstr "" +"Questa opzione e' utile solamente quando 'Grafica/Caduta' e' 'Liscio'#" +"(opposto a 'Pezzo-Per-Pezzo' il blocco e' inserito appena colpisce il " +"terreno togliendo la possibilita' di muovere il blocco sotto un'altro.)#Se " +"configuri questa opzione a 'Async' puoi muovere il blocco sotto altri " +"blocchi ma al costo di errori grafici minori." + +#: src/manager.c:107 +msgid "" +"In expert mode the propabilities for the next blocks are uneven to give a " +"block that is most likely difficult to fit anywhere. The game becomes really " +"hard by this so all score is doubled in the end." +msgstr "" +"In modalita' esperto le probabilita' per i prossimi blocchi sono irregolari " +"per dare un blocco che e' piu' difficile da inserire ovunque. Il gioco " +"diventa davvero difficile e per questo tutto il punteggio e' raddoppiato " +"alla fine." + +#: src/manager.c:110 +msgid "" +"If ON all players will get exactly the same blocks. So there is no " +"disadvantage to any player due to random blocks. This does not work in " +"expert mode as the block selection depends on your actions there." +msgstr "" +"Se ACCESO tutti i giocatori otterranno esattamente gli stessi blocchi. Cosi' " +"non c'e' svantaggio per nessun giocatore per via di blocchi casuali. Non " +"funziona in modalita' esperto dato che la selezione del blocco dipende dalle " +"tue azioni la'." + +#: src/manager.c:139 src/manager.c:140 +msgid "" +msgstr "" + +#: src/manager.c:140 +#, c-format +msgid "You cannot delete '%s'!\n" +msgstr "Non puoi cancellare '%s'!\n" + +#: src/manager.c:209 +msgid "No Limit" +msgstr "Nessun Limite" + +#: src/manager.c:209 +msgid "50 FPS" +msgstr "50 FPS" + +#: src/manager.c:209 +msgid "100 FPS" +msgstr "100 FPS" + +#: src/manager.c:209 +msgid "200 FPS" +msgstr "200 FPS" + +#: src/manager.c:210 +msgid "Defensive" +msgstr "Difensivo" + +#: src/manager.c:210 +msgid "Normal" +msgstr "Normale" + +#: src/manager.c:210 +msgid "Aggressive" +msgstr "Aggressivo" + +#: src/manager.c:210 +msgid "Kamikaze" +msgstr "Kamikaze" + +#: src/manager.c:211 src/manager.c:322 src/manager.c:332 src/manager.c:352 +#: src/manager.c:354 src/manager.c:356 src/manager.c:363 src/manager.c:366 +#: src/manager.c:367 src/manager.c:368 src/manager.c:426 src/manager.c:430 +#: src/manager.c:435 +msgid "Off" +msgstr "Off" + +#: src/manager.c:211 +msgid "Shadow" +msgstr "Ombra" + +#: src/manager.c:211 +msgid "Lines" +msgstr "Linee" + +#: src/manager.c:212 +msgid "None" +msgstr "Nessuno" + +#: src/manager.c:212 src/value.c:44 +msgid "Down" +msgstr "Giu'" + +#: src/manager.c:212 +msgid "All" +msgstr "Tutto" + +#: src/manager.c:278 +msgid "Menu" +msgstr "Menu" + +#: src/manager.c:279 src/manager.c:301 src/manager.c:314 +msgid "Graphics" +msgstr "Grafica" + +#: src/manager.c:280 src/manager.c:295 +msgid "New Game" +msgstr "Nuova Partita" + +#: src/manager.c:281 src/manager.c:300 src/manager.c:313 +msgid "Controls" +msgstr "Controlli" + +#: src/manager.c:282 src/manager.c:375 +msgid "Player1" +msgstr "Giocatore1" + +#: src/manager.c:283 src/manager.c:376 +msgid "Player2" +msgstr "Giocatore2" + +#: src/manager.c:284 src/manager.c:377 +msgid "Player3" +msgstr "Giocatore3" + +#: src/manager.c:285 src/manager.c:359 +msgid "Multiplayer Options" +msgstr "Opzioni Multigiocatore" + +#: src/manager.c:286 src/manager.c:308 +msgid "Advanced Options" +msgstr "Opzioni Avanzate" + +#: src/manager.c:288 src/manager.c:298 +msgid "Options" +msgstr "Opzioni" + +#: src/manager.c:291 src/manager.c:303 src/manager.c:305 src/manager.c:315 +#: src/manager.c:316 +msgid "Audio" +msgstr "Audio" + +#: src/manager.c:310 src/menu.c:171 +msgid "Quit" +msgstr "Abbandona" + +#: src/manager.c:318 src/manager.c:329 src/manager.c:342 src/manager.c:361 +#: src/manager.c:373 src/manager.c:381 src/manager.c:414 src/manager.c:419 +#: src/manager.c:424 src/manager.c:438 src/menu.c:168 +msgid "Back" +msgstr "Indietro" + +#: src/manager.c:322 +msgid "Sound:" +msgstr "Suono:" + +#: src/manager.c:322 src/manager.c:332 src/manager.c:352 src/manager.c:354 +#: src/manager.c:356 src/manager.c:363 src/manager.c:366 src/manager.c:367 +#: src/manager.c:368 src/manager.c:426 src/manager.c:430 src/manager.c:435 +msgid "On" +msgstr "On" + +#: src/manager.c:325 +msgid "Volume:" +msgstr "Volume:" + +#: src/manager.c:332 +msgid "Animations:" +msgstr "Animazioni:" + +#: src/manager.c:333 +msgid "Move:" +msgstr "Muovi:" + +#: src/manager.c:333 src/manager.c:334 +msgid "Tile By Tile" +msgstr "Pezzo Per Pezzo:" + +#: src/manager.c:333 src/manager.c:334 +msgid "Smooth" +msgstr "Liscio" + +#: src/manager.c:334 src/manager.c:388 src/manager.c:394 src/manager.c:400 +msgid "Drop:" +msgstr "Caduta:" + +#: src/manager.c:335 +msgid "Change Background:" +msgstr "Cambia Sfondo:" + +#: src/manager.c:335 +msgid "Yes" +msgstr "Si" + +#: src/manager.c:335 +msgid "No" +msgstr "No" + +#: src/manager.c:337 +msgid "Display:" +msgstr "Display:" + +#: src/manager.c:337 +msgid "Window" +msgstr "Finestra" + +#: src/manager.c:337 +msgid "Fullscreen" +msgstr "Schermo intero" + +#: src/manager.c:340 +msgid "Frame Rate:" +msgstr "Frame Rate:" + +#: src/manager.c:344 +msgid "Start Game" +msgstr "Inizio Gioco" + +#: src/manager.c:346 +msgid "1st Player:" +msgstr "I Giocatore:" + +#: src/manager.c:347 +msgid "2nd Player:" +msgstr "II Giocatore:" + +#: src/manager.c:348 +msgid "3rd Player:" +msgstr "III Giocatore:" + +#: src/manager.c:350 +msgid "Game:" +msgstr "Gioco:" + +#: src/manager.c:351 +msgid "Starting Level:" +msgstr "Livello Di Inizio:" + +#: src/manager.c:352 +msgid "Preview:" +msgstr "Anteprima:" + +#: src/manager.c:353 +msgid "Help:" +msgstr "Aiuto:" + +#: src/manager.c:354 +msgid "Expert Mode:" +msgstr "Modalita' Esperto:" + +#: src/manager.c:356 +msgid "Slow:" +msgstr "Lento:" + +#: src/manager.c:363 +msgid "Same Blocks For All:" +msgstr "Stessi Blocchi A Tutti:" + +#: src/manager.c:365 +msgid "Holes:" +msgstr "Buchi:" + +#: src/manager.c:366 +msgid "Random Holes:" +msgstr "Buchi Casuali:" + +#: src/manager.c:367 +msgid "Send All Lines:" +msgstr "Invia Tutte Le Linee:" + +#: src/manager.c:368 +msgid "Always Send Tetris:" +msgstr "Invia Sempre Tetris:" + +#: src/manager.c:370 +msgid "CPU Style:" +msgstr "Stile CPU:" + +#: src/manager.c:371 +msgid "CPU Drop Delay:" +msgstr "Ritardo Drop CPU:" + +#: src/manager.c:379 +msgid "Horizontal Delay:" +msgstr "Ritardo Orizzontale:" + +#: src/manager.c:383 src/manager.c:389 src/manager.c:395 +msgid "Left:" +msgstr "Sinistra:" + +#: src/manager.c:384 src/manager.c:390 src/manager.c:396 +msgid "Right:" +msgstr "Destra:" + +#: src/manager.c:385 src/manager.c:391 src/manager.c:397 +msgid "Rotate Left:" +msgstr "Ruota a Sinistra:" + +#: src/manager.c:386 src/manager.c:392 src/manager.c:398 +msgid "Rotate Right:" +msgstr "Ruota a Destra:" + +#: src/manager.c:387 src/manager.c:393 src/manager.c:399 +msgid "Down:" +msgstr "Giu':" + +#: src/manager.c:426 +msgid "Quick Help:" +msgstr "Aiuto Rapido:" + +#: src/manager.c:429 +msgid "Clear Keystate:" +msgstr "Pulisci Keystate:" + +#: src/manager.c:430 +msgid "Center Preview:" +msgstr "Anteprima Centro:" + +#: src/manager.c:431 +msgid "Collision Check:" +msgstr "Check Collisione:" + +#: src/manager.c:431 +msgid "Sync" +msgstr "Sync" + +#: src/manager.c:431 +msgid "Async" +msgstr "Async" + +#: src/manager.c:434 +msgid "Test CPU Algorithm" +msgstr "Test Algoritmo CPU" + +#: src/manager.c:435 +msgid "Visualization" +msgstr "Visualizzazione" + +#: src/tetris.c:129 +msgid "y" +msgstr "s" + +#: src/tetris.c:130 +msgid "n" +msgstr "n" + +#: src/tetris.c:392 +msgid "End Game? y/n" +msgstr "Fine Gioco? s/n" + +#: src/bowl.c:523 src/bowl.c:524 +msgid "Game Over" +msgstr "Game Over" + +#: src/bowl.c:1233 +#, c-format +msgid "%i Lvl: %i" +msgstr "%i Lvl: %i" + +#: src/bowl.c:1479 +msgid "Player:" +msgstr "Giocatore:" + +#: src/bowl.c:1483 +msgid "Score:" +msgstr "Punti:" + +#: src/bowl.c:1485 +msgid "Lines:" +msgstr "Linee:" + +#: src/chart.c:187 +msgid "Name Level Score" +msgstr "Nome Livello Punti" + +#: src/chart.c:212 +msgid "Level" +msgstr "Livello" + +#: src/main.c:66 +msgid "Demo" +msgstr "Demo" + +#: src/main.c:67 +msgid "Classic" +msgstr "Classico" + +#: src/main.c:68 +msgid "Figures" +msgstr "Figure" + +#: src/main.c:69 +msgid "Vs Human" +msgstr "Vs Umano" + +#: src/main.c:70 +msgid "Vs CPU" +msgstr "Vs CPU" + +#: src/main.c:71 +msgid "Vs Human&Human" +msgstr "Vs Umano&Umano" + +#: src/main.c:72 +msgid "Vs Human&CPU" +msgstr "Vs Umano&CPU" + +#: src/main.c:73 +msgid "Vs CPU&CPU" +msgstr "Vs CPU&CPU" + +#: src/value.c:40 +msgid "Space" +msgstr "Spazio" + +#: src/value.c:41 +msgid "Left" +msgstr "Sinistra" + +#: src/value.c:42 +msgid "Right" +msgstr "Destra" + +#: src/value.c:43 +msgid "Up" +msgstr "Su" + +#: src/value.c:45 +msgid "Right Shift" +msgstr "Shift Destro" + +#: src/value.c:46 +msgid "Left Shift" +msgstr "Shift Sinistro" + +#: src/value.c:47 +msgid "Right Ctrl" +msgstr "Ctrl Destro" + +#: src/value.c:48 +msgid "Left Ctrl" +msgstr "Ctrl Sinistro" + +#: src/value.c:49 +msgid "Right Alt" +msgstr "Alt Destro" + +#: src/value.c:50 +msgid "Left Alt" +msgstr "Alt Sinistro" + +#: src/value.c:51 +msgid "Insert" +msgstr "Insert" + +#: src/value.c:52 +msgid "End" +msgstr "End" + +#: src/value.c:53 +msgid "PageUp" +msgstr "PagSu" + +#: src/value.c:54 +msgid "PageDown" +msgstr "PagGiù" + +#: src/value.c:55 +msgid "Home" +msgstr "Home" diff --git a/project/jni/application/ltris-1.0.15/po/ltris.pot b/project/jni/application/ltris-1.0.15/po/ltris.pot new file mode 100644 index 000000000..07133380f --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/ltris.pot @@ -0,0 +1,666 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Michael Speck +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: lgames.sf.net/contact.php\n" +"POT-Creation-Date: 2009-12-25 10:55+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/manager.c:65 +msgid "Enable/disable these quick hints." +msgstr "" + +#: src/manager.c:66 +msgid "Set player controls and horizontal speed." +msgstr "" + +#: src/manager.c:67 +msgid "Here you may customize the graphical appearance of LTris." +msgstr "" + +#: src/manager.c:68 +msgid "Audio Settings." +msgstr "" + +#: src/manager.c:69 +msgid "Get back to nasty work." +msgstr "" + +#: src/manager.c:70 +msgid "Setup and run a cool game!" +msgstr "" + +#: src/manager.c:71 +msgid "If animations disturb you you may turn them off." +msgstr "" + +#: src/manager.c:72 +msgid "You may play LTris either in window of fullscreen mode." +msgstr "" + +#: src/manager.c:73 +msgid "" +"If you don't want LTris to consume all of your CPU limit the frame rate." +msgstr "" + +#: src/manager.c:74 +msgid "" +"Horizontally move block either tile-by-tile or smooth. This is just eye-" +"candy and doesn't effect the moving speed at all." +msgstr "" + +#: src/manager.c:75 +msgid "" +"Drop block tile-by-tile or smooth.##NOTE: While tile-by-tile allows you to " +"move a block below a tile multiple times you'll only be able to do so one " +"time when choosing 'smooth'!#See 'Advanced Options/Collision Check' to " +"improve this." +msgstr "" + +#: src/manager.c:76 +msgid "" +"The less delay you take the faster the block will horizontally move and the " +"more sensitive the input is handled." +msgstr "" + +#: src/manager.c:77 +msgid "" +"Each control value needs a unique key for handling.##Left/Right: horizontal " +"movement#Rotate Left/Right: block rotation#Down: faster Dropping#Drop: " +"INSTANT drop" +msgstr "" + +#: src/manager.c:78 +msgid "Let's get it on!!!!" +msgstr "" + +#: src/manager.c:79 +msgid "Human player names. If you play against CPU it will be named as CPU-x." +msgstr "" + +#: src/manager.c:80 +#, c-format +msgid "" +"This is your starting level which will be ignored for game 'Figures' (you'll " +"always start at level 0 there).##Each starting level up adds you 1.5% score " +"in the end!" +msgstr "" + +#: src/manager.c:81 +#, c-format +msgid "" +"Enable/Disable block preview.##If disabled you'll gain 15% score in the end!" +msgstr "" + +#: src/manager.c:82 +msgid "" +"Shows guiding lines or a shadow of the currently dropping block so you see " +"where it'll hit the ground.##This option has no penalty/bonus." +msgstr "" + +#: src/manager.c:83 +msgid "Some multiplayer and CPU settings." +msgstr "" + +#: src/manager.c:84 +msgid "" +"A line send to your opponent's bowl will have this number of holes in it. " +"The more holes the harder it will be to remove this line so you should " +"choose a low value (e.g. 1 or 2) for long multiplayer games." +msgstr "" + +#: src/manager.c:85 +msgid "" +"This option controls how the holes in the lines are created when more than " +"one line is sent. If the option is on, the holes will appear randomly for " +"each line. If the option is off, all the lines that are sent in one go, will " +"have the holes in the same spot." +msgstr "" + +#: src/manager.c:86 +msgid "" +"You'll have to complete more than one line to send any lines to your " +"opponent. If this option is enabled all lines will be send else one will be " +"substracted.##If disabled:#3 Line send -> 2 lines received##If enabled:#3 " +"lines send -> 3 lines received" +msgstr "" + +#: src/manager.c:87 +msgid "" +"If this option is enabled your opponent will receive all four lines of your " +"tetris ignoring the 'Send All' setting." +msgstr "" + +#: src/manager.c:88 +msgid "" +"This is the delay in milliseconds the CPU waits before dropping a block." +msgstr "" + +#: src/manager.c:89 +msgid "" +"The more aggressive the style is the more priority is put on completing " +"multiple lines at the expense of a balanced bowl contents." +msgstr "" + +#: src/manager.c:90 +msgid "Some advanced options." +msgstr "" + +#: src/manager.c:91 +msgid "" +"Test the CPU analyze algorithm in cpu.c and give an average score for a " +"number of games." +msgstr "" + +#: src/manager.c:92 +msgid "" +"If you turn visualization off the results will be computed faster. If you " +"turn them on you can see a general game behaviour and judge the algorithm by " +"this behaviour." +msgstr "" + +#: src/manager.c:93 +msgid "" +"There are basically three different game types:##CLASSIC:#The classic tetris " +"game. Starts with an empty bowl and goes as long as you make it.#FIGURES:" +"#Each level a nice figure will be added to the ground of you bowl. From " +"level 7-12 there will be randomly appearing single tiles and from level " +"13-... there will be whole lines appearing at the bottom of your bowl. Fun!" +"#TWO/THREE-PLAYER:#Either play against other humans or CPU. If you complete " +"multiple lines they'll be send to your opponents according to the " +"multiplayer settings you made.##And in DEMO you can see your CPU do the " +"work. So relax! ;-)" +msgstr "" + +#: src/manager.c:99 +msgid "" +"If you turn this on the background will change every level else it's always " +"the same." +msgstr "" + +#: src/manager.c:100 +msgid "" +"If you enable this option the keystate of either the 'Down' key or all the " +"keys are cleared so you can't accidently move the next block." +msgstr "" + +#: src/manager.c:101 +msgid "" +"If this is enabled the preview in Two-Player is centered in the middle of " +"the screen instead that one is drawn at the bottom and one at the top." +msgstr "" + +#: src/manager.c:102 +msgid "" +"This option is only useful when 'Graphics/Drop' is 'Smooth'#(In opposite to " +"'Tile-By-Tile' the block is inserted as soon as it hits the ground giving no " +"possibility to move the block below another one.)#If you set this option to " +"'Async' you may move the block below others but on the cost of slight " +"graphical errors." +msgstr "" + +#: src/manager.c:107 +msgid "" +"In expert mode the propabilities for the next blocks are uneven to give a " +"block that is most likely difficult to fit anywhere. The game becomes really " +"hard by this so all score is doubled in the end." +msgstr "" + +#: src/manager.c:110 +msgid "" +"If ON all players will get exactly the same blocks. So there is no " +"disadvantage to any player due to random blocks. This does not work in " +"expert mode as the block selection depends on your actions there." +msgstr "" + +#: src/manager.c:139 src/manager.c:140 +msgid "" +msgstr "" + +#: src/manager.c:140 +#, c-format +msgid "You cannot delete '%s'!\n" +msgstr "" + +#: src/manager.c:209 +msgid "No Limit" +msgstr "" + +#: src/manager.c:209 +msgid "50 FPS" +msgstr "" + +#: src/manager.c:209 +msgid "100 FPS" +msgstr "" + +#: src/manager.c:209 +msgid "200 FPS" +msgstr "" + +#: src/manager.c:210 +msgid "Defensive" +msgstr "" + +#: src/manager.c:210 +msgid "Normal" +msgstr "" + +#: src/manager.c:210 +msgid "Aggressive" +msgstr "" + +#: src/manager.c:210 +msgid "Kamikaze" +msgstr "" + +#: src/manager.c:211 src/manager.c:322 src/manager.c:332 src/manager.c:352 +#: src/manager.c:354 src/manager.c:356 src/manager.c:363 src/manager.c:366 +#: src/manager.c:367 src/manager.c:368 src/manager.c:426 src/manager.c:430 +#: src/manager.c:435 +msgid "Off" +msgstr "" + +#: src/manager.c:211 +msgid "Shadow" +msgstr "" + +#: src/manager.c:211 +msgid "Lines" +msgstr "" + +#: src/manager.c:212 +msgid "None" +msgstr "" + +#: src/manager.c:212 src/value.c:44 +msgid "Down" +msgstr "" + +#: src/manager.c:212 +msgid "All" +msgstr "" + +#: src/manager.c:278 +msgid "Menu" +msgstr "" + +#: src/manager.c:279 src/manager.c:301 src/manager.c:314 +msgid "Graphics" +msgstr "" + +#: src/manager.c:280 src/manager.c:295 +msgid "New Game" +msgstr "" + +#: src/manager.c:281 src/manager.c:300 src/manager.c:313 +msgid "Controls" +msgstr "" + +#: src/manager.c:282 src/manager.c:375 +msgid "Player1" +msgstr "" + +#: src/manager.c:283 src/manager.c:376 +msgid "Player2" +msgstr "" + +#: src/manager.c:284 src/manager.c:377 +msgid "Player3" +msgstr "" + +#: src/manager.c:285 src/manager.c:359 +msgid "Multiplayer Options" +msgstr "" + +#: src/manager.c:286 src/manager.c:308 +msgid "Advanced Options" +msgstr "" + +#: src/manager.c:288 src/manager.c:298 +msgid "Options" +msgstr "" + +#: src/manager.c:291 src/manager.c:303 src/manager.c:305 src/manager.c:315 +#: src/manager.c:316 +msgid "Audio" +msgstr "" + +#: src/manager.c:310 src/menu.c:171 +msgid "Quit" +msgstr "" + +#: src/manager.c:318 src/manager.c:329 src/manager.c:342 src/manager.c:361 +#: src/manager.c:373 src/manager.c:381 src/manager.c:414 src/manager.c:419 +#: src/manager.c:424 src/manager.c:438 src/menu.c:168 +msgid "Back" +msgstr "" + +#: src/manager.c:322 +msgid "Sound:" +msgstr "" + +#: src/manager.c:322 src/manager.c:332 src/manager.c:352 src/manager.c:354 +#: src/manager.c:356 src/manager.c:363 src/manager.c:366 src/manager.c:367 +#: src/manager.c:368 src/manager.c:426 src/manager.c:430 src/manager.c:435 +msgid "On" +msgstr "" + +#: src/manager.c:325 +msgid "Volume:" +msgstr "" + +#: src/manager.c:332 +msgid "Animations:" +msgstr "" + +#: src/manager.c:333 +msgid "Move:" +msgstr "" + +#: src/manager.c:333 src/manager.c:334 +msgid "Tile By Tile" +msgstr "" + +#: src/manager.c:333 src/manager.c:334 +msgid "Smooth" +msgstr "" + +#: src/manager.c:334 src/manager.c:388 src/manager.c:394 src/manager.c:400 +msgid "Drop:" +msgstr "" + +#: src/manager.c:335 +msgid "Change Background:" +msgstr "" + +#: src/manager.c:335 +msgid "Yes" +msgstr "" + +#: src/manager.c:335 +msgid "No" +msgstr "" + +#: src/manager.c:337 +msgid "Display:" +msgstr "" + +#: src/manager.c:337 +msgid "Window" +msgstr "" + +#: src/manager.c:337 +msgid "Fullscreen" +msgstr "" + +#: src/manager.c:340 +msgid "Frame Rate:" +msgstr "" + +#: src/manager.c:344 +msgid "Start Game" +msgstr "" + +#: src/manager.c:346 +msgid "1st Player:" +msgstr "" + +#: src/manager.c:347 +msgid "2nd Player:" +msgstr "" + +#: src/manager.c:348 +msgid "3rd Player:" +msgstr "" + +#: src/manager.c:350 +msgid "Game:" +msgstr "" + +#: src/manager.c:351 +msgid "Starting Level:" +msgstr "" + +#: src/manager.c:352 +msgid "Preview:" +msgstr "" + +#: src/manager.c:353 +msgid "Help:" +msgstr "" + +#: src/manager.c:354 +msgid "Expert Mode:" +msgstr "" + +#: src/manager.c:356 +msgid "Slow:" +msgstr "" + +#: src/manager.c:363 +msgid "Same Blocks For All:" +msgstr "" + +#: src/manager.c:365 +msgid "Holes:" +msgstr "" + +#: src/manager.c:366 +msgid "Random Holes:" +msgstr "" + +#: src/manager.c:367 +msgid "Send All Lines:" +msgstr "" + +#: src/manager.c:368 +msgid "Always Send Tetris:" +msgstr "" + +#: src/manager.c:370 +msgid "CPU Style:" +msgstr "" + +#: src/manager.c:371 +msgid "CPU Drop Delay:" +msgstr "" + +#: src/manager.c:379 +msgid "Horizontal Delay:" +msgstr "" + +#: src/manager.c:383 src/manager.c:389 src/manager.c:395 +msgid "Left:" +msgstr "" + +#: src/manager.c:384 src/manager.c:390 src/manager.c:396 +msgid "Right:" +msgstr "" + +#: src/manager.c:385 src/manager.c:391 src/manager.c:397 +msgid "Rotate Left:" +msgstr "" + +#: src/manager.c:386 src/manager.c:392 src/manager.c:398 +msgid "Rotate Right:" +msgstr "" + +#: src/manager.c:387 src/manager.c:393 src/manager.c:399 +msgid "Down:" +msgstr "" + +#: src/manager.c:426 +msgid "Quick Help:" +msgstr "" + +#: src/manager.c:429 +msgid "Clear Keystate:" +msgstr "" + +#: src/manager.c:430 +msgid "Center Preview:" +msgstr "" + +#: src/manager.c:431 +msgid "Collision Check:" +msgstr "" + +#: src/manager.c:431 +msgid "Sync" +msgstr "" + +#: src/manager.c:431 +msgid "Async" +msgstr "" + +#: src/manager.c:434 +msgid "Test CPU Algorithm" +msgstr "" + +#: src/manager.c:435 +msgid "Visualization" +msgstr "" + +#: src/tetris.c:129 +msgid "y" +msgstr "" + +#: src/tetris.c:130 +msgid "n" +msgstr "" + +#: src/tetris.c:392 +msgid "End Game? y/n" +msgstr "" + +#: src/bowl.c:523 src/bowl.c:524 +msgid "Game Over" +msgstr "" + +#: src/bowl.c:1233 +#, c-format +msgid "%i Lvl: %i" +msgstr "" + +#: src/bowl.c:1479 +msgid "Player:" +msgstr "" + +#: src/bowl.c:1483 +msgid "Score:" +msgstr "" + +#: src/bowl.c:1485 +msgid "Lines:" +msgstr "" + +#: src/chart.c:187 +msgid "Name Level Score" +msgstr "" + +#: src/chart.c:212 +msgid "Level" +msgstr "" + +#: src/main.c:66 +msgid "Demo" +msgstr "" + +#: src/main.c:67 +msgid "Classic" +msgstr "" + +#: src/main.c:68 +msgid "Figures" +msgstr "" + +#: src/main.c:69 +msgid "Vs Human" +msgstr "" + +#: src/main.c:70 +msgid "Vs CPU" +msgstr "" + +#: src/main.c:71 +msgid "Vs Human&Human" +msgstr "" + +#: src/main.c:72 +msgid "Vs Human&CPU" +msgstr "" + +#: src/main.c:73 +msgid "Vs CPU&CPU" +msgstr "" + +#: src/value.c:40 +msgid "Space" +msgstr "" + +#: src/value.c:41 +msgid "Left" +msgstr "" + +#: src/value.c:42 +msgid "Right" +msgstr "" + +#: src/value.c:43 +msgid "Up" +msgstr "" + +#: src/value.c:45 +msgid "Right Shift" +msgstr "" + +#: src/value.c:46 +msgid "Left Shift" +msgstr "" + +#: src/value.c:47 +msgid "Right Ctrl" +msgstr "" + +#: src/value.c:48 +msgid "Left Ctrl" +msgstr "" + +#: src/value.c:49 +msgid "Right Alt" +msgstr "" + +#: src/value.c:50 +msgid "Left Alt" +msgstr "" + +#: src/value.c:51 +msgid "Insert" +msgstr "" + +#: src/value.c:52 +msgid "End" +msgstr "" + +#: src/value.c:53 +msgid "PageUp" +msgstr "" + +#: src/value.c:54 +msgid "PageDown" +msgstr "" + +#: src/value.c:55 +msgid "Home" +msgstr "" diff --git a/project/jni/application/ltris-1.0.15/po/nonascii.pl b/project/jni/application/ltris-1.0.15/po/nonascii.pl new file mode 100755 index 000000000..f8767d571 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/nonascii.pl @@ -0,0 +1,7 @@ +#!/usr/bin/perl -w +use Text::Unaccent; +open(my $in, "<", $ARGV[0]) or die "Can't open $ARGV[0]: $!"; + +while (<$in>) { # assigns each line in turn to $_ + print(unac_string('UTF-8', $_)); +} diff --git a/project/jni/application/ltris-1.0.15/po/pt.gmo b/project/jni/application/ltris-1.0.15/po/pt.gmo new file mode 100644 index 000000000..5d03ebeaa Binary files /dev/null and b/project/jni/application/ltris-1.0.15/po/pt.gmo differ diff --git a/project/jni/application/ltris-1.0.15/po/pt.po b/project/jni/application/ltris-1.0.15/po/pt.po new file mode 100644 index 000000000..e342c0b5a --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/pt.po @@ -0,0 +1,742 @@ +# translation of ltris_pt_prod.po to portugues +# Portuguese translations for ltris package. +# Copyright (C) 2008 Michael Speck +# This file is distributed under the same license as the ltris package. +# +# jose , 2008. +# Jose Jorge , 2008. +msgid "" +msgstr "" +"Project-Id-Version: ltris_pt_prod\n" +"Report-Msgid-Bugs-To: lgames.sf.net/contact.php\n" +"POT-Creation-Date: 2009-12-25 10:55+0100\n" +"PO-Revision-Date: 2008-03-30 22:19+0200\n" +"Last-Translator: Jose Jorge \n" +"Language-Team: portugues \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/manager.c:65 +msgid "Enable/disable these quick hints." +msgstr "Activar/desactivar estes conselhos." + +#: src/manager.c:66 +msgid "Set player controls and horizontal speed." +msgstr "Definir o controlo dos jogadores e a velocidade horizontal." + +#: src/manager.c:67 +msgid "Here you may customize the graphical appearance of LTris." +msgstr "Aqui pode configurar a aparencia grafica do LTris." + +#: src/manager.c:68 +msgid "Audio Settings." +msgstr "Opcoes Audio." + +#: src/manager.c:69 +msgid "Get back to nasty work." +msgstr "Voltar ao trabalho chato." + +#: src/manager.c:70 +msgid "Setup and run a cool game!" +msgstr "Configurar e iniciar um bom jogo!" + +#: src/manager.c:71 +msgid "If animations disturb you you may turn them off." +msgstr "Se as animacoes o perturbam pode desligar-las." + +#: src/manager.c:72 +msgid "You may play LTris either in window of fullscreen mode." +msgstr "Voce pode jogar LTris seja numa janela ou em todo o ecra." + +#: src/manager.c:73 +msgid "" +"If you don't want LTris to consume all of your CPU limit the frame rate." +msgstr "" +"Se nao quizer que LTris gaste todo o seu processador limite o numero de " +"imagens por segundo." + +#: src/manager.c:74 +msgid "" +"Horizontally move block either tile-by-tile or smooth. This is just eye-" +"candy and doesn't effect the moving speed at all." +msgstr "" +"Move horizontalmente o bloco seja passo a passo ou suavemente. Isto e so " +"para decorar e nao muda nada da velocidade de movimento." + +#: src/manager.c:75 +msgid "" +"Drop block tile-by-tile or smooth.##NOTE: While tile-by-tile allows you to " +"move a block below a tile multiple times you'll only be able to do so one " +"time when choosing 'smooth'!#See 'Advanced Options/Collision Check' to " +"improve this." +msgstr "" +"Largar o bloco passo-a-passo ou suavemente.##NOTA: Enquanto que passo-a-" +"passo permite-lhe de move um bloco debaixode outro varias vezes, so vai " +"poder fazer isso uma ves se escolher 'suave'!#Veja 'Opcoes Avancadas/Testar " +"Colisoes' para melhorar isto." + +#: src/manager.c:76 +msgid "" +"The less delay you take the faster the block will horizontally move and the " +"more sensitive the input is handled." +msgstr "" +"Menos tempo mete mais depressa o bloco vai mover horizontalmente e mais " +"sensivel o teclado vai ser." + +#: src/manager.c:77 +msgid "" +"Each control value needs a unique key for handling.##Left/Right: horizontal " +"movement#Rotate Left/Right: block rotation#Down: faster Dropping#Drop: " +"INSTANT drop" +msgstr "" +"Cada valor de controlo indica uma tecla unica para agir.##Esquerda/Direita: " +"movimentos horizontais#Rotacao Esquerda/Direita: Rodar os blocos#Descer: " +"Descer mais depressa#Largar: Cair INSTANTANEAMENTE" + +#: src/manager.c:78 +msgid "Let's get it on!!!!" +msgstr "Vamos a isto!!!!" + +#: src/manager.c:79 +msgid "Human player names. If you play against CPU it will be named as CPU-x." +msgstr "" +"Nome dos jogadores humanos. Se jogar contra o computador o nome sera CPU-x." + +#: src/manager.c:80 +#, fuzzy, c-format +msgid "" +"This is your starting level which will be ignored for game 'Figures' (you'll " +"always start at level 0 there).##Each starting level up adds you 1.5% score " +"in the end!" +msgstr "" +"Este e o nivel de inicio que sera ignorado no modo 'Figuras' (onde arranca " +"sempre em nivel 0).##Cada nivel superior de inicio ajunta 1.5% a pontuacao " +"final!" + +#: src/manager.c:81 +#, c-format +msgid "" +"Enable/Disable block preview.##If disabled you'll gain 15% score in the end!" +msgstr "" +"Activar/Desactivar a antevisao do bloco.##Se for desactivada vai obter mais " +"15% score no fim!" + +#: src/manager.c:82 +msgid "" +"Shows guiding lines or a shadow of the currently dropping block so you see " +"where it'll hit the ground.##This option has no penalty/bonus." +msgstr "" +"Mostra linhas de guia ou uma sombra do bloco que esta caindo para que para " +"ver onde ele vai tocar o chao.#Esta opcao nao tem malus/bonus." + +#: src/manager.c:83 +msgid "Some multiplayer and CPU settings." +msgstr "Algumas opcoes multi-jogadores e CPU." + +#: src/manager.c:84 +msgid "" +"A line send to your opponent's bowl will have this number of holes in it. " +"The more holes the harder it will be to remove this line so you should " +"choose a low value (e.g. 1 or 2) for long multiplayer games." +msgstr "" +"A linha enviada para os seus adversarios vai ter este numero de buracos. " +"Mais buracos ha, mais dificil e de tirar a linha, portanto e aconselhado de " +"escolher um valor baixo (1 ou 2) para jogos compridos em multi-jogadores." + +#: src/manager.c:85 +msgid "" +"This option controls how the holes in the lines are created when more than " +"one line is sent. If the option is on, the holes will appear randomly for " +"each line. If the option is off, all the lines that are sent in one go, will " +"have the holes in the same spot." +msgstr "" +"Esta opcao controla como os buracos nas linhas sao criados quando mais de " +"uma linha e enviada. Se activada, os buracos aparecem aleatoriamente em cada " +"linha. Senao, todas as linhas enviadas de uma ves terao os buracos no mesmo " +"sitio." + +#: src/manager.c:86 +msgid "" +"You'll have to complete more than one line to send any lines to your " +"opponent. If this option is enabled all lines will be send else one will be " +"substracted.##If disabled:#3 Line send -> 2 lines received##If enabled:#3 " +"lines send -> 3 lines received" +msgstr "" +"Voce deve completar mais de uma linha para enviar todas as linhas as seus " +"adversarios. Se isto for activado todas as linhas serao enviadas menos uma." +"##Se for desactivado:#3 Linhas enviadas -> 2 linhas recebidas##Se for " +"desactivado:#3 Linhas enviadas -> 3 linhas recebidas" + +#: src/manager.c:87 +msgid "" +"If this option is enabled your opponent will receive all four lines of your " +"tetris ignoring the 'Send All' setting." +msgstr "" +"Se isto for activado os seus adversarios vao receber todas as quatro linhas " +"dos seus tetris sem ter em conta a opcao 'Enviar Todos'" + +#: src/manager.c:88 +msgid "" +"This is the delay in milliseconds the CPU waits before dropping a block." +msgstr "" +"Este e em milisegundos o tempo que o CPU espera antes de largar um bloco." + +#: src/manager.c:89 +msgid "" +"The more aggressive the style is the more priority is put on completing " +"multiple lines at the expense of a balanced bowl contents." +msgstr "" +"O mais agressivo o estilo for, mais prioridade e metida em completar linhas " +"multiplas no lugar de um jogo equilibrado." + +#: src/manager.c:90 +msgid "Some advanced options." +msgstr "Algumas opcoes avancadas." + +#: src/manager.c:91 +msgid "" +"Test the CPU analyze algorithm in cpu.c and give an average score for a " +"number of games." +msgstr "" +"Testar o algoritmo de analise do computador em cpu.c e dar o resultado medio " +"para um certo numero de jogos." + +#: src/manager.c:92 +msgid "" +"If you turn visualization off the results will be computed faster. If you " +"turn them on you can see a general game behaviour and judge the algorithm by " +"this behaviour." +msgstr "" +"Se desligar a visualizacao os resultados vao ser calculados mais depressa. " +"Se a ligar vai ver o comportamento geral do jogo e poder avaliar o algoritmo " +"seguinte esse comportamento." + +#: src/manager.c:93 +msgid "" +"There are basically three different game types:##CLASSIC:#The classic tetris " +"game. Starts with an empty bowl and goes as long as you make it.#FIGURES:" +"#Each level a nice figure will be added to the ground of you bowl. From " +"level 7-12 there will be randomly appearing single tiles and from level " +"13-... there will be whole lines appearing at the bottom of your bowl. Fun!" +"#TWO/THREE-PLAYER:#Either play against other humans or CPU. If you complete " +"multiple lines they'll be send to your opponents according to the " +"multiplayer settings you made.##And in DEMO you can see your CPU do the " +"work. So relax! ;-)" +msgstr "" +"Ha 3 tipos de jogos:##CLASSICO:#O jogo tetris classico. Comeca com um chao " +"vazio e continua enquanto que voce aguentar.#FIGURAS:#Em cada nivel uma " +"linda figura vai ser metida no chao. Nos niveis 7-12 vao aparecer " +"aleotoriamente pecas e a partir do nivel 13-... vao aparecer aleatoriamente " +"linhas inteiras no chao. Giro!#2/3 JOGADORES:#Joga contra outros jogadores " +"ou CPU. Se completar linhas multiplas vao ser enviadas para os seus " +"adversarios seguinte a regras de multi-jogadores que voce escolher.##E em " +"DEMONSTRACAO vai poder ver o seu CPU fazer o trabalho. Entao aproveite! ;-)" + +#: src/manager.c:99 +msgid "" +"If you turn this on the background will change every level else it's always " +"the same." +msgstr "" +"Se isto for activado o fundo vai mudar a cada nivel, senao fica sempre igual." + +#: src/manager.c:100 +msgid "" +"If you enable this option the keystate of either the 'Down' key or all the " +"keys are cleared so you can't accidently move the next block." +msgstr "" +"Se isto for activado o estado das teclas e apagado para evitar to mexa por " +"erro no bloco seguinte." + +#: src/manager.c:101 +msgid "" +"If this is enabled the preview in Two-Player is centered in the middle of " +"the screen instead that one is drawn at the bottom and one at the top." +msgstr "" +"Se isto for activado a previsualisacao em modo 2 Jogadores e centrada no " +"meio do ecra no inves de ser uma em baixo e outra em cima." + +#: src/manager.c:102 +msgid "" +"This option is only useful when 'Graphics/Drop' is 'Smooth'#(In opposite to " +"'Tile-By-Tile' the block is inserted as soon as it hits the ground giving no " +"possibility to move the block below another one.)#If you set this option to " +"'Async' you may move the block below others but on the cost of slight " +"graphical errors." +msgstr "" +"Esta opcao so faz sentido se 'Graficos/Mover' esta em 'Suave'#(Na contrario " +"do Passo-a-Passo os blocos sao inseridos mal tocam no chao, ficando " +"impossivel mover o bloco debaixo doutro.)#Se voce escolher 'Asinc' vai poder " +"mover o bloco debaixo de outro, ao preco de alguns erros visuais." + +#: src/manager.c:107 +msgid "" +"In expert mode the propabilities for the next blocks are uneven to give a " +"block that is most likely difficult to fit anywhere. The game becomes really " +"hard by this so all score is doubled in the end." +msgstr "" +"Em modo perito a probabilidade de obter um bloco que nao cabe bem e " +"superior. O jogo fica muito mais dificil por isso todas as pontuacoes sao " +"dobradas no fim." + +#: src/manager.c:110 +msgid "" +"If ON all players will get exactly the same blocks. So there is no " +"disadvantage to any player due to random blocks. This does not work in " +"expert mode as the block selection depends on your actions there." +msgstr "" +"Se ACTIVADO todos os jogadores vao obter exactamente os mesmos blocos. Assim " +"nao havera desvantagem para algum jogador devido aos blocos aleatorios. Isto " +"nao funciona em modo perito pois neste mode a seleccao dos blocos depende " +"das suas accoes." + +#: src/manager.c:139 src/manager.c:140 +msgid "" +msgstr "" + +#: src/manager.c:140 +#, c-format +msgid "You cannot delete '%s'!\n" +msgstr "Voce nao pode apagar '%s'!\n" + +#: src/manager.c:209 +msgid "No Limit" +msgstr "Sem Limite" + +#: src/manager.c:209 +msgid "50 FPS" +msgstr "50 IPS" + +#: src/manager.c:209 +msgid "100 FPS" +msgstr "100 IPS" + +#: src/manager.c:209 +msgid "200 FPS" +msgstr "200 IPS" + +#: src/manager.c:210 +msgid "Defensive" +msgstr "Defensivo" + +#: src/manager.c:210 +msgid "Normal" +msgstr "Normal" + +#: src/manager.c:210 +msgid "Aggressive" +msgstr "Agressivo" + +#: src/manager.c:210 +msgid "Kamikaze" +msgstr "Doido" + +#: src/manager.c:211 src/manager.c:322 src/manager.c:332 src/manager.c:352 +#: src/manager.c:354 src/manager.c:356 src/manager.c:363 src/manager.c:366 +#: src/manager.c:367 src/manager.c:368 src/manager.c:426 src/manager.c:430 +#: src/manager.c:435 +msgid "Off" +msgstr "Nao" + +#: src/manager.c:211 +msgid "Shadow" +msgstr "Sombra" + +#: src/manager.c:211 +msgid "Lines" +msgstr "Linhas" + +#: src/manager.c:212 +msgid "None" +msgstr "Nenhum" + +#: src/manager.c:212 src/value.c:44 +msgid "Down" +msgstr "Descer" + +#: src/manager.c:212 +msgid "All" +msgstr "Tudo" + +#: src/manager.c:278 +msgid "Menu" +msgstr "Menu" + +#: src/manager.c:279 src/manager.c:301 src/manager.c:314 +msgid "Graphics" +msgstr "Graficos" + +#: src/manager.c:280 src/manager.c:295 +msgid "New Game" +msgstr "Novo Jogo" + +#: src/manager.c:281 src/manager.c:300 src/manager.c:313 +msgid "Controls" +msgstr "Controlo" + +#: src/manager.c:282 src/manager.c:375 +msgid "Player1" +msgstr "Jogador1" + +#: src/manager.c:283 src/manager.c:376 +msgid "Player2" +msgstr "Jogador2" + +#: src/manager.c:284 src/manager.c:377 +msgid "Player3" +msgstr "Jogador3" + +#: src/manager.c:285 src/manager.c:359 +msgid "Multiplayer Options" +msgstr "Opcoes multi-jogadores" + +#: src/manager.c:286 src/manager.c:308 +msgid "Advanced Options" +msgstr "Opcoes Avancadas" + +#: src/manager.c:288 src/manager.c:298 +msgid "Options" +msgstr "Opcoes" + +#: src/manager.c:291 src/manager.c:303 src/manager.c:305 src/manager.c:315 +#: src/manager.c:316 +msgid "Audio" +msgstr "Audio" + +#: src/manager.c:310 src/menu.c:171 +msgid "Quit" +msgstr "Sair" + +#: src/manager.c:318 src/manager.c:329 src/manager.c:342 src/manager.c:361 +#: src/manager.c:373 src/manager.c:381 src/manager.c:414 src/manager.c:419 +#: src/manager.c:424 src/manager.c:438 src/menu.c:168 +msgid "Back" +msgstr "Voltar" + +#: src/manager.c:322 +msgid "Sound:" +msgstr "Som:" + +#: src/manager.c:322 src/manager.c:332 src/manager.c:352 src/manager.c:354 +#: src/manager.c:356 src/manager.c:363 src/manager.c:366 src/manager.c:367 +#: src/manager.c:368 src/manager.c:426 src/manager.c:430 src/manager.c:435 +msgid "On" +msgstr "Sim" + +#: src/manager.c:325 +msgid "Volume:" +msgstr "Nivel:" + +#: src/manager.c:332 +msgid "Animations:" +msgstr "Animacoes:" + +#: src/manager.c:333 +msgid "Move:" +msgstr "Mover:" + +#: src/manager.c:333 src/manager.c:334 +msgid "Tile By Tile" +msgstr "Passo a Passo" + +#: src/manager.c:333 src/manager.c:334 +msgid "Smooth" +msgstr "Suave" + +#: src/manager.c:334 src/manager.c:388 src/manager.c:394 src/manager.c:400 +msgid "Drop:" +msgstr "Largar:" + +#: src/manager.c:335 +msgid "Change Background:" +msgstr "Modificar o Fundo:" + +#: src/manager.c:335 +msgid "Yes" +msgstr "Sim" + +#: src/manager.c:335 +msgid "No" +msgstr "Nao" + +#: src/manager.c:337 +msgid "Display:" +msgstr "Video:" + +#: src/manager.c:337 +msgid "Window" +msgstr "Janela" + +#: src/manager.c:337 +msgid "Fullscreen" +msgstr "Todo o Ecra" + +#: src/manager.c:340 +msgid "Frame Rate:" +msgstr "Velocidade:" + +#: src/manager.c:344 +msgid "Start Game" +msgstr "Iniciar o Jogo" + +#: src/manager.c:346 +msgid "1st Player:" +msgstr "1ro Jogador:" + +#: src/manager.c:347 +msgid "2nd Player:" +msgstr "2do Jogador:" + +#: src/manager.c:348 +msgid "3rd Player:" +msgstr "3ro Jogador:" + +#: src/manager.c:350 +msgid "Game:" +msgstr "Jogo:" + +#: src/manager.c:351 +msgid "Starting Level:" +msgstr "Nivel de Inicio:" + +#: src/manager.c:352 +msgid "Preview:" +msgstr "Antevisao:" + +#: src/manager.c:353 +msgid "Help:" +msgstr "Ajuda:" + +#: src/manager.c:354 +msgid "Expert Mode:" +msgstr "Modo Perito:" + +#: src/manager.c:356 +msgid "Slow:" +msgstr "Lento:" + +#: src/manager.c:363 +msgid "Same Blocks For All:" +msgstr "Blocos Iguais:" + +#: src/manager.c:365 +msgid "Holes:" +msgstr "Buracos:" + +#: src/manager.c:366 +msgid "Random Holes:" +msgstr "Buracos Aleatorios:" + +#: src/manager.c:367 +msgid "Send All Lines:" +msgstr "Enviar Todas Linhas:" + +#: src/manager.c:368 +msgid "Always Send Tetris:" +msgstr "Enviar Tetris:" + +#: src/manager.c:370 +msgid "CPU Style:" +msgstr "Estilo de CPU:" + +#: src/manager.c:371 +msgid "CPU Drop Delay:" +msgstr "Atraso do CPU:" + +#: src/manager.c:379 +msgid "Horizontal Delay:" +msgstr "Atraso Horizontal:" + +#: src/manager.c:383 src/manager.c:389 src/manager.c:395 +msgid "Left:" +msgstr "Esquerda:" + +#: src/manager.c:384 src/manager.c:390 src/manager.c:396 +msgid "Right:" +msgstr "Direita:" + +#: src/manager.c:385 src/manager.c:391 src/manager.c:397 +msgid "Rotate Left:" +msgstr "Rodar Esquerda:" + +#: src/manager.c:386 src/manager.c:392 src/manager.c:398 +msgid "Rotate Right:" +msgstr "Rodar Direita:" + +#: src/manager.c:387 src/manager.c:393 src/manager.c:399 +msgid "Down:" +msgstr "Descer:" + +#: src/manager.c:426 +msgid "Quick Help:" +msgstr "Ajuda Rapida:" + +#: src/manager.c:429 +msgid "Clear Keystate:" +msgstr "Limpar Teclas:" + +#: src/manager.c:430 +msgid "Center Preview:" +msgstr "Centrar Antevisao:" + +#: src/manager.c:431 +msgid "Collision Check:" +msgstr "Testar Colisoes:" + +#: src/manager.c:431 +msgid "Sync" +msgstr "Sinc" + +#: src/manager.c:431 +msgid "Async" +msgstr "Asinc" + +#: src/manager.c:434 +msgid "Test CPU Algorithm" +msgstr "Testar o Algoritmo do CPU" + +#: src/manager.c:435 +msgid "Visualization" +msgstr "Visualizacao" + +#: src/tetris.c:129 +msgid "y" +msgstr "" + +#: src/tetris.c:130 +#, fuzzy +msgid "n" +msgstr "Sim" + +#: src/tetris.c:392 +msgid "End Game? y/n" +msgstr "Terminar o Jogo? y/n" + +#: src/bowl.c:523 src/bowl.c:524 +msgid "Game Over" +msgstr "Fim do Jogo" + +#: src/bowl.c:1233 +#, c-format +msgid "%i Lvl: %i" +msgstr "%i Nvl: %i" + +#: src/bowl.c:1479 +msgid "Player:" +msgstr "Jogador:" + +#: src/bowl.c:1483 +msgid "Score:" +msgstr "Pontuacao:" + +#: src/bowl.c:1485 +msgid "Lines:" +msgstr "Linhas:" + +#: src/chart.c:187 +msgid "Name Level Score" +msgstr "Nome Nivel Pontos" + +#: src/chart.c:212 +msgid "Level" +msgstr "Nivel" + +#: src/main.c:66 +msgid "Demo" +msgstr "Demonstracao" + +#: src/main.c:67 +msgid "Classic" +msgstr "Classico" + +#: src/main.c:68 +msgid "Figures" +msgstr "Figuras" + +#: src/main.c:69 +msgid "Vs Human" +msgstr "Contra 1 Jogador" + +#: src/main.c:70 +msgid "Vs CPU" +msgstr "Contra o CPU" + +#: src/main.c:71 +msgid "Vs Human&Human" +msgstr "Contra 2 Jogadores" + +#: src/main.c:72 +msgid "Vs Human&CPU" +msgstr "Contra Jogador&CPU" + +#: src/main.c:73 +msgid "Vs CPU&CPU" +msgstr "Contra dois CPU" + +#: src/value.c:40 +msgid "Space" +msgstr "Espaco" + +#: src/value.c:41 +msgid "Left" +msgstr "Esquerda" + +#: src/value.c:42 +msgid "Right" +msgstr "Direita" + +#: src/value.c:43 +msgid "Up" +msgstr "Subir" + +#: src/value.c:45 +msgid "Right Shift" +msgstr "Shift Direita" + +#: src/value.c:46 +msgid "Left Shift" +msgstr "Shift Esquerda" + +#: src/value.c:47 +msgid "Right Ctrl" +msgstr "Ctrl Direita" + +#: src/value.c:48 +msgid "Left Ctrl" +msgstr "Ctrl Esquerda" + +#: src/value.c:49 +msgid "Right Alt" +msgstr "Alt Direita" + +#: src/value.c:50 +msgid "Left Alt" +msgstr "Alt Esquerda" + +#: src/value.c:51 +msgid "Insert" +msgstr "Inserir" + +#: src/value.c:52 +msgid "End" +msgstr "Fim" + +#: src/value.c:53 +msgid "PageUp" +msgstr "Pagina Anterior" + +#: src/value.c:54 +msgid "PageDown" +msgstr "Pagina Seguinte" + +#: src/value.c:55 +msgid "Home" +msgstr "Inicio" + +#~ msgid "Two-Player" +#~ msgstr "Dois Jogadores" + +#~ msgid "Three-Player" +#~ msgstr "Tres Jogadores" diff --git a/project/jni/application/ltris-1.0.15/po/pt.po_full b/project/jni/application/ltris-1.0.15/po/pt.po_full new file mode 100644 index 000000000..446940a9f --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/pt.po_full @@ -0,0 +1,724 @@ +# translation of pt.po to português +# Portuguese translations for ltris package. +# Copyright (C) 2008 Michael Speck +# This file is distributed under the same license as the ltris package. +# +# jose , 2008. +# Jose Jorge , 2008. +msgid "" +msgstr "" +"Project-Id-Version: pt\n" +"Report-Msgid-Bugs-To: lgames.sf.net/contact.php\n" +"POT-Creation-Date: 2008-03-29 12:39+0100\n" +"PO-Revision-Date: 2008-03-22 22:21+0100\n" +"Last-Translator: Jose Jorge \n" +"Language-Team: português \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/manager.c:65 +msgid "Enable/disable these quick hints." +msgstr "Activar/desactivar estes conselhos." + +#: src/manager.c:66 +msgid "Set player controls and horizontal speed." +msgstr "Definir o controlo dos jogadores e a velocidade horizontal." + +#: src/manager.c:67 +msgid "Here you may customize the graphical appearance of LTris." +msgstr "Aqui pode configurar a aparência gráfica do LTris." + +#: src/manager.c:68 +msgid "Audio Settings." +msgstr "Opções Ãudio." + +#: src/manager.c:69 +msgid "Get back to nasty work." +msgstr "Voltar ao trabalho chato." + +#: src/manager.c:70 +msgid "Setup and run a cool game!" +msgstr "Configurar e iniciar um bom jogo!" + +#: src/manager.c:71 +msgid "If animations disturb you you may turn them off." +msgstr "Se as animações o perturbam pode desligar-las." + +#: src/manager.c:72 +msgid "You may play LTris either in window of fullscreen mode." +msgstr "Você pode jogar LTris seja numa janela ou em todo o ecrã." + +#: src/manager.c:73 +msgid "" +"If you don't want LTris to consume all of your CPU limit the frame rate." +msgstr "" +"Se não quizer que LTris gaste todo o seu processador limite o número de " +"imagens por segundo." + +#: src/manager.c:74 +msgid "" +"Horizontally move block either tile-by-tile or smooth. This is just eye-" +"candy and doesn't effect the moving speed at all." +msgstr "" +"Move horizontalmente o bloco seja passo a passo ou suavemente. Isto é só " +"para decorar e não muda nada da velocidade de movimento." + +#: src/manager.c:75 +#, fuzzy +msgid "" +"Drop block tile-by-tile or smooth.##NOTE: While tile-by-tile allows you to " +"move a block below a tile multiple times you'll only be able to do so one " +"time when choosing 'smooth'!#See 'Advanced Options/Collision Check' to " +"improve this." +msgstr "" +"Largar bloco ou até a bloco a multiple até um hora Avançado Opções Verificar " +"até." + +#: src/manager.c:76 +#, fuzzy +msgid "" +"The less delay you take the faster the block will horizontally move and the " +"more sensitive the input is handled." +msgstr "menos bloco e mais input é." + +#: src/manager.c:77 +#, fuzzy +msgid "" +"Each control value needs a unique key for handling.##Left/Right: horizontal " +"movement#Rotate Left/Right: block rotation#Down: faster Dropping#Drop: " +"INSTANT drop" +msgstr "" +"valor a unique key para Esquerda Direita horizontal Rodar Esquerda Direita " +"bloco Descer Largar" + +#: src/manager.c:78 +msgid "Let's get it on!!!!" +msgstr "Vamos a isto!!!!" + +#: src/manager.c:79 +msgid "Human player names. If you play against CPU it will be named as CPU-x." +msgstr "" +"Nome dos jogadores humanos. Se jogar contra o computador o nome será CPU-x." + +#: src/manager.c:80 +#, c-format +msgid "" +"This is your starting level which will be ignored for game 'Figures' (you'll " +"always start at level 0 there).##Each starting level up adds you 1.5% score " +"in the end!" +msgstr "" + +#: src/manager.c:81 +#, c-format +msgid "" +"Enable/Disable block preview.##If disabled you'll gain 15% score in the end!" +msgstr "" +"Activar/Desactivar a antevisão do bloco.##Se for desactivada vai obter mais " +"15% score no fim!" + +#: src/manager.c:82 +#, fuzzy +msgid "" +"Shows guiding lines or a shadow of the currently dropping block so you see " +"where it'll hit the ground.##This option has no malus/bonus." +msgstr "ou a de bloco where Este/Esta não." + +#: src/manager.c:83 +#, fuzzy +msgid "Some multiplayer and CPU settings." +msgstr "Alguns e CPU configurações." + +#: src/manager.c:84 +#, fuzzy +msgid "" +"A line send to your opponent's bowl will have this number of holes in it. " +"The more holes the harder it will be to remove this line so you should " +"choose a low value (e.g. 1 or 2) for long multiplayer games." +msgstr "" +"A linha até s número de em mais até remover linha a baixo valor e g ou para " +"long jogos." + +#: src/manager.c:85 +#, fuzzy +msgid "" +"This option controls how the holes in the lines are created when more than " +"one line is sent. If the option is on, the holes will appear randomly for " +"each line. If the option is off, all the lines that are sent in one go, will " +"have the holes in the same spot." +msgstr "" +"Este/Esta em mais um linha é é ligada para linha é desligado all em um em." + +#: src/manager.c:86 +#, fuzzy +msgid "" +"You'll have to complete more than one line to send any lines to your " +"opponent. If this option is enabled all lines will be send else one will be " +"substracted.##If disabled:#3 Line send -> 2 lines received##If enabled:#3 " +"lines send -> 3 lines received" +msgstr "" +"Você até completa mais um linha até qualquer até é activado all else um " +"desactivado Linha activado" + +#: src/manager.c:87 +#, fuzzy +msgid "" +"If this option is enabled your opponent will receive all four lines of your " +"tetris ignoring the 'Send All' setting." +msgstr "é activado all quatro de tetris Enviar Tudo." + +#: src/manager.c:88 +#, fuzzy +msgid "" +"This is the delay in milliseconds the CPU waits before dropping a block." +msgstr "Este/Esta é em milisegundos CPU a bloco." + +#: src/manager.c:89 +#, fuzzy +msgid "" +"The more aggressive the style is the more priority is put on completing " +"multiple lines at the expense of a balanced bowl contents." +msgstr "mais estilo é mais prioridade é ligada multiple nos de a." + +#: src/manager.c:90 +msgid "Some advanced options." +msgstr "Algumas opções avançadas." + +#: src/manager.c:91 +msgid "" +"Test the CPU analyze algorithm in cpu.c and give an average score for a " +"number of games." +msgstr "" +"Testar o algoritmo de análise do computador em cpu.c e dar o resultado médio " +"para um certo número de jogos." + +#: src/manager.c:92 +#, fuzzy +msgid "" +"If you turn visualization off the results will be computed faster. If you " +"turn them on you can see a general game behaviour and judge the algorithm by " +"this behaviour." +msgstr "desligado ligada a geral jogo e." + +#: src/manager.c:93 +#, fuzzy +msgid "" +"There are basically three different game types:##CLASSIC:#The classic tetris " +"game. Starts with an empty bowl and goes as long as you make it.#FIGURES:" +"#Each level a nice figure will be added to the ground of you bowl. From " +"level 7-12 there will be randomly appearing single tiles and from level " +"13-... there will be whole lines appearing at the bottom of your bowl. Fun!" +"#TWO/THREE-PLAYER:#Either play against other humans or CPU. If you complete " +"multiple lines they'll be send to your opponents according to the " +"multiplayer settings you made.##And in DEMO you can see your CPU do the " +"work. So relax! ;-)" +msgstr "" +"jogo tetris jogo Inicia com vazio e long make level a nice até de De level " +"single e de level inteira nos fundo de reproduzir outros ou CPU completa " +"multiple até até configurações em CPU" + +#: src/manager.c:99 +#, fuzzy +msgid "" +"If you turn this on the background will change every level else it's always " +"the same." +msgstr "ligada fundo modificar level else s sempre." + +#: src/manager.c:100 +#, fuzzy +msgid "" +"If you enable this option the keystate of either the 'Down' key or all the " +"keys are cleared so you can't accidently move the next block." +msgstr "de Descer key ou all compensada t bloco." + +#: src/manager.c:101 +#, fuzzy +msgid "" +"If this is enabled the preview in Two-Player is centered in the middle of " +"the screen instead that one is drawn at the bottom and one at the top." +msgstr "" +"é activado antevisão em Dois Jogador é em de ecrã um é nos fundo e um nos " +"topo." + +#: src/manager.c:102 +msgid "" +"This option is only useful when 'Graphics/Drop' is 'Smooth'#(In opposite to " +"'Tile-By-Tile' the block is inserted as soon as it hits the ground giving no " +"possibility to move the block below another one.)#If you set this option to " +"'Async' you may move the block below others but on the cost of slight " +"graphical errors." +msgstr "" + +#: src/manager.c:107 +msgid "" +"In expert mode the propabilities for the next blocks are uneven to give a " +"block that is most likely difficult to fit anywhere. The game becomes really " +"hard by this so all score is doubled in the end." +msgstr "" +"Em modo perito a probabilidade de obter um bloco que não cabe bem é " +"superior. O jogo fica muito mais difícil por isso todas as pontuações são " +"dobradas no fim." + +#: src/manager.c:110 +msgid "" +"If ON all players will get exactly the same blocks. So there is no " +"disadvantage to any player due to random blocks. This does not work in " +"expert mode as the block selection depends on your actions there." +msgstr "" +"Se ACTIVADO todos os jogadores vão obter exactamente os mesmos blocos. Assim " +"não haverá desvantagem para algum jogador devido aos blocos aleatórios. Isto " +"não funciona em modo perito pois neste mode a selecção dos blocos depende " +"das suas acções." + +#: src/manager.c:139 src/manager.c:140 +msgid "" +msgstr "" + +#: src/manager.c:140 +#, c-format +msgid "You cannot delete '%s'!\n" +msgstr "Você não pode apagar '%s'!\n" + +#: src/manager.c:209 +msgid "No Limit" +msgstr "Sem Limite" + +#: src/manager.c:209 +msgid "50 FPS" +msgstr "50 IPS" + +#: src/manager.c:209 +msgid "100 FPS" +msgstr "100 IPS" + +#: src/manager.c:209 +msgid "200 FPS" +msgstr "200 IPS" + +#: src/manager.c:210 +msgid "Defensive" +msgstr "Defensivo" + +#: src/manager.c:210 +msgid "Normal" +msgstr "Normal" + +#: src/manager.c:210 +msgid "Aggressive" +msgstr "Agressivo" + +#: src/manager.c:210 +msgid "Kamikaze" +msgstr "Doido" + +#: src/manager.c:211 src/manager.c:322 src/manager.c:332 src/manager.c:352 +#: src/manager.c:354 src/manager.c:356 src/manager.c:363 src/manager.c:366 +#: src/manager.c:367 src/manager.c:368 src/manager.c:426 src/manager.c:430 +#: src/manager.c:435 +msgid "Off" +msgstr "Desligado" + +#: src/manager.c:211 +msgid "Shadow" +msgstr "Sombra" + +#: src/manager.c:211 +msgid "Lines" +msgstr "Linhas" + +#: src/manager.c:212 +msgid "None" +msgstr "Nenhum" + +#: src/manager.c:212 src/value.c:44 +msgid "Down" +msgstr "Descer" + +#: src/manager.c:212 +msgid "All" +msgstr "Tudo" + +#: src/manager.c:278 +msgid "Menu" +msgstr "Menu" + +#: src/manager.c:279 src/manager.c:301 src/manager.c:314 +msgid "Graphics" +msgstr "Gráficos" + +#: src/manager.c:280 src/manager.c:295 +msgid "New Game" +msgstr "Novo Jogo" + +#: src/manager.c:281 src/manager.c:300 src/manager.c:313 +msgid "Controls" +msgstr "Controlo" + +#: src/manager.c:282 src/manager.c:375 +msgid "Player1" +msgstr "Jogador1" + +#: src/manager.c:283 src/manager.c:376 +msgid "Player2" +msgstr "Jogador2" + +#: src/manager.c:284 src/manager.c:377 +msgid "Player3" +msgstr "Jogador3" + +#: src/manager.c:285 src/manager.c:359 +msgid "Multiplayer Options" +msgstr "Opções jogadores múltiplos" + +#: src/manager.c:286 src/manager.c:308 +msgid "Advanced Options" +msgstr "Opções Avançadas" + +#: src/manager.c:288 src/manager.c:298 +msgid "Options" +msgstr "Opções" + +#: src/manager.c:291 src/manager.c:303 src/manager.c:305 src/manager.c:315 +#: src/manager.c:316 +msgid "Audio" +msgstr "Ãudio" + +#: src/manager.c:310 src/menu.c:171 +msgid "Quit" +msgstr "Sair" + +#: src/manager.c:318 src/manager.c:329 src/manager.c:342 src/manager.c:361 +#: src/manager.c:373 src/manager.c:381 src/manager.c:414 src/manager.c:419 +#: src/manager.c:424 src/manager.c:438 src/menu.c:168 +msgid "Back" +msgstr "Voltar" + +#: src/manager.c:322 +msgid "Sound:" +msgstr "Som:" + +#: src/manager.c:322 src/manager.c:332 src/manager.c:352 src/manager.c:354 +#: src/manager.c:356 src/manager.c:363 src/manager.c:366 src/manager.c:367 +#: src/manager.c:368 src/manager.c:426 src/manager.c:430 src/manager.c:435 +msgid "On" +msgstr "Ligado" + +#: src/manager.c:325 +msgid "Volume:" +msgstr "Nivel:" + +#: src/manager.c:332 +msgid "Animations:" +msgstr "Animações:" + +#: src/manager.c:333 +msgid "Move:" +msgstr "Mover:" + +#: src/manager.c:333 src/manager.c:334 +msgid "Tile By Tile" +msgstr "Passo a Passo" + +#: src/manager.c:333 src/manager.c:334 +msgid "Smooth" +msgstr "Suave" + +#: src/manager.c:334 src/manager.c:388 src/manager.c:394 src/manager.c:400 +msgid "Drop:" +msgstr "Largar:" + +#: src/manager.c:335 +msgid "Change Background:" +msgstr "Modificar o Fundo:" + +#: src/manager.c:335 +msgid "Yes" +msgstr "Sim" + +#: src/manager.c:335 +msgid "No" +msgstr "Não" + +#: src/manager.c:337 +msgid "Display:" +msgstr "Vídeo:" + +#: src/manager.c:337 +msgid "Window" +msgstr "Janela" + +#: src/manager.c:337 +msgid "Fullscreen" +msgstr "Todo o Ecrã" + +#: src/manager.c:340 +msgid "Frame Rate:" +msgstr "Velocidade:" + +#: src/manager.c:344 +msgid "Start Game" +msgstr "Iniciar o Jogo" + +#: src/manager.c:346 +msgid "1st Player:" +msgstr "1ro Jogador:" + +#: src/manager.c:347 +msgid "2nd Player:" +msgstr "2do Jogador:" + +#: src/manager.c:348 +msgid "3rd Player:" +msgstr "3ro Jogador:" + +#: src/manager.c:350 +msgid "Game:" +msgstr "Jogo:" + +#: src/manager.c:351 +msgid "Starting Level:" +msgstr "Nível de Inicio:" + +#: src/manager.c:352 +msgid "Preview:" +msgstr "Antevisão:" + +#: src/manager.c:353 +msgid "Help:" +msgstr "Ajuda:" + +#: src/manager.c:354 +msgid "Expert Mode:" +msgstr "Modo Perito:" + +#: src/manager.c:356 +msgid "Slow:" +msgstr "Lento:" + +#: src/manager.c:363 +msgid "Same Blocks For All:" +msgstr "Mesmos Blocos Para Todos:" + +#: src/manager.c:365 +msgid "Holes:" +msgstr "Buracos:" + +#: src/manager.c:366 +msgid "Random Holes:" +msgstr "Buracos Aleatórios:" + +#: src/manager.c:367 +msgid "Send All Lines:" +msgstr "Enviar Todas as Linhas:" + +#: src/manager.c:368 +msgid "Always Send Tetris:" +msgstr "Sempre Enviar Tetris:" + +#: src/manager.c:370 +msgid "CPU Style:" +msgstr "Estilo de Computador:" + +#: src/manager.c:371 +msgid "CPU Drop Delay:" +msgstr "Atraso ao Largar do Computador:" + +#: src/manager.c:379 +msgid "Horizontal Delay:" +msgstr "Atraso Horizontal:" + +#: src/manager.c:383 src/manager.c:389 src/manager.c:395 +msgid "Left:" +msgstr "Esquerda:" + +#: src/manager.c:384 src/manager.c:390 src/manager.c:396 +msgid "Right:" +msgstr "Direita:" + +#: src/manager.c:385 src/manager.c:391 src/manager.c:397 +msgid "Rotate Left:" +msgstr "Rodar Esquerda:" + +#: src/manager.c:386 src/manager.c:392 src/manager.c:398 +msgid "Rotate Right:" +msgstr "Rodar Direita:" + +#: src/manager.c:387 src/manager.c:393 src/manager.c:399 +msgid "Down:" +msgstr "Descer:" + +#: src/manager.c:426 +msgid "Quick Help:" +msgstr "Ajuda Rápida:" + +#: src/manager.c:429 +msgid "Clear Keystate:" +msgstr "Limpar Teclas:" + +#: src/manager.c:430 +msgid "Center Preview:" +msgstr "Centrar Antevisão:" + +#: src/manager.c:431 +msgid "Collision Check:" +msgstr "Verificar Colisões:" + +#: src/manager.c:431 +msgid "Sync" +msgstr "Síncrono" + +#: src/manager.c:431 +msgid "Async" +msgstr "Assíncrono" + +#: src/manager.c:434 +msgid "Test CPU Algorithm" +msgstr "Testar o Algoritmo do Computador" + +#: src/manager.c:435 +msgid "Visualization" +msgstr "Visualização" + +#: src/tetris.c:128 +msgid "y" +msgstr "" + +#: src/tetris.c:129 +#, fuzzy +msgid "n" +msgstr "Ligado" + +#: src/tetris.c:357 src/main.c:56 +msgid "Demo" +msgstr "Demonstração" + +#: src/tetris.c:358 src/main.c:57 +msgid "Classic" +msgstr "Clássico" + +#: src/tetris.c:359 src/main.c:58 +msgid "Figures" +msgstr "Figuras" + +#: src/tetris.c:360 src/tetris.c:361 +msgid "Two-Player" +msgstr "Dois Jogadores" + +#: src/tetris.c:362 src/tetris.c:363 src/tetris.c:364 +msgid "Three-Player" +msgstr "Três Jogadores" + +#: src/tetris.c:405 +msgid "End Game? y/n" +msgstr "Terminar o Jogo? y/n" + +#: src/bowl.c:523 src/bowl.c:524 +msgid "Game Over" +msgstr "Fim do Jogo" + +#: src/bowl.c:1231 +#, c-format +msgid "%i Lvl: %i" +msgstr "%i Nvl: %i" + +#: src/bowl.c:1477 +msgid "Player:" +msgstr "Jogador:" + +#: src/bowl.c:1481 +msgid "Score:" +msgstr "Pontuação:" + +#: src/bowl.c:1483 +msgid "Lines:" +msgstr "Linhas:" + +#: src/chart.c:186 +msgid "Name Level Score" +msgstr "Nome Nível Pontuação" + +#: src/chart.c:211 +msgid "Level" +msgstr "Nível" + +#: src/main.c:59 +msgid "Vs Human" +msgstr "Contra um Humano" + +#: src/main.c:60 +msgid "Vs CPU" +msgstr "Contra o Computador" + +#: src/main.c:61 +msgid "Vs Human&Human" +msgstr "Contra um Humano&Humano" + +#: src/main.c:62 +msgid "Vs Human&CPU" +msgstr "Contra um Humano&Computador" + +#: src/main.c:63 +msgid "Vs CPU&CPU" +msgstr "Contra um Computador&Computador" + +#: src/value.c:40 +msgid "Space" +msgstr "Espaço" + +#: src/value.c:41 +msgid "Left" +msgstr "Esquerda" + +#: src/value.c:42 +msgid "Right" +msgstr "Direita" + +#: src/value.c:43 +msgid "Up" +msgstr "Subir" + +#: src/value.c:45 +msgid "Right Shift" +msgstr "Shift Direita" + +#: src/value.c:46 +msgid "Left Shift" +msgstr "Shift Esquerda" + +#: src/value.c:47 +msgid "Right Ctrl" +msgstr "Ctrl Direita" + +#: src/value.c:48 +msgid "Left Ctrl" +msgstr "Ctrl Esquerda" + +#: src/value.c:49 +msgid "Right Alt" +msgstr "Alt Direita" + +#: src/value.c:50 +msgid "Left Alt" +msgstr "Alt Esquerda" + +#: src/value.c:51 +msgid "Insert" +msgstr "Inserir" + +#: src/value.c:52 +msgid "End" +msgstr "Fim" + +#: src/value.c:53 +msgid "PageUp" +msgstr "Página Anterior" + +#: src/value.c:54 +msgid "PageDown" +msgstr "Página Seguinte" + +#: src/value.c:55 +msgid "Home" +msgstr "Inicio" diff --git a/project/jni/application/ltris-1.0.15/po/quot.sed b/project/jni/application/ltris-1.0.15/po/quot.sed new file mode 100644 index 000000000..0122c4631 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/quot.sed @@ -0,0 +1,6 @@ +s/"\([^"]*\)"/“\1â€/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“â€/""/g diff --git a/project/jni/application/ltris-1.0.15/po/remove-potcdate.sin b/project/jni/application/ltris-1.0.15/po/remove-potcdate.sin new file mode 100644 index 000000000..2436c49e7 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/remove-potcdate.sin @@ -0,0 +1,19 @@ +# Sed script that remove the POT-Creation-Date line in the header entry +# from a POT file. +# +# The distinction between the first and the following occurrences of the +# pattern is achieved by looking at the hold space. +/^"POT-Creation-Date: .*"$/{ +x +# Test if the hold space is empty. +s/P/P/ +ta +# Yes it was empty. First occurrence. Remove the line. +g +d +bb +:a +# The hold space was nonempty. Following occurrences. Do nothing. +x +:b +} diff --git a/project/jni/application/ltris-1.0.15/po/stamp-po b/project/jni/application/ltris-1.0.15/po/stamp-po new file mode 100644 index 000000000..9788f7023 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/stamp-po @@ -0,0 +1 @@ +timestamp diff --git a/project/jni/application/ltris-1.0.15/po/sv.gmo b/project/jni/application/ltris-1.0.15/po/sv.gmo new file mode 100644 index 000000000..9d58036fb Binary files /dev/null and b/project/jni/application/ltris-1.0.15/po/sv.gmo differ diff --git a/project/jni/application/ltris-1.0.15/po/sv.po b/project/jni/application/ltris-1.0.15/po/sv.po new file mode 100644 index 000000000..85ddd5d3b --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/sv.po @@ -0,0 +1,746 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Michael Speck +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: LTris 1.0.12 (problem med Ã¥,ä och ö)\n" +"Report-Msgid-Bugs-To: lgames.sf.net/contact.php\n" +"POT-Creation-Date: 2009-12-25 10:55+0100\n" +"PO-Revision-Date: 2008-08-26 18:20+0100\n" +"Last-Translator: Niklas Grahn \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: SWEDEN\n" + +#: src/manager.c:65 +msgid "Enable/disable these quick hints." +msgstr "Aktivera/avaktivera dessa snabba ledtraudar." + +#: src/manager.c:66 +msgid "Set player controls and horizontal speed." +msgstr "Konfigurera spelarkontroller och horisontella hastighet." + +#: src/manager.c:67 +msgid "Here you may customize the graphical appearance of LTris." +msgstr "Haer kan du skraeddarsy LTris grafiska utseende." + +#: src/manager.c:68 +msgid "Audio Settings." +msgstr "Ljudinstaellningar." + +#: src/manager.c:69 +msgid "Get back to nasty work." +msgstr "Autergau till otrevligt arbete." + +#: src/manager.c:70 +msgid "Setup and run a cool game!" +msgstr "Ordna och spela ett coolt spel!" + +#: src/manager.c:71 +msgid "If animations disturb you you may turn them off." +msgstr "Om animationerna stoer dig kan du staenga av dem." + +#: src/manager.c:72 +msgid "You may play LTris either in window of fullscreen mode." +msgstr "Du kan spela LTris i antingen foenster- eller helskaermslaege." + +#: src/manager.c:73 +msgid "" +"If you don't want LTris to consume all of your CPU limit the frame rate." +msgstr "" +"Om du inte vill att LTris ska kaeka upp all din dators processorkraft kan du " +"begraensa bildfrekvensen." + +#: src/manager.c:74 +msgid "" +"Horizontally move block either tile-by-tile or smooth. This is just eye-" +"candy and doesn't effect the moving speed at all." +msgstr "" +"Flytta block horisontellt antingen rad-foer-rad eller mjukt. Det haer aer " +"bara oegongodis och pauverkar inte transporthastigheten alls." + +#: src/manager.c:75 +msgid "" +"Drop block tile-by-tile or smooth.##NOTE: While tile-by-tile allows you to " +"move a block below a tile multiple times you'll only be able to do so one " +"time when choosing 'smooth'!#See 'Advanced Options/Collision Check' to " +"improve this." +msgstr "" +"Slaepp block rad-foer-rad eller mjukt.##NOTERA: Funktionen rad-foer-rad " +"tillauter dig att flytta ett block nedanfoer en rad flera gaunger men det " +"kan bara goeras en gaung om du valt 'mjukt'!#Se Avancerade instaellningar/" +"Kollisonskontroll foer att foerbaettra detta." + +#: src/manager.c:76 +msgid "" +"The less delay you take the faster the block will horizontally move and the " +"more sensitive the input is handled." +msgstr "" +"Ju mindre foerdroejning du anvaender, desto snabbare kommer blocket " +"horisontellt att roera sig och the more sensitive the input is handled." + +#: src/manager.c:77 +msgid "" +"Each control value needs a unique key for handling.##Left/Right: horizontal " +"movement#Rotate Left/Right: block rotation#Down: faster Dropping#Drop: " +"INSTANT drop" +msgstr "" +"Varje kontrollvaerde behoever en unik tangentknapp foer att kunna fungera." +"##Vaenster/hoeger: horisontell foerflyttning#Rotera vaenster/hoeger: " +"blockrotation#Ned: kvickare slaepp#Slaepp: OMEDELBART slaepp" + +#: src/manager.c:78 +msgid "Let's get it on!!!!" +msgstr "Nu koer vi!!!!" + +#: src/manager.c:79 +msgid "Human player names. If you play against CPU it will be named as CPU-x." +msgstr "" +"Maenskliga spelarnamn. Om du spelar mot datorn kommer den namnges som CPU-x." + +#: src/manager.c:80 +#, c-format +msgid "" +"This is your starting level which will be ignored for game 'Figures' (you'll " +"always start at level 0 there).##Each starting level up adds you 1.5% score " +"in the end!" +msgstr "" +"Detta aer din inledande bana vilken kommer att ignoreras i speltypen " +"'Figurer' (daer kommer du alltid fau starta pau bana noll).##Each starting " +"level up adds you 1.5% score in the end!" + +#: src/manager.c:81 +#, c-format +msgid "" +"Enable/Disable block preview.##If disabled you'll gain 15% score in the end!" +msgstr "" +"Enable/Disable block preview.##If disabled you'll gain 15% score in the end!" + +#: src/manager.c:82 +#, fuzzy +msgid "" +"Shows guiding lines or a shadow of the currently dropping block so you see " +"where it'll hit the ground.##This option has no penalty/bonus." +msgstr "" +"Visar vaegledande linjer eller en skugga av det aktuella fallande blocket " +"sau att du kan se var det kommer traeffa marken.##Denna instaellning har " +"ingen malus/bonus." + +#: src/manager.c:83 +msgid "Some multiplayer and CPU settings." +msgstr "Naugra flerspelarlaeges- och datorinstaellningar." + +#: src/manager.c:84 +msgid "" +"A line send to your opponent's bowl will have this number of holes in it. " +"The more holes the harder it will be to remove this line so you should " +"choose a low value (e.g. 1 or 2) for long multiplayer games." +msgstr "" +"En rad som skickas till din motstaundares skaul kommer ha dessa antalet haul " +"i sig. Ju fler haul, desto svaurare kommer det bli att fau bort denna rad, " +"sau du boer vaelja ett laugt vaerde (alltsau 1 eller 2) foer laengre " +"spelomgaungar i flerspelarlaege." + +#: src/manager.c:85 +msgid "" +"This option controls how the holes in the lines are created when more than " +"one line is sent. If the option is on, the holes will appear randomly for " +"each line. If the option is off, all the lines that are sent in one go, will " +"have the holes in the same spot." +msgstr "" +"Denna instaellning kontrollerar hur haulen i raderna skapas dau fler aen en " +"rad skickas. Om instaellningen anvaends kommer haulen slumpvis uppenbara sig " +"foer varje rad. Om instaellningen aer avaktiverad kommer alla raderna som " +"skickas pau en gaung att ha haulen pau samma staelle." + +#: src/manager.c:86 +msgid "" +"You'll have to complete more than one line to send any lines to your " +"opponent. If this option is enabled all lines will be send else one will be " +"substracted.##If disabled:#3 Line send -> 2 lines received##If enabled:#3 " +"lines send -> 3 lines received" +msgstr "" +"Du mauste tillintetgoera mer aen en rad foer att kunna skicka oever rader " +"till din motstaundare. Om denna instaellning aer aktiverad kommer alla rader " +"utom en att skickas.##Om avaktiverad:#tre rader skickas -> tvau rader " +"mottages##Om aktiverad:#tre rader skickas -> tre rader mottages" + +#: src/manager.c:87 +msgid "" +"If this option is enabled your opponent will receive all four lines of your " +"tetris ignoring the 'Send All' setting." +msgstr "" +"Om denna instaellning aer aktiverad kommer din motstaundare att fau alla " +"dina fyra tetrisrader genom att ignorera instaellningen 'Skicka alla'." + +#: src/manager.c:88 +msgid "" +"This is the delay in milliseconds the CPU waits before dropping a block." +msgstr "" +"Detta aer foerdroejningen i millisekunder dau datorn vaentar innan den " +"slaepper ett block." + +#: src/manager.c:89 +msgid "" +"The more aggressive the style is the more priority is put on completing " +"multiple lines at the expense of a balanced bowl contents." +msgstr "" +"Ju aggressivare stilen aer, desto hoegre prioriteras foermaugan att kunna " +"avlaegsna flertalet rader. Detta sker dock till bekostnad av ett balanserat " +"skaulinnehaull." + +#: src/manager.c:90 +msgid "Some advanced options." +msgstr "Naugra avancerade instaellningar." + +#: src/manager.c:91 +msgid "" +"Test the CPU analyze algorithm in cpu.c and give an average score for a " +"number of games." +msgstr "" +"Testa datoralgoritmen i cpu.c och ge ett genomsnittligt betyg foer ett antal " +"spelomgaungar." + +#: src/manager.c:92 +msgid "" +"If you turn visualization off the results will be computed faster. If you " +"turn them on you can see a general game behaviour and judge the algorithm by " +"this behaviour." +msgstr "" +"Om du avaktiverar visualisering kommer resultaten att beraeknas snabbare. Om " +"du aktiverar dem kommer du se ett allmaent speluppfoerande och kan dau " +"bedoema algoritmen utifraun detta." + +#: src/manager.c:93 +msgid "" +"There are basically three different game types:##CLASSIC:#The classic tetris " +"game. Starts with an empty bowl and goes as long as you make it.#FIGURES:" +"#Each level a nice figure will be added to the ground of you bowl. From " +"level 7-12 there will be randomly appearing single tiles and from level " +"13-... there will be whole lines appearing at the bottom of your bowl. Fun!" +"#TWO/THREE-PLAYER:#Either play against other humans or CPU. If you complete " +"multiple lines they'll be send to your opponents according to the " +"multiplayer settings you made.##And in DEMO you can see your CPU do the " +"work. So relax! ;-)" +msgstr "" +"Det finns i grund och botten tre olika speltyper:##Klassisk:#Det klassiska " +"tetrisspelet. Startar med en tom skaul och fortsaetter sau laenge du klarar " +"av det.#FIGURER:#Efter varje bana placeras en laecker figur i botten pau din " +"skaul. Fraun och med bana 7-12 kommer slumpvisa enskilda rader att uppenbara " +"sig och efter bana 13-...kommer hela rader att visa sig i botten av din " +"skaul. Kul!#TVAU/TRE SPELARE:#Spela antingen mot andra maenniskor eller mot " +"datorn. Ifall du klarar att avlaegsna flertalet rader kommer de skickas " +"oever till dina motstaundare enligt de flerspelarupplaegg du har skapat." +"##Och i DEMO kan du se datorn goera jobbet. Sau slappna av! ;-)" + +#: src/manager.c:99 +msgid "" +"If you turn this on the background will change every level else it's always " +"the same." +msgstr "" +"Om du aktiverar den haer kommer bakgrunden aendras efter varje bana, om inte " +"foerblir den likadan." + +#: src/manager.c:100 +msgid "" +"If you enable this option the keystate of either the 'Down' key or all the " +"keys are cleared so you can't accidently move the next block." +msgstr "" +"Om du aktiverar denna instaellning kommer tangentknappen foer antingen 'Ned' " +"eller alla tangentknappar att rensas sau du inte oavsiktligt flyttar naesta " +"block." + +#: src/manager.c:101 +msgid "" +"If this is enabled the preview in Two-Player is centered in the middle of " +"the screen instead that one is drawn at the bottom and one at the top." +msgstr "" +"Om denna instaellning aktiveras kommer foerhandstitten i tvau-spelar-laeget " +"att centreras i mitten av skaermen istaellet foer i botten och toppen." + +#: src/manager.c:102 +msgid "" +"This option is only useful when 'Graphics/Drop' is 'Smooth'#(In opposite to " +"'Tile-By-Tile' the block is inserted as soon as it hits the ground giving no " +"possibility to move the block below another one.)#If you set this option to " +"'Async' you may move the block below others but on the cost of slight " +"graphical errors." +msgstr "" +"Denna instaellning aer endast anvaendbar naer 'Grafik/Slaepp' aer 'Mjukt'#(i " +"motsats till 'Rad-foer-rad' laeggs blocken in sau fort som det traeffar " +"marken vilket hindrar moejligheten att flytta ett block nedanfoer ett annat.)" +"#Om denna instaellning staells in till 'Async' kan du flytta ett block " +"nedanfoer andra men till priset av grafiska fel." + +#: src/manager.c:107 +msgid "" +"In expert mode the propabilities for the next blocks are uneven to give a " +"block that is most likely difficult to fit anywhere. The game becomes really " +"hard by this so all score is doubled in the end." +msgstr "" +"In expert mode the propabilities for the next blocks are uneven to give a " +"block that is most likely difficult to fit anywhere. The game becomes really " +"hard by this so all score is doubled in the end." + +#: src/manager.c:110 +msgid "" +"If ON all players will get exactly the same blocks. So there is no " +"disadvantage to any player due to random blocks. This does not work in " +"expert mode as the block selection depends on your actions there." +msgstr "" +"Om denna aktiveras kommer alla spelare fau exakt likadana block. Pau grund " +"av slumpvisa block spelar alla pau lika villkor. Detta fungerar inte i " +"expertlaege eftersom blockurvalet beror vad du goer daer." + +#: src/manager.c:139 src/manager.c:140 +msgid "" +msgstr "" + +#: src/manager.c:140 +#, c-format +msgid "You cannot delete '%s'!\n" +msgstr "Du kan inte radera '%s'!\n" + +#: src/manager.c:209 +msgid "No Limit" +msgstr "Begraensa ej" + +#: src/manager.c:209 +msgid "50 FPS" +msgstr "50 FPS" + +#: src/manager.c:209 +msgid "100 FPS" +msgstr "100 FPS" + +#: src/manager.c:209 +msgid "200 FPS" +msgstr "200 FPS" + +#: src/manager.c:210 +msgid "Defensive" +msgstr "Defensiv" + +#: src/manager.c:210 +msgid "Normal" +msgstr "Normal" + +#: src/manager.c:210 +msgid "Aggressive" +msgstr "Aggressiv" + +#: src/manager.c:210 +msgid "Kamikaze" +msgstr "Kamikaze (sjaelvmord)" + +#: src/manager.c:211 src/manager.c:322 src/manager.c:332 src/manager.c:352 +#: src/manager.c:354 src/manager.c:356 src/manager.c:363 src/manager.c:366 +#: src/manager.c:367 src/manager.c:368 src/manager.c:426 src/manager.c:430 +#: src/manager.c:435 +msgid "Off" +msgstr "Av" + +#: src/manager.c:211 +msgid "Shadow" +msgstr "Skugga" + +#: src/manager.c:211 +msgid "Lines" +msgstr "Linjer" + +#: src/manager.c:212 +msgid "None" +msgstr "Ingen" + +#: src/manager.c:212 src/value.c:44 +msgid "Down" +msgstr "Ned" + +#: src/manager.c:212 +msgid "All" +msgstr "Alla" + +#: src/manager.c:278 +msgid "Menu" +msgstr "Meny" + +#: src/manager.c:279 src/manager.c:301 src/manager.c:314 +msgid "Graphics" +msgstr "Grafik" + +#: src/manager.c:280 src/manager.c:295 +msgid "New Game" +msgstr "Nytt spel" + +#: src/manager.c:281 src/manager.c:300 src/manager.c:313 +msgid "Controls" +msgstr "Kontroller" + +#: src/manager.c:282 src/manager.c:375 +msgid "Player1" +msgstr "Spelare 1" + +#: src/manager.c:283 src/manager.c:376 +msgid "Player2" +msgstr "Spelare 2" + +#: src/manager.c:284 src/manager.c:377 +msgid "Player3" +msgstr "Spelare 3" + +#: src/manager.c:285 src/manager.c:359 +msgid "Multiplayer Options" +msgstr "Multiplayerinstaellningar" + +#: src/manager.c:286 src/manager.c:308 +msgid "Advanced Options" +msgstr "Avancerade instaelln." + +#: src/manager.c:288 src/manager.c:298 +msgid "Options" +msgstr "Instaellningar" + +#: src/manager.c:291 src/manager.c:303 src/manager.c:305 src/manager.c:315 +#: src/manager.c:316 +msgid "Audio" +msgstr "Ljud" + +#: src/manager.c:310 src/menu.c:171 +msgid "Quit" +msgstr "Avsluta" + +#: src/manager.c:318 src/manager.c:329 src/manager.c:342 src/manager.c:361 +#: src/manager.c:373 src/manager.c:381 src/manager.c:414 src/manager.c:419 +#: src/manager.c:424 src/manager.c:438 src/menu.c:168 +msgid "Back" +msgstr "Tillbaka" + +#: src/manager.c:322 +msgid "Sound:" +msgstr "Ljud:" + +#: src/manager.c:322 src/manager.c:332 src/manager.c:352 src/manager.c:354 +#: src/manager.c:356 src/manager.c:363 src/manager.c:366 src/manager.c:367 +#: src/manager.c:368 src/manager.c:426 src/manager.c:430 src/manager.c:435 +msgid "On" +msgstr "Pau" + +#: src/manager.c:325 +msgid "Volume:" +msgstr "Volym:" + +#: src/manager.c:332 +msgid "Animations:" +msgstr "Animationer:" + +#: src/manager.c:333 +msgid "Move:" +msgstr "Flytta:" + +#: src/manager.c:333 src/manager.c:334 +msgid "Tile By Tile" +msgstr "Rad-foer-rad" + +#: src/manager.c:333 src/manager.c:334 +msgid "Smooth" +msgstr "Mjuk" + +#: src/manager.c:334 src/manager.c:388 src/manager.c:394 src/manager.c:400 +msgid "Drop:" +msgstr "Slaepp:" + +#: src/manager.c:335 +msgid "Change Background:" +msgstr "Aendra bakgrund:" + +#: src/manager.c:335 +msgid "Yes" +msgstr "Ja" + +#: src/manager.c:335 +msgid "No" +msgstr "Nej" + +#: src/manager.c:337 +msgid "Display:" +msgstr "Skaerm:" + +#: src/manager.c:337 +msgid "Window" +msgstr "Foensterlaege" + +#: src/manager.c:337 +msgid "Fullscreen" +msgstr "Helskaermslaege" + +#: src/manager.c:340 +msgid "Frame Rate:" +msgstr "Bildfrekvens:" + +#: src/manager.c:344 +msgid "Start Game" +msgstr "Starta spel" + +#: src/manager.c:346 +msgid "1st Player:" +msgstr "Foersta spelare:" + +#: src/manager.c:347 +msgid "2nd Player:" +msgstr "Andra spelare:" + +#: src/manager.c:348 +msgid "3rd Player:" +msgstr "Tredje spelare:" + +#: src/manager.c:350 +msgid "Game:" +msgstr "Spel:" + +#: src/manager.c:351 +msgid "Starting Level:" +msgstr "Inledande bana:" + +#: src/manager.c:352 +msgid "Preview:" +msgstr "Foerhandstitt:" + +#: src/manager.c:353 +msgid "Help:" +msgstr "Hjaelp:" + +#: src/manager.c:354 +msgid "Expert Mode:" +msgstr "Expertlaege" + +#: src/manager.c:356 +msgid "Slow:" +msgstr "Laungsam:" + +#: src/manager.c:363 +msgid "Same Blocks For All:" +msgstr "Samma block foer alla:" + +#: src/manager.c:365 +msgid "Holes:" +msgstr "Haul:" + +#: src/manager.c:366 +msgid "Random Holes:" +msgstr "Slumpvisa haul:" + +#: src/manager.c:367 +msgid "Send All Lines:" +msgstr "Skicka alla rader:" + +#: src/manager.c:368 +msgid "Always Send Tetris:" +msgstr "Skicka alltid Tetris:" + +#: src/manager.c:370 +msgid "CPU Style:" +msgstr "Datorstil:" + +#: src/manager.c:371 +msgid "CPU Drop Delay:" +msgstr "CPU Drop Delay:" + +#: src/manager.c:379 +msgid "Horizontal Delay:" +msgstr "Horisontell foerdroejning:" + +#: src/manager.c:383 src/manager.c:389 src/manager.c:395 +msgid "Left:" +msgstr "Pil vaenster" + +#: src/manager.c:384 src/manager.c:390 src/manager.c:396 +msgid "Right:" +msgstr "Pil hoeger" + +#: src/manager.c:385 src/manager.c:391 src/manager.c:397 +msgid "Rotate Left:" +msgstr "Rotera vaenster:" + +#: src/manager.c:386 src/manager.c:392 src/manager.c:398 +msgid "Rotate Right:" +msgstr "Rotera hoeger:" + +#: src/manager.c:387 src/manager.c:393 src/manager.c:399 +msgid "Down:" +msgstr "Pil ned:" + +#: src/manager.c:426 +msgid "Quick Help:" +msgstr "Snabbhjaelp:" + +#: src/manager.c:429 +msgid "Clear Keystate:" +msgstr "Rensa tangentkontroll:" + +#: src/manager.c:430 +msgid "Center Preview:" +msgstr "Center Preview:" + +#: src/manager.c:431 +msgid "Collision Check:" +msgstr "Kollisionskontroll:" + +#: src/manager.c:431 +msgid "Sync" +msgstr "Sync" + +#: src/manager.c:431 +msgid "Async" +msgstr "Async" + +#: src/manager.c:434 +msgid "Test CPU Algorithm" +msgstr "Testa datoralgoritm" + +#: src/manager.c:435 +msgid "Visualization" +msgstr "Visualisering" + +#: src/tetris.c:129 +msgid "y" +msgstr "y" + +#: src/tetris.c:130 +msgid "n" +msgstr "n" + +#: src/tetris.c:392 +msgid "End Game? y/n" +msgstr "Avsluta spel? y/n" + +#: src/bowl.c:523 src/bowl.c:524 +msgid "Game Over" +msgstr "Spelet aer slut" + +#: src/bowl.c:1233 +#, c-format +msgid "%i Lvl: %i" +msgstr "%i Lvl: %i" + +#: src/bowl.c:1479 +msgid "Player:" +msgstr "Spelare:" + +#: src/bowl.c:1483 +msgid "Score:" +msgstr "Poaeng:" + +#: src/bowl.c:1485 +msgid "Lines:" +msgstr "Rader:" + +#: src/chart.c:187 +msgid "Name Level Score" +msgstr "Namn Bana Poaeng" + +#: src/chart.c:212 +msgid "Level" +msgstr "Bana" + +#: src/main.c:66 +msgid "Demo" +msgstr "Demo" + +#: src/main.c:67 +msgid "Classic" +msgstr "Klassisk" + +#: src/main.c:68 +msgid "Figures" +msgstr "Figurer" + +#: src/main.c:69 +msgid "Vs Human" +msgstr "Vs Maenniska" + +#: src/main.c:70 +msgid "Vs CPU" +msgstr "Vs dator" + +#: src/main.c:71 +msgid "Vs Human&Human" +msgstr "Vs Maenniska&Maenniska" + +#: src/main.c:72 +msgid "Vs Human&CPU" +msgstr "Vs Maenniska&dator" + +#: src/main.c:73 +msgid "Vs CPU&CPU" +msgstr "Vs dator&dator" + +#: src/value.c:40 +msgid "Space" +msgstr "Mellanslag" + +#: src/value.c:41 +msgid "Left" +msgstr "Vaenster" + +#: src/value.c:42 +msgid "Right" +msgstr "Hoeger" + +#: src/value.c:43 +msgid "Up" +msgstr "Upp" + +#: src/value.c:45 +msgid "Right Shift" +msgstr "Hoeger shift" + +#: src/value.c:46 +msgid "Left Shift" +msgstr "Vaenster shift" + +#: src/value.c:47 +msgid "Right Ctrl" +msgstr "Hoeger ctrl" + +#: src/value.c:48 +msgid "Left Ctrl" +msgstr "Vaenster ctrl" + +#: src/value.c:49 +msgid "Right Alt" +msgstr "Hoeger alt" + +#: src/value.c:50 +msgid "Left Alt" +msgstr "Vaenster alt" + +#: src/value.c:51 +msgid "Insert" +msgstr "Insert" + +#: src/value.c:52 +msgid "End" +msgstr "End" + +#: src/value.c:53 +msgid "PageUp" +msgstr "PageUp" + +#: src/value.c:54 +msgid "PageDown" +msgstr "PageDown" + +#: src/value.c:55 +msgid "Home" +msgstr "Home" + +#~ msgid "Two-Player" +#~ msgstr "Tvau spelare" + +#~ msgid "Three-Player" +#~ msgstr "Tre spelare" diff --git a/project/jni/application/ltris-1.0.15/po/tr.gmo b/project/jni/application/ltris-1.0.15/po/tr.gmo new file mode 100644 index 000000000..f84f9ad0a Binary files /dev/null and b/project/jni/application/ltris-1.0.15/po/tr.gmo differ diff --git a/project/jni/application/ltris-1.0.15/po/tr.po b/project/jni/application/ltris-1.0.15/po/tr.po new file mode 100644 index 000000000..d999df27a --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/tr.po @@ -0,0 +1,744 @@ +# translation of ltris.po to Turkce +# Copyright (C) YEAR Michael Speck +# This file is distributed under the same license as the PACKAGE package. +# +# Server Acim , 2006. +msgid "" +msgstr "" +"Project-Id-Version: ltris\n" +"Report-Msgid-Bugs-To: lgames.sf.net/contact.php\n" +"POT-Creation-Date: 2009-12-25 10:55+0100\n" +"PO-Revision-Date: 2006-02-05 15:08+0200\n" +"Last-Translator: Server Acim \n" +"Language-Team: Turkce \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11\n" + +#: src/manager.c:65 +msgid "Enable/disable these quick hints." +msgstr "Bu hızlı ip uclarını etkinlestir/etkisizlestir." + +#: src/manager.c:66 +msgid "Set player controls and horizontal speed." +msgstr "Oyuncu kontrollerini ve yatay hızı ayarla." + +#: src/manager.c:67 +msgid "Here you may customize the graphical appearance of LTris." +msgstr "LTris'in grafik gorunumunu buradan ozellestirebilirsiniz." + +#: src/manager.c:68 +msgid "Audio Settings." +msgstr "Ses Ayarları" + +#: src/manager.c:69 +msgid "Get back to nasty work." +msgstr "Calısmaya geri don." + +#: src/manager.c:70 +msgid "Setup and run a cool game!" +msgstr "Ayarla ve harika bir oyun calıstır." + +#: src/manager.c:71 +msgid "If animations disturb you you may turn them off." +msgstr "Eger animasyonlar seni rahatsız ederse onları kapatabilirsin." + +#: src/manager.c:72 +msgid "You may play LTris either in window of fullscreen mode." +msgstr "LTris'i tam ekran modundaki pencerede de oynayabilirsin." + +#: src/manager.c:73 +msgid "" +"If you don't want LTris to consume all of your CPU limit the frame rate." +msgstr "" +"Eger LTris'in CPU'nun tumunu harcamasını istemiyorsan cerceve oranını " +"sınırla." + +#: src/manager.c:74 +msgid "" +"Horizontally move block either tile-by-tile or smooth. This is just eye-" +"candy and doesn't effect the moving speed at all." +msgstr "" +"Yatay olarak obegi doseyerek veya duzgun tası. Bu sadece gorsel bir unsurdur " +"ve hareket hızını tam olarak etkilemez." + +#: src/manager.c:75 +msgid "" +"Drop block tile-by-tile or smooth.##NOTE: While tile-by-tile allows you to " +"move a block below a tile multiple times you'll only be able to do so one " +"time when choosing 'smooth'!#See 'Advanced Options/Collision Check' to " +"improve this." +msgstr "" +"Obegi doseyerek veya duzgun olarak bırak. ##DIKKAT: Doseye doseye gitmek " +"sizin obegi birden fazla defa asagıya tasımanıza izin verir eger duzgun'u " +"secerseniz bu islemi sadece bir kez yapabilirsiniz !#Bakınız Bunu " +"iyilestirmek icin Gelismis Secenekler / Cakısma Kontrolu." + +#: src/manager.c:76 +msgid "" +"The less delay you take the faster the block will horizontally move and the " +"more sensitive the input is handled." +msgstr "" +"Obegi ne kadar yatay olarak hızlı hareket ettirirseniz daha az gecikme " +"olacak ve tanıtılan giris daha hassaslasacaktır." + +#: src/manager.c:77 +msgid "" +"Each control value needs a unique key for handling.##Left/Right: horizontal " +"movement#Rotate Left/Right: block rotation#Down: faster Dropping#Drop: " +"INSTANT drop" +msgstr "" +"Her kontrol degerinin tanıtılmak icin bir anahtara ihtiyacı vardır. ##Sol/" +"Sag: yatay hareket.#Dondur Sol/Sag: donusu engelle#Asagı:daha hızlı " +"bırakıs#Bırak ANIDEN bırak" + +#: src/manager.c:78 +msgid "Let's get it on!!!!" +msgstr "Devam edelim!!!!!" + +#: src/manager.c:79 +msgid "Human player names. If you play against CPU it will be named as CPU-x." +msgstr "" +"Canlı oyuncu isimleri. eger islemciye karsı oynarsanız o CPU-x olarak " +"adlandırılacaktır." + +#: src/manager.c:80 +#, fuzzy, c-format +msgid "" +"This is your starting level which will be ignored for game 'Figures' (you'll " +"always start at level 0 there).##Each starting level up adds you 1.5% score " +"in the end!" +msgstr "" +"Bu sizin oyun dısı tutulacak olan baslangıc seviyenizdir.Burada daima 0 " +"seviyesinde baslayacaksınız. ##Her baslangıc seviyesi oyun sonunda puanınıza " +"yuzde 1.5 oranında eklenecektir." + +#: src/manager.c:81 +#, fuzzy, c-format +msgid "" +"Enable/Disable block preview.##If disabled you'll gain 15% score in the end!" +msgstr "Obek onizlemesini Etkinlestir/Etkisizlestir." + +#: src/manager.c:82 +msgid "" +"Shows guiding lines or a shadow of the currently dropping block so you see " +"where it'll hit the ground.##This option has no penalty/bonus." +msgstr "" +"Rehber satırları veya su anda dusen obegi gosterir boylece nerede yere " +"dustugunu gorursun. $$Bu secenegin bonusu yoktur." + +#: src/manager.c:83 +msgid "Some multiplayer and CPU settings." +msgstr "Bazı coklu oyuncular ve islemci ayarları." + +#: src/manager.c:84 +msgid "" +"A line send to your opponent's bowl will have this number of holes in it. " +"The more holes the harder it will be to remove this line so you should " +"choose a low value (e.g. 1 or 2) for long multiplayer games." +msgstr "" +"Rakibinizin bolgesine gondereceginiz bir hat icindeki deliklerin sayısını " +"alacaktır. Delikler cogaldıkca zorluk derecesi artacak bu hattı cıkarmak " +"zorunda kalacaktır, iste bu yuzden coklu oyuncu secilen oyunlarda 1 veya 2 " +"gibi daha dusuk bir deger secmelisiniz." + +#: src/manager.c:85 +msgid "" +"This option controls how the holes in the lines are created when more than " +"one line is sent. If the option is on, the holes will appear randomly for " +"each line. If the option is off, all the lines that are sent in one go, will " +"have the holes in the same spot." +msgstr "" +"Bu secenek, birden fazla hat gonderildiginde hatlardaki deliklerin nasıl " +"yaratılacagını kontrol edecektir. Eger bu secenek acıksa, her hat icin " +"delikler rastgele gozukecektir. Eger bu secenek kapalıysa, tek basına " +"gonderilen tum hatlar aynı lekedeki hatları alacaklardır." + +#: src/manager.c:86 +msgid "" +"You'll have to complete more than one line to send any lines to your " +"opponent. If this option is enabled all lines will be send else one will be " +"substracted.##If disabled:#3 Line send -> 2 lines received##If enabled:#3 " +"lines send -> 3 lines received" +msgstr "" +"Rakibine herhangi bir hat gondermek istiyorsan birden fazla hattı " +"tamamlamalısın. Eger bu secenek etkinlestirilmis ise birisi geri cekilmis " +"olsa bile tum hatlar gonderilmis olacaktır.##eger etkinlestirilmis ise: #3 " +"Hat gonderildi -> 2 hat alındı##eger etkinlestirilmis ise: #3 hatlar " +"gonderildi -> 3 hat alındı" + +#: src/manager.c:87 +msgid "" +"If this option is enabled your opponent will receive all four lines of your " +"tetris ignoring the 'Send All' setting." +msgstr "" +"Eger bu secenek etkinlestirilmis ise rakibiniz tetris'in 'Hepsini Gonder' " +"ayarını yok saydıgı tum dort hattı da alacaktır." + +#: src/manager.c:88 +msgid "" +"This is the delay in milliseconds the CPU waits before dropping a block." +msgstr "" +"Islemcinin bir obegi bırakmadan once bekletmesinden kaynaklanan milisaniye " +"oranındaki bir gecikmedir." + +#: src/manager.c:89 +msgid "" +"The more aggressive the style is the more priority is put on completing " +"multiple lines at the expense of a balanced bowl contents." +msgstr "" +"Tarz ne kadar gerilirse, dengeli hat iceriklerinin saglıklı bir sekilde " +"coklu hatların tamamlanmasındaki oncelik de o kadar artar." + +#: src/manager.c:90 +msgid "Some advanced options." +msgstr "Bazı gelismis secenekler." + +#: src/manager.c:91 +msgid "" +"Test the CPU analyze algorithm in cpu.c and give an average score for a " +"number of games." +msgstr "" +"cpu . c'deki Islemci analiz cozum yolunu test edin. ve oyun sayıları icin " +"aritmetik ortalama puanı verin." + +#: src/manager.c:92 +msgid "" +"If you turn visualization off the results will be computed faster. If you " +"turn them on you can see a general game behaviour and judge the algorithm by " +"this behaviour." +msgstr "" +"Eger gorunumu kapatırsanız sonuclar daha hızlı hesaplanacaktır. Eger onları " +"acarsanız genel bir oyun davranısı gorebilir ve cozum yolunu bu davranısa " +"gore yargılayabilirsiniz." + +#: src/manager.c:93 +msgid "" +"There are basically three different game types:##CLASSIC:#The classic tetris " +"game. Starts with an empty bowl and goes as long as you make it.#FIGURES:" +"#Each level a nice figure will be added to the ground of you bowl. From " +"level 7-12 there will be randomly appearing single tiles and from level " +"13-... there will be whole lines appearing at the bottom of your bowl. Fun!" +"#TWO/THREE-PLAYER:#Either play against other humans or CPU. If you complete " +"multiple lines they'll be send to your opponents according to the " +"multiplayer settings you made.##And in DEMO you can see your CPU do the " +"work. So relax! ;-)" +msgstr "" +"Temel olarak uc farklı oyun turu vardır:##KLASIK:#Klasik tetris oyunu. Bos " +"bir kase ile baslar ve siz oyunu surdurdukce bu kase dolar.#SEKILLER:#Her " +"seviye de guzel bir sekil kasenizin dibine eklenecektir. 7-12 arasındaki " +"seviyelerden itibaren rastgele gorunen tek dosemeler olarak ve seviye 13'ten " +"sonra kasenizin dibinde gozuken daha yogun hatlar olacaktır. Eglenmenize " +"bakın! #IKI/UC OYUNCULU:#Insanlara karsı veya islemciye karsı oynana oyun. " +"Coklu hatları tamamlarsanız, coklu oyuncu ayarlarınıza baglı olarak, bu veri " +"rakibinize gonderilecektir.##Ve DEMO'da islemcinizin oynadıgını " +"goreceksiniz. Bu yuzden, rahat olun! -)" + +#: src/manager.c:99 +msgid "" +"If you turn this on the background will change every level else it's always " +"the same." +msgstr "" +"Eger bunu acarsanız arkaplanınız her seviyede degisecek, eger acmazsanız " +"aynı kalacaktır." + +#: src/manager.c:100 +msgid "" +"If you enable this option the keystate of either the 'Down' key or all the " +"keys are cleared so you can't accidently move the next block." +msgstr "" +"Eger bu secenegi etkinlestirirseniz ya 'Asagı' tusunuz veya tum tus " +"takımınız temizlenecek boylece kazara bir sonraki blogu oynatamayacaksınız." + +#: src/manager.c:101 +msgid "" +"If this is enabled the preview in Two-Player is centered in the middle of " +"the screen instead that one is drawn at the bottom and one at the top." +msgstr "" +"Eger bu etkinlestirilmisse Iki-Oyuncu seceneginde oyunculardan birinin " +"altta, digerinin ustte gosterilmesi yerine, onizleme gorunumu ekranın " +"ortasında olacaktır." + +#: src/manager.c:102 +msgid "" +"This option is only useful when 'Graphics/Drop' is 'Smooth'#(In opposite to " +"'Tile-By-Tile' the block is inserted as soon as it hits the ground giving no " +"possibility to move the block below another one.)#If you set this option to " +"'Async' you may move the block below others but on the cost of slight " +"graphical errors." +msgstr "" +"Bu secenek 'sadece Sekiller/Bırak' secenegi 'Duzgun'e ayarlanmıssa ise yarar#" +"(Doseye-Doseye'nin tersine blok dibe baska bir yere kıpırdayamayacak sekilde " +"yerlestirilmistir.)#Eger bu secenegi 'Esitsiz'e isaretlerseniz bazı kucuk " +"gorsel hataları goze almak pahasına blogu asagıya hareket ettirebilirsiniz." + +#: src/manager.c:107 +msgid "" +"In expert mode the propabilities for the next blocks are uneven to give a " +"block that is most likely difficult to fit anywhere. The game becomes really " +"hard by this so all score is doubled in the end." +msgstr "" +"Uzman kipinde gelen bloklar icin olasılıklar bir blogun uyan bir yere " +"hareket etmesini imkansız hale getirecek kadar duzensizdir. Oyun bu sekilde " +"gercekten zorlasır ve finalde sayı iki katına cıkar." + +#: src/manager.c:110 +msgid "" +"If ON all players will get exactly the same blocks. So there is no " +"disadvantage to any player due to random blocks. This does not work in " +"expert mode as the block selection depends on your actions there." +msgstr "" +"ACIK seceneginde tum oyuncular tam olarak aynı obekleri alacaklardır. " +"Boylece herhangi bir oyuncunun rastgele bloklara rast gelmesinde bir yarar " +"yitimi olmayacaktır. Blok seciminin buradaki islemlerinize baglı olması " +"secenegi uzman kipinde calısmaz." + +#: src/manager.c:139 src/manager.c:140 +msgid "" +msgstr "" + +#: src/manager.c:140 +#, c-format +msgid "You cannot delete '%s'!\n" +msgstr "Bunu silemezsiniz %s !\n" + +#: src/manager.c:209 +msgid "No Limit" +msgstr "Sınır yok" + +#: src/manager.c:209 +msgid "50 FPS" +msgstr "50 FPS" + +#: src/manager.c:209 +msgid "100 FPS" +msgstr "100 FPS" + +#: src/manager.c:209 +msgid "200 FPS" +msgstr "200 FPS" + +#: src/manager.c:210 +msgid "Defensive" +msgstr "Savunmalı" + +#: src/manager.c:210 +msgid "Normal" +msgstr "Normal" + +#: src/manager.c:210 +msgid "Aggressive" +msgstr "Gergin" + +#: src/manager.c:210 +msgid "Kamikaze" +msgstr "Kamikaze" + +#: src/manager.c:211 src/manager.c:322 src/manager.c:332 src/manager.c:352 +#: src/manager.c:354 src/manager.c:356 src/manager.c:363 src/manager.c:366 +#: src/manager.c:367 src/manager.c:368 src/manager.c:426 src/manager.c:430 +#: src/manager.c:435 +msgid "Off" +msgstr "Kapalı" + +#: src/manager.c:211 +msgid "Shadow" +msgstr "Golge" + +#: src/manager.c:211 +msgid "Lines" +msgstr "Hatlar" + +#: src/manager.c:212 +msgid "None" +msgstr "Hicbiri" + +#: src/manager.c:212 src/value.c:44 +msgid "Down" +msgstr "Asagı" + +#: src/manager.c:212 +msgid "All" +msgstr "Hepsi" + +#: src/manager.c:278 +msgid "Menu" +msgstr "Menu" + +#: src/manager.c:279 src/manager.c:301 src/manager.c:314 +msgid "Graphics" +msgstr "Cizgeleme" + +#: src/manager.c:280 src/manager.c:295 +msgid "New Game" +msgstr "Yeni Oyun" + +#: src/manager.c:281 src/manager.c:300 src/manager.c:313 +msgid "Controls" +msgstr "Denetimler" + +#: src/manager.c:282 src/manager.c:375 +msgid "Player1" +msgstr "Oyuncu1" + +#: src/manager.c:283 src/manager.c:376 +msgid "Player2" +msgstr "Oyuncu2" + +#: src/manager.c:284 src/manager.c:377 +msgid "Player3" +msgstr "Oyuncu3" + +#: src/manager.c:285 src/manager.c:359 +msgid "Multiplayer Options" +msgstr "Cok Oyunculu Secenekler" + +#: src/manager.c:286 src/manager.c:308 +msgid "Advanced Options" +msgstr "Gelismis Secenekler" + +#: src/manager.c:288 src/manager.c:298 +msgid "Options" +msgstr "Secenekler" + +#: src/manager.c:291 src/manager.c:303 src/manager.c:305 src/manager.c:315 +#: src/manager.c:316 +msgid "Audio" +msgstr "Ses" + +#: src/manager.c:310 src/menu.c:171 +msgid "Quit" +msgstr "Cık" + +#: src/manager.c:318 src/manager.c:329 src/manager.c:342 src/manager.c:361 +#: src/manager.c:373 src/manager.c:381 src/manager.c:414 src/manager.c:419 +#: src/manager.c:424 src/manager.c:438 src/menu.c:168 +msgid "Back" +msgstr "Geri" + +#: src/manager.c:322 +msgid "Sound:" +msgstr "Ses:" + +#: src/manager.c:322 src/manager.c:332 src/manager.c:352 src/manager.c:354 +#: src/manager.c:356 src/manager.c:363 src/manager.c:366 src/manager.c:367 +#: src/manager.c:368 src/manager.c:426 src/manager.c:430 src/manager.c:435 +msgid "On" +msgstr "Acık" + +#: src/manager.c:325 +msgid "Volume:" +msgstr "Ses Duzeyi:" + +#: src/manager.c:332 +msgid "Animations:" +msgstr "Canlandırmalar:" + +#: src/manager.c:333 +msgid "Move:" +msgstr "Tası:" + +#: src/manager.c:333 src/manager.c:334 +msgid "Tile By Tile" +msgstr "Doseye-Doseye" + +#: src/manager.c:333 src/manager.c:334 +msgid "Smooth" +msgstr "Duzgun" + +#: src/manager.c:334 src/manager.c:388 src/manager.c:394 src/manager.c:400 +msgid "Drop:" +msgstr "Bırak:" + +#: src/manager.c:335 +msgid "Change Background:" +msgstr "Artalanı Degistir:" + +#: src/manager.c:335 +msgid "Yes" +msgstr "Evet" + +#: src/manager.c:335 +msgid "No" +msgstr "Hayır" + +#: src/manager.c:337 +msgid "Display:" +msgstr "Goruntule:" + +#: src/manager.c:337 +msgid "Window" +msgstr "Pencere" + +#: src/manager.c:337 +msgid "Fullscreen" +msgstr "Tam Ekran" + +#: src/manager.c:340 +msgid "Frame Rate:" +msgstr "Cerceve Oranı:" + +#: src/manager.c:344 +msgid "Start Game" +msgstr "Oyuna Basla" + +#: src/manager.c:346 +msgid "1st Player:" +msgstr "Birinci Oyuncu:" + +#: src/manager.c:347 +msgid "2nd Player:" +msgstr "Ikinci Oyuncu:" + +#: src/manager.c:348 +msgid "3rd Player:" +msgstr "Ucuncu Oyuncu:" + +#: src/manager.c:350 +msgid "Game:" +msgstr "Oyun:" + +#: src/manager.c:351 +msgid "Starting Level:" +msgstr "Baslama Duzeyi:" + +#: src/manager.c:352 +msgid "Preview:" +msgstr "Onizleme:" + +#: src/manager.c:353 +msgid "Help:" +msgstr "Yardım:" + +#: src/manager.c:354 +msgid "Expert Mode:" +msgstr "Uzman Kipi:" + +#: src/manager.c:356 +msgid "Slow:" +msgstr "Yavas:" + +#: src/manager.c:363 +msgid "Same Blocks For All:" +msgstr "Herkes icin Aynı Bloklar:" + +#: src/manager.c:365 +msgid "Holes:" +msgstr "Delikler:" + +#: src/manager.c:366 +msgid "Random Holes:" +msgstr "Rasgele Delikler:" + +#: src/manager.c:367 +msgid "Send All Lines:" +msgstr "Butun Hatları Gonder:" + +#: src/manager.c:368 +msgid "Always Send Tetris:" +msgstr "Her zaman Tetris'i Gonder:" + +#: src/manager.c:370 +msgid "CPU Style:" +msgstr "Islemci Tarzı:" + +#: src/manager.c:371 +msgid "CPU Drop Delay:" +msgstr "Islemci Bırakma Gecikmesi:" + +#: src/manager.c:379 +msgid "Horizontal Delay:" +msgstr "Yatay Gecikme:" + +#: src/manager.c:383 src/manager.c:389 src/manager.c:395 +msgid "Left:" +msgstr "Sol:" + +#: src/manager.c:384 src/manager.c:390 src/manager.c:396 +msgid "Right:" +msgstr "Sag:" + +#: src/manager.c:385 src/manager.c:391 src/manager.c:397 +msgid "Rotate Left:" +msgstr "Sola Dondur:" + +#: src/manager.c:386 src/manager.c:392 src/manager.c:398 +msgid "Rotate Right:" +msgstr "Saga Dondur:" + +#: src/manager.c:387 src/manager.c:393 src/manager.c:399 +msgid "Down:" +msgstr "Asagı:" + +#: src/manager.c:426 +msgid "Quick Help:" +msgstr "Hızlı Yardım:" + +#: src/manager.c:429 +msgid "Clear Keystate:" +msgstr "Tusdurumunu Temizle:" + +#: src/manager.c:430 +msgid "Center Preview:" +msgstr "Ortada Onizle:" + +#: src/manager.c:431 +msgid "Collision Check:" +msgstr "Carpısma Denetimi:" + +#: src/manager.c:431 +msgid "Sync" +msgstr "Senkronizasyon" + +#: src/manager.c:431 +msgid "Async" +msgstr "Asenkronizasyon" + +#: src/manager.c:434 +msgid "Test CPU Algorithm" +msgstr "Islemci Algoritmasını Sına" + +#: src/manager.c:435 +msgid "Visualization" +msgstr "Gorsellestirme" + +#: src/tetris.c:129 +msgid "y" +msgstr "" + +#: src/tetris.c:130 +#, fuzzy +msgid "n" +msgstr "Acık" + +#: src/tetris.c:392 +msgid "End Game? y/n" +msgstr "Oyun Bitsin mi? e/h" + +#: src/bowl.c:523 src/bowl.c:524 +msgid "Game Over" +msgstr "Oyun Bitti" + +#: src/bowl.c:1233 +#, c-format +msgid "%i Lvl: %i" +msgstr "%i Lvl: %i" + +#: src/bowl.c:1479 +msgid "Player:" +msgstr "Oyuncu:" + +#: src/bowl.c:1483 +msgid "Score:" +msgstr "Sonuc:" + +#: src/bowl.c:1485 +msgid "Lines:" +msgstr "Hatlar:" + +#: src/chart.c:187 +msgid "Name Level Score" +msgstr "Isim''''''''''''Seviye''''''''''''Sonuc" + +#: src/chart.c:212 +msgid "Level" +msgstr "Seviye" + +#: src/main.c:66 +msgid "Demo" +msgstr "Demo" + +#: src/main.c:67 +msgid "Classic" +msgstr "Klasik" + +#: src/main.c:68 +msgid "Figures" +msgstr "Sekiller" + +#: src/main.c:69 +msgid "Vs Human" +msgstr "Vs Insan" + +#: src/main.c:70 +msgid "Vs CPU" +msgstr "Vs Islemci" + +#: src/main.c:71 +msgid "Vs Human&Human" +msgstr "Vs Insan'a karsı I&nsan" + +#: src/main.c:72 +msgid "Vs Human&CPU" +msgstr "Vs Insan'a karsı Isl&emci" + +#: src/main.c:73 +msgid "Vs CPU&CPU" +msgstr "Vs Islemci'ye&karsı Islemci" + +#: src/value.c:40 +msgid "Space" +msgstr "Bosluk" + +#: src/value.c:41 +msgid "Left" +msgstr "Sol" + +#: src/value.c:42 +msgid "Right" +msgstr "Sag" + +#: src/value.c:43 +msgid "Up" +msgstr "Yukarı" + +#: src/value.c:45 +msgid "Right Shift" +msgstr "Sag Oteleme" + +#: src/value.c:46 +msgid "Left Shift" +msgstr "Sol Oteleme" + +#: src/value.c:47 +msgid "Right Ctrl" +msgstr "Sag Ctrl" + +#: src/value.c:48 +msgid "Left Ctrl" +msgstr "Sol Ctrl" + +#: src/value.c:49 +msgid "Right Alt" +msgstr "Sag Alt" + +#: src/value.c:50 +msgid "Left Alt" +msgstr "Sol Alt" + +#: src/value.c:51 +msgid "Insert" +msgstr "Ekle" + +#: src/value.c:52 +msgid "End" +msgstr "Son" + +#: src/value.c:53 +msgid "PageUp" +msgstr "Yukarı Sayfa" + +#: src/value.c:54 +msgid "PageDown" +msgstr "Asagı Sayfa" + +#: src/value.c:55 +msgid "Home" +msgstr "Baslangıc" + +#~ msgid "Two-Player" +#~ msgstr "Iki-Oyuncu" + +#~ msgid "Three-Player" +#~ msgstr "Uc-Oyuncu" diff --git a/project/jni/application/ltris-1.0.15/po/tr.po_full b/project/jni/application/ltris-1.0.15/po/tr.po_full new file mode 100644 index 000000000..5e6949ccc --- /dev/null +++ b/project/jni/application/ltris-1.0.15/po/tr.po_full @@ -0,0 +1,746 @@ +# translation of ltris.po to Türkçe +# Copyright (C) YEAR Michael Speck +# This file is distributed under the same license as the PACKAGE package. +# +# Server Acim , 2006. +msgid "" +msgstr "" +"Project-Id-Version: ltris\n" +"Report-Msgid-Bugs-To: lgames.sf.net/contact.php\n" +"POT-Creation-Date: 2008-03-29 12:39+0100\n" +"PO-Revision-Date: 2006-02-05 15:08+0200\n" +"Last-Translator: Server Acim \n" +"Language-Team: Türkçe \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11\n" + +#: src/manager.c:65 +msgid "Enable/disable these quick hints." +msgstr "Bu hızlı ip uçlarını etkinleÅŸtir/etkisizleÅŸtir." + +#: src/manager.c:66 +msgid "Set player controls and horizontal speed." +msgstr "Oyuncu kontrollerini ve yatay hızı ayarla." + +#: src/manager.c:67 +msgid "Here you may customize the graphical appearance of LTris." +msgstr "LTris'in grafik görünümünü buradan özelleÅŸtirebilirsiniz." + +#: src/manager.c:68 +msgid "Audio Settings." +msgstr "Ses Ayarları" + +#: src/manager.c:69 +msgid "Get back to nasty work." +msgstr "Çalışmaya geri dön." + +#: src/manager.c:70 +msgid "Setup and run a cool game!" +msgstr "Ayarla ve harika bir oyun çalıştır." + +#: src/manager.c:71 +msgid "If animations disturb you you may turn them off." +msgstr "EÄŸer animasyonlar seni rahatsız ederse onları kapatabilirsin." + +#: src/manager.c:72 +msgid "You may play LTris either in window of fullscreen mode." +msgstr "LTris'i tam ekran modundaki pencerede de oynayabilirsin." + +#: src/manager.c:73 +msgid "" +"If you don't want LTris to consume all of your CPU limit the frame rate." +msgstr "" +"EÄŸer LTris'in CPU'nun tümünü harcamasını istemiyorsan çerçeve oranını " +"sınırla." + +#: src/manager.c:74 +msgid "" +"Horizontally move block either tile-by-tile or smooth. This is just eye-" +"candy and doesn't effect the moving speed at all." +msgstr "" +"Yatay olarak öbeÄŸi döşeyerek veya düzgün taşı. Bu sadece görsel bir unsurdur " +"ve hareket hızını tam olarak etkilemez." + +#: src/manager.c:75 +msgid "" +"Drop block tile-by-tile or smooth.##NOTE: While tile-by-tile allows you to " +"move a block below a tile multiple times you'll only be able to do so one " +"time when choosing 'smooth'!#See 'Advanced Options/Collision Check' to " +"improve this." +msgstr "" +"ÖbeÄŸi döşeyerek veya düzgün olarak bırak. ##DİKKAT: Döşeye döşeye gitmek " +"sizin öbeÄŸi birden fazla defa aÅŸağıya taşımanıza izin verir eÄŸer düzgün'ü " +"seçerseniz bu iÅŸlemi sadece bir kez yapabilirsiniz !#Bakınız Bunu " +"iyileÅŸtirmek için GeliÅŸmiÅŸ Seçenekler / Çakışma Kontrolü." + +#: src/manager.c:76 +msgid "" +"The less delay you take the faster the block will horizontally move and the " +"more sensitive the input is handled." +msgstr "" +"ÖbeÄŸi ne kadar yatay olarak hızlı hareket ettirirseniz daha az gecikme " +"olacak ve tanıtılan giriÅŸ daha hassaslaÅŸacaktır." + +#: src/manager.c:77 +msgid "" +"Each control value needs a unique key for handling.##Left/Right: horizontal " +"movement#Rotate Left/Right: block rotation#Down: faster Dropping#Drop: " +"INSTANT drop" +msgstr "" +"Her kontrol deÄŸerinin tanıtılmak için bir anahtara ihtiyacı vardır. ##Sol/" +"SaÄŸ: yatay hareket.#Döndür Sol/SaÄŸ: dönüşü engelle#AÅŸağı:daha hızlı " +"bırakış#Bırak ANİDEN bırak" + +#: src/manager.c:78 +msgid "Let's get it on!!!!" +msgstr "Devam edelim!!!!!" + +#: src/manager.c:79 +msgid "Human player names. If you play against CPU it will be named as CPU-x." +msgstr "" +"Canlı oyuncu isimleri. eÄŸer iÅŸlemciye karşı oynarsanız o CPU-x olarak " +"adlandırılacaktır." + +#: src/manager.c:80 +#, fuzzy, c-format +msgid "" +"This is your starting level which will be ignored for game 'Figures' (you'll " +"always start at level 0 there).##Each starting level up adds you 1.5% score " +"in the end!" +msgstr "" +"Bu sizin oyun dışı tutulacak olan baÅŸlangıç seviyenizdir.Burada daima 0 " +"seviyesinde baÅŸlayacaksınız. ##Her baÅŸlangıç seviyesi oyun sonunda puanınıza " +"yüzde 1.5 oranında eklenecektir." + +#: src/manager.c:81 +#, fuzzy, c-format +msgid "" +"Enable/Disable block preview.##If disabled you'll gain 15% score in the end!" +msgstr "Öbek önizlemesini EtkinleÅŸtir/EtkisizleÅŸtir." + +#: src/manager.c:82 +msgid "" +"Shows guiding lines or a shadow of the currently dropping block so you see " +"where it'll hit the ground.##This option has no malus/bonus." +msgstr "" +"Rehber satırları veya ÅŸu anda düşen öbeÄŸi gösterir böylece nerede yere " +"düştüğünü görürsün. $$Bu seçeneÄŸin bonusu yoktur." + +#: src/manager.c:83 +msgid "Some multiplayer and CPU settings." +msgstr "Bazı çoklu oyuncular ve iÅŸlemci ayarları." + +#: src/manager.c:84 +msgid "" +"A line send to your opponent's bowl will have this number of holes in it. " +"The more holes the harder it will be to remove this line so you should " +"choose a low value (e.g. 1 or 2) for long multiplayer games." +msgstr "" +"Rakibinizin bölgesine göndereceÄŸiniz bir hat içindeki deliklerin sayısını " +"alacaktır. Delikler çoÄŸaldıkça zorluk derecesi artacak bu hattı çıkarmak " +"zorunda kalacaktır, iÅŸte bu yüzden çoklu oyuncu seçilen oyunlarda 1 veya 2 " +"gibi daha düşük bir deÄŸer seçmelisiniz." + +#: src/manager.c:85 +msgid "" +"This option controls how the holes in the lines are created when more than " +"one line is sent. If the option is on, the holes will appear randomly for " +"each line. If the option is off, all the lines that are sent in one go, will " +"have the holes in the same spot." +msgstr "" +"Bu seçenek, birden fazla hat gönderildiÄŸinde hatlardaki deliklerin nasıl " +"yaratılacağını kontrol edecektir. EÄŸer bu seçenek açıksa, her hat için " +"delikler rastgele gözükecektir. EÄŸer bu seçenek kapalıysa, tek başına " +"gönderilen tüm hatlar aynı lekedeki hatları alacaklardır." + +#: src/manager.c:86 +msgid "" +"You'll have to complete more than one line to send any lines to your " +"opponent. If this option is enabled all lines will be send else one will be " +"substracted.##If disabled:#3 Line send -> 2 lines received##If enabled:#3 " +"lines send -> 3 lines received" +msgstr "" +"Rakibine herhangi bir hat göndermek istiyorsan birden fazla hattı " +"tamamlamalısın. EÄŸer bu seçenek etkinleÅŸtirilmiÅŸ ise birisi geri çekilmiÅŸ " +"olsa bile tüm hatlar gönderilmiÅŸ olacaktır.##eÄŸer etkinleÅŸtirilmiÅŸ ise: #3 " +"Hat gönderildi -> 2 hat alındı##eÄŸer etkinleÅŸtirilmiÅŸ ise: #3 hatlar " +"gönderildi -> 3 hat alındı" + +#: src/manager.c:87 +msgid "" +"If this option is enabled your opponent will receive all four lines of your " +"tetris ignoring the 'Send All' setting." +msgstr "" +"EÄŸer bu seçenek etkinleÅŸtirilmiÅŸ ise rakibiniz tetris'in 'Hepsini Gönder' " +"ayarını yok saydığı tüm dört hattı da alacaktır." + +#: src/manager.c:88 +msgid "" +"This is the delay in milliseconds the CPU waits before dropping a block." +msgstr "" +"İşlemcinin bir öbeÄŸi bırakmadan önce bekletmesinden kaynaklanan milisaniye " +"oranındaki bir gecikmedir." + +#: src/manager.c:89 +msgid "" +"The more aggressive the style is the more priority is put on completing " +"multiple lines at the expense of a balanced bowl contents." +msgstr "" +"Tarz ne kadar gerilirse, dengeli hat içeriklerinin saÄŸlıklı bir ÅŸekilde " +"çoklu hatların tamamlanmasındaki öncelik de o kadar artar." + +#: src/manager.c:90 +msgid "Some advanced options." +msgstr "Bazı geliÅŸmiÅŸ seçenekler." + +#: src/manager.c:91 +msgid "" +"Test the CPU analyze algorithm in cpu.c and give an average score for a " +"number of games." +msgstr "" +"cpu . c'deki İşlemci analiz çözüm yolunu test edin. ve oyun sayıları için " +"aritmetik ortalama puanı verin." + +#: src/manager.c:92 +msgid "" +"If you turn visualization off the results will be computed faster. If you " +"turn them on you can see a general game behaviour and judge the algorithm by " +"this behaviour." +msgstr "" +"EÄŸer görünümü kapatırsanız sonuçlar daha hızlı hesaplanacaktır. EÄŸer onları " +"açarsanız genel bir oyun davranışı görebilir ve çözüm yolunu bu davranışa " +"göre yargılayabilirsiniz." + +#: src/manager.c:93 +msgid "" +"There are basically three different game types:##CLASSIC:#The classic tetris " +"game. Starts with an empty bowl and goes as long as you make it.#FIGURES:" +"#Each level a nice figure will be added to the ground of you bowl. From " +"level 7-12 there will be randomly appearing single tiles and from level " +"13-... there will be whole lines appearing at the bottom of your bowl. Fun!" +"#TWO/THREE-PLAYER:#Either play against other humans or CPU. If you complete " +"multiple lines they'll be send to your opponents according to the " +"multiplayer settings you made.##And in DEMO you can see your CPU do the " +"work. So relax! ;-)" +msgstr "" +"Temel olarak üç farklı oyun türü vardır:##KLASİK:#Klasik tetris oyunu. BoÅŸ " +"bir kase ile baÅŸlar ve siz oyunu sürdürdükçe bu kase dolar.#ÅžEKİLLER:#Her " +"seviye de güzel bir ÅŸekil kasenizin dibine eklenecektir. 7-12 arasındaki " +"seviyelerden itibaren rastgele görünen tek döşemeler olarak ve seviye 13'ten " +"sonra kasenizin dibinde gözüken daha yoÄŸun hatlar olacaktır. EÄŸlenmenize " +"bakın! #İKİ/ÜÇ OYUNCULU:#İnsanlara karşı veya iÅŸlemciye karşı oynana oyun. " +"Çoklu hatları tamamlarsanız, çoklu oyuncu ayarlarınıza baÄŸlı olarak, bu veri " +"rakibinize gönderilecektir.##Ve DEMO'da iÅŸlemcinizin oynadığını " +"göreceksiniz. Bu yüzden, rahat olun! -)" + +#: src/manager.c:99 +msgid "" +"If you turn this on the background will change every level else it's always " +"the same." +msgstr "" +"EÄŸer bunu açarsanız arkaplanınız her seviyede deÄŸiÅŸecek, eÄŸer açmazsanız " +"aynı kalacaktır." + +#: src/manager.c:100 +msgid "" +"If you enable this option the keystate of either the 'Down' key or all the " +"keys are cleared so you can't accidently move the next block." +msgstr "" +"EÄŸer bu seçeneÄŸi etkinleÅŸtirirseniz ya 'AÅŸağı' tuÅŸunuz veya tüm tuÅŸ " +"takımınız temizlenecek böylece kazara bir sonraki bloÄŸu oynatamayacaksınız." + +#: src/manager.c:101 +msgid "" +"If this is enabled the preview in Two-Player is centered in the middle of " +"the screen instead that one is drawn at the bottom and one at the top." +msgstr "" +"EÄŸer bu etkinleÅŸtirilmiÅŸse İki-Oyuncu seçeneÄŸinde oyunculardan birinin " +"altta, diÄŸerinin üstte gösterilmesi yerine, önizleme görünümü ekranın " +"ortasında olacaktır." + +#: src/manager.c:102 +msgid "" +"This option is only useful when 'Graphics/Drop' is 'Smooth'#(In opposite to " +"'Tile-By-Tile' the block is inserted as soon as it hits the ground giving no " +"possibility to move the block below another one.)#If you set this option to " +"'Async' you may move the block below others but on the cost of slight " +"graphical errors." +msgstr "" +"Bu seçenek 'sadece Åžekiller/Bırak' seçeneÄŸi 'Düzgün'e ayarlanmışsa iÅŸe yarar#" +"(Döşeye-Döşeye'nin tersine blok dibe baÅŸka bir yere kıpırdayamayacak ÅŸekilde " +"yerleÅŸtirilmiÅŸtir.)#EÄŸer bu seçeneÄŸi 'EÅŸitsiz'e iÅŸaretlerseniz bazı küçük " +"görsel hataları göze almak pahasına bloÄŸu aÅŸağıya hareket ettirebilirsiniz." + +#: src/manager.c:107 +msgid "" +"In expert mode the propabilities for the next blocks are uneven to give a " +"block that is most likely difficult to fit anywhere. The game becomes really " +"hard by this so all score is doubled in the end." +msgstr "" +"Uzman kipinde gelen bloklar için olasılıklar bir bloÄŸun uyan bir yere " +"hareket etmesini imkansız hale getirecek kadar düzensizdir. Oyun bu ÅŸekilde " +"gerçekten zorlaşır ve finalde sayı iki katına çıkar." + +#: src/manager.c:110 +msgid "" +"If ON all players will get exactly the same blocks. So there is no " +"disadvantage to any player due to random blocks. This does not work in " +"expert mode as the block selection depends on your actions there." +msgstr "" +"AÇIK seçeneÄŸinde tüm oyuncular tam olarak aynı öbekleri alacaklardır. " +"Böylece herhangi bir oyuncunun rastgele bloklara rast gelmesinde bir yarar " +"yitimi olmayacaktır. Blok seçiminin buradaki iÅŸlemlerinize baÄŸlı olması " +"seçeneÄŸi uzman kipinde çalışmaz." + +#: src/manager.c:139 src/manager.c:140 +msgid "" +msgstr "" + +#: src/manager.c:140 +#, c-format +msgid "You cannot delete '%s'!\n" +msgstr "Bunu silemezsiniz %s !\n" + +#: src/manager.c:209 +msgid "No Limit" +msgstr "Sınır yok" + +#: src/manager.c:209 +msgid "50 FPS" +msgstr "50 FPS" + +#: src/manager.c:209 +msgid "100 FPS" +msgstr "100 FPS" + +#: src/manager.c:209 +msgid "200 FPS" +msgstr "200 FPS" + +#: src/manager.c:210 +msgid "Defensive" +msgstr "Savunmalı" + +#: src/manager.c:210 +msgid "Normal" +msgstr "Normal" + +#: src/manager.c:210 +msgid "Aggressive" +msgstr "Gergin" + +#: src/manager.c:210 +msgid "Kamikaze" +msgstr "Kamikaze" + +#: src/manager.c:211 src/manager.c:322 src/manager.c:332 src/manager.c:352 +#: src/manager.c:354 src/manager.c:356 src/manager.c:363 src/manager.c:366 +#: src/manager.c:367 src/manager.c:368 src/manager.c:426 src/manager.c:430 +#: src/manager.c:435 +msgid "Off" +msgstr "Kapalı" + +#: src/manager.c:211 +msgid "Shadow" +msgstr "Gölge" + +#: src/manager.c:211 +msgid "Lines" +msgstr "Hatlar" + +#: src/manager.c:212 +msgid "None" +msgstr "Hiçbiri" + +#: src/manager.c:212 src/value.c:44 +msgid "Down" +msgstr "AÅŸağı" + +#: src/manager.c:212 +msgid "All" +msgstr "Hepsi" + +#: src/manager.c:278 +msgid "Menu" +msgstr "Menü" + +#: src/manager.c:279 src/manager.c:301 src/manager.c:314 +msgid "Graphics" +msgstr "Çizgeleme" + +#: src/manager.c:280 src/manager.c:295 +msgid "New Game" +msgstr "Yeni Oyun" + +#: src/manager.c:281 src/manager.c:300 src/manager.c:313 +msgid "Controls" +msgstr "Denetimler" + +#: src/manager.c:282 src/manager.c:375 +msgid "Player1" +msgstr "Oyuncu1" + +#: src/manager.c:283 src/manager.c:376 +msgid "Player2" +msgstr "Oyuncu2" + +#: src/manager.c:284 src/manager.c:377 +msgid "Player3" +msgstr "Oyuncu3" + +#: src/manager.c:285 src/manager.c:359 +msgid "Multiplayer Options" +msgstr "Çok Oyunculu Seçenekler" + +#: src/manager.c:286 src/manager.c:308 +msgid "Advanced Options" +msgstr "GeliÅŸmiÅŸ Seçenekler" + +#: src/manager.c:288 src/manager.c:298 +msgid "Options" +msgstr "Seçenekler" + +#: src/manager.c:291 src/manager.c:303 src/manager.c:305 src/manager.c:315 +#: src/manager.c:316 +msgid "Audio" +msgstr "Ses" + +#: src/manager.c:310 src/menu.c:171 +msgid "Quit" +msgstr "Çık" + +#: src/manager.c:318 src/manager.c:329 src/manager.c:342 src/manager.c:361 +#: src/manager.c:373 src/manager.c:381 src/manager.c:414 src/manager.c:419 +#: src/manager.c:424 src/manager.c:438 src/menu.c:168 +msgid "Back" +msgstr "Geri" + +#: src/manager.c:322 +msgid "Sound:" +msgstr "Ses:" + +#: src/manager.c:322 src/manager.c:332 src/manager.c:352 src/manager.c:354 +#: src/manager.c:356 src/manager.c:363 src/manager.c:366 src/manager.c:367 +#: src/manager.c:368 src/manager.c:426 src/manager.c:430 src/manager.c:435 +msgid "On" +msgstr "Açık" + +#: src/manager.c:325 +msgid "Volume:" +msgstr "Ses Düzeyi:" + +#: src/manager.c:332 +msgid "Animations:" +msgstr "Canlandırmalar:" + +#: src/manager.c:333 +msgid "Move:" +msgstr "Taşı:" + +#: src/manager.c:333 src/manager.c:334 +msgid "Tile By Tile" +msgstr "Döşeye-Döşeye" + +#: src/manager.c:333 src/manager.c:334 +msgid "Smooth" +msgstr "Düzgün" + +#: src/manager.c:334 src/manager.c:388 src/manager.c:394 src/manager.c:400 +msgid "Drop:" +msgstr "Bırak:" + +#: src/manager.c:335 +msgid "Change Background:" +msgstr "Artalanı DeÄŸiÅŸtir:" + +#: src/manager.c:335 +msgid "Yes" +msgstr "Evet" + +#: src/manager.c:335 +msgid "No" +msgstr "Hayır" + +#: src/manager.c:337 +msgid "Display:" +msgstr "Görüntüle:" + +#: src/manager.c:337 +msgid "Window" +msgstr "Pencere" + +#: src/manager.c:337 +msgid "Fullscreen" +msgstr "Tam Ekran" + +#: src/manager.c:340 +msgid "Frame Rate:" +msgstr "Çerçeve Oranı:" + +#: src/manager.c:344 +msgid "Start Game" +msgstr "Oyuna BaÅŸla" + +#: src/manager.c:346 +msgid "1st Player:" +msgstr "Birinci Oyuncu:" + +#: src/manager.c:347 +msgid "2nd Player:" +msgstr "İkinci Oyuncu:" + +#: src/manager.c:348 +msgid "3rd Player:" +msgstr "Üçüncü Oyuncu:" + +#: src/manager.c:350 +msgid "Game:" +msgstr "Oyun:" + +#: src/manager.c:351 +msgid "Starting Level:" +msgstr "BaÅŸlama Düzeyi:" + +#: src/manager.c:352 +msgid "Preview:" +msgstr "Önizleme:" + +#: src/manager.c:353 +msgid "Help:" +msgstr "Yardım:" + +#: src/manager.c:354 +msgid "Expert Mode:" +msgstr "Uzman Kipi:" + +#: src/manager.c:356 +msgid "Slow:" +msgstr "YavaÅŸ:" + +#: src/manager.c:363 +msgid "Same Blocks For All:" +msgstr "Herkes için Aynı Bloklar:" + +#: src/manager.c:365 +msgid "Holes:" +msgstr "Delikler:" + +#: src/manager.c:366 +msgid "Random Holes:" +msgstr "Rasgele Delikler:" + +#: src/manager.c:367 +msgid "Send All Lines:" +msgstr "Bütün Hatları Gönder:" + +#: src/manager.c:368 +msgid "Always Send Tetris:" +msgstr "Her zaman Tetris'i Gönder:" + +#: src/manager.c:370 +msgid "CPU Style:" +msgstr "İşlemci Tarzı:" + +#: src/manager.c:371 +msgid "CPU Drop Delay:" +msgstr "İşlemci Bırakma Gecikmesi:" + +#: src/manager.c:379 +msgid "Horizontal Delay:" +msgstr "Yatay Gecikme:" + +#: src/manager.c:383 src/manager.c:389 src/manager.c:395 +msgid "Left:" +msgstr "Sol:" + +#: src/manager.c:384 src/manager.c:390 src/manager.c:396 +msgid "Right:" +msgstr "SaÄŸ:" + +#: src/manager.c:385 src/manager.c:391 src/manager.c:397 +msgid "Rotate Left:" +msgstr "Sola Döndür:" + +#: src/manager.c:386 src/manager.c:392 src/manager.c:398 +msgid "Rotate Right:" +msgstr "SaÄŸa Döndür:" + +#: src/manager.c:387 src/manager.c:393 src/manager.c:399 +msgid "Down:" +msgstr "AÅŸağı:" + +#: src/manager.c:426 +msgid "Quick Help:" +msgstr "Hızlı Yardım:" + +#: src/manager.c:429 +msgid "Clear Keystate:" +msgstr "TuÅŸdurumunu Temizle:" + +#: src/manager.c:430 +msgid "Center Preview:" +msgstr "Ortada Önizle:" + +#: src/manager.c:431 +msgid "Collision Check:" +msgstr "Çarpışma Denetimi:" + +#: src/manager.c:431 +msgid "Sync" +msgstr "Senkronizasyon" + +#: src/manager.c:431 +msgid "Async" +msgstr "Asenkronizasyon" + +#: src/manager.c:434 +msgid "Test CPU Algorithm" +msgstr "İşlemci Algoritmasını Sına" + +#: src/manager.c:435 +msgid "Visualization" +msgstr "GörselleÅŸtirme" + +#: src/tetris.c:128 +msgid "y" +msgstr "" + +#: src/tetris.c:129 +#, fuzzy +msgid "n" +msgstr "Açık" + +#: src/tetris.c:357 src/main.c:56 +msgid "Demo" +msgstr "Demo" + +#: src/tetris.c:358 src/main.c:57 +msgid "Classic" +msgstr "Klasik" + +#: src/tetris.c:359 src/main.c:58 +msgid "Figures" +msgstr "Åžekiller" + +#: src/tetris.c:360 src/tetris.c:361 +msgid "Two-Player" +msgstr "İki-Oyuncu" + +#: src/tetris.c:362 src/tetris.c:363 src/tetris.c:364 +msgid "Three-Player" +msgstr "Üç-Oyuncu" + +#: src/tetris.c:405 +msgid "End Game? y/n" +msgstr "Oyun Bitsin mi? e/h" + +#: src/bowl.c:523 src/bowl.c:524 +msgid "Game Over" +msgstr "Oyun Bitti" + +#: src/bowl.c:1231 +#, c-format +msgid "%i Lvl: %i" +msgstr "%i Lvl: %i" + +#: src/bowl.c:1477 +msgid "Player:" +msgstr "Oyuncu:" + +#: src/bowl.c:1481 +msgid "Score:" +msgstr "Sonuç:" + +#: src/bowl.c:1483 +msgid "Lines:" +msgstr "Hatlar:" + +#: src/chart.c:186 +msgid "Name Level Score" +msgstr "İsim''''''''''''Seviye''''''''''''Sonuç" + +#: src/chart.c:211 +msgid "Level" +msgstr "Seviye" + +#: src/main.c:59 +msgid "Vs Human" +msgstr "Vs İnsan" + +#: src/main.c:60 +msgid "Vs CPU" +msgstr "Vs İşlemci" + +#: src/main.c:61 +msgid "Vs Human&Human" +msgstr "Vs İnsan'a karşı İ&nsan" + +#: src/main.c:62 +msgid "Vs Human&CPU" +msgstr "Vs İnsan'a karşı İşl&emci" + +#: src/main.c:63 +msgid "Vs CPU&CPU" +msgstr "Vs İşlemci'ye&karşı İşlemci" + +#: src/value.c:40 +msgid "Space" +msgstr "BoÅŸluk" + +#: src/value.c:41 +msgid "Left" +msgstr "Sol" + +#: src/value.c:42 +msgid "Right" +msgstr "SaÄŸ" + +#: src/value.c:43 +msgid "Up" +msgstr "Yukarı" + +#: src/value.c:45 +msgid "Right Shift" +msgstr "SaÄŸ Öteleme" + +#: src/value.c:46 +msgid "Left Shift" +msgstr "Sol Öteleme" + +#: src/value.c:47 +msgid "Right Ctrl" +msgstr "SaÄŸ Ctrl" + +#: src/value.c:48 +msgid "Left Ctrl" +msgstr "Sol Ctrl" + +#: src/value.c:49 +msgid "Right Alt" +msgstr "SaÄŸ Alt" + +#: src/value.c:50 +msgid "Left Alt" +msgstr "Sol Alt" + +#: src/value.c:51 +msgid "Insert" +msgstr "Ekle" + +#: src/value.c:52 +msgid "End" +msgstr "Son" + +#: src/value.c:53 +msgid "PageUp" +msgstr "Yukarı Sayfa" + +#: src/value.c:54 +msgid "PageDown" +msgstr "AÅŸağı Sayfa" + +#: src/value.c:55 +msgid "Home" +msgstr "BaÅŸlangıç" diff --git a/project/jni/application/ltris-1.0.15/src/Makefile.am b/project/jni/application/ltris-1.0.15/src/Makefile.am new file mode 100644 index 000000000..90d356b44 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/Makefile.am @@ -0,0 +1,28 @@ +DEFS = @DEFS@ @sound_flag@ @buf_flag@ @inst_flag@ @hi_inst_flag@ @dis_flag@ @locdir_flag@ + +bin_PROGRAMS = ltris +ltris_SOURCES = sdl.c menu.c item.c manager.c value.c main.c audio.c event.c \ +list.c tools.c config.c chart.c tetris.c bowl.c shrapnells.c cpu.c hint.c \ +parser.c +ltris_LDADD = @mixer_flag@ + +EXTRA_DIST = sdl.c menu.c item.c manager.c value.c main.c audio.c event.c \ +list.c tools.c config.c chart.c tetris.c bowl.c shrapnells.c cpu.c \ +sdl.h menu.h item.h manager.h value.h audio.h event.h list.h tools.h \ +config.h chart.h tetris.h bowl.h shrapnells.h cpu.h ltris.h \ +hint.c hint.h gfx.S gfx.h parser.h gettext.h \ +empty.hscr figures + +SUBDIRS = gfx sounds + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(inst_dir) + $(INSTALL_DATA) figures $(DESTDIR)$(inst_dir)/figures + $(mkinstalldirs) $(DESTDIR)$(hi_dir) + if ! test -f $(DESTDIR)$(hi_dir)/ltris.hscr; then \ + $(INSTALL_DATA) --mode=666 empty.hscr $(DESTDIR)$(hi_dir)/ltris.hscr; \ + fi; + +uninstall-local: + -rm -fr $(DESTDIR)$(inst_dir) + -rm -f $(DESTDIR)$(hi_dir)/ltris.hscr diff --git a/project/jni/application/ltris-1.0.15/src/Makefile.in b/project/jni/application/ltris-1.0.15/src/Makefile.in new file mode 100644 index 000000000..668ecb7ff --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/Makefile.in @@ -0,0 +1,623 @@ +# Makefile.in generated by automake 1.9.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +bin_PROGRAMS = ltris$(EXEEXT) +subdir = src +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ + $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longdouble.m4 \ + $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \ + $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ + $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ + $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ + $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(bin_PROGRAMS) +am_ltris_OBJECTS = sdl.$(OBJEXT) menu.$(OBJEXT) item.$(OBJEXT) \ + manager.$(OBJEXT) value.$(OBJEXT) main.$(OBJEXT) \ + audio.$(OBJEXT) event.$(OBJEXT) list.$(OBJEXT) tools.$(OBJEXT) \ + config.$(OBJEXT) chart.$(OBJEXT) tetris.$(OBJEXT) \ + bowl.$(OBJEXT) shrapnells.$(OBJEXT) cpu.$(OBJEXT) \ + hint.$(OBJEXT) parser.$(OBJEXT) +ltris_OBJECTS = $(am_ltris_OBJECTS) +ltris_DEPENDENCIES = +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +SOURCES = $(ltris_SOURCES) +DIST_SOURCES = $(ltris_SOURCES) +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-exec-recursive install-info-recursive \ + install-recursive installcheck-recursive installdirs-recursive \ + pdf-recursive ps-recursive uninstall-info-recursive \ + uninstall-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ @sound_flag@ @buf_flag@ @inst_flag@ @hi_inst_flag@ @dis_flag@ @locdir_flag@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GENCAT = @GENCAT@ +GLIBC21 = @GLIBC21@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +HAVE_ASPRINTF = @HAVE_ASPRINTF@ +HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ +HAVE_SNPRINTF = @HAVE_SNPRINTF@ +HAVE_WPRINTF = @HAVE_WPRINTF@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLBISON = @INTLBISON@ +INTLLIBS = @INTLLIBS@ +INTLOBJS = @INTLOBJS@ +INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +POSUB = @POSUB@ +RANLIB = @RANLIB@ +SDL_CFLAGS = @SDL_CFLAGS@ +SDL_CONFIG = @SDL_CONFIG@ +SDL_LIBS = @SDL_LIBS@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +ac_ct_CC = @ac_ct_CC@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +buf_flag = @buf_flag@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +datarootdir = @datarootdir@ +dis_flag = @dis_flag@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +hi_dir = @hi_dir@ +hi_inst_flag = @hi_inst_flag@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +inst_dir = @inst_dir@ +inst_flag = @inst_flag@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +locdir_flag = @locdir_flag@ +mandir = @mandir@ +mixer_flag = @mixer_flag@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sound_flag = @sound_flag@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +ltris_SOURCES = sdl.c menu.c item.c manager.c value.c main.c audio.c event.c \ +list.c tools.c config.c chart.c tetris.c bowl.c shrapnells.c cpu.c hint.c \ +parser.c + +ltris_LDADD = @mixer_flag@ +EXTRA_DIST = sdl.c menu.c item.c manager.c value.c main.c audio.c event.c \ +list.c tools.c config.c chart.c tetris.c bowl.c shrapnells.c cpu.c \ +sdl.h menu.h item.h manager.h value.h audio.h event.h list.h tools.h \ +config.h chart.h tetris.h bowl.h shrapnells.h cpu.h ltris.h \ +hint.c hint.h gfx.S gfx.h parser.h gettext.h \ +empty.hscr figures + +SUBDIRS = gfx sounds +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .c .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ + rm -f "$(DESTDIR)$(bindir)/$$f"; \ + done + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +ltris$(EXEEXT): $(ltris_OBJECTS) $(ltris_DEPENDENCIES) + @rm -f ltris$(EXEEXT) + $(LINK) $(ltris_LDFLAGS) $(ltris_OBJECTS) $(ltris_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bowl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chart.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hint.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/item.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shrapnells.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tetris.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/value.Po@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< + +.c.obj: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +uninstall-info-am: + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +mostlyclean-recursive clean-recursive distclean-recursive \ +maintainer-clean-recursive: + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(mkdir_p) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(PROGRAMS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: install-data-local + +install-exec-am: install-binPROGRAMS + +install-info: install-info-recursive + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-local + +uninstall-info: uninstall-info-recursive + +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ + clean clean-binPROGRAMS clean-generic clean-recursive ctags \ + ctags-recursive distclean distclean-compile distclean-generic \ + distclean-recursive distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-binPROGRAMS \ + install-data install-data-am install-data-local install-exec \ + install-exec-am install-info install-info-am install-man \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + maintainer-clean-recursive mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am \ + uninstall-binPROGRAMS uninstall-info-am uninstall-local + + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(inst_dir) + $(INSTALL_DATA) figures $(DESTDIR)$(inst_dir)/figures + $(mkinstalldirs) $(DESTDIR)$(hi_dir) + if ! test -f $(DESTDIR)$(hi_dir)/ltris.hscr; then \ + $(INSTALL_DATA) --mode=666 empty.hscr $(DESTDIR)$(hi_dir)/ltris.hscr; \ + fi; + +uninstall-local: + -rm -fr $(DESTDIR)$(inst_dir) + -rm -f $(DESTDIR)$(hi_dir)/ltris.hscr +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/project/jni/application/ltris-1.0.15/src/audio.c b/project/jni/application/ltris-1.0.15/src/audio.c new file mode 100644 index 000000000..d0532dd2e --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/audio.c @@ -0,0 +1,149 @@ +/*************************************************************************** + sound.c - description + ------------------- + begin : Sun Jul 29 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifdef SOUND + +#include "ltris.h" +#include "audio.h" + +/* +==================================================================== +If audio device was properly initiated this flag is set. +If this flag is not set; no action will be taken for audio. +==================================================================== +*/ +int audio_ok = 0; +/* +==================================================================== +If this flag is not set no sound is played. +==================================================================== +*/ +int sound_enabled = 1; + +/* +==================================================================== +Initiate/close audio +==================================================================== +*/ +int audio_open() +{ + if ( Mix_OpenAudio( MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT, MIX_DEFAULT_CHANNELS, 256 ) < 0 ) { + fprintf( stderr, "audio_open: can't open audio device: %s\n", SDL_GetError() ); + audio_ok = 0; + return 0; + } + audio_ok = 1; + return 1; +} +void audio_close() +{ + if ( !audio_ok ) return; + Mix_CloseAudio(); +} + +/* +==================================================================== +Sound chunk +==================================================================== +*/ +Sound_Chunk* sound_chunk_load( char *file_name ) +{ + char path[512]; + Mix_Chunk *chunk = 0; + + if ( !audio_ok ) { + fprintf( stderr, + "sound_chunk_load: cannot load WAV '%s' as audio device isn't initated properly\n", + file_name ); + return 0; + } + + /* use SRCDIR/sounds as source directory */ + sprintf( path, "%s/sounds/%s", SRC_DIR, file_name ); + + chunk = Mix_LoadWAV( path ); + if ( chunk == 0 ) + fprintf( stderr, "chunk_load: couldn't load WAV '%s': %s\n", path, SDL_GetError() ); + + return (Sound_Chunk*)chunk; +} +void sound_chunk_free( Sound_Chunk *chunk ) +{ + if ( !audio_ok ) return; + Mix_FreeChunk( (Mix_Chunk*)chunk ); +} + +/* +==================================================================== +Sound stuff +==================================================================== +*/ + +/* +==================================================================== +Enable/disable sound +==================================================================== +*/ +void sound_enable( int enable ) +{ + if ( !audio_ok ) return; + sound_enabled = enable; + if ( !enable ) + Mix_Pause( -1 ); /* stop all sound channels */ +} +/* +==================================================================== +Set general volume of sounds. 0 - 127 +==================================================================== +*/ +void sound_volume( int level ) +{ + if ( !audio_ok ) return; + if ( level < 0 ) level = 0; + if ( level > 127 ) level = 127; + Mix_Volume( -1, level ); /* all sound channels */ +} +/* +==================================================================== +Play a chunk. +==================================================================== +*/ +void sound_play( Sound_Chunk *chunk ) +{ + if ( !audio_ok ) return; + if ( !sound_enabled ) return; + /* use first free sound channel and play sound one time */ + Mix_PlayChannel( -1, (Mix_Chunk*)chunk, 0 ); +} + +/* +==================================================================== +Music stuff +==================================================================== +*/ + +/* +==================================================================== +Set general volume of sounds. 0 - 127 +==================================================================== +*/ +void music_volume( int level ) +{ + /* not implemented */ +} + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/audio.h b/project/jni/application/ltris-1.0.15/src/audio.h new file mode 100644 index 000000000..ce188b11b --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/audio.h @@ -0,0 +1,64 @@ +/*************************************************************************** + sound.h - description + ------------------- + begin : Sun Jul 29 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __AUDIO_H +#define __AUDIO_H + +#ifdef SOUND + +/* +==================================================================== +Wrapper for the SDL_mixer functions. +==================================================================== +*/ + +/* +==================================================================== +Initiate/close audio +==================================================================== +*/ +int audio_open(); +void audio_close(); + +/* +==================================================================== +Sound chunk +==================================================================== +*/ +typedef Mix_Chunk Sound_Chunk; +Sound_Chunk* sound_chunk_load( char *file_name ); +void sound_chunk_free( Sound_Chunk *chunk ); + +/* +==================================================================== +Sound stuff +==================================================================== +*/ +void sound_enable( int enable ); +void sound_volume( int level /*0 - 127*/ ); +void sound_play( Sound_Chunk *chunk ); + +/* +==================================================================== +Music stuff +==================================================================== +*/ +void music_volume( int level ); + +#endif + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/bowl.c b/project/jni/application/ltris-1.0.15/src/bowl.c new file mode 100644 index 000000000..c45d51a22 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/bowl.c @@ -0,0 +1,1612 @@ +/*************************************************************************** + bowl.c - description + ------------------- + begin : Tue Dec 25 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "ltris.h" +#include "config.h" +#include "tools.h" +#include "shrapnells.h" +#include "cpu.h" +#include "bowl.h" + +extern Config config; +extern Sdl sdl; +extern SDL_Surface *offscreen; +extern SDL_Surface *bkgnd; +extern int keystate[SDLK_LAST]; +extern Bowl *bowls[BOWL_COUNT]; +extern int cpu_original_bowl[BOWL_WIDTH][BOWL_HEIGHT]; +extern Block_Mask *cpu_block; + +enum { FIGURE_COUNT = 21 }; +int figures[FIGURE_COUNT][BOWL_WIDTH][BOWL_HEIGHT]; + +Block_Mask block_masks[BLOCK_COUNT]; + +extern Bowl *bowls[BOWL_COUNT]; +extern int *next_blocks, next_blocks_size; + +#define BOWL_DOWN_VEL_START 0.025 +#define BOWL_DOWN_VEL_END 0.32 +#define BOWL_DOWN_PERC_CHANGE 0.085 + +/* +==================================================================== +Locals +==================================================================== +*/ + +/* +==================================================================== +Get speed according to level of bowl. +==================================================================== +*/ +void bowl_set_vert_block_vel( Bowl *bowl ) +{ + int i; + /* ranges from BOWL_DOWN_VEL_START to BOWL_DOWN_VEL_END within twenty levels */ + bowl->block_vert_vel = BOWL_DOWN_VEL_START; + for ( i = 0; i < bowl->level; i++ ) { +// printf( "Level %2i: %2.5f\n", i, bowl->block_vert_vel ); + bowl->block_vert_vel += ( BOWL_DOWN_VEL_END - bowl->block_vert_vel ) * BOWL_DOWN_PERC_CHANGE; + } + /* set add action info */ + if ( config.gametype == 2 ) { + bowl->dismantle_saves = 1; + /* 7 - 12 single tiles */ + if ( bowl->level >= 7 && bowl->level <= 12 ) { + delay_set( &bowl->add_delay, 2000 + ( 12 - bowl->level ) * 500 ); + bowl->add_lines = 0; + bowl->add_tiles = 1; + } + /* 13 - ... whole lines */ + if ( bowl->level >= 13 ) { + if ( bowl->level <= 20 ) + delay_set( &bowl->add_delay, 2000 + ( 20 - bowl->level ) * 500 ); + else + delay_set( &bowl->add_delay, 2000 ); + bowl->add_lines = 1; + bowl->add_tiles = 0; + bowl->add_line_holes = bowl->level - 12; + if ( bowl->add_line_holes > 6 ) + bowl->add_line_holes = 6; + } + } +} + +/* +==================================================================== +Get position of helping shadow of block. +==================================================================== +*/ +int bowl_block_pos_is_valid( Bowl *bowl, int x, int y ) +{ + int i, j; + for ( i = 0; i < 4; i++ ) + for ( j = 0; j < 4; j++ ) + if ( block_masks[bowl->block.id].mask[bowl->block.rot_id][i][j] ) + if ( x + i >= 0 && x + i < bowl->w ) { + if ( y + j >= bowl->h ) return 0; + if ( y + j >= 0 ) + if ( bowl->contents[x + i][y + j] != -1 ) + return 0; + } + return 1; +} +void bowl_compute_help_pos( Bowl *bowl ) +{ + int j = bowl->block.y; + while ( bowl_block_pos_is_valid( bowl, bowl->block.x, j ) ) j++; + j--; + bowl->help_sx = bowl->block.x * bowl->block_size + bowl->sx; + bowl->help_sy = j * bowl->block_size + bowl->sy; +} + +/* +==================================================================== +Compute position of preview +==================================================================== +*/ +void bowl_compute_preview_pos( Bowl *bowl ) +{ + int i, j; + int x1, y1, x2, y2; /* corners of the tile */ + if ( bowl->preview_center_sx == -1 ) + return; + /* first tile */ + x1 = y1 = -1; + for ( j = 0; j < 4; j++ ) { + for ( i = 0; i < 4; i++ ) { + if ( block_masks[bowl->next_block_id].mask[0][i][j] ) { + y1 = j; + break; + } + } + if ( y1 != -1 ) break; + } + for ( i = 0; i < 4; i++ ) { + for ( j = 0; j < 4; j++ ) { + if ( block_masks[bowl->next_block_id].mask[0][i][j] ) { + x1 = i; + break; + } + } + if ( x1 != -1 ) break; + } + /* last tile */ + x2 = y2 = -1; + for ( j = 3; j >= 0; j-- ) { + for ( i = 3; i >= 0; i-- ) { + if ( block_masks[bowl->next_block_id].mask[0][i][j] ) { + y2 = j; + break; + } + } + if ( y2 != -1 ) break; + } + for ( i = 3; i >= 0; i-- ) { + for ( j = 3; j >= 0; j-- ) { + if ( block_masks[bowl->next_block_id].mask[0][i][j] ) { + x2 = i; + break; + } + } + if ( x2 != -1 ) break; + } + /* preview position */ + bowl->preview_sx = bowl->preview_center_sx - ( x1 * bowl->block_size + ( ( ( x2 - x1 + 1 ) * bowl->block_size ) >> 1 ) ); + bowl->preview_sy = bowl->preview_center_sy - ( y1 * bowl->block_size + ( ( ( y2 - y1 + 1 ) * bowl->block_size ) >> 1 ) ); +} + +/* +==================================================================== +Compute computer target +==================================================================== +*/ +void bowl_compute_cpu_dest( Bowl *bowl ) +{ + int i, j; + CPU_Data cpu_data; + /* pass bowl contents to the cpu bowl */ + if ( config.gametype == 0 ) /* demo is supposed to get the highest scores */ + cpu_data.aggr = 0; /* so play defensive */ + else + cpu_data.aggr = config.cpu_aggr; /* else use the wanted setting */ + cpu_data.bowl_w = bowl->w; + cpu_data.bowl_h = bowl->h; + cpu_data.original_block = &block_masks[bowl->block.id]; + cpu_data.original_preview = &block_masks[bowl->next_block_id]; + for ( i = 0; i < bowl->w; i++ ) + for ( j = 0; j < bowl->h; j++ ) + cpu_data.original_bowl[i][j] = ( bowl->contents[i][j] != -1 ); + /* get best destination */ + cpu_analyze_data( &cpu_data ); + bowl->cpu_dest_x = cpu_data.dest_x; + bowl->cpu_dest_rot = cpu_data.dest_rot; + bowl->cpu_dest_score = cpu_data.dest_score; +} +/* +==================================================================== +Initate next block. +==================================================================== +*/ +void bowl_create_next_block( Bowl *bowl ) +{ + int i, min, *new_next_blocks = 0; + + bowl->block.id = bowl->next_block_id; + /* for experts: weight probability of next block against to + * helpfulness with a 50% chance. equal properties else. */ + if ( config.expert && (rand()%2) ) { + int i, j, threshold, saveblockid; + struct { int block, score; } tmp, scores[BLOCK_COUNT]; + + saveblockid = bowl->block.id; + for (i=0; iblock.id = i; + bowl_compute_cpu_dest( bowl ); + scores[i].block = i; + scores[i].score = bowl->cpu_dest_score; + } + /* Sort */ + for ( i=0; i threshold ) break; + threshold /= 2; + } + bowl->next_block_id = scores[i].block; + bowl->block.id = saveblockid; + } else { + /* Even next-block probabilities */ + if ( bowl->use_same_blocks ) + { + bowl->next_block_id = next_blocks[bowl->next_blocks_pos++]; + if ( bowl->next_blocks_pos == next_blocks_size ) + { + /* resize block buffer and get new blocks */ + min = next_blocks_size; + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] && bowls[i]->next_blocks_pos < min ) + min = bowls[i]->next_blocks_pos; + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + bowls[i]->next_blocks_pos -= min; + new_next_blocks = + calloc( next_blocks_size - min + + NEXT_BLOCKS_CHUNK_SIZE, + sizeof(int) ); + memcpy( new_next_blocks, &next_blocks[min], + sizeof(int) * (next_blocks_size - min) ); + fill_int_array_rand( new_next_blocks, + next_blocks_size - min, + NEXT_BLOCKS_CHUNK_SIZE, + 0, BLOCK_COUNT-1 ); + free( next_blocks ); + next_blocks = new_next_blocks; + next_blocks_size = next_blocks_size - min + + NEXT_BLOCKS_CHUNK_SIZE; + } + } + else + { + bowl->next_block_id = rand() % BLOCK_COUNT; + if ( bowl->next_block_id == bowl->block.id ) + bowl->next_block_id = rand() % BLOCK_COUNT; + } + } + bowl->block.x = 3; + bowl->block.y = -3; + bowl->block.sx = bowl->sx + bowl->block_size * bowl->block.x; + bowl->block.sy = bowl->sy + bowl->block_size * bowl->block.y; + bowl->block.rot_id = 0; + bowl->block.sw = bowl->block.sh = 4 * bowl->block_size; + bowl->block.cur_x = bowl->block.x * bowl->block_size; + bowl->block.cur_y = bowl->block.y * bowl->block_size; + bowl->block.check_y = (int)bowl->block.cur_y; + bowl_compute_help_pos( bowl ); + bowl_compute_preview_pos( bowl ); + /* if CPU is in control get destination row & other stuff */ + if ( !bowl->controls ) { + /* destination */ + bowl_compute_cpu_dest( bowl ); + /* set delay until cpu waits with dropping block */ + delay_set( &bowl->cpu_delay, config.cpu_delay ); + bowl->cpu_down = 0; + delay_set( &bowl->cpu_rot_delay, config.cpu_rot_delay ); + } +} + +/* +==================================================================== +Set a tile contents and pixel contents. +==================================================================== +*/ +inline void bowl_set_tile( Bowl *bowl, int x, int y, int tile_id ) +{ + int i, j = y * bowl->block_size; + bowl->contents[x][y] = tile_id; + for ( i = 0; i < bowl->block_size; i++ ) + bowl->pixel_contents[x][j + i] = tile_id; +} + +/* +==================================================================== +Reset bowl contents and add levels figure if wanted. +==================================================================== +*/ +void bowl_reset_contents( Bowl *bowl ) +{ + int i, j; + for ( i = 0; i < bowl->w; i++ ) + for ( j = 0; j < bowl->h; j++ ) + bowl_set_tile( bowl, i, j, -1 ); + if ( bowl->use_figures && bowl->level < 20 /* don't have more figures */ ) + for ( i = 0; i < bowl->w; i++ ) + for ( j = 0; j < bowl->h; j++ ) + bowl_set_tile( bowl, i, j, figures[bowl->level][i][j] ); +} + +/* +==================================================================== +Check if the passed pixel position by rotation is a valid one +for bowl::block. +NOTE: py is a pixel value and x is a bowl map value. +The tolerance value moves the checked corners into the middle +of the brick opening a small 'window' to move though it's blocked. +Useful when config::block_by_block is disabled. +==================================================================== +*/ +int bowl_validate_block_pos( Bowl *bowl, int x, int py, int rot, int tol ) +{ + int i, j; + int tile_y = 0; + for ( j = 0; j < 4; j++ ) { + for ( i = 0; i < 4; i++ ) { + if ( block_masks[bowl->block.id].mask[rot][i][j] ) { + if ( x + i < 0 ) return 0; + if ( x + i >= bowl->w ) return 0; + if ( py + tile_y >= bowl->sh ) return 0; + /* if it doesn't fit the screen from above it's okay */ + if ( py + tile_y < 0 ) continue; + /* bowl pixel contents */ + if ( bowl->pixel_contents[i + x][py + tile_y + tol]!= -1 ) return 0; + if ( bowl->pixel_contents[i + x][py + tile_y + bowl->block_size - 1 - tol] != -1 ) return 0; + /* if the bowl bottom is hit it is a collision as well */ + if ( py + tile_y + tol >= bowl->sh ) return 0; + if ( py + tile_y + bowl->block_size - 1 - tol >= bowl->sh ) return 0; + } + } + tile_y += bowl->block_size; + } + return 1; +} + +/* +==================================================================== +Draw block to offscreen. +==================================================================== +*/ +void bowl_draw_block_to_offscreen( Bowl *bowl ) +{ + int i, j; + int tile_x = 0, tile_y = 0; + + if ( bowl->blind ) return; + + bowl->block.sx = bowl->block.x * bowl->block_size + bowl->sx; + bowl->block.sy = bowl->block.y * bowl->block_size + bowl->sy; + for ( j = 0; j < 4; j++ ) { + for ( i = 0; i < 4; i++ ) { + if ( block_masks[bowl->block.id].mask[bowl->block.rot_id][i][j] ) { + DEST( offscreen, bowl->block.sx + tile_x, bowl->block.sy + tile_y, bowl->block_size, bowl->block_size ); + SOURCE( bowl->blocks, bowl->block.id * bowl->block_size, 0 ); + blit_surf(); + } + tile_x += bowl->block_size; + } + tile_y += bowl->block_size; + tile_x = 0; + } +} + +/* +==================================================================== +Add a single tile at a random position so that it doesn't hit the +current block nor leads to game over nor completes a line. +==================================================================== +*/ +void bowl_add_tile( Bowl *bowl ) +{ + int j, k; + int added = 0; + int i = rand() % bowl->w; + int checks = 0; + int hole; + while ( checks < 10 ) { + i++; checks++; + if ( i == bowl->w ) i = 0; + /* get first free tile in column */ + if ( bowl->contents[i][1] != -1 ) + continue; + else + j = 1; + while ( j + 1 < bowl->h && bowl->contents[i][j + 1] == -1 ) + j++; + /* add tile and test if this hits the block if so remove and try another one */ + bowl_set_tile( bowl, i, j, 9 ); + if ( !bowl_validate_block_pos( bowl, bowl->block.x, bowl->block.check_y, bowl->block.rot_id, 0 ) ) { + bowl_set_tile( bowl, i, j, -1 ); + continue; + } + /* if this line was completed deny, too */ + hole = 0; + for ( k = 0; k < bowl->w; k++ ) + if ( bowl->contents[k][j] == -1 ) { + hole = 1; + break; + } + if ( !hole ) { + bowl_set_tile( bowl, i, j, -1 ); + continue; + } + /* position worked out! */ + added = 1; + bowl_draw_tile( bowl, i, j ); + break; + } + /* help shadow may have changed */ + if ( added ) + bowl_compute_help_pos( bowl ); +} + +/* +==================================================================== +Add a line at the bottom of a bowl and return False if bowl +is filled to the top. If the block position becomes invalid by this +move it's positioned one up. +==================================================================== +*/ +int bowl_add_line( Bowl * bowl, int wanted_holes, int *holes_pos) +{ + int i, j, holes = 0, hole_x; + /* if the first line containts a tile the game is over! */ + for ( i = 0; i < bowl->w; i++ ) + if ( bowl->contents[i][0] != -1 ) + return 0; + /* move all lines one up */ + for ( j = 0; j < bowl->h - 1; j++ ) + for ( i = 0; i < bowl->w; i++ ) + bowl_set_tile( bowl, i, j, bowl->contents[i][j + 1] ); + /* add a random line */ + for ( i = 0; i < bowl->w; i++ ) + bowl_set_tile( bowl, i, bowl->h - 1, rand() % BLOCK_TILE_COUNT ); + /* add holes */ + while ( holes < wanted_holes ) { + if ( holes_pos ) { + hole_x = holes_pos[holes]; + } else { + hole_x = rand() % bowl->w; + } + + if ( bowl->contents[hole_x][bowl->h - 1] != -1 ) { + bowl_set_tile( bowl, hole_x, bowl->h - 1, -1 ); + holes++; + } + } + /* check if block position became invalid */ + if ( !bowl_validate_block_pos( bowl, bowl->block.x, bowl->block.check_y, bowl->block.rot_id, 0 ) ) { + bowl->block.y = bowl->block.check_y / bowl->block_size - 1; + bowl->block.check_y = bowl->block.y * bowl->block_size; + bowl->block.cur_y = bowl->block.check_y; + } + /* update helping shadow */ + bowl_compute_help_pos( bowl ); + return 1; +} + +/* +==================================================================== +Initate final animation. +==================================================================== +*/ +void bowl_final_animation( Bowl *bowl ) +{ + int i, j, k; + + if ( bowl->blind ) return; + + for ( j = 0; j < bowl->h; j++ ) + for ( i = 0, k = 1; i < bowl->w; i++, k++ ) + if ( bowl->contents[i][j] != -1 ) + shrapnell_create( bowl->sx + i * bowl->block_size, bowl->sy + j * bowl->block_size, bowl->block_size, bowl->block_size, 0, -0.05, 0, 0.0002 ); +} + +/* +==================================================================== +Finish game and set game over. +==================================================================== +*/ +void bowl_finish_game( Bowl *bowl ) +{ + float score_mod = 0; + bowl->game_over = 1; + bowl->hide_block = 1; + bowl_final_animation( bowl ); + bowl->use_figures = 0; + bowl_reset_contents( bowl ); + bowl_draw_contents( bowl ); + bowl->font->align = ALIGN_X_CENTER | ALIGN_Y_CENTER; + write_text( bowl->font, offscreen, bowl->sx + bowl->sw / 2, bowl->sy + bowl->sh / 2, _("Game Over"), OPAQUE ); + write_text( bowl->font, sdl.screen, bowl->sx + bowl->sw / 2, bowl->sy + bowl->sh / 2, _("Game Over"), OPAQUE ); +#ifdef SOUND + if ( !bowl->mute ) sound_play( bowl->wav_explosion ); +#endif + /* gain the bonus score */ + if ( !config.preview || bowl->preview_center_sx == -1 ) + score_mod += 0.15; + if ( config.gametype != 2 ) + score_mod += 0.015 * config.starting_level; + if ( config.expert ) + score_mod += 1.0; + counter_add( &bowl->score, (int)( score_mod * counter_get( bowl->score )) ); +} + +/* +==================================================================== +Actually insert block and remove a line if needed, +create shrapnells, give score etc +==================================================================== +*/ +void bowl_insert_block( Bowl *bowl ) +{ + int i, j, k, l; + int line_y[4]; + int line_count; + int line_score; + int full; + int old_level; + int send_count; + int shr_type; + int py; + int *hole_pos = 0; + /* move block y up so it gets to the first free place */ + py = bowl->block.y * bowl->block_size; + while ( !bowl_validate_block_pos( bowl, bowl->block.x, py, bowl->block.rot_id, 0 ) ) + py -= bowl->block_size; + bowl->block.y = py / bowl->block_size; + /* insert and check if block is out of screen */ + for ( i = 0; i < 4; i++ ) { + for ( j = 0; j < 4; j++ ) { + if ( block_masks[bowl->block.id].mask[bowl->block.rot_id][i][j] ) { + if ( bowl->block.y + j < 0 ) bowl->game_over = 1; + if ( bowl->block.x + i >= 0 && bowl->block.x + i < bowl->w ) + if ( bowl->block.y + j >= 0 && bowl->block.y + j < bowl->h ) + bowl_set_tile( bowl, bowl->block.x + i, bowl->block.y + j, bowl->block.id ); + } + } + } + /* draw block to offscreen for shrapnells */ + bowl_draw_contents( bowl ); +#ifdef SOUND + if ( !bowl->mute ) sound_play( bowl->wav_stop ); +#endif + /* if game over just explode everything and return */ + if ( bowl->game_over ) { + bowl_finish_game( bowl ); + return; + } + /* check for completed lines */ + line_count = 0; + for ( j = 0; j < bowl->h; j++ ) { + full = 1; + for ( i = 0; i < bowl->w; i++ ) { + if ( bowl->contents[i][j] == -1 ) { + full = 0; + break; + } + } + if ( full ) + line_y[line_count++] = j; + } + for ( j = 0; j < line_count; j++ ) + for ( i = 0; i < bowl->w; i++ ) { + for ( l = line_y[j]; l > 0; l-- ) + bowl_set_tile( bowl, i, l, bowl->contents[i][l - 1] ); + bowl_set_tile( bowl, i, 0, -1 ); + } + /* tetris? tell him! */ +#ifdef SOUND + if ( line_count == 4 ) + if ( !bowl->mute ) sound_play( bowl->wav_excellent ); +#endif + /* create shrapnells */ + shr_type = rand() % SHR_TYPE_COUNT; + if ( !bowl->blind ) + for ( j = 0; j < line_count; j++ ) + shrapnells_create( bowl->sx, bowl->sy + line_y[j] * bowl->block_size, bowl->sw, bowl->block_size, shr_type ); +#ifdef SOUND + if ( line_count > 0 ) + if ( !bowl->mute ) sound_play( bowl->wav_explosion ); +#endif + /* add score */ + line_score = 100 * ( bowl->level + 1 ); + for ( i = 0; i < line_count; i++ ) { + counter_add( &bowl->score, line_score ); + line_score *= 2; + } + /* line and level update */ + old_level = bowl->lines / 10; + bowl->lines += line_count; + if ( old_level != bowl->lines / 10 ) { +#ifdef SOUND + if ( !bowl->mute ) sound_play( bowl->wav_nextlevel ); +#endif + /* new level */ + bowl->level++; + bowl_set_vert_block_vel( bowl ); + /* in advanced game reset bowl contents */ + if ( config.gametype == 2 ) { + bowl_reset_contents( bowl ); + } + } + /* reset delay of add_line/tile */ + if ( line_count && ( bowl->add_lines || bowl->add_tiles ) && bowl->dismantle_saves ) + delay_reset( &bowl->add_delay ); + /* update offscreen&screen */ + bowl->draw_contents = 1; + /* send completed lines to all other bowls */ + if ( line_count > 1 ) + { + send_count = line_count; + if ( !config.send_all ) + send_count--; + if ( line_count == 4 && config.send_tetris ) + send_count = 4; + + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] && bowls[i] != bowl && !bowls[i]->game_over) + { + if ( !config.rand_holes ) + { + hole_pos = calloc(config.holes,sizeof(int)); + for ( j = 0; j < config.holes; ) + { + l = rand() % bowls[i]->w; + for (k=0;kdraw_contents = 1; + + if ( hole_pos ) + free( hole_pos ); + hole_pos = 0; + } + } + /* get next block */ + bowl_create_next_block( bowl ); +} +/* +==================================================================== +Check if the block collides at the current position and insert it +if so. +==================================================================== +*/ +int bowl_check_block_insertion( Bowl *bowl ) +{ + int i, j; + int cy; + int collision = 0; + /* check the bottom of the lowest tile in pixel_contents + * if we drop block-by-block don't use the current position but + * compute the lowest pixel from bowl position so we may + * move a block below a neighbored one. + */ + for ( i = 0; i < 4; i++ ) { + for ( j = 3; j >= 0; j-- ) + if ( bowl->block.x + i >= 0 && bowl->block.x + i < bowl->w ) + if ( block_masks[bowl->block.id].mask[bowl->block.rot_id][i][j] ) { + /* if the lowest tile is still out of screen skip this column */ + if ( bowl->block.y + j < 0 ) break; + /* check tile hit by tile bottom */ + cy = (int)bowl->block.check_y + j * bowl->block_size + bowl->block_size - 1/* last pixel of tile */; + if ( cy < 0 ) break; + if ( bowl->pixel_contents[bowl->block.x + i][cy] != -1 ) + collision = 1; + /* if the bowl bottom is hit it is a collision as well */ + if ( cy >= bowl->sh ) collision = 1; + break; + } + if ( collision ) break; + } + if ( !collision ) return 0; + /* clear the down key so we don't move the next block too far */ + if ( bowl->controls && config.clear_keystate ) { + keystate[bowl->controls->down] = 0; + if ( config.clear_keystate == 2 ) { + keystate[bowl->controls->left] = 0; + keystate[bowl->controls->right] = 0; + keystate[bowl->controls->rot_left] = 0; + keystate[bowl->controls->rot_right] = 0; + keystate[bowl->controls->drop] = 0; + } + } + /* insert, gain score bla bla bla */ + bowl_insert_block( bowl ); + return 1; +} +/* +==================================================================== +Drop block in one p-cycle. +==================================================================== +*/ +void bowl_drop_block( Bowl *bowl ) +{ + while ( !bowl_check_block_insertion( bowl ) ) { + bowl->block.cur_y += bowl->block_size >> 1; + bowl->block.y = (int)bowl->block.cur_y / bowl->block_size; + /* update check y */ + if ( config.block_by_block ) + bowl->block.check_y = bowl->block.y * bowl->block_size; + else + bowl->block.check_y = (int)bowl->block.cur_y; + } + bowl->stored_key = -1; +} + +/* +==================================================================== +Return True if CPU may drop/move down. +==================================================================== +*/ +int bowl_cpu_may_move_down( Bowl *bowl ) +{ + if ( !bowl->controls && bowl->cpu_down && bowl->block.x == bowl->cpu_dest_x && bowl->block.rot_id == bowl->cpu_dest_rot ) + return 1; + return 0; +} +int bowl_cpu_may_drop( Bowl *bowl ) +{ +/* if ( config.cpu_diff == 5 && bowl_cpu_may_move_down( bowl ) ) + return 1;*/ + return 0; +} + +/* +==================================================================== +Publics +==================================================================== +*/ + +/* +==================================================================== +Load figures from file. +==================================================================== +*/ +void bowl_load_figures() { + int i, j, k; + FILE *file = 0; + char path[512]; + char buf[128]; + sprintf( path, "%s/figures", SRC_DIR ); + if ( ( file = fopen( path, "r" ) ) == 0 ) { + fprintf( stderr, "Cannot load figures from '%s'.\n", path ); + return; + } + for ( i = 0; i < FIGURE_COUNT; i++ ) + for ( j = 0; j < BOWL_HEIGHT; j++ ) { + if ( feof( file ) ) { + fprintf( stderr, "Unexpected end of file when trying to read line %i of figure %i in '%s'.\n", j, i, path ); + return; + } + fread( buf, sizeof( char ), BOWL_WIDTH + 1, file ); buf[BOWL_WIDTH] = 0; + for ( k = 0; k < BOWL_WIDTH; k++ ) { + if ( buf[k] == 32 ) + figures[i][k][j] = -1; + else + figures[i][k][j] = buf[k] - 97; + } + } + fclose( file ); +} +/* +==================================================================== +Initate block masks. +==================================================================== +*/ +void bowl_init_block_masks() +{ + int masksize = sizeof(block_masks[0].mask); // same for all + + block_masks[0].rx = 0; + block_masks[0].ry = 0; + block_masks[0].id = 0; + memset(block_masks[0].mask, 0, masksize ); + block_masks[0].mask[0][1][1] = 1; + block_masks[0].mask[0][2][1] = 1; + block_masks[0].mask[0][1][2] = 1; + block_masks[0].mask[0][2][2] = 1; + block_masks[0].mask[1][1][1] = 1; + block_masks[0].mask[1][2][1] = 1; + block_masks[0].mask[1][1][2] = 1; + block_masks[0].mask[1][2][2] = 1; + block_masks[0].mask[2][1][1] = 1; + block_masks[0].mask[2][2][1] = 1; + block_masks[0].mask[2][1][2] = 1; + block_masks[0].mask[2][2][2] = 1; + block_masks[0].mask[3][1][1] = 1; + block_masks[0].mask[3][2][1] = 1; + block_masks[0].mask[3][1][2] = 1; + block_masks[0].mask[3][2][2] = 1; + + block_masks[1].rx = 0; + block_masks[1].ry = 0; + block_masks[1].id = 1; + memset(block_masks[1].mask, 0, masksize ); + block_masks[1].mask[0][0][2] = 1; + block_masks[1].mask[0][1][2] = 1; + block_masks[1].mask[0][2][2] = 1; + block_masks[1].mask[0][3][2] = 1; + block_masks[1].mask[1][1][0] = 1; + block_masks[1].mask[1][1][1] = 1; + block_masks[1].mask[1][1][2] = 1; + block_masks[1].mask[1][1][3] = 1; + block_masks[1].mask[2][0][2] = 1; + block_masks[1].mask[2][1][2] = 1; + block_masks[1].mask[2][2][2] = 1; + block_masks[1].mask[2][3][2] = 1; + block_masks[1].mask[3][1][0] = 1; + block_masks[1].mask[3][1][1] = 1; + block_masks[1].mask[3][1][2] = 1; + block_masks[1].mask[3][1][3] = 1; + + block_masks[2].rx = 0; + block_masks[2].ry = 1; + block_masks[2].id = 2; + memset(block_masks[2].mask, 0, masksize ); + block_masks[2].mask[0][0][1] = 1; + block_masks[2].mask[0][1][1] = 1; + block_masks[2].mask[0][2][1] = 1; + block_masks[2].mask[0][1][2] = 1; + block_masks[2].mask[1][1][0] = 1; + block_masks[2].mask[1][1][1] = 1; + block_masks[2].mask[1][1][2] = 1; + block_masks[2].mask[1][0][1] = 1; + block_masks[2].mask[2][0][1] = 1; + block_masks[2].mask[2][1][0] = 1; + block_masks[2].mask[2][1][1] = 1; + block_masks[2].mask[2][2][1] = 1; + block_masks[2].mask[3][1][0] = 1; + block_masks[2].mask[3][1][1] = 1; + block_masks[2].mask[3][1][2] = 1; + block_masks[2].mask[3][2][1] = 1; + + block_masks[3].rx = 0; + block_masks[3].ry = 1; + block_masks[3].id = 3; + memset(block_masks[3].mask, 0, masksize ); + block_masks[3].mask[0][0][2] = 1; + block_masks[3].mask[0][1][1] = 1; + block_masks[3].mask[0][1][2] = 1; + block_masks[3].mask[0][2][1] = 1; + block_masks[3].mask[1][0][1] = 1; + block_masks[3].mask[1][0][2] = 1; + block_masks[3].mask[1][1][2] = 1; + block_masks[3].mask[1][1][3] = 1; + block_masks[3].mask[2][0][2] = 1; + block_masks[3].mask[2][1][1] = 1; + block_masks[3].mask[2][1][2] = 1; + block_masks[3].mask[2][2][1] = 1; + block_masks[3].mask[3][0][1] = 1; + block_masks[3].mask[3][0][2] = 1; + block_masks[3].mask[3][1][2] = 1; + block_masks[3].mask[3][1][3] = 1; + + block_masks[4].rx = 0; + block_masks[4].ry = 1; + block_masks[4].id = 4; + memset(block_masks[4].mask, 0, masksize ); + block_masks[4].mask[0][0][1] = 1; + block_masks[4].mask[0][1][1] = 1; + block_masks[4].mask[0][1][2] = 1; + block_masks[4].mask[0][2][2] = 1; + block_masks[4].mask[1][1][1] = 1; + block_masks[4].mask[1][1][2] = 1; + block_masks[4].mask[1][0][2] = 1; + block_masks[4].mask[1][0][3] = 1; + block_masks[4].mask[2][0][1] = 1; + block_masks[4].mask[2][1][1] = 1; + block_masks[4].mask[2][1][2] = 1; + block_masks[4].mask[2][2][2] = 1; + block_masks[4].mask[3][1][1] = 1; + block_masks[4].mask[3][1][2] = 1; + block_masks[4].mask[3][0][2] = 1; + block_masks[4].mask[3][0][3] = 1; + + block_masks[5].rx = 0; + block_masks[5].ry = 1; + block_masks[5].id = 5; + memset(block_masks[5].mask, 0, masksize ); + block_masks[5].mask[0][0][1] = 1; + block_masks[5].mask[0][1][1] = 1; + block_masks[5].mask[0][2][1] = 1; + block_masks[5].mask[0][0][2] = 1; + block_masks[5].mask[1][0][0] = 1; + block_masks[5].mask[1][1][0] = 1; + block_masks[5].mask[1][1][1] = 1; + block_masks[5].mask[1][1][2] = 1; + block_masks[5].mask[2][0][1] = 1; + block_masks[5].mask[2][1][1] = 1; + block_masks[5].mask[2][2][1] = 1; + block_masks[5].mask[2][2][0] = 1; + block_masks[5].mask[3][1][0] = 1; + block_masks[5].mask[3][1][1] = 1; + block_masks[5].mask[3][1][2] = 1; + block_masks[5].mask[3][2][2] = 1; + + block_masks[6].rx = 0; + block_masks[6].ry = 1; + block_masks[6].id = 6; + memset(block_masks[6].mask, 0, masksize ); + block_masks[6].mask[0][2][2] = 1; + block_masks[6].mask[0][0][1] = 1; + block_masks[6].mask[0][1][1] = 1; + block_masks[6].mask[0][2][1] = 1; + block_masks[6].mask[1][0][2] = 1; + block_masks[6].mask[1][1][0] = 1; + block_masks[6].mask[1][1][1] = 1; + block_masks[6].mask[1][1][2] = 1; + block_masks[6].mask[2][0][0] = 1; + block_masks[6].mask[2][0][1] = 1; + block_masks[6].mask[2][1][1] = 1; + block_masks[6].mask[2][2][1] = 1; + block_masks[6].mask[3][1][0] = 1; + block_masks[6].mask[3][1][1] = 1; + block_masks[6].mask[3][1][2] = 1; + block_masks[6].mask[3][2][0] = 1; +} + +/* +==================================================================== +Create a bowl at screen position x,y. Measurements are the same for +all bowls. Controls are the player's controls defined in config.c. +==================================================================== +*/ +Bowl *bowl_create( int x, int y, int preview_x, int preview_y, SDL_Surface *blocks, SDL_Surface *unknown_preview, char *name, Controls *controls ) +{ + Bowl *bowl = calloc( 1, sizeof( Bowl ) ); + bowl->mute = 0; + bowl->blind = 0; + bowl->sx = x; bowl->sy = y; + bowl->block_size = BOWL_BLOCK_SIZE; + bowl->w = BOWL_WIDTH; bowl->h = BOWL_HEIGHT; + bowl->sw = bowl->w * bowl->block_size; bowl->sh = bowl->h * bowl->block_size; + bowl->blocks = blocks; + bowl->unknown_preview = unknown_preview; + strcpy( bowl->name, name ); + bowl->controls = controls; + bowl->use_figures = ( config.gametype == 2 ); + bowl->level = (config.gametype == 2 ) ? 0 : config.starting_level; + bowl->stored_key = -1; + bowl_reset_contents( bowl ); + if ( config.same_blocks_for_all && !config.expert && + config.gametype >= 3 ) + { + bowl->use_same_blocks = 1; + bowl->next_block_id = next_blocks[bowl->next_blocks_pos++]; + } + else + bowl->next_block_id = rand() % BLOCK_COUNT; + delay_set( &bowl->block_hori_delay, config.hori_delay * 12 + 63 ); + bowl->block_hori_vel = (float)bowl->block_size / bowl->block_hori_delay.limit; + bowl->block_drop_vel = 0.8; + bowl_set_vert_block_vel( bowl ); + bowl->help_sw = bowl->help_sh = bowl->block_size * 4; + bowl->preview_center_sx = preview_x; + bowl->preview_center_sy = preview_y; + bowl_create_next_block( bowl ); + bowl->help_alpha_change = 1.2; + bowl->preview_alpha_change = 0.4; + bowl->font = load_fixed_font( "f_small_white.bmp", 32, 96, 8 ); +#ifdef SOUND + bowl->wav_leftright = sound_chunk_load( "leftright.wav" ); + bowl->wav_explosion = sound_chunk_load( "explosion.wav" ); + bowl->wav_stop = sound_chunk_load( "stop.wav" ); + bowl->wav_nextlevel = sound_chunk_load( "nextlevel.wav" ); + bowl->wav_excellent = sound_chunk_load( "excellent.wav" ); +#endif + return bowl; +} +void bowl_delete( Bowl *bowl ) +{ + free_font( &bowl->font ); +#ifdef SOUND + if ( bowl->wav_excellent ) sound_chunk_free( bowl->wav_excellent ); bowl->wav_excellent = 0; + if ( bowl->wav_nextlevel ) sound_chunk_free( bowl->wav_nextlevel ); bowl->wav_nextlevel = 0; + if ( bowl->wav_stop ) sound_chunk_free( bowl->wav_stop ); bowl->wav_stop = 0; + if ( bowl->wav_leftright ) sound_chunk_free( bowl->wav_leftright ); bowl->wav_leftright = 0; + if ( bowl->wav_explosion ) sound_chunk_free( bowl->wav_explosion ); bowl->wav_explosion = 0; +#endif + free( bowl ); +} + +/* +==================================================================== +Check if key belongs to this bowl and store the value for use in +bowl_update(). +==================================================================== +*/ +void bowl_store_key( Bowl *bowl, int keysym ) +{ + if ( !bowl->controls ) return; /* CPU handles this bowl */ + if ( bowl->controls->left == keysym ) bowl->stored_key = KEY_LEFT; + else + if ( bowl->controls->right == keysym ) bowl->stored_key = KEY_RIGHT; + else + if ( bowl->controls->rot_left == keysym ) bowl->stored_key = KEY_ROT_LEFT; + else + if ( bowl->controls->rot_right == keysym ) bowl->stored_key = KEY_ROT_RIGHT; + else + if ( bowl->controls->down == keysym ) bowl->stored_key = KEY_DOWN; + else + if ( bowl->controls->drop == keysym ) bowl->stored_key = KEY_DROP; +} + +/* +==================================================================== +Hide/show/update all animations handled by a bowl. +==================================================================== +*/ +void bowl_hide( Bowl *bowl ) +{ + /* block */ + if ( !bowl->hide_block ) { + DEST( sdl.screen, bowl->block.sx, bowl->block.sy, bowl->block.sw, bowl->block.sh ); + SOURCE( offscreen, bowl->block.sx, bowl->block.sy ); + blit_surf(); + add_refresh_rect( bowl->block.sx, bowl->block.sy, bowl->block.sw, bowl->block.sh ); + } + /* help */ + if ( config.help ) { + DEST( sdl.screen, bowl->help_sx, bowl->help_sy, bowl->help_sw, bowl->help_sh ); + SOURCE( offscreen, bowl->help_sx, bowl->help_sy ); + blit_surf(); + add_refresh_rect( bowl->help_sx, bowl->help_sy, bowl->help_sw, bowl->help_sh ); + } + /* preview */ + if ( bowl->preview_center_sx != -1 ) { + DEST( sdl.screen, bowl->preview_center_sx - ( bowl->block_size << 1 ), + bowl->preview_center_sy - ( bowl->block_size << 1 ), + bowl->block_size << 2, bowl->block_size << 2 ); + SOURCE( offscreen, bowl->preview_center_sx - ( bowl->block_size << 1 ), + bowl->preview_center_sy - ( bowl->block_size << 1 ) ); + blit_surf(); + add_refresh_rect( bowl->preview_center_sx - ( bowl->block_size << 1 ), + bowl->preview_center_sy - ( bowl->block_size << 1 ), + bowl->block_size << 2, bowl->block_size << 2 ); + } + /* score */ + DEST( sdl.screen, bowl->score_sx, bowl->score_sy, bowl->score_sw, bowl->score_sh ); + SOURCE( offscreen, bowl->score_sx, bowl->score_sy ); + blit_surf(); + add_refresh_rect( bowl->score_sx, bowl->score_sy, bowl->score_sw, bowl->score_sh ); + + /* remove help lines */ + if ( !bowl->hide_block && (config.help == 2) ) { + int i, j; + int x = bowl->block.sx, y = bowl->block.sy; + int tile_x = 0, tile_y = 0; + int left = bowl->block.sx + bowl->block.sw - 1; + int right = bowl->block.sx; /* left and right borders of current block */ + for ( j = 0; j < 4; j++ ) { + for ( i = 0; i < 4; i++ ) { + if ( block_masks[bowl->block.id].mask[bowl->block.rot_id][i][j] ) { + if ( x < left ) + left = x; + if ( x + bowl->block_size - 1 > right ) + right = x + bowl->block_size - 1; + } + x += bowl->block_size; + tile_x += bowl->block_size; + } + y += bowl->block_size; + x = bowl->block.sx; + tile_x = 0; + tile_y += bowl->block_size; + } + DEST( sdl.screen, left, bowl->sy, 1, bowl->sh ); + SOURCE( offscreen, left, bowl->sy ); + blit_surf(); + add_refresh_rect( left, bowl->sy, 1, bowl->sh ); + DEST( sdl.screen, right, bowl->sy, 1, bowl->sh ); + SOURCE( offscreen, right, bowl->sy ); + blit_surf(); + add_refresh_rect( right, bowl->sy, 1, bowl->sh ); + } +} +void bowl_show( Bowl *bowl ) +{ + int i, j; + int x = bowl->block.sx, y = bowl->block.sy; + int tile_x = 0, tile_y = 0; + char aux[24]; + /* start blocks for left and right helplines */ + int left_x = 3; + int left_y = 0; + int right_x = 0; + int right_y = 0; + /* draw contents? */ + if ( bowl->draw_contents ) { + bowl->draw_contents = 0; + bowl_draw_contents( bowl ); + } + /* block&help */ + if ( !bowl->hide_block ) { + for ( j = 0; j < 4; j++ ) { + for ( i = 0; i < 4; i++ ) { + if ( block_masks[bowl->next_block_id].mask[0][i][j] ) { + /* preview */ + if ( config.preview && bowl->preview_center_sx != -1 ) { + DEST( sdl.screen, bowl->preview_sx + tile_x, bowl->preview_sy + tile_y, bowl->block_size, bowl->block_size ); + SOURCE( bowl->blocks, bowl->next_block_id * bowl->block_size, 0 ); + blit_surf(); + add_refresh_rect( bowl->preview_sx + tile_x, bowl->preview_sy + tile_y, bowl->block_size, bowl->block_size ); + } + } + if ( block_masks[bowl->block.id].mask[bowl->block.rot_id][i][j] ) { + /* help */ + if ( config.help == 1 ) { + DEST( sdl.screen, bowl->help_sx + tile_x, bowl->help_sy + tile_y, bowl->block_size, bowl->block_size ); + SOURCE( bowl->blocks, 10 * bowl->block_size, 0 ); + alpha_blit_surf( bowl->help_alpha ); + add_refresh_rect( bowl->help_sx + tile_x, bowl->help_sy + tile_y, bowl->block_size, bowl->block_size ); + } + /* block */ + DEST( sdl.screen, x, y, bowl->block_size, bowl->block_size ); + SOURCE( bowl->blocks, bowl->block.id * bowl->block_size, 0 ); + blit_surf(); + add_refresh_rect( x, y, bowl->block_size, bowl->block_size ); + /* update helpline coordinates */ + if ( i <= left_x ) { + left_x = i; + left_y = j; + } + if ( i >= right_x ) { + right_x = i; + right_y = j; + } + } + x += bowl->block_size; + tile_x += bowl->block_size; + } + y += bowl->block_size; + x = bowl->block.sx; + tile_x = 0; + tile_y += bowl->block_size; + } + if ( config.help == 2 ) { /* draw help lines */ + int i, x, y, y1, y2; + int red = SDL_MapRGB( sdl.screen->format, 255, 0, 0 ); + /* left help line */ + x = bowl->block.sx + left_x * bowl->block_size; + y1 = bowl->block.sy + (left_y+1) * bowl->block_size; + i = bowl->block.y + left_y; + if ( i < 0 ) + i = 0; + while ( i < bowl->h && bowl->contents[bowl->block.x + left_x][i] == -1 ) + i++; + y2 = bowl->sy + i * bowl->block_size - 1; + if ( y1 < bowl->sy ) + y1 = bowl->sy; + for ( y = y1; y <= y2; y++ ) + set_pixel( sdl.screen, x, y, red ); + add_refresh_rect( x, y1, 1, y2-y1+1 ); + /* right help line */ + x = bowl->block.sx + (right_x+1) * bowl->block_size - 1; + y1 = bowl->block.sy + (right_y+1) * bowl->block_size; + i = bowl->block.y + right_y; + if ( i < 0 ) + i = 0; + while ( i < bowl->h && bowl->contents[bowl->block.x + right_x][i] == -1 ) + i++; + y2 = bowl->sy + i * bowl->block_size - 1; + if ( y1 < bowl->sy ) + y1 = bowl->sy; + for ( y = y1; y <= y2; y++ ) + set_pixel( sdl.screen, x, y, red ); + add_refresh_rect( x, y1, 1, y2-y1+1 ); + } + } + /* check if question mark must be displayed */ + if ( bowl->preview_center_sx != -1 && !config.preview ) { + DEST( sdl.screen, bowl->preview_center_sx - bowl->unknown_preview->w / 2, + bowl->preview_center_sy - bowl->unknown_preview->h / 2, + bowl->unknown_preview->w, bowl->unknown_preview->h ); + SOURCE( bowl->unknown_preview, 0, 0 ); + alpha_blit_surf( bowl->preview_alpha ); + add_refresh_rect( bowl->preview_center_sx - bowl->unknown_preview->w / 2, + bowl->preview_center_sy - bowl->unknown_preview->h / 2, + bowl->unknown_preview->w, bowl->unknown_preview->h ); + } + /* score, lines, level */ + bowl->font->align = ALIGN_X_RIGHT | ALIGN_Y_TOP; + sprintf( aux, "%.0f", counter_get_approach( bowl->score ) ); + write_text( bowl->font, sdl.screen, bowl->score_sx + bowl->score_sw - 4, bowl->score_sy + 1, aux, OPAQUE ); + bowl->font->align = ALIGN_X_RIGHT | ALIGN_Y_BOTTOM; + sprintf( aux, _("%i Lvl: %i"), bowl->lines, bowl->level ); + write_text( bowl->font, sdl.screen, bowl->score_sx + bowl->score_sw - 4, bowl->score_sy + bowl->score_sh, aux, OPAQUE ); +} +void bowl_update( Bowl *bowl, int ms, int game_over ) +{ + int old_bottom_y = ( (int)bowl->block.cur_y + bowl->block_size - 1 ) / bowl->block_size; + int target_x; /* target screen position within bowl */ + int hori_movement = 0; + int new_rot; + /* SCORE */ + counter_update( &bowl->score, ms ); + if ( game_over ) return; + /* BLOCK */ + if ( !bowl->hide_block ) { + /* fake a key event to rotate with cpu */ + if ( !bowl->controls && bowl->cpu_dest_rot != bowl->block.rot_id ) + if ( delay_timed_out( &bowl->cpu_rot_delay, ms ) ) + bowl->stored_key = KEY_ROT_LEFT; + /* if CPU may drop in one p-cycle set key */ + if ( bowl_cpu_may_drop( bowl ) ) + bowl->stored_key = KEY_DROP; + /* handle stored key */ + switch ( bowl->stored_key ) { + case KEY_LEFT: + case KEY_RIGHT: + /* + * horizontal movement has a delay which is nullified by pressing + * left or right key. bowl::block::x is set directly and bowl::block::cur_x + * do only approach this position if smooth movement is set. + */ + delay_force_time_out( &bowl->block_hori_delay ); + break; + case KEY_ROT_LEFT: + new_rot = bowl->block.rot_id - 1; + if ( new_rot < 0 ) new_rot = 3; + if ( bowl_validate_block_pos( bowl, bowl->block.x, bowl->block.check_y, new_rot, 0 ) ) + bowl->block.rot_id = new_rot; + bowl_compute_help_pos( bowl ); + break; + case KEY_ROT_RIGHT: + new_rot = bowl->block.rot_id + 1; + if ( new_rot == 4 ) new_rot = 0; + if ( bowl_validate_block_pos( bowl, bowl->block.x, bowl->block.check_y, new_rot, 0 ) ) + bowl->block.rot_id = new_rot; + bowl_compute_help_pos( bowl ); + break; + case KEY_DROP: + bowl_drop_block( bowl ); + break; + } + /* update horizontal bowl position */ + if ( delay_timed_out( &bowl->block_hori_delay, ms ) ) { + if ( ( bowl->controls && keystate[bowl->controls->left] ) || ( !bowl->controls && bowl->cpu_dest_x < bowl->block.x ) ) + if ( bowl_validate_block_pos( bowl, bowl->block.x - 1, bowl->block.check_y, bowl->block.rot_id, 2 ) ) { + bowl->block.x--; + hori_movement = 1; + } + if ( ( bowl->controls && keystate[bowl->controls->right] ) || ( !bowl->controls && bowl->cpu_dest_x > bowl->block.x ) ) + if ( bowl_validate_block_pos( bowl, bowl->block.x + 1, bowl->block.check_y, bowl->block.rot_id , 2) ) { + bowl->block.x++; + hori_movement = 1; + } + if ( hori_movement ) { + bowl_compute_help_pos( bowl ); +#ifdef SOUND + //if ( !bowl->mute ) sound_play( bowl->wav_leftright ); +#endif + } + } + /* update horizontal float&screen position */ + if ( config.smooth_hori ) { + target_x = bowl->block.x * bowl->block_size; + if ( target_x != (int)bowl->block.cur_x ) { + if ( (int)bowl->block.cur_x > target_x ) { + bowl->block.cur_x -= bowl->block_hori_vel * ms; + if ( (int)bowl->block.cur_x < target_x ) + bowl->block.cur_x = target_x; + } + else { + bowl->block.cur_x += bowl->block_hori_vel * ms; + if ( (int)bowl->block.cur_x > target_x ) + bowl->block.cur_x = target_x; + } + bowl->block.sx = (int)bowl->block.cur_x + bowl->sx; + } + } + else + if ( hori_movement ) + bowl->block.sx = bowl->block.x * bowl->block_size + bowl->sx; + /* update vertical float position */ + if ( !bowl->controls && !bowl->cpu_down ) + if ( delay_timed_out( &bowl->cpu_delay, ms ) ) + bowl->cpu_down = 1; + if ( ( bowl->controls && keystate[bowl->controls->down] ) || bowl_cpu_may_move_down( bowl ) ) + bowl->block.cur_y += bowl->block_drop_vel * ms; + else + bowl->block.cur_y += bowl->block_vert_vel * ms; + /* update vertical bowl position */ + bowl->block.y = (int)bowl->block.cur_y / bowl->block_size; + /* update check y */ + if ( config.block_by_block || config.async_col_check ) + bowl->block.check_y = bowl->block.y * bowl->block_size; + else + bowl->block.check_y = (int)bowl->block.cur_y; + /* if we entered a new tile check if block stops */ + if ( old_bottom_y != ( bowl->block.cur_y + bowl->block_size - 1 ) / bowl->block_size ) + bowl_check_block_insertion( bowl ); + /* update vertical screen position */ + if ( config.block_by_block ) + bowl->block.sy = bowl->block.y * bowl->block_size + bowl->sy; + else { + /* to allow horizontal movement after the block touched + the ground we allow moving into the next block. this shouldn't be + seen, of course */ + if ( !config.async_col_check || bowl_validate_block_pos( bowl, bowl->block.x, (int)bowl->block.cur_y, bowl->block.rot_id, 0) ) + bowl->block.sy = (int)bowl->block.cur_y + bowl->sy; + else + bowl->block.sy = bowl->block.y * bowl->block_size + bowl->sy; + } + /* clear stored key */ + bowl->stored_key = -1; + } + /* CHECK SPECIAL EVENTS */ + if ( !bowl->paused ) + { + if ( delay_timed_out( &bowl->add_delay, ms ) ) + { + if ( bowl->add_lines ) + { + bowl_add_line( bowl, bowl->add_line_holes, 0 ); + bowl->draw_contents = 1; + } + if ( bowl->add_tiles ) + bowl_add_tile( bowl ); + } + } + /* HELP ALPHA */ + bowl->help_alpha += bowl->help_alpha_change * ms; + if ( bowl->help_alpha_change > 0 ) { + if ( bowl->help_alpha > 255 ) { + bowl->help_alpha_change = -bowl->help_alpha_change; + bowl->help_alpha = 255; + } + } + else { + if ( bowl->help_alpha < 0 ) { + bowl->help_alpha_change = -bowl->help_alpha_change; + bowl->help_alpha = 0; + } + } + /* PREVIEW ALPHA */ + bowl->preview_alpha += bowl->preview_alpha_change * ms; + if ( bowl->preview_alpha_change > 0 ) { + if ( bowl->preview_alpha > 255 ) { + bowl->preview_alpha_change = -bowl->preview_alpha_change; + bowl->preview_alpha = 255; + } + } + else { + if ( bowl->preview_alpha < 0 ) { + bowl->preview_alpha_change = -bowl->preview_alpha_change; + bowl->preview_alpha = 0; + } + } +} + +/* +==================================================================== +Draw a single bowl tile. +==================================================================== +*/ +void bowl_draw_tile( Bowl *bowl, int i, int j ) +{ + int x = bowl->sx + i * bowl->block_size; + int y = bowl->sy + j * bowl->block_size; + int offset; + + if ( bowl->blind ) return; + + if ( bowl->contents[i][j] != -1 ) { + offset = bowl->contents[i][j] * bowl->block_size; + DEST( offscreen, x, y, bowl->block_size, bowl->block_size ); + SOURCE( bowl->blocks, offset, 0 ); + blit_surf(); + } + else { + DEST( offscreen, x, y, bowl->block_size, bowl->block_size ); + SOURCE( bkgnd, x, y ); + blit_surf(); + } + DEST( sdl.screen, x, y , bowl->block_size, bowl->block_size ); + SOURCE( offscreen, x, y ); + blit_surf(); + add_refresh_rect( x, y, bowl->block_size, bowl->block_size ); +} + +/* +==================================================================== +Draw bowl to offscreen and screen. +==================================================================== +*/ +void bowl_draw_contents( Bowl *bowl ) +{ + int i, j; + int x = bowl->sx, y = bowl->sy, offset; + + if ( bowl->blind ) return; + + for ( j = 0; j < bowl->h; j++ ) { + for ( i = 0; i < bowl->w; i++ ) { + if ( bowl->contents[i][j] != -1 ) { + offset = bowl->contents[i][j] * bowl->block_size; + DEST( offscreen, x, y, bowl->block_size, bowl->block_size ); + SOURCE( bowl->blocks, offset, 0 ); + blit_surf(); + } + else { + DEST( offscreen, x, y, bowl->block_size, bowl->block_size ); + SOURCE( bkgnd, x, y ); + blit_surf(); + } + DEST( sdl.screen, x, y , bowl->block_size, bowl->block_size ); + SOURCE( offscreen, x, y ); + blit_surf(); + x += bowl->block_size; + } + x = bowl->sx; + y += bowl->block_size; + } + add_refresh_rect( bowl->sx, bowl->sy, bowl->sw, bowl->sh ); +} + +/* +==================================================================== +Draw frames and fix text to bkgnd. +==================================================================== +*/ +void bowl_draw_frames( Bowl *bowl ) +{ + /* data box */ + int dx = bowl->sx + 10, dy = bowl->sy + bowl->sh + 20, dw = bowl->sw - 20, dh = 50; + /* bowl itself */ + draw_3dframe( bkgnd, bowl->sx, bowl->sy, bowl->sw, bowl->sh, 6 ); + /* name&score&level */ + draw_3dframe( bkgnd, dx, dy, dw, dh, 4 ); + bowl->font->align = ALIGN_X_LEFT | ALIGN_Y_TOP; + write_text( bowl->font, bkgnd, dx + 4, dy + 4, _("Player:"), OPAQUE ); + bowl->font->align = ALIGN_X_RIGHT | ALIGN_Y_TOP; + write_text( bowl->font, bkgnd, dx + dw - 4, dy + 4, bowl->name, OPAQUE ); + bowl->font->align = ALIGN_X_LEFT | ALIGN_Y_CENTER; + write_text( bowl->font, bkgnd, dx + 4, dy + dh / 2, _("Score:"), OPAQUE ); + bowl->font->align = ALIGN_X_LEFT | ALIGN_Y_BOTTOM; + write_text( bowl->font, bkgnd, dx + 4, dy + dh - 4, _("Lines:"), OPAQUE ); + /* preview */ + if ( bowl->preview_center_sx != -1 ) + draw_3dframe( bkgnd, + bowl->preview_center_sx - 2 * bowl->block_size - 2, bowl->preview_center_sy - 2 * bowl->block_size - 2, + 4 * bowl->block_size + 4, 4 * bowl->block_size + 4, + 4 ); + /* part that is updated when redrawing score/level */ + bowl->score_sx = dx + dw / 2 - 36; + bowl->score_sy = dy + bowl->font->height + 4; + bowl->score_sw = dw / 2 + 36; + bowl->score_sh = dh - bowl->font->height - 8; +} + +/* +==================================================================== +Toggle pause of bowl. +==================================================================== +*/ +void bowl_toggle_pause( Bowl *bowl ) +{ + if ( bowl->paused ) { + /* unpause */ + bowl->hide_block = 0; + bowl_draw_contents( bowl ); + bowl->paused = 0; + } + else { + /* pause */ + bowl->hide_block = 1; + DEST( offscreen, bowl->sx, bowl->sy, bowl->sw, bowl->sh ); + SOURCE( bkgnd, bowl->sx, bowl->sy ); + blit_surf(); + bowl->font->align = ALIGN_X_CENTER | ALIGN_Y_CENTER; + write_text( bowl->font, offscreen, bowl->sx + bowl->sw / 2, bowl->sy + bowl->sh / 2, "Paused", OPAQUE ); + DEST( sdl.screen, bowl->sx, bowl->sy, bowl->sw, bowl->sh ); + SOURCE( offscreen, bowl->sx, bowl->sy ); + blit_surf(); + add_refresh_rect( bowl->sx, bowl->sy, bowl->sw, bowl->sh ); + bowl->paused = 1; + } +} + +/* +==================================================================== +Play an optimized mute game. (used for stats) +==================================================================== +*/ +void bowl_quick_game( Bowl *bowl, int aggr ) +{ + int old_level; + int line_score; + int line_count; + int line_y[4]; + int i, j, l; + CPU_Data cpu_data; + /* constant cpu data */ + cpu_data.bowl_w = bowl->w; + cpu_data.bowl_h = bowl->h; + cpu_data.aggr = aggr; + /* reset bowl */ + for ( i = 0; i < bowl->w; i++ ) { + for ( j = 0; j < bowl->h; j++ ) + bowl->contents[i][j] = -1; + } + bowl->score.value = 0; + bowl->lines = bowl->level = bowl->use_figures = 0; + bowl->game_over = 0; + bowl->add_lines = bowl->add_tiles = 0; + bowl->next_block_id = rand() % BLOCK_COUNT; + while ( !bowl->game_over ) { + /* get next block */ + bowl->block.id = bowl->next_block_id; + do { + bowl->next_block_id = rand() % BLOCK_COUNT; + } while ( bowl->next_block_id == bowl->block.id ); + /* compute cpu dest */ + cpu_data.original_block = &block_masks[bowl->block.id]; + cpu_data.original_preview = &block_masks[bowl->next_block_id]; + for ( i = 0; i < bowl->w; i++ ) + for ( j = 0; j < bowl->h; j++ ) + cpu_data.original_bowl[i][j] = ( bowl->contents[i][j] != -1 ); + cpu_analyze_data( &cpu_data ); + /* insert -- no additional checks as there is no chance for an illegal block else the fucking CPU sucks!!!! */ + for ( i = 0; i < 4; i++ ) { + for ( j = 0; j < 4; j++ ) + if ( block_masks[bowl->block.id].mask[cpu_data.dest_rot][i][j] ) { + if ( j + cpu_data.dest_y < 0 ) { + bowl->game_over = 1; + break; + } + bowl->contents[i + cpu_data.dest_x][j + cpu_data.dest_y] = 1; + } + if ( bowl->game_over ) break; + } + if ( bowl->game_over ) break; + /* check for completed lines */ + line_count = 0; + for ( j = 0; j < bowl->h; j++ ) { + for ( i = 0; i < bowl->w; i++ ) { + if ( bowl->contents[i][j] == -1 ) + break; + } + if ( i == bowl->w ) + line_y[line_count++] = j; + } + for ( j = 0; j < line_count; j++ ) + for ( i = 0; i < bowl->w; i++ ) { + for ( l = line_y[j]; l > 0; l-- ) + bowl->contents[i][l] = bowl->contents[i][l - 1]; + bowl->contents[i][0] = -1; + } + /* score */ + line_score = 100 * ( bowl->level + 1 ); + for ( i = 0; i < line_count; i++ ) { + bowl->score.value += line_score; + line_score *= 2; + } + /* line and level update */ + old_level = bowl->lines / 10; + bowl->lines += line_count; + if ( old_level != bowl->lines / 10 ) { + /* new level */ + bowl->level++; + bowl_set_vert_block_vel( bowl ); + } + } +} diff --git a/project/jni/application/ltris-1.0.15/src/bowl.h b/project/jni/application/ltris-1.0.15/src/bowl.h new file mode 100644 index 000000000..c6702d31f --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/bowl.h @@ -0,0 +1,185 @@ +/*************************************************************************** + bowl.h - description + ------------------- + begin : Tue Dec 25 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __BOWL_H +#define __BOWL_H + +#include "ltris.h" + +enum { + KEY_NONE = -1, + KEY_LEFT, + KEY_RIGHT, + KEY_ROT_LEFT, + KEY_ROT_RIGHT, + KEY_DOWN, + KEY_DROP +}; + +typedef struct { + float cur_x, cur_y; /* float position IN bowl */ + int check_y; /* block y IN BOWL that is used to check insertion/validate position/etc */ + int sx, sy; /* screen position */ + int sw, sh; /* tile size in pixels */ + int x, y; /* map position */ + int id; /* picture&structure id */ + int rot_id; /* 0 - 3 rotation positions */ +} Block; + +typedef struct { + int mute; /* if mute no sounds are played */ + int blind; /* if this is true all graphical stuff called in a function not + ending with hide/show is disabled. */ + Font *font; + int sx, sy; /* screen position of very first block tile */ + int sw, sh; /* screen size */ + int w, h; /* measurements in blocks */ + int block_size; /* blocksize in pixels */ + Controls *controls; /* reacts to these controls */ + int stored_key; /* key that was stored this programme cycle */ + SDL_Surface *blocks; /* pointer to the block graphics */ + SDL_Surface *unknown_preview; /* if preview's unknown this is displaye */ + char name[32]; /* player's name playing at this bowl */ + Counter score; /* score gained by this player */ + int level; /* level to which player has played */ + int lines; + int use_figures; /* draw a figure each new level? */ + int add_lines, add_tiles; /* add lines or tiles after time out? */ + int add_line_holes; /* number of holes in added line */ + int dismantle_saves; /* if a line was removed the delay is reset */ + Delay add_delay; /* delay until next add action */ + int contents[BOWL_WIDTH][BOWL_HEIGHT]; /* indices of blocks or -1 */ + int pixel_contents[BOWL_WIDTH][BOWL_HEIGHT * BOWL_BLOCK_SIZE]; /* width is always discret but vertical movement + smooth needs all pixels of a row for a fast check */ + Block block;/* current block */ + Delay block_hori_delay; /* horizontal movement delay */ + int next_block_id; /* id of next block */ + int use_same_blocks; /* use global block list? */ + int next_blocks_pos; /* position in tetris next_blocks for + mulitplayer games */ + float block_vert_vel, block_hori_vel; /* velocity per ms */ + float block_drop_vel; + int score_sx, score_sy, score_sw, score_sh; /* region with score and lines/level */ + int game_over; /* set if bowl is filled */ + int hide_block; /* block ain't updated */ + int paused; + int draw_contents; /* set if bowl needs a full redraw next bowl_show() */ + int help_sx, help_sy, help_sw, help_sh; /* position of helping shadow */ + float help_alpha; + float help_alpha_change; + int preview_center_sx, preview_center_sy; /* preview is centered here if preview_center_x != -1 */ + int preview_sx, preview_sy; /* actuall preview is drawn here */ + float preview_alpha; + float preview_alpha_change; + int cpu_dest_x; /* move block to this position (computed in bowl_create_next_block() */ + int cpu_dest_rot; /* destination rotation */ + int cpu_dest_score; /* AI score */ + Delay cpu_delay; /* CPU delay before moving down fast */ + Delay cpu_rot_delay; /* rotation delay of CPU */ + int cpu_down; /* move down fast? flag is set when delay expires */ +#ifdef SOUND + Sound_Chunk *wav_leftright; + Sound_Chunk *wav_explosion; + Sound_Chunk *wav_stop; + Sound_Chunk *wav_nextlevel; + Sound_Chunk *wav_excellent; +#endif +} Bowl; + +/* +==================================================================== +Load level figures from file. +==================================================================== +*/ +void bowl_load_figures(); +/* +==================================================================== +Initate block masks. +==================================================================== +*/ +void bowl_init_block_masks() ; + +/* +==================================================================== +Create a bowl at screen position x,y. Measurements are the same for +all bowls. Controls are the player's controls defined in config.c. +==================================================================== +*/ +Bowl *bowl_create( int x, int y, int preview_x, int preview_y, SDL_Surface *blocks, SDL_Surface *unknown_preview, char *name, Controls *controls ); +void bowl_delete( Bowl *bowl ); + +/* +==================================================================== +Check if key belongs to this bowl and store the value for use in +bowl_update(). +==================================================================== +*/ +void bowl_store_key( Bowl *bowl, int keysym ); + +/* +==================================================================== +Finish game and set game over. +==================================================================== +*/ +void bowl_finish_game( Bowl *bowl ); + +/* +==================================================================== +Hide/show/update all animations handled by a bowl. +If game_over only score is updated in bowl_update(). +==================================================================== +*/ +void bowl_hide( Bowl *bowl ); +void bowl_show( Bowl *bowl ); +void bowl_update( Bowl *bowl, int ms, int game_over ); + +/* +==================================================================== +Draw a single bowl tile. +==================================================================== +*/ +void bowl_draw_tile( Bowl *bowl, int i, int j ); + +/* +==================================================================== +Draw bowl contents to offscreen and screen. +==================================================================== +*/ +void bowl_draw_contents( Bowl *bowl ); + +/* +==================================================================== +Draw frames and fix text to bkgnd. +==================================================================== +*/ +void bowl_draw_frames( Bowl *bowl ); + +/* +==================================================================== +Toggle pause of bowl. +==================================================================== +*/ +void bowl_toggle_pause( Bowl *bowl ); + +/* +==================================================================== +Play an optimized mute game. (used for stats) +==================================================================== +*/ +void bowl_quick_game( Bowl *bowl, int aggr ); + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/chart.c b/project/jni/application/ltris-1.0.15/src/chart.c new file mode 100644 index 000000000..87d8e031c --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/chart.c @@ -0,0 +1,416 @@ +/*************************************************************************** + chart.c - description + ------------------- + begin : Mon Sep 24 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "ltris.h" +#include "chart.h" +#include "list.h" + +#define CHART_FILE_NAME "ltris.hscr" + +List *charts = 0; /* list of all loaded level set charts */ + +char chart_path[512]; /* path charts where actually loaded/created from */ +int chart_loaded = 0; /* true if highscore succesfully loaded */ +int chart_w, chart_h; /* size of higscore chart */ +int chart_gap = 10; +int chart_level_offset = 0; /* level offset (name's left aligned, score's right aligned) */ +char cheader[128]; +Font *cfont = 0, *chfont = 0, *ccfont = 0; /* normal, highlight and caption font */ +extern Config config; +extern Sdl sdl; +extern char gametype_ids[8][64]; +extern char gametype_names[8][64]; + +/* +==================================================================== +Local +==================================================================== +*/ + +/* +==================================================================== +Reset charts +==================================================================== +*/ +void chart_reset( Set_Chart *chart ) +{ + int i; + memset( chart->entries, 0, sizeof( chart->entries ) ); + for ( i = 0; i < CHART_ENTRY_COUNT; i++ ) + chart_add( chart, "............", i + 1, 10000 * ( i + 1 ) ); + for ( i = 0; i < CHART_ENTRY_COUNT; i++ ) + chart->entries[i].new_entry = 0; +} + +/* +==================================================================== +Create/delete set chart. +==================================================================== +*/ +Set_Chart* chart_set_create( char *name ) +{ + Set_Chart *chart = calloc( 1, sizeof( Set_Chart ) ); + chart->name = strdup( name ); + chart_reset( chart ); + return chart; +} +void chart_set_delete( void *ptr ) +{ + Set_Chart *chart = (Set_Chart*)ptr; + if ( !chart ) return; + if ( chart->name ) free( chart->name ); + free( chart ); +} + +/* +==================================================================== +Read entries of a chart from file position. +==================================================================== +*/ +void chart_read_entries( FILE *file, char *file_name, Set_Chart *chart ) +{ + char buffer[128]; + int i; + + for ( i = 0; i < CHART_ENTRY_COUNT; i++ ) { + if ( feof( file ) ) { + fprintf( stderr, "Unexpected EOF in '%s' in entry %i... reading of highscore aborted.\n", + file_name, i ); + break; + } + fgets( buffer, 128, file ); buffer[strlen(buffer) - 1] = 0; /* remove newline */ + strcpy( chart->entries[i].name, buffer ); + fgets( buffer, 128, file ); buffer[strlen(buffer) - 1] = 0; /* remove newline */ + chart->entries[i].level = atoi( buffer ); + fgets( buffer, 128, file ); buffer[strlen(buffer) - 1] = 0; /* remove newline */ + chart->entries[i].score = strtod( buffer, 0 ); + } +} + +/* +==================================================================== +Load all highscores from path. If not found create chart with +one set 'Classic'. +ReturnValue: True if successful +==================================================================== +*/ +int chart_load_from_path( char *path ) +{ + FILE *file = 0; + char file_name[512]; + char setname[1024]; + char aux[4]; + Set_Chart *chart = 0; + /* full file name */ + sprintf( file_name, "%s/%s", path, CHART_FILE_NAME ); + /* clear chart list */ + list_clear( charts ); + /* open file */ + file = fopen( file_name, "r" ); + if ( file ) { + /* test if it's new format or old one. */ + fread( aux, sizeof( char ), 3, file ); aux[3] = 0; + fseek( file, 0, SEEK_SET ); + if ( strequal( ">>>", aux ) ) { + /* new format: load all set charts */ + while( !feof( file ) ) { + /* check if next sign is an '>' else skip reading */ + aux[0] = 0; + fread( aux, sizeof( char ), 1, file ); + fseek( file, -1, SEEK_CUR ); + if ( aux[0] != '>' ) break; + chart = calloc( 1, sizeof( Set_Chart ) ); + /* get name: >>>name */ + fscanf( file, ">>>%1023s\n", setname ); + chart->name = strdup( setname ); + /* entries */ + chart_read_entries( file, file_name, chart ); + /* add */ + list_add( charts, chart ); + } + } + else { + /* old format: load single chart as 'Classic' */ + fprintf( stderr, "Converting highscore chart as format changed.\n" ); + chart = chart_set_create( gametype_ids[1] ); + chart_read_entries( file, file_name, chart ); + list_add( charts, chart ); + } + fclose( file ); + } + else { + fprintf( stderr, "Highscore chart doesn't exist in '%s'... creating new one.\n", path ); + chart = chart_set_create( gametype_ids[1] ); + list_add( charts, chart ); + } + /* test if writing is allowed without changing actual contents */ + if ( ( file = fopen( file_name, "a" ) ) == 0 ) { + fprintf( stderr, "Write permission for '%s' denied.\n", file_name ); + return 0; + } + else + fclose( file ); + strcpy( chart_path, path ); + chart_loaded = 1; + return 1; +} + +/* +==================================================================== +Publics +==================================================================== +*/ + +/* +==================================================================== +Load highscore. If it doesn't exist try to create it in HI_DIR if +this fails fall back to ~/.lbreakout and create highscore there. +==================================================================== +*/ +void chart_load() +{ + /* HACK: not sure whether this comes really first to any chart usage??? */ + strcpy(cheader, _("Name Level Score")); + /* create list */ + if ( charts ) list_delete( charts ); charts = 0; + charts = list_create( LIST_AUTO_DELETE, chart_set_delete ); + /* load highscore */ + if ( !chart_load_from_path( HI_DIR ) ) { + fprintf( stderr, "Unable to access highscore chart in '%s'.\n", HI_DIR ); + fprintf( stderr, "Trying to use config directory '%s'.\n", config.dir_name ); + if ( !chart_load_from_path( config.dir_name ) ) { + fprintf( stderr, "Unable to access highscore chart in config directory... won't be " + "able to save any results. Sorry.\n" ); + return; + } + } + printf( "Saving highscore chart in: %s\n", chart_path ); + /* load resources */ + cfont = load_fixed_font( "f_small_yellow.bmp", 32, 96, 8 ); + chfont = load_fixed_font( "f_small_white.bmp", 32, 96, 8 ); + ccfont = load_fixed_font( "f_yellow.bmp", 32, 96, 10 ); + /* compute size and position stuff of highscore */ + chart_w = text_width( ccfont, cheader ); + chart_h = ccfont->height + chart_gap + /* title + gap */ + cfont->height * CHART_ENTRY_COUNT + /* entries */ + chart_gap + /*gap between caption and entries */ + ccfont->height; /* caption size */ + chart_level_offset = text_width( ccfont, "name.-----" ) + text_width( ccfont, _("Level") ) / 2; /* level offset centered */ +} +/* +==================================================================== +Delete resources +==================================================================== +*/ +void chart_delete() +{ + free_font( &cfont ); + free_font( &chfont ); + free_font( &ccfont ); + if ( charts ) list_delete( charts ); charts = 0; +} +/* +==================================================================== +Save chart in directory it was loaded from. +==================================================================== +*/ +void chart_save() +{ + char file_name[512]; + int i; + Set_Chart *chart = 0; + FILE *file = 0; + if ( !chart_loaded ) return; + /* full file name */ + sprintf( file_name, "%s/%s", chart_path, CHART_FILE_NAME ); + /* open file */ + file = fopen( file_name, "w" ); + if ( !file ) { + fprintf( stderr, "??? Highscore chart loaded properly but cannot save?\n" ); + return; + } + /* save all charts */ + list_reset( charts ); + while ( ( chart = list_next( charts ) ) != 0 ) { + fprintf( file, ">>>%s\n", chart->name ); + for ( i = 0; i < CHART_ENTRY_COUNT; i++ ) + fprintf( file, "%s\n%i\n%.0f\n", chart->entries[i].name, chart->entries[i].level, chart->entries[i].score ); + } + fclose( file ); +} +/* +==================================================================== +Check if this player entered the highscore chart and update it. +==================================================================== +*/ +void chart_add( Set_Chart *chart, char *name, int level, double score ) +{ + /* add new entry at blind end of chart */ + strcpy( chart->entries[CHART_ENTRY_COUNT].name, name ); + chart->entries[CHART_ENTRY_COUNT].level = level; + chart->entries[CHART_ENTRY_COUNT].score = score; + chart->entries[CHART_ENTRY_COUNT].new_entry = 1; + /* sort algorithm is stable so first sort levels then score */ + chart_sort( chart, SORT_BY_LEVEL ); + chart_sort( chart, SORT_BY_SCORE ); +} +/* +==================================================================== +Sort chart with stable algorithm (bubble sort's ok) by wanted +value. +==================================================================== +*/ +void chart_swap( Chart_Entry *entry1, Chart_Entry *entry2 ) +{ + Chart_Entry dummy; + dummy = *entry1; + *entry1 = *entry2; + *entry2 = dummy; +} +void chart_sort( Set_Chart *chart, int type ) +{ + int j; + int changed = 0; + /* use entry dummy as well so count is CHART_ENTRY_COUNT + 1 */ + do { + changed = 0; + for ( j = 0; j < CHART_ENTRY_COUNT; j++ ) + switch ( type ) { + case SORT_BY_LEVEL: + if ( chart->entries[j].level < chart->entries[j + 1].level ) { + chart_swap( &chart->entries[j], &chart->entries[j + 1] ); + changed = 1; + } + break; + case SORT_BY_SCORE: + if ( chart->entries[j].score < chart->entries[j + 1].score ) { + chart_swap( &chart->entries[j], &chart->entries[j + 1] ); + changed = 1; + } + break; + } + } while ( changed ); +} +/* +==================================================================== +Draw highscores centered in regio x,y,w,h +==================================================================== +*/ +void chart_show( Set_Chart *chart, int x, int y, int w, int h ) +{ + char number_buffer[24]; + int entry_offset; /* y offset of entries */ + Font *font; + int i; + char *cname; + + /* adjust x,y so it's centered */ + x += ( w - chart_w ) / 2; + y += ( h - chart_h ) / 2; + + /* FIXME: map chart name (=id) to readable i18n name. would be + * better to use gametype id directly in chart instead of name + * because then we could skip this linear search. but since there + * are not so many charts it does not hurt either... if name cannot + * be mapped, use plain id. */ + cname = NULL; + for (i=0;iname,gametype_ids[i])==0) { + cname=gametype_names[i]; + break; + } + if (cname==NULL) + cname=chart->name; + + /* title = name of levelset */ + ccfont->align = ALIGN_X_CENTER | ALIGN_Y_TOP; + write_text( ccfont, sdl.screen, x + ( chart_w >> 1 ), y, cname, OPAQUE ); + + /* caption */ + ccfont->align = ALIGN_X_LEFT | ALIGN_Y_TOP; + write_text( ccfont, sdl.screen, x, y + ccfont->height + chart_gap, cheader, OPAQUE ); + /* get entry offset */ + entry_offset = ( ccfont->height + chart_gap ) * 2 + y; + /* entries */ + for ( i = 0; i < CHART_ENTRY_COUNT; i++ ) { + font = cfont; + if ( chart->entries[i].new_entry ) font = chfont; + /* name */ + font->align = ALIGN_X_LEFT | ALIGN_Y_TOP; + write_text( font, sdl.screen, x, entry_offset, chart->entries[i].name, OPAQUE ); + /* level */ + font->align = ALIGN_X_CENTER | ALIGN_Y_TOP; + sprintf( number_buffer, "%i", chart->entries[i].level ); + write_text( font, sdl.screen, x + chart_level_offset, entry_offset, number_buffer, OPAQUE ); + /* score */ + font->align = ALIGN_X_RIGHT | ALIGN_Y_TOP; + sprintf( number_buffer, "%.0f", chart->entries[i].score ); + write_text( font, sdl.screen, x + chart_w, entry_offset, number_buffer, OPAQUE ); + /* change offset */ + entry_offset += font->height; + } + add_refresh_rect( x, y, chart_w, chart_h ); +} +/* +==================================================================== +Clear all new_entry flags (done before new players are added +to chart when game over). +==================================================================== +*/ +void chart_clear_new_entries() +{ + int i; + Set_Chart *chart; + list_reset( charts ); + while ( ( chart = list_next( charts ) ) != 0 ) { + chart->entries[CHART_ENTRY_COUNT].score = chart->entries[CHART_ENTRY_COUNT].level = 0; + for ( i = 0; i < CHART_ENTRY_COUNT + 1; i++ ) + chart->entries[i].new_entry = 0; + } +} +/* +==================================================================== +Query set chart by this name or if not found create a new one +by this name. +==================================================================== +*/ +Set_Chart* chart_set_query( char *name ) +{ + Set_Chart *chart = 0; + list_reset( charts ); + while ( ( chart = list_next( charts ) ) != 0 ) + if ( strequal( name, chart->name ) ) + return chart; + /* not found so create it */ + fprintf( stderr, "First chart query for '%s'. Creating this chart.\n", name ); + chart = chart_set_create( name ); + list_add( charts, chart ); + return chart; +} +/* +==================================================================== +Query chart by id. If id is invalid return 0. +==================================================================== +*/ +Set_Chart* chart_set_query_id( int id ) +{ + if ( id >= charts->count ) { + fprintf( stderr, "Chart index '%i' is out of range!\n", id ); + return 0; + } + return (Set_Chart*)list_get( charts, id ); +} diff --git a/project/jni/application/ltris-1.0.15/src/chart.h b/project/jni/application/ltris-1.0.15/src/chart.h new file mode 100644 index 000000000..e79d4c1e9 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/chart.h @@ -0,0 +1,98 @@ +/*************************************************************************** + chart.h - description + ------------------- + begin : Mon Sep 24 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +/* +==================================================================== +Highscore chart entry +==================================================================== +*/ +typedef struct { + char name[32]; + int level; + double score; + int new_entry; /* newly entered the highscore */ +} Chart_Entry; +/* +==================================================================== +Levelset highscore chart. +==================================================================== +*/ +enum { CHART_ENTRY_COUNT = 10 }; +typedef struct { + Chart_Entry entries[CHART_ENTRY_COUNT + 1]; /* last entry is space holder for new entry */ + char *name; +} Set_Chart; + +/* +==================================================================== +Load highscore. If it doesn't exist try to create it in HI_DIR if +this fails fall back to ~/.lbreakout and create highscore there. +==================================================================== +*/ +void chart_load(); +/* +==================================================================== +Delete resources +==================================================================== +*/ +void chart_delete(); +/* +==================================================================== +Save chart in directory it was loaded from. +==================================================================== +*/ +void chart_save(); +/* +==================================================================== +Check if this player entered the highscore chart and update it. +==================================================================== +*/ +void chart_add( Set_Chart *chart, char *name, int level, double score ); +/* +==================================================================== +Sort chart with stable algorithm (bubble sort's ok) by wanted +value. +==================================================================== +*/ +enum { SORT_BY_LEVEL = 0, SORT_BY_SCORE }; +void chart_sort( Set_Chart *chart, int type ); +/* +==================================================================== +Draw highscores centered in regio x,y,w,h +==================================================================== +*/ +void chart_show( Set_Chart *chart, int x, int y, int w, int h ); +/* +==================================================================== +Clear all new_entry flags (done before new players are added +to chart when game over). +==================================================================== +*/ +void chart_clear_new_entries(); +/* +==================================================================== +Query set chart by this name or if not found create a new one +by this name. +==================================================================== +*/ +Set_Chart* chart_set_query( char *name ); +/* +==================================================================== +Query chart by id. If id is invalid return 0. +==================================================================== +*/ +Set_Chart* chart_set_query_id( int id ); diff --git a/project/jni/application/ltris-1.0.15/src/config.c b/project/jni/application/ltris-1.0.15/src/config.c new file mode 100644 index 000000000..a82e05273 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/config.c @@ -0,0 +1,267 @@ +/*************************************************************************** + config.c - description + ------------------- + begin : Tue Feb 13 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include +#include +#include +#include +#include +#include +#include + +#include "sdl.h" +#include "config.h" +#include "parser.h" + +Config config; + +#define CONFIG_FILE_NAME "ltris.conf" + +/* game type names. hacky place to define them but who cares? */ +char gametype_names[8][64]; +char gametype_ids[8][64]; + +/* check if config directory exists; if not create it and set config_dir */ +void config_check_dir() +{ +#ifdef DISABLE_INSTALL + sprintf( config.dir_name, "." ); +#else + snprintf( config.dir_name, sizeof(config.dir_name)-1, "%s/%s", getenv( "HOME" ), CONFIG_DIR_NAME ); +#endif + if ( opendir( config.dir_name ) == 0 ) { + fprintf( stderr, "couldn't find/open config directory '%s'\n", config.dir_name ); + fprintf( stderr, "attempting to create it... " ); +#ifdef WIN32 + mkdir( config.dir_name ); +#else + mkdir( config.dir_name, S_IRWXU ); +#endif + if ( opendir( config.dir_name ) == 0 ) + fprintf( stderr, "failed\n" ); + else + fprintf( stderr, "ok\n" ); + } +} + +/* set config to default */ +void config_reset() +{ + /* game options */ + config.gametype = GAME_DEMO; + config.starting_level = 0; + config.preview = 1; + config.help = 1; + config.slow = 0; + config.same_blocks_for_all = 1; + strcpy( config.player1.name, "Michael" ); + strcpy( config.player2.name, "Sabine" ); + strcpy( config.player3.name, "Thomas" ); + config.expert = 0; + /* multiplayer */ + config.holes = 2; + config.rand_holes = 1; + config.send_all = 0; + config.send_tetris = 1; + /* cpu */ + config.cpu_aggr = 1; + config.cpu_delay = 700; + config.cpu_rot_delay = 100; + /* controls */ + config.hori_delay = 3; + config.player1.controls.left = SDLK_LEFT; + config.player1.controls.right = SDLK_RIGHT; + config.player1.controls.rot_left = SDLK_UP; + config.player1.controls.rot_right = SDLK_PAGEDOWN; + config.player1.controls.down = SDLK_DOWN; + config.player1.controls.drop = SDLK_END; + config.player2.controls.left = 'a'; + config.player2.controls.right = 'd'; + config.player2.controls.rot_left = 'w'; + config.player2.controls.rot_right = 'e'; + config.player2.controls.down = 's'; + config.player2.controls.drop = 'y'; + config.player3.controls.left = SDLK_KP1; + config.player3.controls.right = SDLK_KP3; + config.player3.controls.rot_left = SDLK_KP5; + config.player3.controls.rot_right = SDLK_KP6; + config.player3.controls.down = SDLK_KP2; + config.player3.controls.drop = SDLK_KP8; + /* sound */ + config.sound = 1; + config.volume = 6; /* 1 - 8 */ + /* graphics */ + config.trp = 1; + config.anim = 1; + config.fullscreen = 0; + config.fade = 1; + config.fps = 0; /* frames per second: 0 - no limit, 1 - 50, 2 - 100, 3 - 200 */ + config.bkgnd = 0; + config.smooth_hori = 0; + config.block_by_block = 0; + /* lbreakout2 event data */ + config.rel_motion = 0; + config.motion_mod = 100; + config.invert = 0; + config.grab = 0; + /* various */ + config.quick_help = 1; + config.visualize = 0; + config.keep_bkgnd = 0; + config.clear_keystate = 1; + config.center_preview = 0; + config.async_col_check = 0; +} + +/* load config */ +static void parse_player( PData *pd, Player *player ) +{ + char *str; + PData *sub; + if ( parser_get_value( pd, "name", &str, 0 ) ) + strcpy( player->name, str ); + if ( parser_get_pdata( pd, "controls", &sub ) ) { + parser_get_int( sub, "left", &player->controls.left ); + parser_get_int( sub, "right", &player->controls.right ); + parser_get_int( sub, "rot_left", &player->controls.rot_left ); + parser_get_int( sub, "rot_right", &player->controls.rot_right ); + parser_get_int( sub, "down", &player->controls.down ); + parser_get_int( sub, "drop", &player->controls.drop ); + } +} +void config_load( ) +{ + char file_name[512]; + PData *pd, *sub; + /* set to defaults */ + config_check_dir(); + config_reset(); + /* load config */ + sprintf( file_name, "%s/%s", config.dir_name, CONFIG_FILE_NAME ); + if ( ( pd = parser_read_file( "config", file_name ) ) == 0 ) { + fprintf( stderr, "%s\n", parser_get_error() ); + return; + } + /* parse config */ + parser_get_int( pd, "gametype", &config.gametype ); + parser_get_int( pd, "starting_level", &config.starting_level ); + if (config.starting_level > 9 || config.starting_level < 0) { + config.starting_level = 0; + } + parser_get_int( pd, "preview", &config.preview ); + parser_get_int( pd, "help", &config.help ); + parser_get_int( pd, "expert", &config.expert ); + parser_get_int( pd, "same_blocks", &config.same_blocks_for_all ); + parser_get_int( pd, "center_preview", &config.center_preview ); + parser_get_int( pd, "holes", &config.holes ); + parser_get_int( pd, "rand_holes", &config.rand_holes ); + parser_get_int( pd, "send_all", &config.send_all ); + parser_get_int( pd, "send_tetris", &config.send_tetris ); + if ( parser_get_pdata( pd, "player1", &sub ) ) + parse_player( sub, &config.player1 ); + if ( parser_get_pdata( pd, "player2", &sub ) ) + parse_player( sub, &config.player2 ); + if ( parser_get_pdata( pd, "player3", &sub ) ) + parse_player( sub, &config.player3 ); + parser_get_int( pd, "clear_keystate", &config.clear_keystate ); + parser_get_int( pd, "cpu_aggr", &config.cpu_aggr ); + parser_get_int( pd, "cpu_delay", &config.cpu_delay ); + parser_get_int( pd, "cpu_rot_delay", &config.cpu_rot_delay ); + parser_get_int( pd, "sound", &config.sound ); + parser_get_int( pd, "volume", &config.volume ); + parser_get_int( pd, "transparency", &config.trp ); + parser_get_int( pd, "animations", &config.anim ); + parser_get_int( pd, "fullscreen", &config.fullscreen ); + parser_get_int( pd, "fading", &config.fade ); + parser_get_int( pd, "fps", &config.fps ); + parser_get_int( pd, "background", &config.bkgnd ); + parser_get_int( pd, "static_background", &config.keep_bkgnd ); + parser_get_int( pd, "smooth_hori", &config.smooth_hori ); + parser_get_int( pd, "hori_delay", &config.hori_delay ); + parser_get_int( pd, "block_by_block", &config.block_by_block ); + parser_get_int( pd, "motion_mod", &config.motion_mod ); + parser_get_int( pd, "relative_motion", &config.rel_motion ); + parser_get_int( pd, "grap_input", &config.grab ); + parser_get_int( pd, "invert_mouse", &config.invert ); + parser_get_int( pd, "quick_help", &config.quick_help ); + parser_get_int( pd, "async_collision_check", &config.async_col_check ); + parser_free( &pd ); +} + +/* save config */ +static void print_player( FILE *file, int i, Player *player ) +{ + fprintf( file, "name ); + fprintf( file, "controls.left ); + fprintf( file, "right»%i\n", player->controls.right ); + fprintf( file, "rot_left»%i\n", player->controls.rot_left ); + fprintf( file, "rot_right»%i\n", player->controls.rot_right ); + fprintf( file, "down»%i\n", player->controls.down ); + fprintf( file, "drop»%i\n", player->controls.drop ); + fprintf( file, ">\n" ); + fprintf( file, ">\n" ); +} +void config_save( ) +{ + FILE *file = 0; + char file_name[512]; + + sprintf( file_name, "%s/%s", config.dir_name, CONFIG_FILE_NAME ); + if ( ( file = fopen( file_name, "w" ) ) == 0 ) + fprintf( stderr, "Cannot access config file '%s' to save settings\n", file_name ); + else { + fprintf( file, "@\n" ); + fprintf( file, "gametype»%i\n", config.gametype ); + fprintf( file, "starting_level»%i\n", config.starting_level ); + fprintf( file, "preview»%i\n", config.preview ); + fprintf( file, "help»%i\n", config.help ); + fprintf( file, "expert»%i\n", config.expert ); + fprintf( file, "same_blocks»%i\n",config.same_blocks_for_all); + fprintf( file, "center_preview»%i\n", config.center_preview ); + fprintf( file, "holes»%i\n", config.holes ); + fprintf( file, "rand_holes»%i\n", config.rand_holes ); + fprintf( file, "send_all»%i\n", config.send_all ); + fprintf( file, "send_tetris»%i\n", config.send_tetris ); + print_player( file, 1, &config.player1 ); + print_player( file, 2, &config.player2 ); + print_player( file, 3, &config.player3 ); + fprintf( file, "clear_keystate»%i\n", config.clear_keystate ); + fprintf( file, "cpu_aggr»%i\n", config.cpu_aggr ); + fprintf( file, "cpu_delay»%i\n", config.cpu_delay ); + fprintf( file, "cpu_rot_delay»%i\n", config.cpu_rot_delay ); + fprintf( file, "sound»%i\n", config.sound ); + fprintf( file, "volume»%i\n", config.volume ); + fprintf( file, "transparency»%i\n", config.trp ); + fprintf( file, "animations»%i\n", config.anim ); + fprintf( file, "fullscreen»%i\n", config.fullscreen ); + fprintf( file, "fading»%i\n", config.fade ); + fprintf( file, "fps»%i\n", config.fps ); + fprintf( file, "background»%i\n", config.bkgnd ); + fprintf( file, "static_background»%i\n", config.keep_bkgnd ); + fprintf( file, "smooth_hori»%i\n", config.smooth_hori ); + fprintf( file, "hori_delay»%i\n", config.hori_delay ); + fprintf( file, "block_by_block»%i\n", config.block_by_block ); + fprintf( file, "motion_mod»%i\n", config.motion_mod ); + fprintf( file, "relative_motion»%i\n", config.rel_motion ); + fprintf( file, "grab_input»%i\n", config.grab ); + fprintf( file, "invert_mouse»%i\n", config.invert ); + fprintf( file, "quick_help»%i\n", config.quick_help ); + fprintf( file, "async_collision_check»%i\n", config.async_col_check ); + } +} diff --git a/project/jni/application/ltris-1.0.15/src/config.h b/project/jni/application/ltris-1.0.15/src/config.h new file mode 100644 index 000000000..d49e48472 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/config.h @@ -0,0 +1,112 @@ +/*************************************************************************** + config.h - description + ------------------- + begin : Tue Feb 13 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __CONFIG_H +#define __CONFIG_H + +/* game type ids */ +enum { + GAME_DEMO = 0, + GAME_CLASSIC, + GAME_FIGURES, + GAME_VS_HUMAN, + GAME_VS_CPU, + GAME_VS_HUMAN_HUMAN, + GAME_VS_HUMAN_CPU, + GAME_VS_CPU_CPU, + GAME_LAST +}; + +typedef struct { + int left; + int right; + int rot_left; + int rot_right; + int down; + int drop; +} Controls; + +typedef struct { + char name[32]; + Controls controls; +} Player; + +/* configure struct */ +typedef struct { + /* directory to save config and saved games */ + char dir_name[512]; + /* game options */ + int gametype; + int starting_level; + int preview; + int expert; + Player player1; + Player player2; + Player player3; + int help; + int slow; + int same_blocks_for_all; + /* multiplayer */ + int holes; + int rand_holes; + int send_all; + int send_tetris; + /* cpu */ + int cpu_aggr; /* how much plays the cpu on completing multiple lines */ + int cpu_delay; /* delay in ms that CPU waits before moving down fast */ + int cpu_rot_delay; /* delay between rotative steps */ + /* controls */ + int hori_delay; + /* sound */ + int sound; + int volume; /* 1 - 8 */ + /* graphics */ + int trp; + int anim; + int fullscreen; + int fade; + int fps; /* frames per second: 0 - no limit, 1 - 50, 2 - 100, 3 - 200 */ + int bkgnd; + int smooth_hori; + int block_by_block; + /* lbreakout2 event data */ + int motion_mod; + int rel_motion; + int grab; + int invert; + /* various */ + int quick_help; + int visualize; /* compute stats hidden? */ + int keep_bkgnd; + int clear_keystate; + int center_preview; + int async_col_check; +} Config; + +/* config directory name in home directory */ +#define CONFIG_DIR_NAME ".lgames" + +/* set config to default */ +void config_reset(); + +/* load config */ +void config_load( ); + +/* save config */ +void config_save( ); + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/cpu.c b/project/jni/application/ltris-1.0.15/src/cpu.c new file mode 100644 index 000000000..ed9cd14c5 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/cpu.c @@ -0,0 +1,379 @@ +/*************************************************************************** + cpu.c - description + ------------------- + begin : Sun Jan 6 2002 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "ltris.h" +#include "list.h" +#include "cpu.h" + +typedef struct { + int x, y, rot; /* destination data used by bowl */ + int score; /* score of this destination. highest score wins */ + /* debug score mods */ + int holes_mod, complete_mod, alt_mod, steep_mod, abyss_mod, block_mod; +} CPU_Dest; + +/* +==================================================================== +Locals +==================================================================== +*/ + +/* +==================================================================== +Reset bowl with original data: +empty = 0 +blocked = 1 +==================================================================== +*/ +void cpu_reset_bowl( CPU_Data *cpu_data ) +{ + int i, j; + for ( i = 0; i < cpu_data->bowl_w; i++ ) + for ( j = 0; j < cpu_data->bowl_h; j++ ) + cpu_data->bowl[i][j] = cpu_data->original_bowl[i][j]; +} + +/* +==================================================================== +Check if cpu_block fits in at this position. +==================================================================== +*/ +int cpu_validate_block_pos( CPU_Data *cpu_data, int x, int y, int rot ) +{ + int i, j; + for ( j = 3; j >= 0; j-- ) + for ( i = 3; i >= 0; i-- ) + if ( cpu_data->block->mask[rot][i][j] ) { + if ( x + i < 0 || x + i >= cpu_data->bowl_w ) + return 0; + if ( y + j >= cpu_data->bowl_h ) + return 0; + if ( y + j < 0 ) + continue; + if ( cpu_data->bowl[x + i][y + j] ) + return 0; + } + return 1; +} + +/* +==================================================================== +Check if the passed position is valid for cpu_data->block, drop the +block and insert to cpu_bowl with index 2. +==================================================================== +*/ +int cpu_insert_block( CPU_Data *cpu_data, int x, int rot, int *y ) +{ + int i, j; + /* check if out of bowl at the sides*/ + for ( i = 0; i < 4; i++ ) { + for ( j = 0; j < 4; j++ ) + if ( cpu_data->block->mask[rot][i][j] ) + if ( x + i < 0 || x + i >= cpu_data->bowl_w ) + return 0; + } + /* drop tile down */ + *y = -3; + while ( cpu_validate_block_pos( cpu_data, x, *y + 1, rot ) ) + (*y)++; + /* insert block */ + for ( i = 0; i < 4; i++ ) { + for ( j = 0; j < 4; j++ ) + if ( cpu_data->block->mask[rot][i][j] ) + cpu_data->bowl[x + i][(*y) + j] = 2; + } + return 1; +} + +/* +==================================================================== +Count number of completed lines. +==================================================================== +*/ +int cpu_count_compl_lines( CPU_Data *cpu_data ) +{ + int i, j, line_count; + line_count = 0; + for ( j = 0; j < cpu_data->bowl_h; j++ ) { + for ( i = 0; i < cpu_data->bowl_w; i++ ) + if ( !cpu_data->bowl[i][j] ) break; + if ( i == cpu_data->bowl_w ) { + for ( i = 0; i < cpu_data->bowl_w; i++ ) + cpu_data->bowl[i][j] = 3; + line_count++; + } + } + return line_count; +} + +/* +==================================================================== +Remove completed lines. +==================================================================== +*/ +void cpu_remove_compl_lines( CPU_Data *cpu_data ) +{ + int i, j, l; + int line_count = 0; + int line_y[4]; + /* count lines and get pos */ + for ( j = 0; j < cpu_data->bowl_h; j++ ) { + if ( cpu_data->bowl[0][j] == 3 ) { + line_y[line_count++] = j; + } + } + /* remove */ + for ( j = 0; j < line_count; j++ ) + for ( i = 0; i < cpu_data->bowl_w; i++ ) { + for ( l = line_y[j]; l > 0; l-- ) + cpu_data->bowl[i][l] = cpu_data->bowl[i][l - 1]; + cpu_data->bowl[i][0] = 0; + } +} + +/* +==================================================================== +Get alteration of column. +==================================================================== +*/ +int cpu_get_alt( CPU_Data *cpu_data, int col ) +{ + int j; + if ( col == -1 || col == cpu_data->bowl_w ) + return cpu_data->bowl_h; + for ( j = 0; j < cpu_data->bowl_h; j++ ) + if ( cpu_data->bowl[col][j] != 0 ) + break; + return cpu_data->bowl_h - j; +} + +/* +==================================================================== +This is the main analyze function. +CPU_Data::bowl has the block already added and 'dest' already +contains the position of the block and does only need the score. +==================================================================== +*/ +int CPU_SCORE_BASIC = 100; /* starting score */ +int CPU_SCORE_HOLE = -26; /* each single hole */ +int CPU_SCORE_ALT = 5; /* each altitude level (tile ) */ +int CPU_SCORE_LINE = 17; /* each line completed */ +int CPU_SCORE_STEEP = -3; /* steepness score */ +int CPU_SCORE_ABYSS = -7; /* an abyss hole counts this score */ +int CPU_SCORE_BLOCK = -5; /* every tile above the last hole belonging to the inserted block cashes this penalty */ +void cpu_analyze_bowl( CPU_Data *cpu_data, CPU_Dest *dest ) +{ + int i, j; + int line_count; + int max_alt = 0; + int line_score; + int y, abyss_depth; + int diff; + int aux_alt; + + /* count completed lines -- lines that will be removed are marked as 3 */ + line_count = cpu_count_compl_lines( cpu_data ); + cpu_remove_compl_lines( cpu_data ); + /* get maximum alt */ + for ( i = 0; i < cpu_data->bowl_w; i++ ) { + if ( max_alt < cpu_get_alt( cpu_data, i ) ) + max_alt = cpu_get_alt( cpu_data, i ); + } + + /* ANALYZE */ + + /* LINES */ + /* clearing a single line is quite bad as there'll propably be holes and + * some tiles remaining so we don't give any bonus for this except if + * the bowl contents grows to high. legalize it! + */ + line_score = CPU_SCORE_LINE + (max_alt/2); + if ( line_count == 1 ) { + switch ( cpu_data->aggr ) { + case 0: + /* defensive */ + if ( max_alt > 9 ) + dest->complete_mod = line_score; + break; + case 1: + /* normal */ + if ( max_alt <= 5 ) + dest->complete_mod = -line_score; + else + if ( max_alt <= 12 ) + dest->complete_mod = -(line_score/2); + break; + case 2: + /* aggressive */ + if ( max_alt <= 12 ) + dest->complete_mod = -line_score; + break; + case 3: + /* kamikaze */ + if ( max_alt <= 8 ) + dest->complete_mod = -(line_score * 2); + else + if ( max_alt <= 14 ) + dest->complete_mod = -line_score; + break; + } + } + else + dest->complete_mod = line_score * line_count * line_count; + + /* HOLES */ + /* each hole simply count a score */ + for ( i = 0; i < cpu_data->bowl_w; i++ ) { + for ( j = cpu_data->bowl_h - 1; j > cpu_data->bowl_h - 1 - cpu_get_alt( cpu_data, i ); j-- ) { + if ( !cpu_data->bowl[i][j] ) + dest->holes_mod += CPU_SCORE_HOLE; + } + } + + /* ALTITUDE */ + /* the deeper you place the tile the better */ + dest->alt_mod = CPU_SCORE_ALT * dest->y; + + /* STEEPNESS */ + /* height difference to the neighbored tiles */ + for ( i = 1; i < BOWL_WIDTH - 1; i++ ) { + diff = abs( cpu_get_alt( cpu_data, i ) - cpu_get_alt( cpu_data, i - 1 ) ) + abs( cpu_get_alt( cpu_data, i ) - cpu_get_alt( cpu_data, i + 1 ) ); + dest->steep_mod += CPU_SCORE_STEEP; + } + + /* ABYSS */ + /* abyss is the deepness of a struct with a single hole at the highest point */ + for ( i = 0; i < cpu_data->bowl_w; i++ ) { + /* get deepest point */ + aux_alt = cpu_get_alt( cpu_data, i - 1 ); + if ( cpu_get_alt( cpu_data, i + 1 ) < aux_alt ) + aux_alt = cpu_get_alt( cpu_data, i + 1 ); + /* if this value is below the col's alt we don't have an abyss */ + if ( cpu_get_alt( cpu_data, i ) >= aux_alt ) + continue; + y = cpu_data->bowl_h - aux_alt - 1; + /* check abyss_depth */ + abyss_depth = 0; + while ( y + 1 < cpu_data->bowl_h && !cpu_data->bowl[i][y + 1] ) { + abyss_depth++; + y++; + } + /* we're at position above the abyss and have it's height */ + if ( abyss_depth >= 2 ) + dest->abyss_mod += CPU_SCORE_ABYSS * abyss_depth; + } + + /* BLOCK */ + /* to keep the bowl down we need to complete lines and therefore keep the upper holes in reach. + * therefore we punish each tile above the last hole. as already inserted blocks doesn't matter + * we just score the current block. */ + for ( i = 0; i < cpu_data->bowl_w; i++ ) { + /* first col tile */ + y = cpu_data->bowl_h - cpu_get_alt( cpu_data, i ); + while ( y < cpu_data->bowl_h && cpu_data->bowl[i][y] ) { + if ( cpu_data->bowl[i][y] == 2 ) + dest->block_mod += CPU_SCORE_BLOCK; + y++; + } + } + + /* score together */ + dest->score = CPU_SCORE_BASIC + dest->holes_mod + dest->complete_mod + + dest->alt_mod + dest->abyss_mod + dest->steep_mod + dest->block_mod; +} + +/* +==================================================================== +Backup/restore bowl information. Used for preview analyzes. +==================================================================== +*/ +void cpu_backup_bowl( CPU_Data *cpu_data ) +{ + int i, j; + for ( i = 0; i < cpu_data->bowl_w; i++ ) + for ( j = 0; j < cpu_data->bowl_h; j++ ) + cpu_data->backup_bowl[i][j] = cpu_data->bowl[i][j]; +} +void cpu_restore_bowl( CPU_Data *cpu_data ) +{ + int i, j; + for ( i = 0; i < cpu_data->bowl_w; i++ ) + for ( j = 0; j < cpu_data->bowl_h; j++ ) + cpu_data->bowl[i][j] = cpu_data->backup_bowl[i][j]; +} + +/* +==================================================================== +Publics +==================================================================== +*/ + +/* +==================================================================== +Analyze situation and set CPU_Data::dest_x and CPU_Data::dest_rot +which is used by bowl to move the block. +The important part is the cpu_analyze_bowl() function above. +You want your own AI... edit this function!. +==================================================================== +*/ +void cpu_analyze_data( CPU_Data *cpu_data ) +{ + int x, rot, y; + CPU_Dest *dest, *best_dest; + List *list = list_create( LIST_AUTO_DELETE, LIST_NO_CALLBACK ); + + /* get and analyze valid positions of block */ + cpu_data->block = cpu_data->original_block; + for ( rot = 0; rot < 4; rot++ ) { + for ( x = -4; x < 14; x++ ) { + cpu_reset_bowl( cpu_data ); + if ( cpu_insert_block( cpu_data, x, rot, &y ) ) { + dest = calloc( 1, sizeof( CPU_Dest ) ); + dest->x = x; + dest->y = y; + dest->rot = rot; + cpu_analyze_bowl( cpu_data, dest ); + list_add( list, dest ); + } + } + } + /* get highest score as final dest -- same score the deeper block is used */ + best_dest = list_first( list ); + while ( ( dest = list_next( list ) ) != 0 ) { + if ( dest->score > best_dest->score ) + best_dest = dest; + else + if ( dest->score == best_dest->score && dest->y > best_dest->y ) + best_dest = dest; + } + cpu_data->dest_x = best_dest->x; + cpu_data->dest_y = best_dest->y; + cpu_data->dest_rot = best_dest->rot; + cpu_data->dest_score = best_dest->score; + + /* DEBUG */ +/* printf( "DESTINATION: %i/%i\n", best_dest->x, best_dest->rot); + printf( "Lines: %6i\n", best_dest->complete_mod ); + printf( "Alt: %6i\n", best_dest->alt_mod ); + printf( "Holes: %6i\n", best_dest->holes_mod ); + printf( "Steepness: %6i\n", best_dest->steep_mod ); + printf( "Abyss: %6i\n", best_dest->abyss_mod ); + printf( "Blocking: %6i\n", best_dest->block_mod ); + printf( "---------- %6i\n", best_dest->score );*/ + + list_delete( list ); +} diff --git a/project/jni/application/ltris-1.0.15/src/cpu.h b/project/jni/application/ltris-1.0.15/src/cpu.h new file mode 100644 index 000000000..43b5d3a11 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/cpu.h @@ -0,0 +1,50 @@ +/*************************************************************************** + cpu.h - description + ------------------- + begin : Sun Jan 6 2002 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __CPU_H +#define __CPU_H + +/* +==================================================================== +CPU_Data containing the situation CPU has to analyze: +original_bowl: 0 - empty + 1 - blocked +bowl: 2 - inserted block + 3 - removed line +==================================================================== +*/ +typedef struct { + int aggr; /* if playing aggressive for multiplayer action we punish single lines */ + Block_Mask *original_block, *original_preview; /* the two blocks tested */ + int bowl_w, bowl_h; + int original_bowl[BOWL_WIDTH][BOWL_HEIGHT]; /* set by bowl before calling cpu_analyze_data() */ + int backup_bowl[BOWL_WIDTH][BOWL_HEIGHT]; /* this bowl stores the bowl information by cpu_backup_bowl() + and restores by cpu_restore_bowl() */ + int bowl[BOWL_WIDTH][BOWL_HEIGHT]; /* this bowl is used to actually compute stuff */ + Block_Mask *block; /* actual block tested */ + int dest_x, dest_y, dest_rot, dest_score; /* this is the CPU result for this data */ +} CPU_Data; + +/* +==================================================================== +Analyze situation and set CPU_Data::dest_x and CPU_Data::dest_rot +which is used by bowl to move the block. +==================================================================== +*/ +void cpu_analyze_data( CPU_Data *cpu_data ); + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/empty.hscr b/project/jni/application/ltris-1.0.15/src/empty.hscr new file mode 100644 index 000000000..3efb0ddda --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/empty.hscr @@ -0,0 +1,31 @@ +>>>classic +............ +10 +100000 +............ +9 +90000 +............ +8 +80000 +............ +7 +70000 +............ +6 +60000 +............ +5 +50000 +............ +4 +40000 +............ +3 +30000 +............ +2 +20000 +............ +1 +10000 diff --git a/project/jni/application/ltris-1.0.15/src/event.c b/project/jni/application/ltris-1.0.15/src/event.c new file mode 100644 index 000000000..5748b8d37 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/event.c @@ -0,0 +1,166 @@ +/*************************************************************************** + event.c - description + ------------------- + begin : Sat Sep 8 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "ltris.h" +#include "event.h" + +extern Sdl sdl; +extern SDL_Cursor *empty_cursor; +extern SDL_Cursor *std_cursor; +extern Config config; +int keystate[SDLK_LAST]; +int buttonstate[BUTTON_COUNT]; +int rel_motion = 0; /* relative mouse motion? */ +int motion_x = 0, motion_y = 0; /* current position of mouse */ +int motion_rel_x = 0; /* position of mouse relative to old position */ +int motion = 0; /* motion occured? */ +int motion_button = 0; /* button pressed while moving */ +float motion_mod; +/* interna */ +int intern_motion = 0; /* event_filter noted a motion so event_poll will set motion next time */ +int intern_motion_rel_x = 0; +int intern_motion_x = 0, intern_motion_y = 0; +int intern_motion_last_x, intern_motion_last_y = 0; +int intern_motion_button = 0; +int intern_block_motion = 0; + +/* +==================================================================== +Event filter used to get motion x. +==================================================================== +*/ +int event_filter( const SDL_Event *event ) +{ + /* if this is a mousemotion event get the latest mouse position + and set motion and motion_x and drop this event */ + /* event_poll does not return any motion events instead motion_x + is used directly */ + if ( event->type == SDL_MOUSEMOTION ) { + if ( intern_block_motion ) return 0; + /* mouse warp to keep in window */ + if ( !intern_motion ) { + intern_motion_last_x = intern_motion_x; + intern_motion_last_y = intern_motion_y; + intern_motion = 1; + intern_motion_rel_x = event->motion.xrel; + } + else + intern_motion_rel_x += event->motion.xrel; + intern_motion_x = event->motion.x; + intern_motion_y = event->motion.y; + intern_motion_button = event->motion.state; + return 0; + } + return 1; +} + +/* +==================================================================== +Reset event states +==================================================================== +*/ +void event_reset() +{ + memset( keystate, 0, sizeof( keystate ) ); + memset( buttonstate, 0, sizeof( buttonstate ) ); + motion_mod = (float)(config.motion_mod) / 100; + intern_motion = motion = 0; +} +/* +==================================================================== +Grab or release input. Hide cursor if events are kept in window. +Use relative mouse motion and grab if config tells so. +==================================================================== +*/ +void event_grab_input() +{ + /* if rel_motion is set the global rel_motion_x is updated by event_poll() + (internal value is always updated by event_filter()) */ + rel_motion = config.rel_motion; + /* use empty cursor if fullscreen or grab is set */ + if ( config.grab || sdl.screen->flags & SDL_FULLSCREEN ) SDL_SetCursor( empty_cursor ); + /* grab input if grab activated or rel_motion is set as we have to grab the input + and hide the cursor if so */ + if ( config.grab || rel_motion ) SDL_WM_GrabInput( SDL_GRAB_ON ); + /* if rel_motion is set hide the cursor to get relative motion events even when + cursor hits the border (due to grab) */ + if ( rel_motion ) SDL_ShowCursor( 0 ); +} +void event_ungrab_input() +{ + /* show cursor, grab nothing */ + SDL_WM_GrabInput( SDL_GRAB_OFF ); + rel_motion = 0; + SDL_ShowCursor( 1 ); SDL_SetCursor( std_cursor ); +} +/* +==================================================================== +Poll next event and set key and mousestate. +Return Value: True if event occured +==================================================================== +*/ +int event_poll( SDL_Event *event ) +{ + motion = 0; + /* check if motion occured: does not cause an event */ + if ( intern_motion ) { + /* gather all motion events to one absolute/relative position until + event_poll is called next time */ + intern_motion = 0; + /* if either absolute position is used or relative motion occured set motion flag + so paddle may move */ + if ( !rel_motion || intern_motion_rel_x ) motion = 1; + /* absolute position */ + motion_x = intern_motion_x; + motion_y = intern_motion_y; + /* button */ + motion_button = intern_motion_button; + /* use motion modifier and invert if wanted */ + if ( rel_motion && motion ) { + motion_rel_x = (int)( motion_mod * intern_motion_rel_x ); + if ( config.invert ) motion_rel_x = -motion_rel_x; +#ifdef MOUSE_WARP + /* reset mouse pointer as current solution does not work for + BeOS */ + SDL_EventState( SDL_MOUSEMOTION, SDL_IGNORE ); + SDL_WarpMouse(sdl.screen->w >> 1, sdl.screen->h >> 1); + SDL_EventState( SDL_MOUSEMOTION, SDL_ENABLE ); +#endif + } + } + /* check queued events */ + if ( SDL_PollEvent( event ) ) { + switch ( event->type ) { + case SDL_QUIT: return 1; + case SDL_MOUSEBUTTONUP: buttonstate[event->button.button] = 0; return 1; + case SDL_MOUSEBUTTONDOWN: buttonstate[event->button.button] = 1; return 1; + case SDL_KEYUP: keystate[event->key.keysym.sym] = 0; return 1; + case SDL_KEYDOWN: keystate[event->key.keysym.sym] = 1; return 1; + default: return 1; + } + } + return 0; +} +/* +==================================================================== +Block/unblock motion event +==================================================================== +*/ +void event_block_motion( int block ) +{ + intern_block_motion = block; +} diff --git a/project/jni/application/ltris-1.0.15/src/event.h b/project/jni/application/ltris-1.0.15/src/event.h new file mode 100644 index 000000000..3c5dc5252 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/event.h @@ -0,0 +1,50 @@ +/*************************************************************************** + event.h - description + ------------------- + begin : Sat Sep 8 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +/* +==================================================================== +Event filter used to get motion x. +==================================================================== +*/ +int event_filter( const SDL_Event *event ); +/* +==================================================================== +Reset event states +==================================================================== +*/ +void event_reset(); +/* +==================================================================== +Grab or release input. Hide cursor if events are kept in window. +Use relative mouse motion and grab if config tells so. +==================================================================== +*/ +void event_grab_input(); +void event_ungrab_input(); +/* +==================================================================== +Poll next event and set key and mousestate. +Return Value: True if event occured +==================================================================== +*/ +int event_poll( SDL_Event *event ); +/* +==================================================================== +Block/unblock motion event +==================================================================== +*/ +void event_block_motion( int block ); diff --git a/project/jni/application/ltris-1.0.15/src/figures b/project/jni/application/ltris-1.0.15/src/figures new file mode 100644 index 000000000..17bc28ecd --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/figures @@ -0,0 +1,420 @@ + + + + + + + + + + + + + + + + aa + ffffffff + cccccccc + hhhhhhhh + hhhhhhhh + + + + + + + + + + + + + + + + aaa h + a a hhh + aaaaaaaa + aiiaaiia + ii ii + + + + + + + + + + + + + +i i i i +iii ii iii + iiiiiiii + iiiiiiii + iii iii + iii iii + iii iii + + + + + + + + + + + + + + + hhhh + dddd + hhhh + dddd hhhh + hhhh dddd + dddd hhhh + + + + + + + + + + + + + + ccc + ccccc + ccccc + ccccc + ccc + cc ccccc +cccc ccccc + + + + + + + + + + + + + + + fffffff + fcccccc + fiiiiii + fcccccc + fiiiiii + fffffff + + + + + + + + + + + + + c c + c c + c c + c c + ceeeec + ceeeec + ceeeec + cccccc + + + + + + + + + + + + + + + +c c c cc +cccc c c +c c c c +c c c c +c c c cc + + + + + + + + + + + + + aaa aaa +aa aaaa aa +aa aa +aa aa + aa aa + aa aa + aaaa + aa + + + + + + + + + + + dddd + dddddd + dddddddd +dd dd dd +dd dd dd +d dddddd d +dd dd + dd dd + dddddd + dddd + + + + + + + + + + + + + a a + a a a a + a a a a + hhh hhh + hhhhhh + hh + hhhh + hhhhhh + + + + + + + + + + + bbbb + b bb b + b bb b +b bb b +b bb b +b bbbb b +b bb bb b + bb bb + b b + bbbb + + + + + + + + + + + + hhhh + hhh + hh hh h +hhh h hhh + hhhh +fff ff +ffff ff ff +ffff ff +fffff fff + + + + + + + + + + + + faaa + faaaaaa + faaaaaa + faaaaaa + f aaa + f + f + f + f + + + + + + + + + + cc + cccc + cccc + cc cc + cc cc + cccccc + cccccc + cccc + acccca + aaccccaa + aa cc aa + + + + + + + + + + + aca + acaca + aca aca + ca ac + ac ca + ca + ac + ca + ac + ca + + + + + + + + + + + + + + e e e e e +eeeee eeee +e eeee e +e e eeeee +eeeeee e +ee eee ee + eeeeeeeee + + + + + + + + + + + + d + caad + cc d + iiii + iiiiii + iiiiii + iiiiii + iiiiii + iiii + + + + + + + + + + + aa + aaaa + aaaaaa + aaaaaa + aaaa + aa + i i + i i + ff + cffc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/jni/application/ltris-1.0.15/src/gettext.h b/project/jni/application/ltris-1.0.15/src/gettext.h new file mode 100644 index 000000000..07a069193 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/gettext.h @@ -0,0 +1,72 @@ +/* Convenience header for conditional use of GNU . + Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ + +#ifndef _LIBGETTEXT_H +#define _LIBGETTEXT_H 1 + +/* NLS can be disabled through the configure --disable-nls option. */ +#if ENABLE_NLS + +/* Get declarations of GNU message catalog functions. */ +# include +/* Get declarations of setlocale() and LC_ALL. Really needed? Seems + * to be done by libintl already but does not hurt anyway... */ +# include + +#else + +/* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which + chokes if dcgettext is defined as a macro. So include it now, to make + later inclusions of a NOP. We don't include + as well because people using "gettext.h" will not include , + and also including would fail on SunOS 4, whereas + is OK. */ +#if defined(__sun) +# include +#endif + +/* Disabled NLS. + The casts to 'const char *' serve the purpose of producing warnings + for invalid uses of the value returned from these functions. + On pre-ANSI systems without 'const', the config.h file is supposed to + contain "#define const". */ +# define gettext(Msgid) ((const char *) (Msgid)) +# define dgettext(Domainname, Msgid) ((const char *) (Msgid)) +# define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) +# define ngettext(Msgid1, Msgid2, N) \ + ((N) == 1 ? (const char *) (Msgid1) : (const char *) (Msgid2)) +# define dngettext(Domainname, Msgid1, Msgid2, N) \ + ((N) == 1 ? (const char *) (Msgid1) : (const char *) (Msgid2)) +# define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ + ((N) == 1 ? (const char *) (Msgid1) : (const char *) (Msgid2)) +# define textdomain(Domainname) ((const char *) (Domainname)) +# define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) +# define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset)) + +#endif + +/* A pseudo function call that serves as a marker for the automated + extraction of messages, but does not call gettext(). The run-time + translation is done at a different place in the code. + The argument, String, should be a literal string. Concatenated strings + and other string expressions won't work. + The macro's expansion is not parenthesized, so that it is suitable as + initializer for static 'char[]' or 'const char[]' variables. */ +#define gettext_noop(String) String + +#endif /* _LIBGETTEXT_H */ diff --git a/project/jni/application/ltris-1.0.15/src/gfx.S b/project/jni/application/ltris-1.0.15/src/gfx.S new file mode 100644 index 000000000..788f1d2d6 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/gfx.S @@ -0,0 +1,1504 @@ +/*************************************************************************** + gfx.S - description + ------------------- + begin : Mon Mar 13 2000 + copyright : (C) 2000 by Michael Speck + email : + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +.macro CrtStack + pushl %ebp + movl %esp, %ebp + pushl %ebx +.endm + + + +.macro DelStack + popl %ebx + popl %ebp +.endm + + .data + .balign 16 + +.globl rrShft +rrShft: .byte 0 +.globl grShft +grShft: .byte 0 +.globl brShft +brShft: .byte 0 +.globl rlShft +rlShft: .byte 0 +.globl glShft +glShft: .byte 0 +.globl blShft +blShft: .byte 0 +.globl rMask +rMask: .long 0 +.globl gMask +gMask: .long 0 +.globl bMask +bMask: .long 0 +.globl bpp +bpp: .byte 0 +.globl pixelsize +pixelsize: .byte 0 +.globl clp_lx +clp_lx: .long 0 +.globl clp_ty +clp_ty: .long 0 +.globl clp_rx +clp_rx: .long 0 +.globl clp_by +clp_by: .long 0 + + .text + .balign 16 + +.globl SD_Pnt +SD_Pnt: + CrtStack + + //x < lx + movl clp_lx, %eax + cmp %eax, 16(%ebp) + jl 9f + //y < ty + movl clp_ty, %eax + cmp %eax, 20(%ebp) + jl 9f + //x > rx + movl clp_rx, %eax + cmp %eax, 16(%ebp) + jg 9f + //y > ry + subl clp_by, %eax + cmp %eax, 20(%ebp) + jg 9f + + xorw %bx, %bx + movb 26(%ebp), %bl //get red part + movb rrShft, %cl + shrb %cl, %bl + movb rlShft, %cl + shlw %cl, %bx + + xorw %ax, %ax + movb 25(%ebp), %al //get green part + movb grShft, %cl + shrb %cl, %al + movb glShft, %cl + shlw %cl, %ax + orw %ax, %bx + + xorw %ax, %ax + movb 24(%ebp), %al //get blue part + movb brShft, %cl + shrb %cl, %al + movb blShft, %cl + shlw %cl, %ax + orw %ax, %bx //wordvalue in bx + + movl 20(%ebp), %eax //y + movl 12(%ebp), %ecx //w + mull %ecx + addl 16(%ebp), %eax //offset in eax + + movl 8(%ebp), %ecx + movw %bx, (%ecx,%eax,2) + +9: + DelStack + ret + + +.globl SD_Box +SD_Box: + CrtStack + pushl %edi + + //x < lx ? + movl clp_lx, %eax + cmpl %eax, 16(%ebp) + jge 0f + movl 16(%ebp), %ebx + subl %ebx, %eax + subl %eax, 24(%ebp) + movl clp_lx, %eax + movl %eax, 16(%ebp) +0: + //y < ty ? + movl clp_ty, %eax + cmp %eax, 20(%ebp) + jge 1f + movl 20(%ebp), %ebx + subl %ebx, %eax + subl %eax, 28(%ebp) + movl clp_ty, %eax + movl %eax, 20(%ebp) +1: + //x > rx + movl clp_rx, %eax + movl 16(%ebp), %ebx + addl 24(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 2f + movl clp_rx, %ebx + movl 16(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 24(%ebp) +2: + //y > ty + movl clp_by, %eax + movl 20(%ebp), %ebx + subl $1, %ebx + addl 28(%ebp), %ebx + cmp %eax, %ebx + jle 3f + movl clp_by, %ebx + movl 20(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 28(%ebp) +3: + + //valid w? + movl 24(%ebp), %eax + cmpl $0, %eax + jle 4f + //valid h? + movl 28(%ebp), %eax + cmpl $0, %eax + jle 4f + + xorw %bx, %bx + movb 34(%ebp), %bl //get red part + movb rrShft, %cl + shrb %cl, %bl + movb rlShft, %cl + shlw %cl, %bx + + xorw %ax, %ax + movb 33(%ebp), %al //get green part + movb grShft, %cl + shrb %cl, %al + movb glShft, %cl + shlw %cl, %ax + orw %ax, %bx + + xorw %ax, %ax + movb 32(%ebp), %al //get blue part + movb brShft, %cl + shrb %cl, %al + movb blShft, %cl + shlw %cl, %ax + orw %bx, %ax //wordvalue in ax + pushw %ax; + + movl 20(%ebp), %eax //load y_pos + mull 12(%ebp) + addl 16(%ebp), %eax + movl %eax, %edi + shll $1, %edi //offset in lpdest + addl 8(%ebp), %edi //add lpdest_EA + + pushl %ds + popl %es + + movl 28(%ebp), %edx //get height + + movl 12(%ebp), %ebx + subl 24(%ebp), %ebx + shll $1, %ebx //edi add-on + + popw %ax +lp: + movl 24(%ebp), %ecx + rep; stosw + addl %ebx, %edi + decl %edx + jnz lp + +4: + popl %edi + DelStack + ret + + +.globl SD_Rct +SD_Rct: + CrtStack + pushl %edi + + //x < lx ? + movl clp_lx, %eax + cmpl %eax, 16(%ebp) + jge 0f + movl 16(%ebp), %ebx + subl %ebx, %eax + subl %eax, 24(%ebp) + movl clp_lx, %eax + movl %eax, 16(%ebp) +0: + //y < ty ? + movl clp_ty, %eax + cmp %eax, 20(%ebp) + jge 1f + movl 20(%ebp), %ebx + subl %ebx, %eax + subl %eax, 28(%ebp) + movl clp_ty, %eax + movl %eax, 20(%ebp) +1: + //x > rx + movl clp_rx, %eax + movl 16(%ebp), %ebx + addl 24(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 2f + movl clp_rx, %ebx + movl 16(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 24(%ebp) +2: + //y > ty + movl clp_by, %eax + movl 20(%ebp), %ebx + subl $1, %ebx + addl 28(%ebp), %ebx + cmp %eax, %ebx + jle 3f + movl clp_by, %ebx + movl 20(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 28(%ebp) +3: + + //valid w? + movl 24(%ebp), %eax + cmpl $0, %eax + jle 4f + //valid h? + movl 28(%ebp), %eax + cmpl $0, %eax + jle 4f + + xorw %bx, %bx + movb 34(%ebp), %bl //get red part + movb rrShft, %cl + shrb %cl, %bl + movb rlShft, %cl + shlw %cl, %bx + + xorw %ax, %ax + movb 33(%ebp), %al //get green part + movb grShft, %cl + shrb %cl, %al + movb glShft, %cl + shlw %cl, %ax + orw %ax, %bx + + xorw %ax, %ax + movb 32(%ebp), %al //get blue part + movb brShft, %cl + shrb %cl, %al + movb blShft, %cl + shlw %cl, %ax + orw %bx, %ax //wordvalue in ax + pushw %ax; + + movl 20(%ebp), %eax //load y_pos + mull 12(%ebp) + addl 16(%ebp), %eax + movl %eax, %edi + shll $1, %edi //offset in lpdest + addl 8(%ebp), %edi //add lpdest_EA + + pushl %ds + popl %es + + movl 28(%ebp), %edx //get height + subl $2, %edx + + movl 12(%ebp), %ebx + subl 24(%ebp), %ebx + shll $1, %ebx //edi add-on + + popw %ax + movl 24(%ebp), %ecx + rep; stosw + addl %ebx, %edi + + cmp $0, %edx + jle 9f +lp2: + movw %ax, (%edi) + movl 24(%ebp), %ecx + subl $1, %ecx + shll $1, %ecx + addl %ecx, %edi; + movw %ax, (%edi) + addl $2, %edi; + addl %ebx, %edi + decl %edx + jnz lp2 + +9: + movl 24(%ebp), %ecx + rep; stosw + +4: + popl %edi + DelStack + ret + +.globl SD_CBx +SD_CBx: + CrtStack + pushl %edi + + //x < lx ? + movl clp_lx, %eax + cmpl %eax, 16(%ebp) + jge 0f + movl 16(%ebp), %ebx + subl %ebx, %eax + subl %eax, 24(%ebp) + movl clp_lx, %eax + movl %eax, 16(%ebp) +0: + //y < ty ? + movl clp_ty, %eax + cmp %eax, 20(%ebp) + jge 1f + movl 20(%ebp), %ebx + subl %ebx, %eax + subl %eax, 28(%ebp) + movl clp_ty, %eax + movl %eax, 20(%ebp) +1: + //x > rx + movl clp_rx, %eax + movl 16(%ebp), %ebx + addl 24(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 2f + movl clp_rx, %ebx + movl 16(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 24(%ebp) +2: + //y > ty + movl clp_by, %eax + movl 20(%ebp), %ebx + subl $1, %ebx + addl 28(%ebp), %ebx + cmp %eax, %ebx + jle 3f + movl clp_by, %ebx + movl 20(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 28(%ebp) +3: + + //valid w? + movl 24(%ebp), %eax + cmpl $0, %eax + jle 4f + //valid h? + movl 28(%ebp), %eax + cmpl $0, %eax + jle 4f + + xorl %edi, %edi + xorl %eax, %eax + + //edi destination + pushl %ds + popl %es + movl 20(%ebp), %eax + mull 12(%ebp) + addl 16(%ebp), %eax + shll $1, %eax + addl 8(%ebp), %eax + movl %eax, %edi //dest offset in edi + + movl 28(%ebp), %edx //height +outerl5: + movl 24(%ebp), %ecx //width + pushl %edx +innerl5: + pushl %ecx + + xor %eax, %eax + movb 34(%ebp), %al + movb rrShft, %cl + shrb %cl, %al + mull 36(%ebp) + movb rlShft, %cl + shll %cl, %eax + pushl %eax //relative red source part + movl (%edi), %eax + andl rMask, %eax + shrl %cl, %eax + movl $100, %ebx + subl 36(%ebp), %ebx + mull %ebx + shll %cl, %eax //relative red dest part + popl %ebx + addl %ebx, %eax + movl $100, %ebx + divl %ebx + andl rMask, %eax + pushl %eax + + xor %eax, %eax + movb 33(%ebp), %al + movb grShft, %cl + shrb %cl, %al + mull 36(%ebp) + movb glShft, %cl + shll %cl, %eax + pushl %eax //relative green source part + movl (%edi), %eax + andl gMask, %eax + shrl %cl, %eax + movl $100, %ebx + subl 36(%ebp), %ebx + mull %ebx + shll %cl, %eax //relative green dest part + popl %ebx + addl %ebx, %eax + movl $100, %ebx + divl %ebx + andl gMask, %eax + pushl %eax + + xor %eax, %eax + movb 32(%ebp), %al + movb brShft, %cl + shrb %cl, %al + mull 36(%ebp) + movb blShft, %cl + shll %cl, %eax + pushl %eax //relative blue source part + movl (%edi), %eax + andl bMask, %eax + shrl %cl, %eax + movl $100, %ebx + subl 36(%ebp), %ebx + mull %ebx + shll %cl, %eax //relative blue dest part + popl %ebx + addl %ebx, %eax + movl $100, %ebx + divl %ebx + andl bMask, %eax + + popl %ebx + orl %ebx, %eax + popl %ebx + orl %ebx, %eax + + movw %ax, (%edi) + + addl $2, %edi + popl %ecx + decl %ecx + jnz innerl5 + + popl %edx + + movl 12(%ebp), %ebx + subl 24(%ebp), %ebx + shll $1, %ebx + addl %ebx, %edi + + decl %edx + jnz outerl5 + +4: + popl %edi + DelStack + ret + +.globl SC_Opq +SC_Opq: + CrtStack + pushl %edi + pushl %esi + + //x < lx ? + movl clp_lx, %eax + cmpl %eax, 16(%ebp) + jge 0f + movl 16(%ebp), %ebx + subl %ebx, %eax + subl %eax, 40(%ebp) + addl %eax, 32(%ebp) + movl clp_lx, %eax + movl %eax, 16(%ebp) +0: + //y < ty ? + movl clp_ty, %eax + cmp %eax, 20(%ebp) + jge 1f + movl 20(%ebp), %ebx + subl %ebx, %eax + subl %eax, 44(%ebp) + addl %eax, 36(%ebp) + movl clp_ty, %eax + movl %eax, 20(%ebp) +1: + //x > rx + movl clp_rx, %eax + movl 16(%ebp), %ebx + addl 40(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 2f + movl clp_rx, %ebx + movl 16(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 40(%ebp) +2: + //y > ty + movl clp_by, %eax + movl 20(%ebp), %ebx + addl 44(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 3f + movl clp_by, %ebx + movl 20(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 44(%ebp) +3: + + //valid w? + movl 40(%ebp), %eax + cmpl $0, %eax + jle 4f + //valid h? + movl 44(%ebp), %eax + cmpl $0, %eax + jle 4f + + xorl %edi, %edi + xorl %esi, %esi + xorl %eax, %eax + + //esi source + movl 36(%ebp), %eax //sy + mull 28(%ebp) //dw + addl 32(%ebp), %eax //sx + shll $1, %eax + addl 24(%ebp), %eax + movl %eax, %esi //source offset in esi + + //edi destination + pushl %ds + popl %es + movl 20(%ebp), %eax + mull 12(%ebp) + addl 16(%ebp), %eax + shll $1, %eax + addl 8(%ebp), %eax + movl %eax, %edi //dest offset in edi + + movl 12(%ebp), %eax + subl 40(%ebp), %eax + shll $1, %eax //edi add-on after completed line + + movl 28(%ebp), %ebx + subl 40(%ebp), %ebx + shll $1, %ebx //esi add-on after completed line + + movl 44(%ebp), %edx //height +outerl3: + movl 40(%ebp), %ecx //line width + rep; movsw + addl %eax, %edi + addl %ebx, %esi + dec %edx + jnz outerl3 + +4: + popl %esi + popl %edi + DelStack + ret + +.globl SC_Clp +SC_Clp: + CrtStack + pushl %edi + pushl %esi + + //x < lx ? + movl clp_lx, %eax + cmpl %eax, 16(%ebp) + jge 0f + movl 16(%ebp), %ebx + subl %ebx, %eax + subl %eax, 40(%ebp) + addl %eax, 32(%ebp) + movl clp_lx, %eax + movl %eax, 16(%ebp) +0: + //y < ty ? + movl clp_ty, %eax + cmp %eax, 20(%ebp) + jge 1f + movl 20(%ebp), %ebx + subl %ebx, %eax + subl %eax, 44(%ebp) + addl %eax, 36(%ebp) + movl clp_ty, %eax + movl %eax, 20(%ebp) +1: + //x > rx + movl clp_rx, %eax + movl 16(%ebp), %ebx + addl 40(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 2f + movl clp_rx, %ebx + movl 16(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 40(%ebp) +2: + //y > ty + movl clp_by, %eax + movl 20(%ebp), %ebx + addl 44(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 3f + movl clp_by, %ebx + movl 20(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 44(%ebp) +3: + + //valid w? + movl 40(%ebp), %eax + cmpl $0, %eax + jle 4f + //valid h? + movl 44(%ebp), %eax + cmpl $0, %eax + jle 4f + + xorl %edi, %edi + xorl %esi, %esi + xorl %eax, %eax + + //esi source + movl 36(%ebp), %eax //sy + mull 28(%ebp) //dw + addl 32(%ebp), %eax //sx + shll $1, %eax + addl 24(%ebp), %eax + movl %eax, %esi //source offset in esi + + //edi destination + pushl %ds + popl %es + movl 20(%ebp), %eax + mull 12(%ebp) + addl 16(%ebp), %eax + shll $1, %eax + addl 8(%ebp), %eax + movl %eax, %edi //dest offset in edi + + movl 12(%ebp), %eax + subl 40(%ebp), %eax + shll $1, %eax //edi add-on after completed line + + movl 28(%ebp), %ebx + subl 40(%ebp), %ebx + shll $1, %ebx //esi add-on after completed line + + movl 44(%ebp), %edx +outerl2: + movl 40(%ebp), %ecx +innerl2: + pushl %ecx + movw (%esi), %cx + cmp $0, %cx + jz nopixel + movw (%esi), %cx + movw %cx, (%edi) +nopixel: + addl $2, %esi + addl $2, %edi + popl %ecx + decl %ecx + jnz innerl2 + + addl %eax, %edi + addl %ebx, %esi + + decl %edx + jnz outerl2 + +4: + popl %esi + popl %edi + DelStack + ret + +.globl SC_Trp_11 +SC_Trp_11: + CrtStack + pushl %edi + pushl %esi + + //x < lx ? + movl clp_lx, %eax + cmpl %eax, 16(%ebp) + jge 0f + movl 16(%ebp), %ebx + subl %ebx, %eax + subl %eax, 40(%ebp) + addl %eax, 32(%ebp) + movl clp_lx, %eax + movl %eax, 16(%ebp) +0: + //y < ty ? + movl clp_ty, %eax + cmp %eax, 20(%ebp) + jge 1f + movl 20(%ebp), %ebx + subl %ebx, %eax + subl %eax, 44(%ebp) + addl %eax, 36(%ebp) + movl clp_ty, %eax + movl %eax, 20(%ebp) +1: + //x > rx + movl clp_rx, %eax + movl 16(%ebp), %ebx + addl 40(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 2f + movl clp_rx, %ebx + movl 16(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 40(%ebp) +2: + //y > ty + movl clp_by, %eax + movl 20(%ebp), %ebx + addl 44(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 3f + movl clp_by, %ebx + movl 20(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 44(%ebp) +3: + + //valid w? + movl 40(%ebp), %eax + cmpl $0, %eax + jle 4f + //valid h? + movl 44(%ebp), %eax + cmpl $0, %eax + jle 4f + + xorl %edi, %edi + xorl %esi, %esi + xorl %eax, %eax + + //esi source + movl 36(%ebp), %eax //sy + mull 28(%ebp) //dw + addl 32(%ebp), %eax //sx + shll $1, %eax + addl 24(%ebp), %eax + movl %eax, %esi //source offset in esi + + //edi destination + pushl %ds + popl %es + movl 20(%ebp), %eax + mull 12(%ebp) + addl 16(%ebp), %eax + shll $1, %eax + addl 8(%ebp), %eax + movl %eax, %edi //dest offset in edi + + movl 44(%ebp), %edx +outerl: + movl 40(%ebp), %ecx +innerl: + movw (%esi), %bx + cmpw $0, %bx + jz 7f + + movl (%esi), %eax + andl rMask, %eax + movl (%edi), %ebx + andl rMask, %ebx + addl %ebx, %eax + shrl $1, %eax + andl rMask, %eax + pushl %eax + + movl (%esi), %eax + andl gMask, %eax + movl (%edi), %ebx + andl gMask, %ebx + addl %ebx, %eax + shrl $1, %eax + andl gMask, %eax + pushl %eax + + movl (%esi), %eax + andl bMask, %eax + movl (%edi), %ebx + andl bMask, %ebx + addl %ebx, %eax + shrl $1, %eax + andl bMask, %eax + + popl %ebx + orl %ebx, %eax + popl %ebx + orl %ebx, %eax + + movw %ax, (%edi) + +7: + addl $2, %esi + addl $2, %edi + decl %ecx + jnz innerl + + movl 12(%ebp), %ebx + subl 40(%ebp), %ebx + shll $1, %ebx + addl %ebx, %edi + + movl 28(%ebp), %ebx + subl 40(%ebp), %ebx + shll $1, %ebx + addl %ebx, %esi + + decl %edx + jnz outerl + +4: + popl %esi + popl %edi + DelStack + ret + +.globl SC_Trp_X +SC_Trp_X: + CrtStack + pushl %edi + pushl %esi + + //x < lx ? + movl clp_lx, %eax + cmpl %eax, 16(%ebp) + jge 0f + movl 16(%ebp), %ebx + subl %ebx, %eax + subl %eax, 40(%ebp) + addl %eax, 32(%ebp) + movl clp_lx, %eax + movl %eax, 16(%ebp) +0: + //y < ty ? + movl clp_ty, %eax + cmp %eax, 20(%ebp) + jge 1f + movl 20(%ebp), %ebx + subl %ebx, %eax + subl %eax, 44(%ebp) + addl %eax, 36(%ebp) + movl clp_ty, %eax + movl %eax, 20(%ebp) +1: + //x > rx + movl clp_rx, %eax + movl 16(%ebp), %ebx + addl 40(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 2f + movl clp_rx, %ebx + movl 16(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 40(%ebp) +2: + //y > ty + movl clp_by, %eax + movl 20(%ebp), %ebx + addl 44(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 3f + movl clp_by, %ebx + movl 20(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 44(%ebp) +3: + + //valid w? + movl 40(%ebp), %eax + cmpl $0, %eax + jle 4f + //valid h? + movl 44(%ebp), %eax + cmpl $0, %eax + jle 4f + + xorl %edi, %edi + xorl %esi, %esi + xorl %eax, %eax + + //esi source + movl 36(%ebp), %eax //sy + mull 28(%ebp) //dw + addl 32(%ebp), %eax //sx + shll $1, %eax + addl 24(%ebp), %eax + movl %eax, %esi //source offset in esi + + //edi destination + pushl %ds + popl %es + movl 20(%ebp), %eax + mull 12(%ebp) + addl 16(%ebp), %eax + shll $1, %eax + addl 8(%ebp), %eax + movl %eax, %edi //dest offset in edi + + movl 44(%ebp), %edx +outerl4: + movl 40(%ebp), %ecx + pushl %edx +innerl4: + pushl %ecx + + movw (%esi), %bx + cmpw $0, %bx + jz 7f + + movl (%esi), %eax + andl rMask, %eax + movb rlShft, %cl + shrl %cl, %eax + mull 48(%ebp) + shll %cl, %eax + pushl %eax //relative red source part + movl (%edi), %eax + andl rMask, %eax + shrl %cl, %eax + movl $100, %ebx + subl 48(%ebp), %ebx + mull %ebx + shll %cl, %eax //relative green dest part + popl %ebx + addl %ebx, %eax + movl $100, %ebx + divl %ebx + andl rMask, %eax + pushl %eax + + movl (%esi), %eax + andl gMask, %eax + movb glShft, %cl + shrl %cl, %eax + mull 48(%ebp) + shll %cl, %eax + pushl %eax //relative red source part + movl (%edi), %eax + andl gMask, %eax + shrl %cl, %eax + movl $100, %ebx + subl 48(%ebp), %ebx + mull %ebx + shll %cl, %eax //relative green dest part + popl %ebx + addl %ebx, %eax + movl $100, %ebx + divl %ebx + andl gMask, %eax + pushl %eax + + movl (%esi), %eax + andl bMask, %eax + movb blShft, %cl + shrl %cl, %eax + mull 48(%ebp) + shll %cl, %eax + pushl %eax //relative blue source part + movl (%edi), %eax + andl bMask, %eax + shrl %cl, %eax + movl $100, %ebx + subl 48(%ebp), %ebx + mull %ebx + shll %cl, %eax //relative blue dest part + popl %ebx + addl %ebx, %eax + movl $100, %ebx + divl %ebx + andl bMask, %eax + + popl %ebx + orl %ebx, %eax + popl %ebx + orl %ebx, %eax + + movw %ax, (%edi) + +7: + addl $2, %esi + addl $2, %edi + popl %ecx + decl %ecx + jnz innerl4 + + popl %edx + + movl 12(%ebp), %ebx + subl 40(%ebp), %ebx + shll $1, %ebx + addl %ebx, %edi + + movl 28(%ebp), %ebx + subl 40(%ebp), %ebx + shll $1, %ebx + addl %ebx, %esi + + decl %edx + jnz outerl4 + +4: + popl %esi + popl %edi + DelStack + ret + +.globl SC_Clr_11 +SC_Clr_11: + CrtStack + pushl %edi + pushl %esi + + //x < lx ? + movl clp_lx, %eax + cmpl %eax, 16(%ebp) + jge 0f + movl 16(%ebp), %ebx + subl %ebx, %eax + subl %eax, 40(%ebp) + addl %eax, 32(%ebp) + movl clp_lx, %eax + movl %eax, 16(%ebp) +0: + //y < ty ? + movl clp_ty, %eax + cmp %eax, 20(%ebp) + jge 1f + movl 20(%ebp), %ebx + subl %ebx, %eax + subl %eax, 44(%ebp) + addl %eax, 36(%ebp) + movl clp_ty, %eax + movl %eax, 20(%ebp) +1: + //x > rx + movl clp_rx, %eax + movl 16(%ebp), %ebx + addl 40(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 2f + movl clp_rx, %ebx + movl 16(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 40(%ebp) +2: + //y > ty + movl clp_by, %eax + movl 20(%ebp), %ebx + addl 44(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 3f + movl clp_by, %ebx + movl 20(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 44(%ebp) +3: + + //valid w? + movl 40(%ebp), %eax + cmpl $0, %eax + jle 4f + //valid h? + movl 44(%ebp), %eax + cmpl $0, %eax + jle 4f + + xorl %edi, %edi + xorl %esi, %esi + xorl %eax, %eax + + //esi source + movl 36(%ebp), %eax //sy + mull 28(%ebp) //dw + addl 32(%ebp), %eax //sx + shll $1, %eax + addl 24(%ebp), %eax + movl %eax, %esi //source offset in esi + + //edi destination + pushl %ds + popl %es + movl 20(%ebp), %eax + mull 12(%ebp) + addl 16(%ebp), %eax + shll $1, %eax + addl 8(%ebp), %eax + movl %eax, %edi //dest offset in edi + + movl 44(%ebp), %edx //height +outerl7: + movl 40(%ebp), %ecx //width + pushl %edx +innerl7: + pushl %ecx + + movw (%esi), %bx + cmpw $0, %bx + jz 7f + + xor %ebx, %ebx + movb 46(%ebp), %bl + movb rrShft, %cl + shrb %cl, %bl + movb rlShft, %cl + shll %cl, %ebx //relative red sourve value + movl (%edi), %eax + andl rMask, %eax + addl %ebx, %eax + shrl $1, %eax + andl rMask, %eax + pushl %eax + + xor %ebx, %ebx + movb 45(%ebp), %bl + movb grShft, %cl + shrb %cl, %bl + movb glShft, %cl + shll %cl, %ebx //relative green sourve value + movl (%edi), %eax + andl gMask, %eax + addl %ebx, %eax + shrl $1, %eax + andl gMask, %eax + pushl %eax + + xor %ebx, %ebx + movb 44(%ebp), %bl + movb brShft, %cl + shrb %cl, %bl + movb blShft, %cl + shll %cl, %ebx //relative blue sourve value + movl (%edi), %eax + andl bMask, %eax + addl %ebx, %eax + shrl $1, %eax + andl bMask, %eax + + popl %ebx + orl %ebx, %eax + popl %ebx + orl %ebx, %eax + + movw %ax, (%edi) + +7: + addl $2, %edi + addl $2, %esi + popl %ecx + decl %ecx + jnz innerl7 + + movl 28(%ebp), %eax + subl 40(%ebp), %eax + shll $1, %eax + addl %eax, %esi + + movl 12(%ebp), %ebx + subl 40(%ebp), %ebx + shll $1, %ebx + addl %ebx, %edi + + popl %edx + decl %edx + jnz outerl7 + +4: + popl %esi + popl %edi + DelStack + ret + +.globl SC_Clr_X +SC_Clr_X: + CrtStack + pushl %edi + pushl %esi + + //x < lx ? + movl clp_lx, %eax + cmpl %eax, 16(%ebp) + jge 0f + movl 16(%ebp), %ebx + subl %ebx, %eax + subl %eax, 40(%ebp) + addl %eax, 32(%ebp) + movl clp_lx, %eax + movl %eax, 16(%ebp) +0: + //y < ty ? + movl clp_ty, %eax + cmp %eax, 20(%ebp) + jge 1f + movl 20(%ebp), %ebx + subl %ebx, %eax + subl %eax, 44(%ebp) + addl %eax, 36(%ebp) + movl clp_ty, %eax + movl %eax, 20(%ebp) +1: + //x > rx + movl clp_rx, %eax + movl 16(%ebp), %ebx + addl 40(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 2f + movl clp_rx, %ebx + movl 16(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 40(%ebp) +2: + //y > ty + movl clp_by, %eax + movl 20(%ebp), %ebx + addl 44(%ebp), %ebx + subl $1, %ebx + cmp %eax, %ebx + jle 3f + movl clp_by, %ebx + movl 20(%ebp), %eax + subl %eax, %ebx + addl $1, %ebx + movl %ebx, 44(%ebp) +3: + + //valid w? + movl 40(%ebp), %eax + cmpl $0, %eax + jle 4f + //valid h? + movl 44(%ebp), %eax + cmpl $0, %eax + jle 4f + + xorl %edi, %edi + xorl %esi, %esi + xorl %eax, %eax + + //esi source + movl 36(%ebp), %eax //sy + mull 28(%ebp) //dw + addl 32(%ebp), %eax //sx + shll $1, %eax + addl 24(%ebp), %eax + movl %eax, %esi //source offset in esi + + //edi destination + pushl %ds + popl %es + movl 20(%ebp), %eax + mull 12(%ebp) + addl 16(%ebp), %eax + shll $1, %eax + addl 8(%ebp), %eax + movl %eax, %edi //dest offset in edi + + movl 44(%ebp), %edx //height +outerl6: + movl 40(%ebp), %ecx //width + pushl %edx +innerl6: + pushl %ecx + + movw (%esi), %bx + cmpw $0, %bx + jz 7f + + xor %eax, %eax + movb 50(%ebp), %al + movb rrShft, %cl + shrb %cl, %al + mull 52(%ebp) + movb rlShft, %cl + shll %cl, %eax + pushl %eax //relative red source part + movl (%edi), %eax + andl rMask, %eax + shrl %cl, %eax + movl $100, %ebx + subl 52(%ebp), %ebx + mull %ebx + shll %cl, %eax //relative red dest part + popl %ebx + addl %ebx, %eax + movl $100, %ebx + divl %ebx + andl rMask, %eax + pushl %eax + + xor %eax, %eax + movb 49(%ebp), %al + movb grShft, %cl + shrb %cl, %al + mull 52(%ebp) + movb glShft, %cl + shll %cl, %eax + pushl %eax //relative green source part + movl (%edi), %eax + andl gMask, %eax + shrl %cl, %eax + movl $100, %ebx + subl 52(%ebp), %ebx + mull %ebx + shll %cl, %eax //relative green dest part + popl %ebx + addl %ebx, %eax + movl $100, %ebx + divl %ebx + andl gMask, %eax + pushl %eax + + xor %eax, %eax + movb 48(%ebp), %al + movb brShft, %cl + shrb %cl, %al + mull 52(%ebp) + movb blShft, %cl + shll %cl, %eax + pushl %eax //relative blue source part + movl (%edi), %eax + andl bMask, %eax + shrl %cl, %eax + movl $100, %ebx + subl 52(%ebp), %ebx + mull %ebx + shll %cl, %eax //relative blue dest part + popl %ebx + addl %ebx, %eax + movl $100, %ebx + divl %ebx + andl bMask, %eax + + popl %ebx + orl %ebx, %eax + popl %ebx + orl %ebx, %eax + + movw %ax, (%edi) + +7: + addl $2, %edi + addl $2, %esi + popl %ecx + decl %ecx + jnz innerl6 + + movl 28(%ebp), %eax + subl 40(%ebp), %eax + shll $1, %eax + addl %eax, %esi + + movl 12(%ebp), %ebx + subl 40(%ebp), %ebx + shll $1, %ebx + addl %ebx, %edi + + popl %edx + decl %edx + jnz outerl6 + +4: + popl %esi + popl %edi + DelStack + ret + +.globl Gfx_SetClipRgn +Gfx_SetClipRgn: + CrtStack + + movl 8(%ebp), %eax + movl %eax, clp_lx //left x + movl 12(%ebp), %eax + movl %eax, clp_ty //top y + movl 8(%ebp), %eax + addl 16(%ebp), %eax + subl $1, %eax + movl %eax, clp_rx //right x + movl 12(%ebp), %eax + addl 20(%ebp), %eax + subl $1, %eax + movl %eax, clp_by //bottom y + + DelStack + ret diff --git a/project/jni/application/ltris-1.0.15/src/gfx.h b/project/jni/application/ltris-1.0.15/src/gfx.h new file mode 100644 index 000000000..85ccf8451 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/gfx.h @@ -0,0 +1,61 @@ +/*************************************************************************** + gfx.h - description + ------------------- + begin : Wed Mar 1 2000 + copyright : (C) 2000 by Michael Speck + email : + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef GFX_H +#define GFX_H + +/* SDL's graphical hardware support does not work on + my computer and so I'm using self-written assembler + functions because SDL's software emulation is _much_ + too slow... +*/ + +extern unsigned char rrShft; +extern unsigned char grShft; +extern unsigned char brShft; +extern unsigned char rlShft; +extern unsigned char glShft; +extern unsigned char blShft; +extern unsigned int rMask; +extern unsigned int gMask; +extern unsigned int bMask; +extern unsigned char bpp; +extern unsigned char pixelsize; +extern unsigned int clp_lx; +extern unsigned int clp_ty; +extern unsigned int clp_rx; +extern unsigned int clp_by; + +extern "C" { + +void SD_Pnt(void* d, int dw, int x, int y, int rgb); +void SD_Box(void* d, int dw, int x, int y, int w, int h, int rgb); +void SD_Rct(void* d, int dw, int x, int y, int w, int h, int rgb); +void SD_CBx(void* d, int dw, int x, int y, int w, int h, int rgb, int pct); +void SC_Opq(void* d, int dw, int dx, int dy, void* s, int sw, int sx, int sy, int w, int h); +void SC_Clp(void* d, int dw, int dx, int dy, void* s, int sw, int sx, int sy, int w, int h); +void SC_Trp_11(void* d, int dw, int dx, int dy, void* s, int sw, int sx, int sy, int w, int h); +void SC_Trp_X(void* d, int dw, int dx, int dy, void* s, int sw, int sx, int sy, int w, int h, int pct); +void SC_Clr_11(void* d, int dw, int dx, int dy, void* src, int sw, int sx, int sy, int w, int h, int clr); +void SC_Clr_X(void* d, int dw, int dx, int dy, void* s, int sw, int sx, int sy, int w, int h, int clr, int pct); +void Gfx_SetClipRgn(int x, int y, int w, int h); + +}; + +#define RGB(r, g, b) ( (r<<16) | (g<<8) | (b) ) + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/gfx/Makefile.am b/project/jni/application/ltris-1.0.15/src/gfx/Makefile.am new file mode 100644 index 000000000..8fe977eba --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/gfx/Makefile.am @@ -0,0 +1,9 @@ +EXTRA_DIST = back0.bmp back1.bmp back2.bmp back3.bmp back4.bmp back5.bmp \ +f_small_white.bmp f_small_yellow.bmp f_white.bmp f_yellow.bmp f_tiny_black.bmp \ +menuback.bmp quest.bmp blocks.bmp balloon.bmp balloon_peek.bmp logo.bmp + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(inst_dir)/gfx + @for file in *.bmp; do\ + $(INSTALL_DATA) $$file $(DESTDIR)$(inst_dir)/gfx/$$file;\ + done diff --git a/project/jni/application/ltris-1.0.15/src/gfx/Makefile.in b/project/jni/application/ltris-1.0.15/src/gfx/Makefile.in new file mode 100644 index 000000000..a31802f2e --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/gfx/Makefile.in @@ -0,0 +1,358 @@ +# Makefile.in generated by automake 1.9.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../.. +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = src/gfx +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ + $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longdouble.m4 \ + $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \ + $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ + $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ + $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ + $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GENCAT = @GENCAT@ +GLIBC21 = @GLIBC21@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +HAVE_ASPRINTF = @HAVE_ASPRINTF@ +HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ +HAVE_SNPRINTF = @HAVE_SNPRINTF@ +HAVE_WPRINTF = @HAVE_WPRINTF@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLBISON = @INTLBISON@ +INTLLIBS = @INTLLIBS@ +INTLOBJS = @INTLOBJS@ +INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +POSUB = @POSUB@ +RANLIB = @RANLIB@ +SDL_CFLAGS = @SDL_CFLAGS@ +SDL_CONFIG = @SDL_CONFIG@ +SDL_LIBS = @SDL_LIBS@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +ac_ct_CC = @ac_ct_CC@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +buf_flag = @buf_flag@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +datarootdir = @datarootdir@ +dis_flag = @dis_flag@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +hi_dir = @hi_dir@ +hi_inst_flag = @hi_inst_flag@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +inst_dir = @inst_dir@ +inst_flag = @inst_flag@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +locdir_flag = @locdir_flag@ +mandir = @mandir@ +mixer_flag = @mixer_flag@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sound_flag = @sound_flag@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +EXTRA_DIST = back0.bmp back1.bmp back2.bmp back3.bmp back4.bmp back5.bmp \ +f_small_white.bmp f_small_yellow.bmp f_white.bmp f_yellow.bmp f_tiny_black.bmp \ +menuback.bmp quest.bmp blocks.bmp balloon.bmp balloon_peek.bmp logo.bmp + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/gfx/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/gfx/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +uninstall-info-am: +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-data-local + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-data-local install-exec install-exec-am install-info \ + install-info-am install-man install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am uninstall uninstall-am uninstall-info-am + + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(inst_dir)/gfx + @for file in *.bmp; do\ + $(INSTALL_DATA) $$file $(DESTDIR)$(inst_dir)/gfx/$$file;\ + done +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/project/jni/application/ltris-1.0.15/src/gfx/back0.bmp b/project/jni/application/ltris-1.0.15/src/gfx/back0.bmp new file mode 100644 index 000000000..d7ae4503a Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/back0.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/back1.bmp b/project/jni/application/ltris-1.0.15/src/gfx/back1.bmp new file mode 100644 index 000000000..63c2924a5 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/back1.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/back2.bmp b/project/jni/application/ltris-1.0.15/src/gfx/back2.bmp new file mode 100644 index 000000000..7dba1acf2 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/back2.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/back3.bmp b/project/jni/application/ltris-1.0.15/src/gfx/back3.bmp new file mode 100644 index 000000000..b341df2f3 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/back3.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/back4.bmp b/project/jni/application/ltris-1.0.15/src/gfx/back4.bmp new file mode 100644 index 000000000..85bad7453 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/back4.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/back5.bmp b/project/jni/application/ltris-1.0.15/src/gfx/back5.bmp new file mode 100644 index 000000000..08de46f5d Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/back5.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/balloon.bmp b/project/jni/application/ltris-1.0.15/src/gfx/balloon.bmp new file mode 100644 index 000000000..cc45cfbf3 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/balloon.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/balloon_peek.bmp b/project/jni/application/ltris-1.0.15/src/gfx/balloon_peek.bmp new file mode 100644 index 000000000..3cf09d7a4 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/balloon_peek.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/blocks.bmp b/project/jni/application/ltris-1.0.15/src/gfx/blocks.bmp new file mode 100644 index 000000000..303323583 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/blocks.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/f_small_white.bmp b/project/jni/application/ltris-1.0.15/src/gfx/f_small_white.bmp new file mode 100644 index 000000000..363371046 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/f_small_white.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/f_small_yellow.bmp b/project/jni/application/ltris-1.0.15/src/gfx/f_small_yellow.bmp new file mode 100644 index 000000000..bbadc8951 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/f_small_yellow.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/f_tiny_black.bmp b/project/jni/application/ltris-1.0.15/src/gfx/f_tiny_black.bmp new file mode 100644 index 000000000..3430e8ebb Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/f_tiny_black.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/f_white.bmp b/project/jni/application/ltris-1.0.15/src/gfx/f_white.bmp new file mode 100644 index 000000000..cba0acf50 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/f_white.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/f_yellow.bmp b/project/jni/application/ltris-1.0.15/src/gfx/f_yellow.bmp new file mode 100644 index 000000000..a75e4eb1e Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/f_yellow.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/logo.bmp b/project/jni/application/ltris-1.0.15/src/gfx/logo.bmp new file mode 100644 index 000000000..f3ebe5b62 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/logo.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/menuback.bmp b/project/jni/application/ltris-1.0.15/src/gfx/menuback.bmp new file mode 100644 index 000000000..63573a370 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/menuback.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/gfx/quest.bmp b/project/jni/application/ltris-1.0.15/src/gfx/quest.bmp new file mode 100644 index 000000000..5b6aaff39 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/gfx/quest.bmp differ diff --git a/project/jni/application/ltris-1.0.15/src/hint.c b/project/jni/application/ltris-1.0.15/src/hint.c new file mode 100644 index 000000000..099162c7d --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/hint.c @@ -0,0 +1,228 @@ +/*************************************************************************** + hint.c - description + ------------------- + begin : Sun Jan 6 2002 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "ltris.h" +#include "hint.h" + +SDL_Surface *hint_balloon = 0; +SDL_Surface *hint_bkgnd = 0; +SDL_Surface *balloon = 0; +SDL_Surface *balloon_peek = 0; +int balloon_peek_add_x = 9, balloon_peek_add_y = 9; /* added to actual balloon to display peek */ +int balloon_tile_size; +Hint *cur_hint = 0; +Font *hint_font = 0; +int hint_delay = 0; +float hint_alpha; +int hint_text_x = 10 + 9, hint_text_y = 10; /* text is drawn at this offset within balloon */ + +extern Config config; +extern Sdl sdl; + +/* +==================================================================== +Locals +==================================================================== +*/ + +/* +==================================================================== +Create actual hint picture displayed. +==================================================================== +*/ +void hint_create_pic() +{ + int x, y; + free_surf( &hint_balloon ); + hint_balloon = create_surf( cur_hint->sw, cur_hint->sh, SDL_SWSURFACE ); + for ( y = 0; y < cur_hint->sh - balloon_peek_add_y; y += balloon_tile_size ) + for ( x = 0; x < cur_hint->sw - balloon_peek_add_x; x += balloon_tile_size ) { + DEST( hint_balloon, x + balloon_peek_add_x, y, balloon_tile_size, balloon_tile_size ); + /* get proper tile */ + if ( y == 0 ) { + if ( x == 0 ) + SOURCE( balloon, 0, 0 ) + else + if ( x >= cur_hint->sw - balloon_peek_add_x - balloon_tile_size ) + SOURCE( balloon, balloon_tile_size * 2, 0 ) + else + SOURCE( balloon, balloon_tile_size, 0 ) + } + else + if ( y >= cur_hint->sh - balloon_peek_add_y - balloon_tile_size ) { + if ( x == 0 ) + SOURCE( balloon, 0, balloon_tile_size * 2 ) + else + if ( x >= cur_hint->sw - balloon_peek_add_x - balloon_tile_size ) + SOURCE( balloon, balloon_tile_size * 2, balloon_tile_size * 2 ) + else + SOURCE( balloon, balloon_tile_size, balloon_tile_size * 2 ) + } + else { + if ( x == 0 ) + SOURCE( balloon, 0, balloon_tile_size ) + else + if ( x >= cur_hint->sw - balloon_peek_add_x - balloon_tile_size ) + SOURCE( balloon, balloon_tile_size * 2, balloon_tile_size ) + else + SOURCE( balloon, balloon_tile_size, balloon_tile_size ) + } + blit_surf(); + } + /* peek */ + DEST( hint_balloon, 0, cur_hint->sh - balloon_peek->h, balloon_peek->w, balloon_peek->h ); + SOURCE( balloon_peek, 0, 0 ); + blit_surf(); + /* text */ + for ( y = 0, x = 0; x < cur_hint->text->count; y += hint_font->height, x++ ) + write_text( hint_font, hint_balloon, hint_text_x, hint_text_y + y, cur_hint->text->lines[x], OPAQUE ); +} + +/* +==================================================================== +Publics +==================================================================== +*/ + +/* +==================================================================== +Load/delete hint resources. +==================================================================== +*/ +void hint_load_res() +{ + balloon = load_surf( "balloon.bmp", SDL_SWSURFACE ); + balloon_peek = load_surf( "balloon_peek.bmp", SDL_SWSURFACE ); + balloon_tile_size = balloon->w / 3; + hint_font = load_fixed_font( "f_tiny_black.bmp", 32, 96, 6 ); +} +void hint_delete_res() +{ + free_surf( &balloon ); + free_surf( &balloon_peek ); + free_font( &hint_font ); + free_surf( &hint_balloon ); +} + +/* +==================================================================== +Create a hint. The passed x,y position is where the end of the +Sprechblasenspitze is. Contents is converted to lines (duplicated). +==================================================================== +*/ +Hint* hint_create( int x, int y, char *contents ) +{ + Hint *hint = calloc( 1, sizeof( Hint ) ); + /* get text */ + hint->text = create_text( contents, 36 ); + /* get screen size and convert string */ + hint->sw = 240 + balloon_peek_add_x; + hint->sh = balloon_tile_size * ( 2 + ( hint->text->count + 0 ) * hint_font->height / balloon_tile_size ) + balloon_peek_add_y; + hint_set_pos( hint, x, y ); + return hint; +} +void hint_delete( Hint *hint ) +{ + if ( !hint ) + return; + free( hint ); +} + +/* +==================================================================== +Set the background on which the hints will be displayed. +==================================================================== +*/ +void hint_set_bkgnd( SDL_Surface *bkgnd ) +{ + hint_bkgnd = bkgnd; +} + +/* +==================================================================== +Set this hint as actual one. If NULL was passed no hint will be +handled. +==================================================================== +*/ +void hint_set( Hint *hint ) +{ + if ( config.quick_help ) + cur_hint = hint; + else + cur_hint = 0; + if ( cur_hint ) { + hint_alpha = 255; + hint_delay = 500; + hint_create_pic(); + } +} + +/* +==================================================================== +Set hint to this position. +==================================================================== +*/ +void hint_set_pos( Hint *hint, int x, int y ) +{ + /* adjust screen position so that balloon's peek is at x,y */ + hint->sx = x; + hint->sy = y - hint->sh - balloon_peek->h / 2; +} + +/* +==================================================================== +Show/hide/update _current_ hint. +==================================================================== +*/ +void hint_hide() +{ + if ( !cur_hint || hint_delay ) + return; + DEST( sdl.screen, cur_hint->sx, cur_hint->sy, cur_hint->sw, cur_hint->sh ); + SOURCE( hint_bkgnd, cur_hint->sx, cur_hint->sy ); + blit_surf(); + add_refresh_rect( cur_hint->sx, cur_hint->sy, cur_hint->sw, cur_hint->sh ); + /* peek */ + DEST( sdl.screen, cur_hint->sx + balloon_peek_add_x, cur_hint->sy + cur_hint->sh + balloon_peek_add_y, balloon_peek->w, balloon_peek->h ); + SOURCE( hint_bkgnd, cur_hint->sx + balloon_peek_add_x, cur_hint->sy + cur_hint->sh + balloon_peek_add_y ); + blit_surf(); + add_refresh_rect( cur_hint->sx + balloon_peek_add_x, cur_hint->sy + cur_hint->sh + balloon_peek_add_y, balloon_peek->w, balloon_peek->h ); +} +void hint_show() +{ + if ( !cur_hint || hint_delay ) + return; + DEST( sdl.screen, cur_hint->sx, cur_hint->sy, cur_hint->sw, cur_hint->sh ); + SOURCE( hint_balloon, 0, 0 ); + alpha_blit_surf( hint_alpha ); + add_refresh_rect( cur_hint->sx, cur_hint->sy, cur_hint->sw, cur_hint->sh ); +} +void hint_update( int ms ) +{ + /* delay */ + if ( hint_delay > 0 ) { + hint_delay -= ms; + if ( hint_delay <= 0 ) + hint_delay = 0; + } + /* if delay fade blend if if still alpha */ + if ( hint_delay == 0 && hint_alpha > 0 ) { + hint_alpha -= 1.0 * ms; + if ( hint_alpha < 0 ) + hint_alpha = 0; + } +} diff --git a/project/jni/application/ltris-1.0.15/src/hint.h b/project/jni/application/ltris-1.0.15/src/hint.h new file mode 100644 index 000000000..f5b952c20 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/hint.h @@ -0,0 +1,74 @@ +/*************************************************************************** + hint.h - description + ------------------- + begin : Sun Jan 6 2002 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __HINT_H +#define __HINT_H + +typedef struct { + Text *text; /* contents */ + int sx, sy, sw, sh; /* screen geometry */ +} Hint; + +/* +==================================================================== +Load/delete hint resources. +==================================================================== +*/ +void hint_load_res(); +void hint_delete_res(); + +/* +==================================================================== +Create a hint. The passed x,y position is where the end of the +Sprechblasenspitze is. Contents is converted to lines (duplicated). +==================================================================== +*/ +Hint* hint_create( int x, int y, char *contents ); +void hint_delete( Hint *hint ); + +/* +==================================================================== +Set the background on which the hints will be displayed. +==================================================================== +*/ +void hint_set_bkgnd( SDL_Surface *bkgnd ); + +/* +==================================================================== +Set this hint as actual one. If NULL was passed no hint will be +handled. +==================================================================== +*/ +void hint_set( Hint *hint ); + +/* +==================================================================== +Set hint to this position. +==================================================================== +*/ +void hint_set_pos( Hint *hint, int x, int y ); + +/* +==================================================================== +Show/hide/update _current_ hint. +==================================================================== +*/ +void hint_hide(); +void hint_show(); +void hint_update( int ms ); + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/item.c b/project/jni/application/ltris-1.0.15/src/item.c new file mode 100644 index 000000000..d0ea0e559 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/item.c @@ -0,0 +1,215 @@ +/*************************************************************************** + item.c - description + ------------------- + begin : Thu Sep 20 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "manager.h" + +extern Sdl sdl; +extern SDL_Surface *mbkgnd; +extern Font *mfont, *mhfont; + +/* +==================================================================== +Locals +==================================================================== +*/ + +float alpha_change = 0.4; + +/* +==================================================================== +Create a basic item. +==================================================================== +*/ +Item *item_create_basic( int type, char *name, char *hint ) +{ + Item *item = calloc( 1, sizeof( Item ) ); + /* name */ + item->name = strdup( name ); + /* id */ + item->item_id = -1; + /* alpha */ + item->halpha = 255; + item->alpha = 0; + /* type */ + item->type = type; + /* hint if astring was passed */ + if ( hint == 0 ) + item->hint = 0; + else + item->hint = hint_create( 0, 0, hint ); /* the position will be set when this item is adjusted in menu adjust */ + return item; +} + +/* +==================================================================== +Publics +==================================================================== +*/ + +/* +==================================================================== +Create item. +Return Value: item +==================================================================== +*/ +Item *item_create_separator( char *name ) +{ + Item *item = item_create_basic( ITEM_SEPARATOR, name, 0 ); + return item; +} +Item *item_create_range( char *name, char *hint, int *val_int, int min, int max, int step ) +{ + Item *item = item_create_basic( ITEM_RANGE, name, hint ); + item->value = value_create_range_int( val_int, min, max, step ); + return item; +} +Item *item_create_switch( char *name, char *hint, int *val_int, char *str_off, char *str_on ) +{ + char **names = calloc( 2, sizeof( char* ) ); + Item *item = item_create_basic( ITEM_SWITCH, name, hint ); + names[0] = strdup( str_off ); + names[1] = strdup( str_on ); + item->value = value_create_range_str( val_int, names, 2 ); + free( names[0] ); free( names[1] ); free( names ); + return item; +} +Item *item_create_switch_x( char *name, char *hint, int *val_int, char **strings, int count ) +{ + Item *item = item_create_basic( ITEM_SWITCH_X, name, hint ); + item->value = value_create_range_str( val_int, strings, count ); + return item; +} +Item *item_create_key( char *name, char *hint, int *val_int, int *filter ) +{ + Item *item = item_create_basic( ITEM_KEY, name, hint ); + item->value = value_create_key( val_int, filter ); + return item; +} +Item *item_create_edit( char *name, char *hint, char *val_str, int limit ) +{ + Item *item = item_create_basic( ITEM_EDIT, name, hint ); + item->value = value_create_edit( val_str, limit ); + return item; +} +Item *item_create_link( char *name, char *hint, void *menu ) +{ + Item *item = item_create_basic( ITEM_LINK, name, hint ); + item->link = menu; + return item; +} +Item *item_create_action( char *name, char *hint, int item_id ) +{ + Item *item = item_create_basic( ITEM_ACTION, name, hint ); + item->item_id = item_id; + return item; +} +/* +==================================================================== +Delete item (void pointer for compatiblity when using with list) +==================================================================== +*/ +void item_delete( void *pitem ) +{ + Item *item = (Item*)pitem; + if ( !item ) return; + if ( item->name ) free( item->name ); + if ( item->value ) value_delete( item->value ); + if ( item->hint ) hint_delete( item->hint ); + free( item ); +} +/* +==================================================================== +Adjust alignment of name and value strings +==================================================================== +*/ +void item_adjust( Item *item ) +{ + /* alignment - name */ + item->nx = 0; item->ny = item->h / 2; item->nalign = ALIGN_X_LEFT | ALIGN_Y_CENTER; + if ( item->type == ITEM_LINK || item->type == ITEM_ACTION || item->type == ITEM_SEPARATOR ) { + item->nx = item->w / 2; + item->nalign = ALIGN_X_CENTER | ALIGN_Y_CENTER; + } + item->vx = item->w - 1; item->vy = item->h / 2; item->valign = ALIGN_X_RIGHT | ALIGN_Y_CENTER; + /* hint position */ + if ( item->hint ) + hint_set_pos( item->hint, item->x + item->w * 0.6, item->y ); +} +/* +==================================================================== +Hide/Show item +==================================================================== +*/ +void item_hide( Item *item ) +{ + DEST( sdl.screen, item->x, item->y, item->w, item->h ); + SOURCE( mbkgnd, item->x, item->y ); + blit_surf(); + add_refresh_rect( item->x, item->y, item->w, item->h ); +} +void item_show( Item *item ) +{ + Font *font = mfont; + /* name */ + if ( item->font ) font = item->font; /* manual override if special font was set */ + font->align = item->nalign; + mhfont->align = item->nalign; + write_text( font, sdl.screen, item->x + item->nx, item->y + item->ny, item->name, item->alpha ); + if ( item->halpha < 255 ) + write_text( mhfont, sdl.screen, item->x + item->nx, item->y + item->ny, item->name, item->halpha ); + /* value string */ + if ( item->value ) { + font->align = item->valign; + mhfont->align = item->valign; + write_text( font, sdl.screen, item->x + item->vx, item->y + item->vy, item->value->val_str, item->alpha ); + if ( item->halpha < 255 ) + write_text( mhfont, sdl.screen, item->x + item->vx, item->y + item->vy, item->value->val_str, item->halpha ); + } + add_refresh_rect( item->x, item->y, item->w, item->h ); +} +/* +==================================================================== +Update alpha of item +==================================================================== +*/ +void item_update_alpha( Item *item, int ms ) +{ + if ( item->highlighted ) { + item->halpha = 0; + item->alpha = 255; + } + else { + if ( item->halpha < 255 ) { + item->halpha += alpha_change * ms; + if ( item->halpha > 255 ) item->halpha = 255; + } + if ( item->alpha > 0 ) { + item->alpha -= alpha_change * ms; + if ( item->alpha < 0 ) item->alpha = 0; + } + } +} +/* +==================================================================== +Check if position's on item. +==================================================================== +*/ +int item_focus( Item *item, int x, int y ) +{ + if ( item->type == ITEM_SEPARATOR ) return 0; /* may never be focused */ + return ( x >= item->x && y >= item->y && x < item->x + item->w && y < item->y + item->h ); +} diff --git a/project/jni/application/ltris-1.0.15/src/item.h b/project/jni/application/ltris-1.0.15/src/item.h new file mode 100644 index 000000000..aa0a32f54 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/item.h @@ -0,0 +1,105 @@ +/*************************************************************************** + item.h - description + ------------------- + begin : Thu Sep 20 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __ITEM_H +#define __ITEM_H + +#include "hint.h" + +/* +==================================================================== +Item of menu +==================================================================== +*/ +enum { + ITEM_SEPARATOR = 0, + ITEM_SWITCH, + ITEM_SWITCH_X, + ITEM_RANGE, + ITEM_KEY, + ITEM_EDIT, + ITEM_LINK, + ITEM_ACTION +}; +typedef struct { + Value *value; /* value of item */ + int type; /* type as listed above */ + char *name; /* name of item -- duplicated */ + int item_id; /* id of item (returned as action if ITEM_ACTION) */ + int x, y, w, h; /* position and size in screen */ + int nx, ny; /* position where name is drawn */ + int nalign; /* align of name: either left-aligned + or centered (only if link to another menu) */ + int vx, vy; /* position where value string is drawn right-aligned */ + int valign; /* alignment of value string */ + float alpha; /* alpha of normal font (which vanishes when selected) */ + float halpha; /* alpha of highlight font */ + int highlighted; /* keep alpha at 0 (will raise to 255 if not set) */ + void (*callback)(); /* if value of item has been modified this functions is called */ + void *link; /* menu link */ + Font *font; /* if set use this font instead of standard font */ + Hint *hint; /* if not NULL this hint is displayed when quick-help's enabled: + created by item itself */ +} Item; + +/* +==================================================================== +Create item. +Return Value: item +==================================================================== +*/ +Item *item_create_separator( char *name ); +Item *item_create_range( char *name, char *hint, int *val_int, int min, int max, int step ); +Item *item_create_switch( char *name, char *hint, int *val_int, char *str_off, char *str_on ); +Item *item_create_switch_x( char *name, char *hint, int *val_int, char **strings, int count ); +Item *item_create_key( char *name, char *hint, int *val_int, int *filter ); +Item *item_create_edit( char *name, char *hint, char *val_str, int limit ); +Item *item_create_link( char *name, char *hint, void *menu ); +Item *item_create_action( char *name, char *hint, int item_id ); +/* +==================================================================== +Delete item (void pointer for compatiblity when using with list) +==================================================================== +*/ +void item_delete( void *item ); +/* +==================================================================== +Adjust alignment of name and value strings +==================================================================== +*/ +void item_adjust( Item *item ); +/* +==================================================================== +Hide/Show item +==================================================================== +*/ +void item_hide( Item *item ); +void item_show( Item *item ); +/* +==================================================================== +Update alpha of item +==================================================================== +*/ +void item_update_alpha( Item *item, int ms ); +/* +==================================================================== +Check if position's on item. +==================================================================== +*/ +int item_focus( Item *item, int x, int y ); + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/list.c b/project/jni/application/ltris-1.0.15/src/list.c new file mode 100644 index 000000000..296f5c078 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/list.c @@ -0,0 +1,320 @@ +/*************************************************************************** + list.c - description + ------------------- + begin : Sun Sep 2 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include + +#include "list.h" + +/* +==================================================================== +Create a new list + auto_delete: Free memory of data pointer when deleting entry + callback: Use this callback to free memory of data including + the data pointer itself. +Return Value: List pointer +==================================================================== +*/ +List *list_create( int auto_delete, void (*callback)(void*) ) +{ + List *list = calloc( 1, sizeof( List ) ); + list->head.next = &list->tail; + list->head.prev = &list->head; + list->tail.next = &list->tail; + list->tail.prev = &list->head; + list->auto_delete = auto_delete; + list->callback = callback; + list->cur_entry = &list->head; + return list; +} +/* +==================================================================== +Delete list and entries. +==================================================================== +*/ +void list_delete( List *list ) +{ + list_clear( list ); + free( list ); +} +/* +==================================================================== +Delete all entries but keep the list. Reset current_entry to head +pointer. +==================================================================== +*/ +void list_clear( List *list ) +{ + while( !list_empty( list ) ) list_delete_pos( list, 0 ); +} +/* +==================================================================== +Insert new item at position. +Return Value: True if successful else False. +==================================================================== +*/ +int list_insert( List *list, void *item, int pos ) +{ + int i; + List_Entry *cur = &list->head; + List_Entry *new_entry = 0; + + /* check if insertion possible */ + if ( pos < 0 || pos > list->count ) return 0; + if ( item == 0 ) return 0; + /* get to previous entry */ + for (i = 0; i < pos; i++) cur = cur->next; + /* create and anchor new entry */ + new_entry = calloc( 1, sizeof( List_Entry ) ); + new_entry->item = item; + new_entry->next = cur->next; + new_entry->prev = cur; + cur->next->prev = new_entry; + cur->next = new_entry; + list->count++; + return 1; +} +/* +==================================================================== +Add new item at the end of the list. +==================================================================== +*/ +int list_add( List *list, void *item ) +{ + List_Entry *new_entry = 0; + /* check if insertion possible */ + if ( item == 0 ) return 0; + /* create and anchor new entry */ + new_entry = calloc( 1, sizeof( List_Entry ) ); + new_entry->item = item; + new_entry->next = &list->tail; + new_entry->prev = list->tail.prev; + list->tail.prev->next = new_entry; + list->tail.prev = new_entry; + list->count++; + return 1; +} +/* +==================================================================== +Delete item at position. If this was the current entry update +current_entry to valid previous pointer. +Return Value: True if successful else False. +==================================================================== +*/ +int list_delete_pos( List *list, int pos ) +{ + int i; + List_Entry *cur = &list->head; + + /* check if deletion possbile */ + if ( list_empty( list ) ) return 0; + if ( pos < 0 || pos >= list->count ) return 0; + /* get to correct entry */ + for ( i = 0; i <= pos; i++ ) cur = cur->next; + /* modify anchors */ + cur->next->prev = cur->prev; + cur->prev->next = cur->next; + /* decrease counter */ + list->count--; + /* check current_entry */ + if ( list->cur_entry == cur ) + list->cur_entry = list->cur_entry->prev; + /* free memory */ + if ( list->auto_delete ) { + if ( list->callback ) + (list->callback)( cur->item ); + else + free( cur->item ); + } + free( cur ); + return 1; +} +/* +==================================================================== +Delete item if in list. If this was the current entry update +current_entry to valid previous pointer. +Return Value: True if successful else False. +==================================================================== +*/ +int list_delete_item( List *list, void *item ) +{ + return list_delete_pos( list, list_check( list, item ) ); +} +/* +==================================================================== +Delete entry. +Return Value: True if successful else False. +==================================================================== +*/ +int list_delete_entry( List *list, List_Entry *entry ) +{ + /* delete possible? */ + if ( entry == 0 ) return 0; + if ( list->count == 0 ) return 0; + if ( entry == &list->head || entry == &list->tail ) return 0; + /* adjust anchor and counter */ + entry->prev->next = entry->next; + entry->next->prev = entry->prev; + list->count--; + /* check current_entry */ + if ( list->cur_entry == entry ) + list->cur_entry = list->cur_entry->prev; + /* free memory */ + if ( list->auto_delete ) { + if ( list->callback ) + (list->callback)( entry->item ); + else + free( entry->item ); + } + free( entry ); + return 1; +} +/* +==================================================================== +Get item from position if in list. +Return Value: Item pointer if found else Null pointer. +==================================================================== +*/ +void* list_get( List *list, int pos ) +{ + int i; + List_Entry *cur = &list->head; + + if ( pos < 0 || pos >= list->count ) return 0; + for ( i = 0; i <= pos; i++ ) cur = cur->next; + return cur->item; +} +/* +==================================================================== +Check if item's in list. +Return Value: Position of item else -1. +==================================================================== +*/ +int list_check( List *list, void *item ) +{ + int pos = -1; + List_Entry *cur = list->head.next; + while ( cur != &list->tail ) { + pos++; + if ( cur->item == item ) break; + cur = cur->next; + } + return pos; +} +/* +==================================================================== +Return first item stored in list and set current_entry to this +entry. +Return Value: Item pointer if found else Null pointer. +==================================================================== +*/ +void* list_first( List *list ) +{ + list->cur_entry = list->head.next; + return list->head.next->item; +} +/* +==================================================================== +Return last item stored in list and set current_entry to this +entry. +Return Value: Item pointer if found else Null pointer. +==================================================================== +*/ +void* list_last( List *list ) +{ + list->cur_entry = list->tail.prev; + return list->tail.prev->item; +} +/* +==================================================================== +Return item in current_entry. +Return Value: Item pointer if found else Null pointer. +==================================================================== +*/ +void* list_current( List *list ) +{ + return list->cur_entry->item; +} +/* +==================================================================== +Reset current_entry to head of list. +==================================================================== +*/ +void list_reset( List *list ) +{ + list->cur_entry = &list->head; +} +/* +==================================================================== +Get next item and update current_entry (reset if tail reached) +Return Value: Item pointer if found else Null (if tail of list). +==================================================================== +*/ +void* list_next( List *list ) +{ + list->cur_entry = list->cur_entry->next; + if ( list->cur_entry == &list->tail ) list_reset( list ); + return list->cur_entry->item; +} +/* +==================================================================== +Get previous item and update current_entry. +Return Value: Item pointer if found else Null (if head of list). +==================================================================== +*/ +void* list_prev( List *list ) +{ + list->cur_entry = list->cur_entry->prev; + return list->cur_entry->item; +} +/* +==================================================================== +Delete the current entry if not tail or head. This is the entry +that contains the last returned item by list_next/prev(). +Return Value: True if it was a valid deleteable entry. +==================================================================== +*/ +int list_delete_current( List *list ) +{ + if ( list->cur_entry == 0 || list->cur_entry == &list->head || list->cur_entry == &list->tail ) return 0; + list_delete_entry( list, list->cur_entry ); + return 1; +} +/* +==================================================================== +Check if list is empty. +Return Value: True if list counter is 0 else False. +==================================================================== +*/ +int list_empty( List *list ) +{ + return list->count == 0; +} +/* +==================================================================== +Return entry containing the passed item. +Return Value: True if entry found else False. +==================================================================== +*/ +List_Entry *list_entry( List *list, void *item ) +{ + List_Entry *entry = list->head.next; + while ( entry != &list->tail ) { + if ( entry->item == item ) return entry; + entry = entry->next; + } + return 0; +} diff --git a/project/jni/application/ltris-1.0.15/src/list.h b/project/jni/application/ltris-1.0.15/src/list.h new file mode 100644 index 000000000..0d6725191 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/list.h @@ -0,0 +1,188 @@ +/*************************************************************************** + list.h - description + ------------------- + begin : Sun Sep 2 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __LIST_H +#define __LIST_H + +#ifdef __cplusplus +extern "C" { +#endif + +/* +==================================================================== +Dynamic list handling data as void pointers. +==================================================================== +*/ +typedef struct _List_Entry { + struct _List_Entry *next; + struct _List_Entry *prev; + void *item; +} List_Entry; +typedef struct { + int auto_delete; + int count; + List_Entry head; + List_Entry tail; + void (*callback)(void*); + List_Entry *cur_entry; +} List; + +/* +==================================================================== +Create a new list + auto_delete: Free memory of data pointer when deleting entry + callback: Use this callback to free memory of data including + the data pointer itself. +Return Value: List pointer +==================================================================== +*/ +enum { LIST_NO_AUTO_DELETE = 0, LIST_AUTO_DELETE }; +enum { LIST_NO_CALLBACK = 0 }; +List *list_create( int auto_delete, void (*callback)(void*) ); +/* +==================================================================== +Delete list and entries. +==================================================================== +*/ +void list_delete( List *list ); +/* +==================================================================== +Delete all entries but keep the list. Reset current_entry to head +pointer. +==================================================================== +*/ +void list_clear( List *list ); +/* +==================================================================== +Insert new item at position. +Return Value: True if successful else False. +==================================================================== +*/ +int list_insert( List *list, void *item, int pos ); +/* +==================================================================== +Add new item at the end of the list. +==================================================================== +*/ +int list_add( List *list, void *item ); +/* +==================================================================== +Delete item at pos. If this was the current entry update +current_entry to valid previous pointer. +Return Value: True if successful else False. +==================================================================== +*/ +int list_delete_pos( List *list, int pos ); +/* +==================================================================== +Delete item if in list. If this was the current entry update +current_entry to valid previous pointer. +Return Value: True if successful else False. +==================================================================== +*/ +int list_delete_item( List *list, void *item ); +/* +==================================================================== +Delete entry. +==================================================================== +*/ +int list_delete_entry( List *list, List_Entry *entry ); +/* +==================================================================== +Get item from position if in list. +Return Value: Item pointer if found else Null pointer. +==================================================================== +*/ +void* list_get( List *list, int pos ); +/* +==================================================================== +Check if item's in list. +Return Value: Position of item else -1. +==================================================================== +*/ +int list_check( List *list, void *item ); +/* +==================================================================== +Return first item stored in list and set current_entry to this +entry. +Return Value: Item pointer if found else Null pointer. +==================================================================== +*/ +void* list_first( List *list ); +/* +==================================================================== +Return last item stored in list and set current_entry to this +entry. +Return Value: Item pointer if found else Null pointer. +==================================================================== +*/ +void* list_last( List *list ); +/* +==================================================================== +Return item in current_entry. +Return Value: Item pointer if found else Null pointer. +==================================================================== +*/ +void* list_current( List *list ); +/* +==================================================================== +Reset current_entry to head of list. +==================================================================== +*/ +void list_reset( List *list ); +/* +==================================================================== +Get next item and update current_entry (reset if tail reached). +Return Value: Item pointer if found else Null (if tail of list). +==================================================================== +*/ +void* list_next( List *list ); +/* +==================================================================== +Get previous item and update current_entry. +Return Value: Item pointer if found else Null (if head of list). +==================================================================== +*/ +void* list_prev( List *list ); +/* +==================================================================== +Delete the current entry if not tail or head. This is the entry +that contains the last returned item by list_next/prev(). +Return Value: True if it was a valid deleteable entry. +==================================================================== +*/ +int list_delete_current( List *list ); +/* +==================================================================== +Check if list is empty. +Return Value: True if list counter is 0 else False. +==================================================================== +*/ +int list_empty( List *list ); +/* +==================================================================== +Return entry containing the passed item. +Return Value: True if entry found else False. +==================================================================== +*/ +List_Entry *list_entry( List *list, void *item ); + +#ifdef __cplusplus +}; +#endif + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/ltris.h b/project/jni/application/ltris-1.0.15/src/ltris.h new file mode 100644 index 000000000..995422322 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/ltris.h @@ -0,0 +1,72 @@ +/*************************************************************************** + defs.h - description + ------------------- + begin : Tue Feb 29 2000 + copyright : (C) 2000 by Michael Speck + email : + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __LTRIS_H +#define __LTRIS_H + +/* +==================================================================== +Global includes. +==================================================================== +*/ +#include +#include +#include +#include +#include +#ifdef SOUND +#include +#include "audio.h" +#endif +#include "sdl.h" +#include "tools.h" +#include "config.h" + +/* i18n */ +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif +#include "gettext.h" +#if ENABLE_NLS +#define _(str) gettext (str) +#else +#define _(str) (str) +#endif + +enum { + /* maximum number of bowls */ + BOWL_COUNT = 3, + + /* number of buffered game blocks */ + NEXT_BLOCKS_CHUNK_SIZE = 1000, + + /* bowl defaults */ + BOWL_BLOCK_SIZE = 20, + BOWL_WIDTH = 10, + BOWL_HEIGHT = 20, + BLOCK_COUNT = 7, + BLOCK_TILE_COUNT = 10 +}; + +/* block mask for the block types */ +typedef struct { + int rx, ry; + int id; + int mask[4][4][4]; +} Block_Mask; + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/main.c b/project/jni/application/ltris-1.0.15/src/main.c new file mode 100644 index 000000000..03a75ada7 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/main.c @@ -0,0 +1,128 @@ +/*************************************************************************** + main.cpp - description + ------------------- + begin : Die Feb 29 13:27:43 MET 2000 + copyright : (C) 2000 by Michael Speck + email : + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif + +#include "ltris.h" +#include "event.h" +#include "chart.h" +#include "manager.h" +#include "tetris.h" +#include "hint.h" + +int term_game = 0; +extern Sdl sdl; +extern Config config; +extern char gametype_names[8][64]; +extern char gametype_ids[8][64]; + +int main(int argc, char *argv[]) +{ + int result = ACTION_NONE; + int leave = 0; + + /* i18n */ +#ifdef ENABLE_NLS + setlocale (LC_ALL, ""); + bindtextdomain (PACKAGE, LOCALEDIR); + textdomain (PACKAGE); +#endif + + /* ltris info */ + printf( "LTris %s\nCopyright 2002-2010 Michael Speck\nPublished under GNU GPL\n---\n", VERSION ); + printf( "Looking up data in: %s\n", SRC_DIR ); +#ifndef SOUND + printf( "Compiled without sound and music\n" ); +#endif + + set_random_seed(); /* set random seed */ + + /* game ids - not translated to be fixed independant of language */ + strcpy(gametype_ids[0],"demo"); + strcpy(gametype_ids[1],"classic"); + strcpy(gametype_ids[2],"figures"); + strcpy(gametype_ids[3],"vshuman"); + strcpy(gametype_ids[4],"vscpu"); + strcpy(gametype_ids[5],"vshumanhuman"); + strcpy(gametype_ids[6],"vshumancpu"); + strcpy(gametype_ids[7],"vscpucpu"); + /* game names - translated for display */ + strcpy(gametype_names[0],_("Demo")); + strcpy(gametype_names[1],_("Classic")); + strcpy(gametype_names[2],_("Figures")); + strcpy(gametype_names[3],_("Vs Human")); + strcpy(gametype_names[4],_("Vs CPU")); + strcpy(gametype_names[5],_("Vs Human&Human")); + strcpy(gametype_names[6],_("Vs Human&CPU")); + strcpy(gametype_names[7],_("Vs CPU&CPU")); + config_load(); + + init_sdl( SDL_INIT_VIDEO | SDL_INIT_AUDIO | SDL_INIT_TIMER ); + set_video_mode( std_video_mode( config.fullscreen ) ); + SDL_WM_SetCaption( "LTris", 0 ); + sdl.fade = config.fade; + SDL_SetEventFilter( event_filter ); +#ifdef SOUND + audio_open(); + sound_enable( config.sound ); + sound_volume( config.volume * 16 ); +#endif + + /* create */ + hint_load_res(); + manager_create(); + tetris_create(); + chart_load(); + /* run game */ + manager_fade( FADE_IN ); + while( !leave && !term_game ) { + result = manager_run(); + switch( result ) { + case ACTION_QUIT: leave = 1; break; + case ACTION_MAKE_STAT: + manager_fade( FADE_OUT ); + tetris_make_stat(); + manager_fade( FADE_IN ); + break; + case ACTION_PLAY: + manager_fade( FADE_OUT ); + if ( tetris_init() ) { + tetris_run(); + tetris_clear(); + } + manager_fade( FADE_IN ); + break; + default: break; + } + } + manager_fade( FADE_OUT ); + /* delete stuff */ + tetris_delete(); + manager_delete(); + chart_save(); + chart_delete(); + hint_delete_res(); + +#ifdef SOUND + audio_close(); +#endif + config_save(); + + return EXIT_SUCCESS; +} diff --git a/project/jni/application/ltris-1.0.15/src/manager.c b/project/jni/application/ltris-1.0.15/src/manager.c new file mode 100644 index 000000000..143415df2 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/manager.c @@ -0,0 +1,577 @@ +/*************************************************************************** + manager.c - description + ------------------- + begin : Thu Sep 20 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif + +#include "ltris.h" +#include "manager.h" +#include "chart.h" +#include "event.h" +#include "hint.h" + +#ifdef _1 +#include "levels.h" +#endif + +extern Sdl sdl; +extern Config config; +extern List *menus; /* list of menus from menu.c */ +int menu_x = 30, menu_y = 180, menu_w = 260, menu_h = 280, menu_border = 16; /* default region where menu is displayed centered */ +int cx = 350, cy = 190, cw = 260, ch = 200; /* center charts here */ +int vx = 350, vy = 420, vw = 260, vh = 30; /* version number of url */ +Menu *cur_menu; /* current menu */ +SDL_Surface *mbkgnd = 0; /* menu background */ +Font *mfont = 0, *mhfont = 0, *mcfont = 0; /* font, highlight font, caption font */ +int gap_height = 2; +#ifdef _1 +extern char **levelset_names; +extern int levelset_count; +extern char **levelset_home_names; +extern int levelset_home_count; +#endif +extern int term_game; +#ifdef SOUND +Sound_Chunk *wav_menu_click = 0; +Sound_Chunk *wav_menu_motion = 0; +#endif +/* some items we need to know to assign name lists later */ +Item *item_levelset, *item_set; +extern List *charts; +int chart_id = 0; /* current chart displayed */ +extern char gametype_names[8][64]; + +/* +==================================================================== +Hint strings for the menu. +==================================================================== +*/ +#define HINT_ 0 +#define HINT_QHELP _("Enable/disable these quick hints.") +#define HINT_CTRLS _("Set player controls and horizontal speed.") +#define HINT_GFX _("Here you may customize the graphical appearance of LTris.") +#define HINT_AUDIO _("Audio Settings.") +#define HINT_QUIT _("Get back to nasty work.") +#define HINT_NEWGAME _("Setup and run a cool game!") +#define HINT_ANIM _("If animations disturb you you may turn them off.") +#define HINT_DISPLAY _("You may play LTris either in window of fullscreen mode.") +#define HINT_FPS _("If you don't want LTris to consume all of your CPU limit the frame rate.") +#define HINT_SMOOTHHORI _("Horizontally move block either tile-by-tile or smooth. This is just eye-candy and doesn't effect the moving speed at all.") +#define HINT_SMOOTHVERT _("Drop block tile-by-tile or smooth.##NOTE: While tile-by-tile allows you to move a block below a tile multiple times you'll only be able to do so one time when choosing 'smooth'!#See 'Advanced Options/Collision Check' to improve this.") +#define HINT_HORIDEL _("The less delay you take the faster the block will horizontally move and the more sensitive the input is handled.") +#define HINT_CONTROLS _("Each control value needs a unique key for handling.##Left/Right: horizontal movement#Rotate Left/Right: block rotation#Down: faster Dropping#Drop: INSTANT drop") +#define HINT_START _("Let's get it on!!!!") +#define HINT_NAME _("Human player names. If you play against CPU it will be named as CPU-x.") +#define HINT_STARTLEVEL _("This is your starting level which will be ignored for game 'Figures' (you'll always start at level 0 there).##Each starting level up adds you 1.5% score in the end!") +#define HINT_PREVIEW _("Enable/Disable block preview.##If disabled you'll gain 15% score in the end!") +#define HINT_HELP _("Shows guiding lines or a shadow of the currently dropping block so you see where it'll hit the ground.##This option has no penalty/bonus.") +#define HINT_MPMENU _("Some multiplayer and CPU settings.") +#define HINT_HOLES _("A line send to your opponent's bowl will have this number of holes in it. The more holes the harder it will be to remove this line so you should choose a low value (e.g. 1 or 2) for long multiplayer games.") +#define HINT_RANDHOLES _("This option controls how the holes in the lines are created when more than one line is sent. If the option is on, the holes will appear randomly for each line. If the option is off, all the lines that are sent in one go, will have the holes in the same spot.") +#define HINT_SENDALL _("You'll have to complete more than one line to send any lines to your opponent. If this option is enabled all lines will be send else one will be substracted.##If disabled:#3 Line send -> 2 lines received##If enabled:#3 lines send -> 3 lines received") +#define HINT_SENDTETRIS _("If this option is enabled your opponent will receive all four lines of your tetris ignoring the 'Send All' setting.") +#define HINT_CPUDROP _("This is the delay in milliseconds the CPU waits before dropping a block.") +#define HINT_CPUAGGR _("The more aggressive the style is the more priority is put on completing multiple lines at the expense of a balanced bowl contents.") +#define HINT_ADV _("Some advanced options.") +#define HINT_CPUALG _("Test the CPU analyze algorithm in cpu.c and give an average score for a number of games.") +#define HINT_VIS _("If you turn visualization off the results will be computed faster. If you turn them on you can see a general game behaviour and judge the algorithm by this behaviour.") +#define HINT_GAME _("There are basically three different game types:##CLASSIC:#The classic tetris game. Starts with an empty bowl and goes "\ + "as long as you make it.#FIGURES:#Each level a nice figure will be added to the ground of you bowl. From level "\ + "7-12 there will be randomly appearing single tiles and from level 13-... there will be whole lines appearing at the "\ + "bottom of your bowl. Fun!#TWO/THREE-PLAYER:#Either play against other humans or CPU. If you complete multiple lines they'll "\ + "be send to your opponents according to the multiplayer settings you made.##"\ + "And in DEMO you can see your CPU do the work. So relax! ;-)") +#define HINT_BKGND _("If you turn this on the background will change every level else it's always the same.") +#define HINT_KEYSTATE _("If you enable this option the keystate of either the 'Down' key or all the keys are cleared so you can't accidently move the next block.") +#define HINT_CENTERPREVIEW _("If this is enabled the preview in Two-Player is centered in the middle of the screen instead that one is drawn at the bottom and one at the top.") +#define HINT_COL_CHECK _("This option is only useful when 'Graphics/Drop' is 'Smooth'#"\ + "(In opposite to 'Tile-By-Tile' the block is inserted as soon as it "\ + "hits the ground giving no possibility to move the block below another "\ + "one.)#If you set this option to 'Async' you may move the block below others but "\ + "on the cost of slight graphical errors.") +#define HINT_EXPERT _("In expert mode the propabilities for the next blocks are uneven to give a " \ + "block that is most likely difficult to fit anywhere. The game becomes " \ + "really hard by this so all score is doubled in the end.") +#define HINT_SAME _("If ON all players will get exactly the same blocks. So there is no disadvantage to any player due to random blocks. This does not work in expert mode as the block selection depends on your actions there.") + +/* +==================================================================== +Callbacks of menu items. +==================================================================== +*/ +/* Disable/enable sound */ +void cb_sound() { +#ifdef SOUND + sound_enable( config.sound ); +#endif +} +/* set volume */ +void cb_volume() { +#ifdef SOUND + sound_volume( config.volume * 16 ); +#endif +} +/* toggle fullscreen */ +void cb_fullscreen() { + manager_show(); +} +#ifdef _1 +/* delete set */ +void cb_delete_set() +{ + char fname[512]; + /* do not delete file */ + if ( strequal( _(""), levelset_home_names[config.levelset_home_id] ) ) { + printf( _("You cannot delete '%s'!\n"), _("") ); + return; + } + /* get file name + path */ + snprintf( fname, sizeof(fname)-1, "%s/%s/levels/%s", getenv( "HOME" ), CONFIG_DIR_NAME, levelset_home_names[config.levelset_home_id] ); + remove( fname ); + levelsets_load_names(); /* reinit name lists and configs indices */ + /* reassign these name lists as position in memory has changed */ + value_set_new_names( item_levelset->value, levelset_names, levelset_count ); + value_set_new_names( item_set->value, levelset_home_names, levelset_home_count ); +} +/* adjust set list */ +void cb_adjust_set_list() +{ + /* reinit name lists and configs indices */ + levelsets_load_names(); + /* reassign these name lists as position in memory has changed */ + value_set_new_names( item_levelset->value, levelset_names, levelset_count ); + value_set_new_names( item_set->value, levelset_home_names, levelset_home_count ); +} +/* set cpu difficulty stuff */ +void cb_cpu_diff() +{ + switch ( config.cpu_diff ) { + case 0: + config.cpu_delay = 3500; + config.cpu_rot_delay = 100; + break; + case 1: + config.cpu_delay = 2000; + config.cpu_rot_delay = 100; + break; + case 2: + config.cpu_delay = 1000; + config.cpu_rot_delay = 100; + break; + case 3: + config.cpu_delay = 500; + config.cpu_rot_delay = 100; + break; + case 4: + config.cpu_delay = 0; + config.cpu_rot_delay = 100; + break; + case 5: + config.cpu_delay = 0; + config.cpu_rot_delay = 100; + break; + } +} +#endif +/* if hints where disabled hide actual hint */ +void cb_hints() +{ + if ( !config.quick_help ) + hint_set( 0 ); +} + +/* +==================================================================== +Load/delete background and create and link all menus +==================================================================== +*/ +void manager_create() +{ + Item *keys[3][6]; + Item *item; + int filter[SDLK_LAST]; /* key filter */ + /* constant contence of switches */ + char *str_fps[] = { _("No Limit"), _("50 FPS"), _("100 FPS"), _("200 FPS") ,}; + char *str_cpu_aggr[] = { _("Defensive"), _("Normal"), _("Aggressive"), _("Kamikaze") ,}; + char *str_help[] = { _("Off"), _("Shadow"), _("Lines") ,}; + char *keystate_names[] = { _("None"), _("Down"), _("All") ,}; + + char aux[128]; + int i, j, k, l; + + Menu *_main = 0; +#ifdef _1 + Menu *options = 0; +#endif + Menu *adv = 0; +#ifdef SOUND + Menu *audio = 0; +#endif + Menu *gfx = 0; + Menu *game = 0; + Menu *cont = 0; + Menu *cont_player1 = 0, *cont_player2 = 0, *cont_player3 = 0; + Menu *twoplayer = 0; + char *lc_gametype_names[8] = {gametype_names[0], + gametype_names[1], + gametype_names[2], + gametype_names[3], + gametype_names[4], + gametype_names[5], + gametype_names[6], + gametype_names[7]}; + + /* load graphics and sounds */ + mbkgnd = load_surf( "menuback.bmp", SDL_SWSURFACE ); + SDL_SetColorKey( mbkgnd, 0, 0 ); + draw_3dframe( mbkgnd, menu_x, menu_y, menu_w, menu_h, 5 ); + draw_3dframe( mbkgnd, cx, cy, cw, ch, 5 ); + draw_3dframe( mbkgnd, vx, vy, vw, vh, 5 ); + mfont = load_fixed_font( "f_small_yellow.bmp", 32, 96, 8 ); + mhfont = load_fixed_font( "f_white.bmp", 32, 96, 10 ); + mcfont = load_fixed_font( "f_yellow.bmp", 32, 96, 10 ); +#ifdef SOUND + wav_menu_click = sound_chunk_load( "click.wav" ); + wav_menu_motion = sound_chunk_load( "motion.wav" ); +#endif + /* add version to background */ + mfont->align = ALIGN_X_LEFT | ALIGN_Y_CENTER; + write_text( mfont, mbkgnd, vx + 10, vy + vh / 2, "http://lgames.sf.net", OPAQUE ); + mfont->align = ALIGN_X_RIGHT | ALIGN_Y_CENTER; + sprintf( aux, "v%s", VERSION ); + write_text( mfont, mbkgnd, vx + vw - 10, vy + vh / 2, aux, OPAQUE ); + + /* hints will be displayed on menu background */ + hint_set_bkgnd( mbkgnd ); + + /* setup filter */ + filter_clear( filter ); + filter_set( filter, SDLK_a, SDLK_z, 1 ); + filter_set( filter, SDLK_0, SDLK_9, 1 ); + filter_set( filter, SDLK_KP0, SDLK_KP9, 1 ); + filter_set( filter, SDLK_UP, SDLK_PAGEDOWN, 1 ); + filter[SDLK_SPACE] = 1; + filter[SDLK_ESCAPE] = 0; + filter[SDLK_RETURN] = 0; + filter[SDLK_q] = 0; + filter[SDLK_p] = 0; + filter[SDLK_f] = 0; + + /* menus are added to this list for deleting later */ + menus = list_create( LIST_AUTO_DELETE, menu_delete ); + /* create menus */ + _main = menu_create( _("Menu"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); + gfx = menu_create( _("Graphics"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); + game = menu_create( _("New Game"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); + cont = menu_create( _("Controls"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); + cont_player1 = menu_create( _("Player1"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); + cont_player2 = menu_create( _("Player2"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); + cont_player3 = menu_create( _("Player3"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); + twoplayer = menu_create( _("Multiplayer Options"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); + adv = menu_create( _("Advanced Options"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); +#ifdef _1 + options = menu_create( _("Options"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); +#endif +#ifdef SOUND + audio = menu_create( _("Audio"), MENU_LAYOUT_CENTERED, menu_x, menu_y, menu_w, menu_h, menu_border ); +#endif + /* create items */ + /* main menu */ + menu_add( _main, item_create_link ( _("New Game"), HINT_NEWGAME, game ) ); + menu_add( _main, item_create_separator ( "" ) ); +#ifdef _1 + menu_add( _main, item_create_link ( _("Options"), HINT_, options ) ); +#endif + menu_add( _main, item_create_link ( _("Controls"), HINT_CTRLS, cont ) ); + menu_add( _main, item_create_link ( _("Graphics"), HINT_GFX, gfx ) ); +#ifdef SOUND + menu_add( _main, item_create_link ( _("Audio"), HINT_AUDIO, audio ) ); +#else + menu_add( _main, item_create_separator ( _("Audio") ) ); +#endif + menu_add( _main, item_create_separator ( "" ) ); + menu_add( _main, item_create_link ( _("Advanced Options"), HINT_ADV, adv ) ); + menu_add( _main, item_create_separator ( "" ) ); + menu_add( _main, item_create_action ( _("Quit"), HINT_QUIT, ACTION_QUIT ) ); +#ifdef _1 + /* options */ + menu_add( options, item_create_link( _("Controls"), HINT_, cont ) ); + menu_add( options, item_create_link( _("Graphics"), HINT_, gfx ) ); + menu_add( options, item_create_link( _("Audio"), HINT_, audio ) ); + menu_add( options, item_create_separator( _("Audio") ) ); + menu_add( options, item_create_separator( "" ) ); + menu_add( options, item_create_link( _("Back"), _main ) ); +#endif + /* audio */ +#ifdef SOUND + item = item_create_switch( _("Sound:"), HINT_, &config.sound, _("Off"), _("On") ); + item->callback = cb_sound; + menu_add( audio, item ); + item = item_create_range( _("Volume:"), HINT_, &config.volume, 1, 8, 1 ); + item->callback = cb_volume; + menu_add( audio, item ); + menu_add( audio, item_create_separator( "" ) ); + menu_add( audio, item_create_link( _("Back"), HINT_, _main ) ); +#endif + /* gfx */ + menu_add( gfx, item_create_switch( _("Animations:"), HINT_ANIM, &config.anim, _("Off"), _("On") ) ); + menu_add( gfx, item_create_switch( _("Move:"), HINT_SMOOTHHORI, &config.smooth_hori, _("Tile By Tile"), _("Smooth") ) ); + menu_add( gfx, item_create_switch( _("Drop:"), HINT_SMOOTHVERT, &config.block_by_block, _("Smooth"), _("Tile By Tile") ) ); + menu_add( gfx, item_create_switch( _("Change Background:"), HINT_BKGND, &config.keep_bkgnd, _("Yes"), _("No") ) ); + menu_add( gfx, item_create_separator( "" ) ); + item = item_create_switch( _("Display:"), HINT_DISPLAY, &config.fullscreen, _("Window"), _("Fullscreen") ); + item->callback = cb_fullscreen; + menu_add( gfx, item ); + menu_add( gfx, item_create_switch_x( _("Frame Rate:"), HINT_FPS, &config.fps, str_fps, 4 ) ); + menu_add( gfx, item_create_separator( "" ) ); + menu_add( gfx, item_create_link( _("Back"), HINT_, _main ) ); + /* game */ + menu_add( game, item_create_action( _("Start Game"), HINT_START, ACTION_PLAY ) ); + menu_add( game, item_create_separator( "" ) ); + menu_add( game, item_create_edit( _("1st Player:"), HINT_NAME, config.player1.name, 12 ) ); + menu_add( game, item_create_edit( _("2nd Player:"), HINT_NAME, config.player2.name, 12 ) ); + menu_add( game, item_create_edit( _("3rd Player:"), HINT_NAME, config.player3.name, 12 ) ); + menu_add( game, item_create_separator( "" ) ); + menu_add( game, item_create_switch_x( _("Game:"), HINT_GAME, &config.gametype, lc_gametype_names, 8 ) ); + menu_add( game, item_create_range( _("Starting Level:"), HINT_STARTLEVEL, &config.starting_level, 0, 9, 1 ) ); + menu_add( game, item_create_switch( _("Preview:"), HINT_PREVIEW, &config.preview, _("Off"), _("On") ) ); + menu_add( game, item_create_switch_x( _("Help:"), HINT_HELP, &config.help, str_help, 3 ) ); + menu_add( game, item_create_switch( _("Expert Mode:"), HINT_EXPERT, &config.expert, _("Off"), _("On") ) ); +#ifdef _1 + menu_add( game, item_create_switch( _("Slow:"), HINT_, &config.slow, _("Off"), _("On") ) ); +#endif + //menu_add( game, item_create_separator( "" ) ); + menu_add( game, item_create_link( _("Multiplayer Options"), HINT_MPMENU, twoplayer ) ); + menu_add( game, item_create_separator( "" ) ); + menu_add( game, item_create_link( _("Back"), HINT_, _main ) ); + /* twoplayer options */ + menu_add( twoplayer, item_create_switch( _("Same Blocks For All:"), HINT_SAME, &config.same_blocks_for_all, _("Off"), _("On") ) ); + menu_add( twoplayer, item_create_separator( "" ) ); + menu_add( twoplayer, item_create_range( _("Holes:"), HINT_HOLES, &config.holes, 1, 9, 1 ) ); + menu_add( twoplayer, item_create_switch( _("Random Holes:"), HINT_RANDHOLES, &config.rand_holes, _("Off"), _("On") ) ); + menu_add( twoplayer, item_create_switch( _("Send All Lines:"), HINT_SENDALL, &config.send_all, _("Off"), _("On") ) ); + menu_add( twoplayer, item_create_switch( _("Always Send Tetris:"), HINT_SENDTETRIS, &config.send_tetris, _("Off"), _("On") ) ); + menu_add( twoplayer, item_create_separator( "" ) ); + menu_add( twoplayer, item_create_switch_x( _("CPU Style:"), HINT_CPUAGGR, &config.cpu_aggr, str_cpu_aggr, 4 ) ); + menu_add( twoplayer, item_create_range( _("CPU Drop Delay:"), HINT_CPUDROP, &config.cpu_delay, 0, 2000, 100 ) ); + menu_add( twoplayer, item_create_separator( "" ) ); + menu_add( twoplayer, item_create_link( _("Back"), HINT_, game ) ); + /* controls */ + menu_add( cont, item_create_link( _("Player1"), HINT_CONTROLS, cont_player1 ) ); + menu_add( cont, item_create_link( _("Player2"), HINT_CONTROLS, cont_player2 ) ); + menu_add( cont, item_create_link( _("Player3"), HINT_CONTROLS, cont_player3 ) ); + menu_add( cont, item_create_separator( "" ) ); + menu_add( cont, item_create_range( _("Horizontal Delay:"), HINT_HORIDEL,&config.hori_delay, 0, 9, 1 ) ); + menu_add( cont, item_create_separator( "" ) ); + menu_add( cont, item_create_link( _("Back"), HINT_, _main ) ); + /* all keys used */ + keys[0][0] = item_create_key( _("Left:"), HINT_CONTROLS, &config.player1.controls.left, filter ); + keys[0][1] = item_create_key( _("Right:"), HINT_CONTROLS, &config.player1.controls.right, filter ); + keys[0][2] = item_create_key( _("Rotate Left:"), HINT_CONTROLS, &config.player1.controls.rot_left, filter ); + keys[0][3] = item_create_key( _("Rotate Right:"), HINT_CONTROLS, &config.player1.controls.rot_right, filter ); + keys[0][4] = item_create_key( _("Down:"), HINT_CONTROLS, &config.player1.controls.down, filter ); + keys[0][5] = item_create_key( _("Drop:"), HINT_CONTROLS, &config.player1.controls.drop, filter ); + keys[1][0] = item_create_key( _("Left:"), HINT_CONTROLS, &config.player2.controls.left, filter ); + keys[1][1] = item_create_key( _("Right:"), HINT_CONTROLS, &config.player2.controls.right, filter ); + keys[1][2] = item_create_key( _("Rotate Left:"), HINT_CONTROLS, &config.player2.controls.rot_left, filter ); + keys[1][3] = item_create_key( _("Rotate Right:"), HINT_CONTROLS, &config.player2.controls.rot_right, filter ); + keys[1][4] = item_create_key( _("Down:"), HINT_CONTROLS, &config.player2.controls.down, filter ); + keys[1][5] = item_create_key( _("Drop:"), HINT_CONTROLS, &config.player2.controls.drop, filter ); + keys[2][0] = item_create_key( _("Left:"), HINT_CONTROLS, &config.player3.controls.left, filter ); + keys[2][1] = item_create_key( _("Right:"), HINT_CONTROLS, &config.player3.controls.right, filter ); + keys[2][2] = item_create_key( _("Rotate Left:"), HINT_CONTROLS, &config.player3.controls.rot_left, filter ); + keys[2][3] = item_create_key( _("Rotate Right:"), HINT_CONTROLS, &config.player3.controls.rot_right, filter ); + keys[2][4] = item_create_key( _("Down:"), HINT_CONTROLS, &config.player3.controls.down, filter ); + keys[2][5] = item_create_key( _("Drop:"), HINT_CONTROLS, &config.player3.controls.drop, filter ); + /* for each key all others are restricted */ + for ( k = 0; k < 3; k++ ) + for ( l = 0; l < 6; l++ ) { + /* restrict all other keys for key( k, l ) */ + for ( i = 0; i < 3; i++ ) + for ( j = 0; j < 6; j++ ) + if ( k != i || l != j ) + value_add_other_key( keys[k][l]->value, keys[i][j]->value ); + } + /* controls player 1 */ + for ( k = 0; k < 6; k++ ) + menu_add( cont_player1, keys[0][k] ); + menu_add( cont_player1, item_create_separator( "" ) ); + menu_add( cont_player1, item_create_link( _("Back"), HINT_,cont ) ); + /* controls player 2 */ + for ( k = 0; k < 6; k++ ) + menu_add( cont_player2, keys[1][k] ); + menu_add( cont_player2, item_create_separator( "" ) ); + menu_add( cont_player2, item_create_link( _("Back"), HINT_, cont ) ); + /* controls player 3 */ + for ( k = 0; k < 6; k++ ) + menu_add( cont_player3, keys[2][k] ); + menu_add( cont_player3, item_create_separator( "" ) ); + menu_add( cont_player3, item_create_link( _("Back"), HINT_, cont ) ); + /* advanced options */ + item = item_create_switch ( _("Quick Help:"), HINT_QHELP, &config.quick_help, _("Off"), _("On") ); + item->callback = cb_hints; + menu_add( adv, item ); + menu_add( adv, item_create_switch_x( _("Clear Keystate:"), HINT_KEYSTATE, &config.clear_keystate, keystate_names, 3 ) ); + menu_add( adv, item_create_switch ( _("Center Preview:"), HINT_CENTERPREVIEW, &config.center_preview, _("Off"), _("On") ) ); + menu_add( adv, item_create_switch ( _("Collision Check:"), HINT_COL_CHECK, &config.async_col_check, _("Sync"), _("Async") ) ); +#ifdef DEVELOPMENT + menu_add( adv, item_create_separator( "" ) ); + menu_add( adv, item_create_action( _("Test CPU Algorithm"), HINT_CPUALG, ACTION_MAKE_STAT ) ); + menu_add( adv, item_create_switch( _("Visualization"), HINT_VIS, &config.visualize, _("Off"), _("On") ) ); +#endif + menu_add( adv, item_create_separator( "" ) ); + menu_add( adv, item_create_link( _("Back"), HINT_, _main ) ); + + /* adjust all menus */ + menu_adjust( _main ); +#ifdef _1 + menu_adjust( options ); +#endif + menu_adjust( adv ); +#ifdef SOUND + menu_adjust( audio ); +#endif + menu_adjust( gfx ); + menu_adjust( game ); + menu_adjust( cont ); + menu_adjust( cont_player1 ); + menu_adjust( cont_player2 ); + menu_adjust( cont_player3 ); + menu_adjust( twoplayer ); + /* set main menu as current */ + menu_select( _main ); +} +void manager_delete() +{ + list_delete( menus ); + free_surf( &mbkgnd ); + free_font( &mfont ); + free_font( &mhfont ); + free_font( &mcfont ); +#ifdef SOUND + if ( wav_menu_click ) sound_chunk_free( wav_menu_click ); wav_menu_click = 0; + if ( wav_menu_motion ) sound_chunk_free( wav_menu_motion ); wav_menu_motion = 0; +#endif +} +/* +==================================================================== +Run menu until request sent +==================================================================== +*/ +int manager_run() +{ + SDL_Event event; + int event_polled = 0; /* event occured? */ + int result = ACTION_NONE; + int ms; + /* draw highscores */ + chart_show( chart_set_query_id( chart_id ), cx, cy, cw, ch ); + /* loop */ + reset_timer(); + while ( result == ACTION_NONE && !term_game ) { + if ( event_poll( &event ) ) event_polled = 1; + if ( event_polled && event.type == SDL_QUIT ) { + result = ACTION_QUIT; + term_game = 1; + } + /* fullscreen if no item selected */ + if ( event_polled ) { + if ( cur_menu->cur_item == 0 || ( cur_menu->cur_item->type != ITEM_EDIT && cur_menu->cur_item->type != ITEM_KEY ) ) + if ( event.type == SDL_KEYUP ) + if ( event.key.keysym.sym == SDLK_f ) { + config.fullscreen = !config.fullscreen; + set_video_mode( std_video_mode( config.fullscreen ) ); + FULL_DEST( sdl.screen ); FULL_SOURCE( mbkgnd ); blit_surf(); + chart_show( chart_set_query_id( chart_id ), cx, cy, cw, ch ); + refresh_screen( 0, 0 ,0, 0 ); + } + /* check if clicked on highscore */ + if ( event.type == SDL_MOUSEBUTTONUP ) + if ( event.button.x >= cx && event.button.y >= cy ) + if ( event.button.x < cx + cw && event.button.y < cy + ch ) { +#ifdef SOUND + sound_play( wav_menu_click ); +#endif + /* set chart id */ + if ( event.button.button == LEFT_BUTTON ) { + chart_id++; + if ( chart_id == charts->count ) chart_id = 0; + } + else { + chart_id--; + if ( chart_id == -1 ) chart_id = charts->count - 1; + } + /* redraw */ + FULL_DEST( sdl.screen ); FULL_SOURCE( mbkgnd ); blit_surf(); + chart_show( chart_set_query_id( chart_id ), cx, cy, cw, ch ); + refresh_screen( cx, cy, cw, ch ); + } + } + ms = get_time(); + menu_hide( cur_menu ); + hint_hide(); + if ( event_polled ) + result = menu_update( cur_menu, &event, ms ); + else + result = menu_update( cur_menu, 0, ms ); + hint_update( ms ); + menu_show( cur_menu ); + chart_show( chart_set_query_id( chart_id ), cx, cy, cw, ch ); + hint_show(); + refresh_rects(); + event_polled = 0; + SDL_Delay( 5 ); + } + return result; +} +/* +==================================================================== +Fade in/out background of menu +==================================================================== +*/ +void manager_fade( int type ) +{ + if ( type == FADE_IN ) { + FULL_DEST( sdl.screen ); FULL_SOURCE( mbkgnd ); blit_surf(); + } + fade_screen( type, FADE_DEF_TIME ); +} +/* +==================================================================== +Update screen without menu itself as this is shown next frame. +==================================================================== +*/ +void manager_show() +{ + set_video_mode( std_video_mode( config.fullscreen ) ); + FULL_DEST( sdl.screen ); FULL_SOURCE( mbkgnd ); blit_surf(); + chart_show( chart_set_query_id( chart_id ), cx, cy, cw, ch ); + add_refresh_rect( 0, 0, sdl.screen->w, sdl.screen->h ); +} + +/* +==================================================================== +Update set list when creating a new file for editor. +==================================================================== +*/ +void manager_update_set_list() +{ +#ifdef _1 + cb_adjust_set_list(); /* hacky but shiiiit how cares? */ +#endif +} diff --git a/project/jni/application/ltris-1.0.15/src/manager.h b/project/jni/application/ltris-1.0.15/src/manager.h new file mode 100644 index 000000000..303f40195 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/manager.h @@ -0,0 +1,74 @@ +/*************************************************************************** + manager.h - description + ------------------- + begin : Thu Sep 20 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __MANAGER_H +#define __MANAGER_H + +#include "ltris.h" +#include "list.h" +#include "value.h" +#include "item.h" +#include "menu.h" +#include "hint.h" + +/* +==================================================================== +Actions generated by menu +==================================================================== +*/ +enum { + ACTION_NONE = 0, + ACTION_QUIT, + ACTION_PLAY, + ACTION_QUICK_HELP, + ACTION_MAKE_STAT +}; + +/* +==================================================================== +Load/delete background and create and link all menus +==================================================================== +*/ +void manager_create(); +void manager_delete(); +/* +==================================================================== +Run menu until request sent +==================================================================== +*/ +int manager_run(); +/* +==================================================================== +Fade in/out background of menu +==================================================================== +*/ +void manager_fade( int type ); +/* +==================================================================== +Update screen without menu itself as this is shown next frame. +==================================================================== +*/ +void manager_show(); + +/* +==================================================================== +Update set list when creating a new file for editor. +==================================================================== +*/ +void manager_update_set_list(); + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/menu.c b/project/jni/application/ltris-1.0.15/src/menu.c new file mode 100644 index 000000000..361a4ac81 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/menu.c @@ -0,0 +1,374 @@ +/*************************************************************************** + menu.c - description + ------------------- + begin : Thu Sep 20 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "manager.h" +#ifdef SOUND +#include "audio.h" +#endif + +List *menus = 0; /* list of menus used to delete them later */ +extern Font *mfont, *mhfont, *mcfont; +extern int gap_height; /* gap size between items */ +extern Menu *cur_menu; +extern int motion, motion_x, motion_y; /* mouse motion event */ +#ifdef SOUND +extern Sound_Chunk *wav_menu_motion, *wav_menu_click; +#endif + +/* +==================================================================== +Create menu. +==================================================================== +*/ +Menu *menu_create( char *name, int layout, int x, int y, int w, int h, int border ) +{ + Menu *menu = calloc( 1, sizeof( Menu ) ); + /* name */ + menu->name = strdup( name ); + /* layout */ + menu->layout = layout; + menu->x = x + border; menu->y = y + border; + menu->w = w - border * 2; menu->h = h - border * 2; + /* items are cleared normally */ + menu->items = list_create( LIST_AUTO_DELETE, item_delete ); + /* add menu to list menus */ + list_add( menus, menu ); + /* create caption */ + menu_add( menu, item_create_separator( name ) ); + ((Item*)menu->items->head.next->item)->font = mcfont; + menu_add( menu, item_create_separator( "" ) ); + /* return menu */ + return menu; +} +/* +==================================================================== +Delete menu and all submenus starting with root menu +==================================================================== +*/ +void menu_delete( void *pmenu ) +{ + Menu *menu = (Menu*)pmenu; + if ( !menu ) return; + list_delete( menu->items ); + if ( menu->name ) free( menu->name ); + free( menu ); +} +/* +==================================================================== +Add item to menu. +==================================================================== +*/ +void menu_add( Menu *menu, Item *item ) +{ + list_add( menu->items, item ); + if ( item->type == ITEM_LINK && (Menu*)item->link != menu ) + ((Menu*)item->link)->parent = menu; +} +/* +==================================================================== +Adjust position and size of all entries according to layout. +==================================================================== +*/ +void menu_adjust( Menu *menu ) +{ + int height, x, y; + Item *item; + if ( menu->layout == MENU_LAYOUT_CENTERED ) { + /* get full height of all items + gaps */ + height = menu->items->count * mhfont->height + + ( menu->items->count - 1 ) * gap_height; + /* get positions of items */ + y = menu->y + ( menu->h - height ) / 2; + x = menu->x; + /* set position */ + list_reset( menu->items ); + while( ( item = list_next( menu->items ) ) ) { + item->x = x; item->y = y; + item->w = menu->w; item->h = mhfont->height; + y += gap_height + mhfont->height; + item_adjust( item ); /* adjust alignment */ + } + return; + } + fprintf( stderr, "menu_adjust: layout %i not supported\n", menu->layout ); +} +/* +==================================================================== +Select menu: clear current item and set extern variable cur_menu +==================================================================== +*/ +void menu_select( Menu *menu ) +{ + if ( cur_menu ) menu_unselect_cur_item( cur_menu ); + cur_menu = menu; + menu->cur_item = 0; + hint_set( 0 ); +} +/* +==================================================================== +Show/hide all items +==================================================================== +*/ +void menu_hide( Menu *menu ) +{ + Item *item; + list_reset( menu->items ); + while ( ( item = list_next( menu->items ) ) ) + item_hide( item ); +} +void menu_show( Menu *menu ) +{ + Item *item; + list_reset( menu->items ); + while ( ( item = list_next( menu->items ) ) ) + item_show( item ); +} +/* +==================================================================== +Update alpha of items and modify items according to event (if any) +==================================================================== +*/ +int menu_update( Menu *menu, SDL_Event *event, int ms ) +{ + int result = ACTION_NONE; + Item *item, *old_item; + int item_used; + void (*callback)(void); + /* update alpha of all items */ + list_reset( menu->items ); + while ( ( item = list_next( menu->items ) ) ) + item_update_alpha( item, ms ); + /* if value::grab is set do only except keyup events */ + if ( menu->cur_item && menu->cur_item->type == ITEM_KEY && menu->cur_item->value->grab ) { + if ( event && event->type == SDL_KEYDOWN ) + value_set_key( menu->cur_item->value, event->key.keysym.sym ); + return result; + } + /* if other event occured check */ + if ( event ) + switch ( event->type ) { + case SDL_KEYDOWN: + switch ( event->key.keysym.sym ) { + case SDLK_ESCAPE: + /* if ESCAPE is pressed go up to last menu or leave */ + if ( strequal( _("Back"), ((Item*)menu->items->tail.prev->item)->name ) ) + menu_select( ((Item*)menu->items->tail.prev->item)->link ); + else + if ( strequal( _("Quit"), ((Item*)menu->items->tail.prev->item)->name ) ) + result = ACTION_QUIT; + break; + case SDLK_RETURN: + if ( !menu->cur_item ) break; + item_used = 1; + /* callback */ + callback = menu->cur_item->callback; + /* action */ + switch ( menu->cur_item->type ) { + case ITEM_ACTION: result = menu->cur_item->item_id; break; + case ITEM_LINK: menu_select( menu->cur_item->link ); break; + case ITEM_KEY: value_grab( menu->cur_item->value ); break; + case ITEM_SWITCH: + case ITEM_SWITCH_X: + case ITEM_RANGE: + value_inc( menu->cur_item->value ); + break; + default: item_used = 0; break; + } + if ( item_used ) { +#ifdef SOUND + sound_play( wav_menu_click ); +#endif + if ( callback ) (callback)(); + } + break; + case SDLK_RIGHT: + if ( !menu->cur_item ) break; + item_used = 1; + switch ( menu->cur_item->type ) { + case ITEM_SWITCH: + case ITEM_SWITCH_X: + case ITEM_RANGE: + value_inc( menu->cur_item->value ); + break; + default: item_used = 0; break; + } +#ifdef SOUND + if ( item_used ) + sound_play( wav_menu_click ); +#endif + break; + case SDLK_LEFT: + if ( !menu->cur_item ) break; + item_used = 1; + switch ( menu->cur_item->type ) { + case ITEM_SWITCH: + case ITEM_SWITCH_X: + case ITEM_RANGE: + value_dec( menu->cur_item->value ); + break; + default: item_used = 0; break; + } +#ifdef SOUND + if ( item_used ) + sound_play( wav_menu_click ); +#endif + break; + case SDLK_UP: + menu_up( menu ); + hint_set( menu->cur_item->hint ); +#ifdef SOUND + sound_play( wav_menu_click ); +#endif + break; + case SDLK_DOWN: + menu_down( menu ); + hint_set( menu->cur_item->hint ); +#ifdef SOUND + sound_play( wav_menu_click ); +#endif + break; + default: + /* if type is edit: edit! */ + if ( menu->cur_item && menu->cur_item->type == ITEM_EDIT ) { + value_edit( menu->cur_item->value, event->key.keysym.sym, event->key.keysym.unicode ); +#ifdef SOUND + sound_play( wav_menu_click ); +#endif + break; + } + break; + } + break; + case SDL_MOUSEBUTTONUP: + if ( !menu->cur_item ) break; + item_used = 1; + callback = menu->cur_item->callback; + switch ( menu->cur_item->type ) { + case ITEM_ACTION: result = menu->cur_item->item_id; break; + case ITEM_LINK: menu_select( menu->cur_item->link ); break; + case ITEM_SWITCH: + case ITEM_SWITCH_X: + case ITEM_RANGE: + if ( event->button.button == LEFT_BUTTON ) + value_inc( menu->cur_item->value ); + else + value_dec( menu->cur_item->value ); + break; + case ITEM_KEY: value_grab( menu->cur_item->value ); break; + default: item_used = 0; break; + } + if ( item_used ) { +#ifdef SOUND + sound_play( wav_menu_click ); +#endif + if ( callback ) (callback)(); + } + break; + } + /* mouse motion is handled by event_filter so check motion */ + if ( motion ) { + /* select item mouse pointer is on */ + old_item = menu->cur_item; + menu_unselect_cur_item( menu ); + list_reset( menu->items ); + while( ( item = list_next( menu->items ) ) ) + if ( item_focus( item, motion_x, motion_y ) ) { + menu_select_item( menu, item ); + if ( old_item != menu->cur_item ) { +#ifdef SOUND + sound_play( wav_menu_motion ); +#endif + } + break; + } + if ( menu->cur_item ) + hint_set( menu->cur_item->hint ); + else + hint_set( 0 ); + } + return result; +} +/* +==================================================================== +Select/unselect item: update menu::cur_item und item::highlight +==================================================================== +*/ +void menu_unselect_cur_item( Menu *menu ) +{ + if ( menu->cur_item ) menu->cur_item->highlighted = 0; + menu->cur_item = 0; +} +void menu_select_item( Menu *menu, Item *item ) +{ + menu->cur_item = item; + menu->cur_item->highlighted = 1; +} +/* +==================================================================== +Go one valid menu item up or down. +==================================================================== +*/ +void menu_up( Menu *menu ) +{ + List_Entry *entry; + Item *item; + int valid = 0; + /* no selection so far: select first item after caption */ + if ( !menu->cur_item ) { + menu_select_item( menu, list_get( menu->items, 2 ) ); + return; + } + /* get entry -- MUST exist so don't check */ + entry = list_entry( menu->items, menu->cur_item ); + /* get next entry */ + do { + entry = entry->prev; + if ( entry == &menu->items->head ) + entry = menu->items->tail.prev; + item = (Item*)entry->item; + if ( item->type == ITEM_SEPARATOR ) continue; + valid = 1; + } while ( !valid ); + /* set as current */ + menu_unselect_cur_item( menu ); + menu_select_item( menu, entry->item ); +} +void menu_down( Menu *menu ) +{ + List_Entry *entry; + Item *item; + int valid = 0; + /* no selection so far: select first item after caption */ + if ( !menu->cur_item ) { + menu_select_item( menu, list_get( menu->items, 2 ) ); + return; + } + /* get entry -- MUST exist so don't check */ + entry = list_entry( menu->items, menu->cur_item ); + /* get next entry */ + do { + entry = entry->next; + if ( entry == &menu->items->tail ) + entry = menu->items->head.next; + item = (Item*)entry->item; + if ( item->type == ITEM_SEPARATOR ) continue; + valid = 1; + } while ( !valid ); + /* set as current */ + menu_unselect_cur_item( menu ); + menu_select_item( menu, entry->item ); +} diff --git a/project/jni/application/ltris-1.0.15/src/menu.h b/project/jni/application/ltris-1.0.15/src/menu.h new file mode 100644 index 000000000..353f48260 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/menu.h @@ -0,0 +1,95 @@ +/*************************************************************************** + menu.h - description + ------------------- + begin : Thu Sep 20 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __MENU_H +#define __MENU_H + +/* +==================================================================== +Menu +==================================================================== +*/ +enum { MENU_LAYOUT_CENTERED = 0 }; +typedef struct _Menu { + char *name; /* name of menu -- duplicated */ + int layout; + int x, y, w, h; /* layout */ + List *items; /* list of menu items */ + Item *cur_item; /* currently highlighted item */ + struct _Menu *parent; /* parent menu */ +} Menu; + +/* +==================================================================== +Create menu and center it in x,y,w,h by menu_adjust() later. +==================================================================== +*/ +Menu *menu_create( char *name, int layout, int x, int y, int w, int h, int border ); +/* +==================================================================== +Delete menu and all submenus starting with root menu +==================================================================== +*/ +void menu_delete( void *menu ); +/* +==================================================================== +Add item to menu. Add item::menu to children list if +ITEM_LINK. +==================================================================== +*/ +void menu_add( Menu *menu, Item *item ); +/* +==================================================================== +Adjust position and size of all entries according to layout. +==================================================================== +*/ +void menu_adjust( Menu *menu ); +/* +==================================================================== +Select menu: clear current item and set extern variable cur_menu +==================================================================== +*/ +void menu_select( Menu *menu ); +/* +==================================================================== +Show/hide all items +==================================================================== +*/ +void menu_hide( Menu *menu ); +void menu_show( Menu *menu ); +/* +==================================================================== +Update alpha of items and modify items according to event (if any) +==================================================================== +*/ +int menu_update( Menu *menu, SDL_Event *event, int ms ); +/* +==================================================================== +Select/unselect item: update menu::cur_item und item::highlight +==================================================================== +*/ +void menu_unselect_cur_item( Menu *menu ); +void menu_select_item( Menu *menu, Item *item ); +/* +==================================================================== +Go one valid menu item up or down. +==================================================================== +*/ +void menu_up( Menu *menu ); +void menu_down( Menu *menu ); + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/parser.c b/project/jni/application/ltris-1.0.15/src/parser.c new file mode 100644 index 000000000..269b48862 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/parser.c @@ -0,0 +1,713 @@ +/*************************************************************************** + parser.c - description + ------------------- + begin : Sat Mar 9 2002 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include +#include +#include "parser.h" + +/* +==================================================================== +Error string. +==================================================================== +*/ +static char parser_sub_error[1024]; +static char parser_error[1024]; + +/* +==================================================================== +This buffer is used to fully load resource files when the +compact format is used. +==================================================================== +*/ +enum { CBUFFER_SIZE = 131072 }; /* 128 KB */ +static char cbuffer[CBUFFER_SIZE]; +static char* cbuffer_pos = 0; /* position in cbuffer */ + +/* +==================================================================== +As we need constant strings sometimes we have to define a maximum +length for tokens. +==================================================================== +*/ +enum { PARSER_MAX_TOKEN_LENGTH = 1024 }; + +/* +==================================================================== +Locals +==================================================================== +*/ + +/* +==================================================================== +Macro to shorten the fread call for a single character. +==================================================================== +*/ +#define FILE_READCHAR( file, c ) fread( &c, sizeof( char ), 1, file ) + +/* +==================================================================== +Copy source to dest and at maximum limit chars. Terminate with 0. +==================================================================== +*/ +void strcpy_lt( char *dest, char *src, int limit ) +{ + int len = strlen( src ); + if ( len > limit ) { + strncpy( dest, src, limit ); + dest[limit] = 0; + } + else + strcpy( dest, src ); +} + +/* +==================================================================== +Find next newline in cbuffer and replace it with \0 and return the +pointer to the current line. +==================================================================== +*/ +static char* parser_get_next_line() +{ + char *line = cbuffer_pos; + char *newpos; + if ( cbuffer_pos[0] == 0 ) + return 0; /* completely read. no more lines. */ + if ( ( newpos = strchr( cbuffer_pos, 10 ) ) == 0 ) + cbuffer_pos += strlen( cbuffer_pos ); /* last line */ + else { + cbuffer_pos = newpos + 1; /* set pointer to next line */ + newpos[0] = 0; /* terminate current line */ + } + return line; +} + +/* +==================================================================== +Set parse error string: "file:line: error" +==================================================================== +*/ +static void parser_set_parse_error( char *fname, FILE *file, char *error ) +{ + int end, pos; + int line_count = 1; + char c; + end = ftell( file ); pos = 0; + fseek( file, 0, SEEK_SET ); + while ( pos < end ) { + FILE_READCHAR( file, c ); pos++; + if ( c == 10 ) line_count++; + } + sprintf( parser_error, "%s: %i: %s", + fname, line_count, error ); +} + +/* +==================================================================== +Check if the given character occurs in the symbol list. +If the first symbol is ' ' it is used as wildcard for all +white-spaces. +==================================================================== +*/ +static int is_symbol( int c, char *symbols ) +{ + int i = 0; + if ( symbols[0] == ' ' && c <= 32 ) return 1; + while ( symbols[i] != 0 ) + if ( c == symbols[i++] ) + return 1; + return 0; +} + +/* +==================================================================== +Move file position forward until reading in the given character. +If stop is ' ' whitespaces will be ignored. +==================================================================== +*/ +static void file_skip( FILE *file, char stop ) +{ + char c = 0; + FILE_READCHAR( file, c ); + while ( ( ( stop == ' ' && c <= 32 ) || ( stop != ' ' && c != stop ) ) && !feof( file ) ) + FILE_READCHAR( file, c ); + if ( !feof( file ) ) + fseek( file, -1, SEEK_CUR ); +} + +/* +==================================================================== +Read next token from current file position where symbols is a +list of characters used to break up the tokens. The symbols +themself are returned as tokens. If ' ' occurs in the symbol list +it will be ignored and whitespaces are removed automatically. +The token does not exceed PARSER_MAX_TOKEN_LENGTH. +Enclosing ".." are kept at the token. Use file_compare_token() +to test it's contents. +Returns False on EoF. +==================================================================== +*/ +static int file_read_token_intern( FILE *file, char *symbols, char *token ) +{ + int pos = 0; + char c; + token[0] = 0; + file_skip( file, ' ' ); + FILE_READCHAR( file, c ); + if ( feof( file ) ) { + sprintf( parser_sub_error, "unexpected end of file" ); + return 0; + } + /* string? */ + if ( c == '"' ) { + token[pos++] = '"'; + FILE_READCHAR( file, c ); + while ( ( !feof( file ) && c != '"' ) ) { + token[pos++] = c; + if ( pos == PARSER_MAX_TOKEN_LENGTH - 2 ) { + token[pos++] = '"'; + token[pos] = 0; + sprintf( parser_sub_error, "token exceeds limit" ); + return 0; + } + FILE_READCHAR( file, c ); + } + token[pos++] = '"'; + token[pos] = 0; + if ( feof( file ) ) { + sprintf( parser_sub_error, "unexpected end of file" ); + token[0] = 0; + return 0; + } + return 1; + } + /* symbol? */ + if ( is_symbol( c, symbols ) ) { + token[0] = c; token[1] = 0; + return 1; + } + /* other token */ + while ( !is_symbol( c, symbols ) && !feof( file ) ) { + token[pos++] = c; + if ( pos == PARSER_MAX_TOKEN_LENGTH - 1 ) { + token[pos] = 0; + sprintf( parser_sub_error, "token exceeds limit" ); + return 0; + } + FILE_READCHAR( file, c ); + } + token[pos] = 0; + if ( feof( file ) ) + return 1; + fseek( file, -1, SEEK_CUR ); + return 1; +} + +/* +==================================================================== +Skip all tokens until one begins with character 'stop'. This +token is also ignored. +==================================================================== +*/ +static void file_skip_section( FILE *file, char stop ) +{ + char token[PARSER_MAX_TOKEN_LENGTH]; + do { + file_read_token_intern( file, PARSER_SYMBOLS, token ); + } while ( !feof( file ) && token[0] != stop ); +} + +/* +==================================================================== +Read next token and skip comments enclosed in tokens +skip[0], skip[1] (if skip is not NULL). +Return 0 if EoF. +==================================================================== +*/ +static int file_read_token( FILE *file, char *symbols, char *skip, char *token ) +{ + while ( 1 ) { + if ( !file_read_token_intern( file, symbols, token ) ) + return 0; + if ( skip ) { + if ( token[0] == skip[0] ) + file_skip_section( file, skip[1] ); + else + break; + } + else + break; + } + return 1; +} + +/* +==================================================================== +Remove quotes if any and return result as newly allocated string. +==================================================================== +*/ +static char* parser_remove_quotes( char *string ) +{ + char *new; + if ( string[0] != '"' ) + return strdup( string ); + new = calloc( strlen( string ) - 1, sizeof( char ) ); + strncpy( new, string + 1, strlen( string ) - 2 ); + new[strlen( string ) - 2] = 0; + return new; +} + +/* +==================================================================== +Proceed in the given string until it ends or non-whitespace occurs +and return the new position. +==================================================================== +*/ +static char* string_ignore_whitespace( char *string ) +{ + int i = 0; + while ( string[i] != 0 && string[i] <= 32 ) i++; + return string + i; +} + +/* +==================================================================== +This function searches file from the current position for the next +pdata entry. +==================================================================== +*/ +static PData* parser_parse_file( FILE *file ) +{ + char token[PARSER_MAX_TOKEN_LENGTH]; + PData *pd = 0, *sub = 0; + + /* get name */ + if ( !file_read_token( file, PARSER_SYMBOLS, PARSER_SKIP_SYMBOLS, token ) ) + return 0; + if ( is_symbol( token[0], PARSER_SYMBOLS ) ) { + sprintf( parser_sub_error, "parse error before '%s'", token ); + return 0; + } + pd = calloc( 1, sizeof( PData ) ); + pd->name = parser_remove_quotes( token ); + /* check type */ + if ( !file_read_token( file, PARSER_SYMBOLS, PARSER_SKIP_SYMBOLS, token ) ) + goto failure; + switch ( token[0] ) { + case PARSER_SET: + /* assign single value or list */ + pd->values = list_create( LIST_AUTO_DELETE, LIST_NO_CALLBACK ); + if ( !file_read_token( file, PARSER_SYMBOLS, PARSER_SKIP_SYMBOLS, token ) ) + goto failure; + if ( token[0] != PARSER_LIST_BEGIN ) { + if ( is_symbol( token[0], PARSER_SYMBOLS ) ) { + sprintf( parser_sub_error, "parse error before '%s'", token ); + goto failure; + } + else + list_add( pd->values, parser_remove_quotes( token ) ); + } + else { + if ( !file_read_token( file, PARSER_SYMBOLS, PARSER_SKIP_SYMBOLS, token ) ) + goto failure; + while ( token[0] != PARSER_LIST_END ) { + if ( is_symbol( token[0], PARSER_SYMBOLS ) ) { + sprintf( parser_sub_error, "parse error before '%s'", token ); + goto failure; + } + else + list_add( pd->values, parser_remove_quotes( token ) ); + if ( !file_read_token( file, PARSER_SYMBOLS, PARSER_SKIP_SYMBOLS, token ) ) + goto failure; + } + } + break; + case PARSER_GROUP_BEGIN: + /* check all entries until PARSER_GROUP_END */ + pd->entries = list_create( LIST_NO_AUTO_DELETE, LIST_NO_CALLBACK ); + while ( 1 ) { + if ( !file_read_token( file, PARSER_SYMBOLS, PARSER_SKIP_SYMBOLS, token ) ) + goto failure; + if ( token[0] == PARSER_GROUP_END ) + break; + fseek( file, -strlen( token ), SEEK_CUR ); + sub = parser_parse_file( file ); + if ( sub ) + list_add( pd->entries, sub ); + else + goto failure; + } + break; + default: + sprintf( parser_sub_error, "parse error before '%s'", token ); + goto failure; + } + return pd; +failure: + parser_free( &pd ); + return 0; +} + +/* +==================================================================== +Publics +==================================================================== +*/ + +/* +==================================================================== +This function splits a string into tokens using the characters +found in symbols as breakpoints. If the first symbol is ' ' all +whitespaces are used as breakpoints though NOT added as a token +(thus removed from string). +==================================================================== +*/ +List* parser_split_string( char *string, char *symbols ) +{ + int pos; + char *token = 0; + List *list = list_create( LIST_AUTO_DELETE, LIST_NO_CALLBACK ); + while ( string[0] != 0 ) { + if ( symbols[0] == ' ' ) + string = string_ignore_whitespace( string ); + if ( string[0] == 0 ) break; + pos = 1; /* 'read in' first character */ + while ( string[pos - 1] != 0 && !is_symbol( string[pos - 1], symbols ) && string[pos - 1] != '"' ) pos++; + if ( pos > 1 ) + pos--; + else + if ( string[pos - 1] == '"' ) { + /* read a string */ + string = string + 1; pos = 0; + while ( string[pos] != 0 && string[pos] != '"' ) pos++; + token = calloc( pos + 1, sizeof( char ) ); + strncpy( token, string, pos ); token[pos] = 0; + list_add( list, token ); + string = string + pos + (string[pos] != 0); + continue; + } + token = calloc( pos + 1, sizeof( char ) ); + strncpy( token, string, pos); token[pos] = 0; + list_add( list, token ); + string = string + pos; + } + return list; +} +/* +==================================================================== +This is the light version of parser_split_string which checks for +just one character and does not add this glue characters to the +list. It's about 2% faster. Wow. +==================================================================== +*/ +List *parser_explode_string( char *string, char c ) +{ + List *list = list_create( LIST_AUTO_DELETE, LIST_NO_CALLBACK ); + char *next_slash = 0; + char buffer[64]; + while ( string[0] != 0 && ( next_slash = strchr( string, c ) ) != 0 ) { + if ( next_slash != string ) { + strcpy_lt( buffer, string, (next_slash-string>63)?63:(next_slash-string) ); + list_add( list, strdup( buffer ) ); + } + string += next_slash - string + 1; + } + if ( string[0] != 0 ) + list_add( list, strdup( string ) ); + return list; +} + +/* +==================================================================== +This function reads in a whole file and converts it into a +PData tree struct. If an error occurs NULL is returned and +parser_error is set. +==================================================================== +*/ +static int parser_read_file_full( FILE *file, PData *top ) +{ + PData *sub = 0; + char token[1024]; + /* parse file */ + while ( !feof( file ) ) { + if ( ( sub = parser_parse_file( file ) ) != 0 ) + list_add( top->entries, sub ); + else + return 0; + /* skip comments and whitespaces */ + if ( !file_read_token( file, PARSER_SYMBOLS, PARSER_SKIP_SYMBOLS, token ) ) { + if ( token[0] != 0 ) + return 0; + break; + } + else + fseek( file, -strlen( token ), SEEK_CUR ); + } + return 1; +} +static int parser_read_file_compact( PData *section ) +{ + /* section is the parent pdata that needs some + entries */ + PData *pd = 0; + char *line, *cur; + while ( ( line = parser_get_next_line() ) ) { + switch ( line[0] ) { + case '>': + /* this section is finished */ + return 1; + case '<': + /* add a whole subsection */ + pd = calloc( 1, sizeof( PData ) ); + pd->name = strdup( line + 1 ); + pd->entries = list_create( LIST_NO_AUTO_DELETE, LIST_NO_CALLBACK ); + parser_read_file_compact( pd ); + /* add to section */ + list_add( section->entries, pd ); + break; + case '\0': break; + default: + /* read values as subsection */ + pd = calloc( 1, sizeof( PData ) ); + /* check name */ + if ( ( cur = strchr( line, '»' ) ) == 0 ) { + sprintf( parser_sub_error, "parse error: use '»' for assignment or '<' for section" ); + return 0; + } + cur[0] = 0; cur++; + pd->name = strdup( line ); + /* get values */ + pd->values = parser_explode_string( cur, '°' ); + /* add to section */ + list_add( section->entries, pd ); + break; + } + } + return 1; +} +PData* parser_read_file( char *tree_name, char *fname ) +{ + int size; + char magic = 0; + FILE *file = 0; + PData *top = 0; + /* open file */ + if ( ( file = fopen( fname, "r" ) ) == 0 ) { + sprintf( parser_error, "%s: file not found", fname ); + return 0; + } + /* create top level pdata */ + top = calloc( 1, sizeof( PData ) ); + top->name = strdup( tree_name ); + top->entries = list_create( LIST_NO_AUTO_DELETE, LIST_NO_CALLBACK ); + /* parse */ + FILE_READCHAR( file, magic ); + if ( magic == '@' ) { + /* get the whole contents -- 1 and CBUFFER_SIZE are switched */ + fseek( file, 0, SEEK_END ); size = ftell( file ) - 2; + if ( size >= CBUFFER_SIZE ) { + fprintf( stderr, "%s: file's too big to fit the compact buffer (128KB)\n", fname ); + size = CBUFFER_SIZE - 1; + } + fseek( file, 2, SEEK_SET ); + fread( cbuffer, 1, size, file ); + cbuffer[size] = 0; + /* set indicator to beginning of text */ + cbuffer_pos = cbuffer; + /* parse cbuffer */ + if ( !parser_read_file_compact( top ) ) { + parser_set_parse_error( fname, file, parser_sub_error ); + goto failure; + } + } + else { + fseek( file, 0, SEEK_SET ); + if ( !parser_read_file_full( file, top ) ) { + parser_set_parse_error( fname, file, parser_sub_error ); + goto failure; + } + } + /* finalize */ + fclose( file ); + return top; +failure: + fclose( file ); + parser_free( &top ); + return 0; +} + +/* +==================================================================== +This function frees a PData tree struct. +==================================================================== +*/ +void parser_free( PData **pdata ) +{ + PData *entry = 0; + if ( (*pdata) == 0 ) return; + if ( (*pdata)->name ) free( (*pdata)->name ); + if ( (*pdata)->values ) list_delete( (*pdata)->values ); + if ( (*pdata)->entries ) { + list_reset( (*pdata)->entries ); + while ( ( entry = list_next( (*pdata)->entries ) ) ) + parser_free( &entry ); + list_delete( (*pdata)->entries ); + } + free( *pdata ); *pdata = 0; +} + +/* +==================================================================== +Functions to access a PData tree. +'name' is the pass within tree 'pd' where subtrees are separated +by '/' (e.g.: name = 'config/graphics/animations') +parser_get_pdata : get pdata entry associated with 'name' +parser_get_entries : get list of subtrees (PData structs) in 'name' +parser_get_values : get value list of 'name' +parser_get_value : get a single value from value list of 'name' +parser_get_int : get first value of 'name' converted to integer +parser_get_double : get first value of 'name' converted to double +parser_get_string : get first value of 'name' _duplicated_ +If an error occurs result is set NULL, False is returned and +parse_error is set. +==================================================================== +*/ +int parser_get_pdata ( PData *pd, char *name, PData **result ) +{ + int i, found; + PData *pd_next = pd; + PData *entry = 0; + char *sub = 0; + List *path = parser_explode_string( name, '/' ); + for ( i = 0, list_reset( path ); i < path->count; i++ ) { + sub = list_next( path ); + if ( !pd_next->entries ) { + sprintf( parser_sub_error, "%s: no subtrees", pd_next->name ); + goto failure; + } + list_reset( pd_next->entries ); found = 0; + while ( ( entry = list_next( pd_next->entries ) ) ) + if ( strlen( entry->name ) == strlen( sub ) && !strncmp( entry->name, sub, strlen( sub ) ) ) { + pd_next = entry; + found = 1; + break; + } + if ( !found ) { + sprintf( parser_sub_error, "%s: subtree '%s' not found", pd_next->name, sub ); + goto failure; + } + } + list_delete( path ); + *result = pd_next; + return 1; +failure: + sprintf( parser_error, "parser_get_pdata: %s/%s: %s", pd->name, name, parser_sub_error ); + list_delete( path ); + *result = 0; + return 0; +} +int parser_get_entries( PData *pd, char *name, List **result ) +{ + PData *entry; + *result = 0; + if ( !parser_get_pdata( pd, name, &entry ) ) { + sprintf( parser_sub_error, "parser_get_entries:\n %s", parser_error ); + strcpy( parser_error, parser_sub_error ); + return 0; + } + if ( !entry->entries || entry->entries->count == 0 ) { + sprintf( parser_error, "parser_get_entries: %s/%s: no subtrees", pd->name, name ); + return 0; + } + *result = entry->entries; + return 1; +} +int parser_get_values ( PData *pd, char *name, List **result ) +{ + PData *entry; + *result = 0; + if ( !parser_get_pdata( pd, name, &entry ) ) { + sprintf( parser_sub_error, "parser_get_values:\n %s", parser_error ); + strcpy( parser_error, parser_sub_error ); + return 0; + } + if ( !entry->values || entry->values->count == 0 ) { + sprintf( parser_error, "parser_get_values: %s/%s: no values", pd->name, name ); + return 0; + } + *result = entry->values; + return 1; +} +int parser_get_value ( PData *pd, char *name, char **result, int index ) +{ + List *values; + if ( !parser_get_values( pd, name, &values ) ) { + sprintf( parser_sub_error, "parser_get_value:\n %s", parser_error ); + strcpy( parser_error, parser_sub_error ); + return 0; + } + if ( index >= values->count ) { + sprintf( parser_error, "parser_get_value: %s/%s: index %i out of range (%i elements)", + pd->name, name, index, values->count ); + return 0; + } + *result = list_get( values, index ); + return 1; +} +int parser_get_int ( PData *pd, char *name, int *result ) +{ + char *value; + if ( !parser_get_value( pd, name, &value, 0 ) ) { + sprintf( parser_sub_error, "parser_get_int:\n %s", parser_error ); + strcpy( parser_error, parser_sub_error ); + return 0; + } + *result = atoi( value ); + return 1; +} +int parser_get_double ( PData *pd, char *name, double *result ) +{ + char *value; + if ( !parser_get_value( pd, name, &value, 0 ) ) { + sprintf( parser_sub_error, "parser_get_double:\n %s", parser_error ); + strcpy( parser_error, parser_sub_error ); + return 0; + } + *result = strtod( value, 0 ); + return 1; +} +int parser_get_string ( PData *pd, char *name, char **result ) +{ + char *value; + if ( !parser_get_value( pd, name, &value, 0 ) ) { + sprintf( parser_sub_error, "parser_get_string:\n %s", parser_error ); + strcpy( parser_error, parser_sub_error ); + return 0; + } + *result = strdup( value ); + return 1; +} + +/* +==================================================================== +If an error occurred you can query the reason with this function. +==================================================================== +*/ +char* parser_get_error( void ) +{ + return parser_error; +} + diff --git a/project/jni/application/ltris-1.0.15/src/parser.h b/project/jni/application/ltris-1.0.15/src/parser.h new file mode 100644 index 000000000..44c620db4 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/parser.h @@ -0,0 +1,150 @@ +/*************************************************************************** + parser.h - description + ------------------- + begin : Sat Mar 9 2002 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + + +#ifndef __PARSER_H +#define __PARSER_H + +#include "list.h" +#include + +/* +==================================================================== +This module provides functions to parse ASCII data from strings +and files. +Synopsis: + groupname entry1 .. entryX + variable value +A group entry may either be a variable or a group (interlacing). +A variable value may either be a single token or a list of tokens +enclosed by . +Text enclosed by ".." is counted as a single token. +==================================================================== +*/ + +/* +==================================================================== +Symbols. +Note: These symbols are ignored when found in a token "" +as they belong to this token then. +PARSER_GROUP_BEGIN: +PARSER_GROUP_END: +PARSER_SET: +PARSER_LIST_BEGIN: +PARSER_LIST_END: +PARSER_COMMENT_BEGIN: +PARSER_COMMENT_END: +PARSER_SYMBOLS: List of all symbols + whitespace used to + split strings and tokens. +PARSER_SKIP_SYMBOLS: text bewteen these two symbols is handled as + comment and therefore completely ignored +==================================================================== +*/ +#define PARSER_GROUP_BEGIN '{' +#define PARSER_GROUP_END '}' +#define PARSER_SET '=' +#define PARSER_LIST_BEGIN '(' +#define PARSER_LIST_END ')' +#define PARSER_COMMENT_BEGIN '[' +#define PARSER_COMMENT_END ']' +#define PARSER_SYMBOLS " =(){}[]" +#define PARSER_SKIP_SYMBOLS "[]" + +/* +==================================================================== +An input string is converted into a PData tree struct. +The name identifies this entry and it's the token that is searched +for when reading this entry. +Either 'values' or 'entries' is set. +If 'entries' is not NULL the PData is a group and 'entries' +contains pointers to other groups or lists. +If 'values' is not NULL the PData is a list and 'values' contains +a list of value strings associated with 'name'. +==================================================================== +*/ +typedef struct { + char *name; + List *values; + List *entries; +} PData; + +/* +==================================================================== +This function splits a string into tokens using the characters +found in symbols as breakpoints. If the first symbol is ' ' all +whitespaces are used as breakpoints though NOT added as a token +(thus removed from string). +==================================================================== +*/ +List* parser_split_string( char *string, char *symbols ); +/* +==================================================================== +This is the light version of parser_split_string which checks for +just one character and does not add this glue characters to the +list. It's about 2% faster. Wow. +==================================================================== +*/ +List *parser_explode_string( char *string, char c ); + +/* +==================================================================== +This function reads in a whole file and converts it into a +PData tree struct. If an error occurs NULL is returned and +parser_error is set. 'tree_name' is the name of the PData tree. +==================================================================== +*/ +PData* parser_read_file( char *tree_name, char *fname ); + +/* +==================================================================== +This function frees a PData tree struct. +==================================================================== +*/ +void parser_free( PData **pdata ); + +/* +==================================================================== +Functions to access a PData tree. +'name' is the pass within tree 'pd' where subtrees are separated +by '/' (e.g.: name = 'config/graphics/animations') +parser_get_pdata : get pdata entry associated with 'name' +parser_get_entries : get list of subtrees (PData structs) in 'name' +parser_get_values : get value list of 'name' +parser_get_value : get a single value from value list of 'name' +parser_get_int : get first value of 'name' converted to integer +parser_get_double : get first value of 'name' converted to double +parser_get_string : get first value of 'name' _duplicated_ +If an error occurs result is set NULL, False is returned and +parse_error is set. +==================================================================== +*/ +int parser_get_pdata ( PData *pd, char *name, PData **result ); +int parser_get_entries( PData *pd, char *name, List **result ); +int parser_get_values ( PData *pd, char *name, List **result ); +int parser_get_value ( PData *pd, char *name, char **result, int index ); +int parser_get_int ( PData *pd, char *name, int *result ); +int parser_get_double ( PData *pd, char *name, double *result ); +int parser_get_string ( PData *pd, char *name, char **result ); + +/* +==================================================================== +If an error occurred you can query the message with this function. +==================================================================== +*/ +char* parser_get_error( void ); + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/sdl.c b/project/jni/application/ltris-1.0.15/src/sdl.c new file mode 100644 index 000000000..c4fc6b591 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/sdl.c @@ -0,0 +1,1217 @@ +/*************************************************************************** + sdl.c - description + ------------------- + begin : Thu Apr 20 2000 + copyright : (C) 2000 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include +#include +#include +#include "sdl.h" + +#ifdef USE_PNG +#include +#endif + +extern int term_game; + +Sdl sdl; +SDL_Cursor *empty_cursor = 0; +SDL_Cursor *std_cursor = 0; + +/* +==================================================================== +Default video modes. The first value is the id and indicates +if a mode is a standard video mode. If the mode was created by +directly by video_mode() this id is set to -1. The very last +value indicates if this is a valid mode and is checked by +init_sdl(). Init_sdl sets the available desktop bit depth. +==================================================================== +*/ +int const mode_count = 2; +Video_Mode modes[] = { + { 0, "640x480x16 Window", 640, 480, BITDEPTH, SDL_SWSURFACE, 0 }, + { 1, "640x480x16 Fullscreen", 640, 480, BITDEPTH, SDL_SWSURFACE | SDL_FULLSCREEN, 0 }, +}; +Video_Mode *def_mode = &modes[0]; /* default resolution */ +Video_Mode cur_mode; /* current video mode set in set_video_mode */ + +/* timer */ +int cur_time, last_time; + +/* sdl surface */ + +#ifdef USE_PNG +/* loads an image from png file and returns surface + * or NULL in case of error; + * you can get additional information with SDL_GetError + * + * stolen from SDL_image: + * + * Copyright (C) 1999 Sam Lantinga + * + * Sam Lantinga + * 5635-34 Springhouse Dr. + * Pleasanton, CA 94588 (USA) + * slouken@devolution.com + */ +SDL_Surface *load_png( const char *file ) +{ + FILE *volatile fp = NULL; + SDL_Surface *volatile surface = NULL; + png_structp png_ptr = NULL; + png_infop info_ptr = NULL; + png_bytep *volatile row_pointers = NULL; + png_uint_32 width, height; + int bit_depth, color_type, interlace_type; + Uint32 Rmask; + Uint32 Gmask; + Uint32 Bmask; + Uint32 Amask; + SDL_Palette *palette; + int row, i; + volatile int ckey = -1; + png_color_16 *transv; + + /* create the PNG loading context structure */ + png_ptr = png_create_read_struct( PNG_LIBPNG_VER_STRING, + NULL, NULL, NULL ); + if( png_ptr == NULL ) { + SDL_SetError( "Couldn't allocate memory for PNG file" ); + goto done; + } + + /* allocate/initialize the memory for image information. REQUIRED. */ + info_ptr = png_create_info_struct( png_ptr ); + if( info_ptr == NULL ) { + SDL_SetError( "Couldn't create image information for PNG file" ); + goto done; + } + + /* set error handling if you are using setjmp/longjmp method (this is + * the normal method of doing things with libpng). REQUIRED unless you + * set up your own error handlers in png_create_read_struct() earlier. + */ + if( setjmp( png_ptr->jmpbuf ) ) { + SDL_SetError( "Error reading the PNG file." ); + goto done; + } + + /* open file */ + fp = fopen( file, "r" ); + if( fp == NULL ) { + SDL_SetError( "Could not open png file." ); + goto done; + } + png_init_io( png_ptr, fp ); + + /* read PNG header info */ + png_read_info( png_ptr, info_ptr ); + png_get_IHDR( png_ptr, info_ptr, &width, &height, &bit_depth, + &color_type, &interlace_type, NULL, NULL ); + + /* tell libpng to strip 16 bit/color files down to 8 bits/color */ + png_set_strip_16( png_ptr ); + + /* extract multiple pixels with bit depths of 1, 2, and 4 from a single + * byte into separate bytes (useful for paletted and grayscale images). + */ + png_set_packing( png_ptr ); + + /* scale greyscale values to the range 0..255 */ + if( color_type == PNG_COLOR_TYPE_GRAY ) + png_set_expand( png_ptr ); + + /* for images with a single "transparent colour", set colour key; + if more than one index has transparency, use full alpha channel */ + if( png_get_valid( png_ptr, info_ptr, PNG_INFO_tRNS ) ) { + int num_trans; + Uint8 *trans; + png_get_tRNS( png_ptr, info_ptr, &trans, &num_trans, + &transv ); + if( color_type == PNG_COLOR_TYPE_PALETTE ) { + if( num_trans == 1 ) { + /* exactly one transparent value: set colour key */ + ckey = trans[0]; + } else + png_set_expand( png_ptr ); + } else + ckey = 0; /* actual value will be set later */ + } + + if( color_type == PNG_COLOR_TYPE_GRAY_ALPHA ) + png_set_gray_to_rgb( png_ptr ); + + png_read_update_info( png_ptr, info_ptr ); + + png_get_IHDR( png_ptr, info_ptr, &width, &height, &bit_depth, + &color_type, &interlace_type, NULL, NULL ); + + /* allocate the SDL surface to hold the image */ + Rmask = Gmask = Bmask = Amask = 0 ; + if( color_type != PNG_COLOR_TYPE_PALETTE ) { + if( SDL_BYTEORDER == SDL_LIL_ENDIAN ) { + Rmask = 0x000000FF; + Gmask = 0x0000FF00; + Bmask = 0x00FF0000; + Amask = (info_ptr->channels == 4) ? 0xFF000000 : 0; + } else { + int s = (info_ptr->channels == 4) ? 0 : 8; + Rmask = 0xFF000000 >> s; + Gmask = 0x00FF0000 >> s; + Bmask = 0x0000FF00 >> s; + Amask = 0x000000FF >> s; + } + } + surface = SDL_AllocSurface( SDL_SWSURFACE, width, height, + bit_depth * info_ptr->channels, Rmask, Gmask, Bmask, Amask ); + if( surface == NULL ) { + SDL_SetError( "Out of memory" ); + goto done; + } + + if( ckey != -1 ) { + if( color_type != PNG_COLOR_TYPE_PALETTE ) + /* FIXME: should these be truncated or shifted down? */ + ckey = SDL_MapRGB( surface->format, + (Uint8)transv->red, + (Uint8)transv->green, + (Uint8)transv->blue ); + SDL_SetColorKey( surface, SDL_SRCCOLORKEY, ckey ); + } + + /* create the array of pointers to image data */ + row_pointers = (png_bytep*)malloc( sizeof( png_bytep ) * height ); + if( ( row_pointers == NULL ) ) { + SDL_SetError( "Out of memory" ); + SDL_FreeSurface( surface ); + surface = NULL; + goto done; + } + for( row = 0; row < (int)height; row++ ) { + row_pointers[row] = (png_bytep) + (Uint8*)surface->pixels + row * surface->pitch; + } + + /* read the entire image in one go */ + png_read_image( png_ptr, row_pointers ); + + /* read rest of file, get additional chunks in info_ptr - REQUIRED */ + png_read_end( png_ptr, info_ptr ); + + /* load the palette, if any */ + palette = surface->format->palette; + if( palette ) { + if( color_type == PNG_COLOR_TYPE_GRAY ) { + palette->ncolors = 256; + for( i = 0; i < 256; i++ ) { + palette->colors[i].r = i; + palette->colors[i].g = i; + palette->colors[i].b = i; + } + } else if( info_ptr->num_palette > 0 ) { + palette->ncolors = info_ptr->num_palette; + for( i = 0; i < info_ptr->num_palette; ++i ) { + palette->colors[i].b = info_ptr->palette[i].blue; + palette->colors[i].g = info_ptr->palette[i].green; + palette->colors[i].r = info_ptr->palette[i].red; + } + } + } + +done: + /* clean up and return */ + png_destroy_read_struct( &png_ptr, info_ptr ? &info_ptr : (png_infopp)0, + (png_infopp)0 ); + if( row_pointers ) + free( row_pointers ); + if( fp ) + fclose( fp ); + + return surface; +} +#endif + +/* return full path of bitmap */ +inline void get_full_bmp_path( char *full_path, char *file_name ) +{ + sprintf(full_path, "%s/gfx/%s", SRC_DIR, file_name ); +} + +/* + load a surface from file putting it in soft or hardware mem +*/ +SDL_Surface* load_surf(char *fname, int f) +{ + SDL_Surface *buf; + SDL_Surface *new_sur; + char path[ 512 ]; + SDL_PixelFormat *spf; +#ifdef USE_PNG + char png_name[32]; +#endif + +#ifdef USE_PNG + /* override file name as all graphics were changed from + bitmap to png so the extension must be corrected */ + memset( png_name, 0, sizeof( png_name ) ); + strncpy( png_name, fname, strlen( fname ) - 4 ); + strcat( png_name, ".png" ); + get_full_bmp_path( path, png_name ); + buf = load_png( path ); +#else + get_full_bmp_path( path, fname ); + buf = SDL_LoadBMP( path ); +#endif + if ( buf == 0 ) { + + fprintf( stderr, "load_surf: file '%s' not found or not enough memory\n", path ); + if ( f & SDL_NONFATAL ) + return 0; + else + exit( 1 ); + + } +/* if ( !(f & SDL_HWSURFACE) ) { + + SDL_SetColorKey( buf, SDL_SRCCOLORKEY, 0x0 ); + return buf; + + } + new_sur = create_surf(buf->w, buf->h, f); + SDL_BlitSurface(buf, 0, new_sur, 0); + SDL_FreeSurface(buf);*/ + spf = SDL_GetVideoSurface()->format; + new_sur = SDL_ConvertSurface( buf, spf, f ); + SDL_FreeSurface( buf ); + SDL_SetColorKey( new_sur, SDL_SRCCOLORKEY, 0x0 ); + SDL_SetAlpha( new_sur, 0, 0 ); /* no alpha */ + return new_sur; +} + +/* + create an surface + MUST NOT BE USED IF NO SDLSCREEN IS SET +*/ +SDL_Surface* create_surf(int w, int h, int f) +{ + SDL_Surface *sur; + SDL_PixelFormat *spf = SDL_GetVideoSurface()->format; + if ((sur = SDL_CreateRGBSurface(f, w, h, spf->BitsPerPixel, spf->Rmask, spf->Gmask, spf->Bmask, spf->Amask)) == 0) { + fprintf(stderr, "create_surf: not enough memory to create surface...\n"); + exit(1); + } +/* if (f & SDL_HWSURFACE && !(sur->flags & SDL_HWSURFACE)) + fprintf(stderr, "unable to create surface (%ix%ix%i) in hardware memory...\n", w, h, spf->BitsPerPixel);*/ + SDL_SetColorKey(sur, SDL_SRCCOLORKEY, 0x0); + SDL_SetAlpha(sur, 0, 0); /* no alpha */ + return sur; +} + +/* + * Free a surface if != NULL and set pointer to NULL + */ +void free_surf( SDL_Surface **surf ) +{ + if ( *surf ) SDL_FreeSurface( *surf ); + *surf = 0; +} +/* + lock surface +*/ +inline void lock_surf(SDL_Surface *sur) +{ + if (SDL_MUSTLOCK(sur)) + SDL_LockSurface(sur); +} + +/* + unlock surface +*/ +inline void unlock_surf(SDL_Surface *sur) +{ + if (SDL_MUSTLOCK(sur)) + SDL_UnlockSurface(sur); +} + +/* + blit surface with destination DEST and source SOURCE using it's actual alpha and color key settings +*/ +void blit_surf(void) +{ +#ifdef SDL_1_1_5 + if (sdl.s.s->flags & SDL_SRCALPHA) + SDL_SetAlpha(sdl.s.s, SDL_SRCALPHA, 255 - sdl.s.s->format->alpha); +#endif + SDL_BlitSurface(sdl.s.s, &sdl.s.r, sdl.d.s, &sdl.d.r); +#ifdef SDL_1_1_5 + if (sdl.s.s->flags & SDL_SRCALPHA) + SDL_SetAlpha(sdl.s.s, SDL_SRCALPHA, 255 - sdl.s.s->format->alpha); +#endif +} + +/* + do an alpha blit +*/ +void alpha_blit_surf(int alpha) +{ + #ifdef SDL_1_1_5 + SDL_SetAlpha(sdl.s.s, SDL_SRCALPHA, 255 - alpha); +#else + SDL_SetAlpha(sdl.s.s, SDL_SRCALPHA, alpha); +#endif + SDL_BlitSurface(sdl.s.s, &sdl.s.r, sdl.d.s, &sdl.d.r); + SDL_SetAlpha(sdl.s.s, 0, 0); +} + +/* + fill surface with color c +*/ +void fill_surf(int c) +{ + SDL_FillRect(sdl.d.s, &sdl.d.r, SDL_MapRGB(sdl.d.s->format, c >> 16, (c >> 8) & 0xFF, c & 0xFF)); +} + +/* set clipping rect */ +void set_surf_clip( SDL_Surface *surf, int x, int y, int w, int h ) +{ +#ifdef SDL_1_1_5 + SDL_Rect rect = { x, y, w, h }; + if ( w == h || h == 0 ) + SDL_SetClipRect( surf, 0 ); + else + SDL_SetClipRect( surf, &rect ); +#else + SDL_SetClipping( surf, x, y, w, h ); +#endif +} + +/* set pixel */ +Uint32 set_pixel( SDL_Surface *surf, int x, int y, int pixel ) +{ + int pos = 0; + + pos = y * surf->pitch + x * surf->format->BytesPerPixel; + memcpy( surf->pixels + pos, &pixel, surf->format->BytesPerPixel ); + return pixel; +} + +/* get pixel */ +Uint32 get_pixel( SDL_Surface *surf, int x, int y ) +{ + int pos = 0; + Uint32 pixel = 0; + + pos = y * surf->pitch + x * surf->format->BytesPerPixel; + memcpy( &pixel, surf->pixels + pos, surf->format->BytesPerPixel ); + return pixel; +} + +/* draw a shadowed frame and darken contents which starts at cx,cy */ +void draw_3dframe( SDL_Surface *surf, int cx, int cy, int w, int h, int border ) +{ + int i, j; + SDL_Surface *frame = 0; + SDL_Surface *contents = 0; + frame = create_surf( w + border * 2, h + border * 2, SDL_SWSURFACE ); + SDL_SetColorKey( frame, SDL_SRCCOLORKEY, SDL_MapRGB( surf->format, 0xff, 0, 0 ) ); + FULL_DEST( frame ); fill_surf ( 0xff0000 ); + /* move contents by border size -1 */ + DEST( surf, cx, cy, w, h ); + SOURCE( surf, cx - border + 1, cy - border + 1 ); + blit_surf(); + /* shadow part */ + FULL_DEST( frame ); fill_surf ( 0xff0000 ); + DEST( frame, 0, 0, w + border, border ); fill_surf( 0x0 ); + DEST( frame, 0, 0, border, h + border ); fill_surf( 0x0 ); + for ( i = 0; i < border; i++ ) { + for ( j = 0; j < border; j++ ) { + if ( i < j ) + set_pixel( frame, border + w + i, border - j - 1, SDL_MapRGB( frame->format, 0,0,0 ) ); + } + } + for ( i = 0; i < border; i++ ) { + for ( j = 0; j < border; j++ ) { + if ( i > j ) + set_pixel( frame, border - i - 1, border + h + j, SDL_MapRGB( frame->format, 0,0,0 ) ); + } + } + DEST( surf, cx - border, cy - border, w + border * 2, h + border * 2 ); + SOURCE( frame, 0, 0 ); + alpha_blit_surf( 48 ); + /* bright part */ + FULL_DEST( frame ); fill_surf ( 0xff0000 ); + DEST( frame, w + border, border, border, h + border ); fill_surf( 0xffffff ); + DEST( frame, border, h + border, w + border, border ); fill_surf( 0xffffff ); + for ( i = 0; i < border; i++ ) { + for ( j = 0; j < border; j++ ) { + if ( i >= j ) + set_pixel( frame, border + w + i, border - j - 1, SDL_MapRGB( frame->format, 0xff,0xff,0xff ) ); + } + } + for ( i = 0; i < border; i++ ) { + for ( j = 0; j < border; j++ ) { + if ( i <= j ) + set_pixel( frame, border - i - 1, border + h + j, SDL_MapRGB( frame->format, 0xff,0xff,0xff ) ); + } + } + DEST( surf, cx - border, cy - border, w + border * 2, h + border * 2 ); + SOURCE( frame, 0, 0 ); + alpha_blit_surf( 128 ); + /* darken contents */ + contents = create_surf( w, h, SDL_SWSURFACE ); + SDL_SetColorKey( contents, 0, 0 ); + FULL_DEST( contents ); fill_surf( 0x0 ); + DEST( surf, cx, cy, w, h ); + SOURCE( contents, 0, 0 ); + alpha_blit_surf( 96 ); + + SDL_FreeSurface( contents ); + SDL_FreeSurface( frame ); +} + +/* sdl font */ + +/* return full font path */ +void get_full_font_path( char *path, char *file_name ) +{ + strcpy( path, file_name ); +/* sprintf(path, "./gfx/fonts/%s", file_name ); */ +} + +/* + load a font using the width values in the file +*/ +Font* load_font(char *fname) +{ + Font *fnt = 0; + FILE *file = 0; + char path[512]; + int i; + + get_full_font_path( path, fname ); + + fnt = malloc(sizeof(Font)); + if (fnt == 0) { + fprintf(stderr, "load_font: not enough memory\n"); + exit(1); + } + + if ((fnt->pic = load_surf(path, SDL_HWSURFACE)) == 0) + exit(1); + /* use very first pixel as transparency key */ + SDL_SetColorKey( fnt->pic, SDL_SRCCOLORKEY, get_pixel( fnt->pic, 0, 0 ) ); + + fnt->align = ALIGN_X_LEFT | ALIGN_Y_TOP; + fnt->color = 0x00FFFFFF; + fnt->height = fnt->pic->h; + + /* table */ + file = fopen(path, "r"); + fseek(file, -1, SEEK_END); + fread(&fnt->offset, 1, 1, file); +#ifdef SDL_DEBUG + printf("offset: %i\n", fnt->offset); +#endif + fseek(file, -2, SEEK_END); + fread(&fnt->length, 1, 1, file); +#ifdef SDL_DEBUG + printf("number: %i\n", fnt->length); +#endif + fseek(file, -2 - fnt->length, SEEK_END); + fread(fnt->char_width, 1, fnt->length, file); +#ifdef SDL_DEBUG + printf("letter width: %i\n", fnt->length); + for (i = 0; i < fnt->length; i++) + printf("%i ", fnt->char_width[i]); + printf("\n"); +#endif + fclose(file); + + /* letter offsets */ + fnt->char_offset[0] = 0; + for (i = 1; i < fnt->length; i++) + fnt->char_offset[i] = fnt->char_offset[i - 1] + fnt->char_width[i - 1]; + + /* allowed keys */ + memset(fnt->keys, 0, sizeof(fnt->keys)); + for (i = 0; i < fnt->length; i++) { + fnt->keys[i + fnt->offset] = 1; + } + + fnt->last_x = fnt->last_y = fnt->last_width = fnt->last_height = 0; + return fnt; +} + +/* + load a font with fixed size +*/ +Font *load_fixed_font(char *f, int off, int len, int w) +{ + int i; + Font *fnt; + char path[512]; + + get_full_font_path( path, f ); + + fnt = malloc(sizeof(Font)); + if (fnt == 0) { + fprintf(stderr, "load_fixed_font: not enough memory\n"); + exit(1); + } + + if ((fnt->pic = load_surf(path, SDL_HWSURFACE)) == 0) + exit(1); + /* use very first pixel as transparency key */ + SDL_SetColorKey( fnt->pic, SDL_SRCCOLORKEY, get_pixel( fnt->pic, 0, 0 ) ); + + fnt->align = ALIGN_X_LEFT | ALIGN_Y_TOP; + fnt->color = 0x00FFFFFF; + fnt->height = fnt->pic->h; + + fnt->offset = off; + fnt->length = len; + + for (i = 0; i < len; i++) + fnt->char_width[i] = w; + + /* letter offsets */ + fnt->char_offset[0] = 0; + for (i = 1; i < fnt->length; i++) + fnt->char_offset[i] = fnt->char_offset[i - 1] + w; + + /* allowed keys*/ + memset(fnt->keys, 0, sizeof(fnt->keys)); + for (i = 0; i < fnt->length; i++) { + fnt->keys[i + fnt->offset] = 1; + } + + fnt->last_x = fnt->last_y = fnt->last_width = fnt->last_height = 0; + return fnt; +} + +/* + free memory +*/ +void free_font(Font **fnt) +{ + if ( (*fnt)->pic) SDL_FreeSurface( (*fnt)->pic); + free( *fnt ); + *fnt = 0; +} + +/* + write something with transparency +*/ +int write_text(Font *fnt, SDL_Surface *dest, int x, int y, char *str, int alpha) +{ + int c_abs; + int len = strlen(str); + int pix_len = 0; + int px = x, py = y; + int i; + SDL_Surface *spf = SDL_GetVideoSurface(); + + pix_len = text_width(fnt, str); + for (i = 0; i < len; i++) + if (!fnt->keys[(int)str[i]]) + str[i] = ' '; + + /* alignment */ + if (fnt->align & ALIGN_X_CENTER) + px -= pix_len >> 1; + else + if (fnt->align & ALIGN_X_RIGHT) + px -= pix_len; + if (fnt->align & ALIGN_Y_CENTER) + py -= (fnt->height >> 1 ) + 1; + else + if (fnt->align & ALIGN_Y_BOTTOM) + py -= fnt->height; + + /* do only set last rect if font->save_last is true */ + if ( fnt->save_last ) { + fnt->last_x = px; if (fnt->last_x < 0) fnt->last_x = 0; + fnt->last_y = py; if (fnt->last_y < 0) fnt->last_y = 0; + fnt->last_width = pix_len; if (fnt->last_x + fnt->last_width >= spf->w) fnt->last_width = spf->w - fnt->last_x; + fnt->last_height = fnt->height; if (fnt->last_y + fnt->last_height >= spf->h) fnt->last_height = spf->h - fnt->last_y; + } + + if (alpha != 0) + SDL_SetAlpha(fnt->pic, SDL_SRCALPHA, alpha); + else + SDL_SetAlpha(fnt->pic, 0, 0); + for (i = 0; i < len; i++) { + c_abs = str[i] - fnt->offset; + DEST(dest, px, py, fnt->char_width[c_abs], fnt->height); + SOURCE(fnt->pic, fnt->char_offset[c_abs], 0); + blit_surf(); + px += fnt->char_width[c_abs]; + } + + return 0; +} + +/* + lock font surface +*/ +inline void lock_font(Font *fnt) +{ + if (SDL_MUSTLOCK(fnt->pic)) + SDL_LockSurface(fnt->pic); +} + +/* + unlock font surface +*/ +inline void unlock_font(Font *fnt) +{ + if (SDL_MUSTLOCK(fnt->pic)) + SDL_UnlockSurface(fnt->pic); +} + +/* + return last update region +*/ +SDL_Rect last_write_rect(Font *fnt) +{ + SDL_Rect rect={fnt->last_x, fnt->last_y, fnt->last_width, fnt->last_height}; + return rect; +} + +/* + return the text width in pixels +*/ +int text_width(Font *fnt, char *str) +{ + unsigned int i; + int pix_len = 0; + for (i = 0; i < strlen(str); i++) + pix_len += fnt->char_width[str[i] - fnt->offset]; + return pix_len; +} + +/* sdl */ + +/* + initialize sdl +*/ +void init_sdl( int f ) +{ + int i; + int valid_depth = 0; + + /* check flags: if SOUND is not enabled flag SDL_INIT_AUDIO musn't be set */ +#ifndef WITH_SOUND + if ( f & SDL_INIT_AUDIO ) + f = f & ~SDL_INIT_AUDIO; +#endif + + sdl.screen = 0; + if (SDL_Init(f) < 0) { + fprintf(stderr, "ERR: sdl_init: %s\n", SDL_GetError()); + exit(1); + } + SDL_EnableUNICODE(1); + atexit(SDL_Quit); + /* check resolutions */ + for ( i = 0; i < mode_count; i++ ) { + if ( ( valid_depth = SDL_VideoModeOK( modes[i].width, modes[i].height, modes[i].depth, modes[i].flags ) ) != 0 ) { + modes[i].depth = valid_depth; + modes[i].ok = 1; + printf( "Mode %s valid\n", modes[i].name ); + } + } + /* reset default video mode if none found exit */ + if ( !def_mode->ok ) { + for ( i = 0; i < mode_count; i++ ) + if ( modes[i].ok ) { + def_mode = &modes[i]; + break; + } + /* no valid default mode found? exit */ + if ( i == mode_count ) { + fprintf( stderr, "No valid video mode found!\n" ); + exit( 1 ); + } + } + /* create empty cursor */ + empty_cursor = create_cursor( 16, 16, 8, 8, + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " ); + std_cursor = SDL_GetCursor(); +} + +/* + free screen +*/ +void quit_sdl() +{ + if (sdl.screen) SDL_FreeSurface(sdl.screen); + if ( empty_cursor ) SDL_FreeCursor( empty_cursor ); +} + +/* +==================================================================== +Get a verified video mode. +==================================================================== +*/ +Video_Mode def_video_mode() +{ + return *def_mode; +} +Video_Mode std_video_mode( int id ) +{ + return modes[id]; +} +Video_Mode video_mode( int width, int height, int depth, int flags ) +{ + Video_Mode mode; + /* set name */ + sprintf( mode.name, "%ix%ix%i", width, height, depth ); + if ( flags & SDL_FULLSCREEN ) + strcat( mode.name, " Fullscreen" ); + else + strcat( mode.name, " Window" ); + /* check mode */ + if ( SDL_VideoModeOK( width, height, depth, flags ) != depth ) { + fprintf( stderr, "video_mode: %s invalid: using default mode\n", mode.name ); + return def_video_mode(); + } + /* set and return this mode */ + mode.id = -1; + mode.width = width; + mode.height = height; + mode.depth = depth; + mode.flags = flags; + return mode; +} +/* +==================================================================== +Current video mode. +==================================================================== +*/ +Video_Mode* cur_video_mode() +{ + return &cur_mode; +} +/* +==================================================================== +Get a list with all valid standard mode names. +==================================================================== +*/ +char** get_mode_names( int *count ) +{ + char **lines; + int i, j; + + *count = 0; + for ( i = 0; i < mode_count; i++ ) + if ( modes[i].ok ) + (*count)++; + lines = calloc( *count, sizeof( char* ) ); + for ( i = 0, j = 0; i < mode_count; i++ ) + if ( modes[i].ok ) + lines[j++] = strdup( modes[i].name ); + return lines; +} +/* +==================================================================== +Switch to passed video mode. +==================================================================== +*/ +int set_video_mode( Video_Mode mode ) +{ +#ifdef SDL_DEBUG + SDL_PixelFormat *fmt; +#endif + + /* free old screen */ + if (sdl.screen) SDL_FreeSurface( sdl.screen ); + + /* check again */ + mode = video_mode( mode.width, mode.height, mode.depth, mode.flags ); + /* set as current mode */ + cur_mode = mode; + + /* set video mode */ + if ( ( sdl.screen = SDL_SetVideoMode( mode.width, mode.height, mode.depth, mode.flags ) ) == 0 ) { + fprintf(stderr, "set_video_mode: cannot allocate screen: %s\n", SDL_GetError()); + return 1; + } + +#ifdef SDL_DEBUG + if (f & SDL_HWSURFACE && !(sdl.screen->flags & SDL_HWSURFACE)) + fprintf(stderr, "unable to create screen in hardware memory...\n"); + if (f & SDL_DOUBLEBUF && !(sdl.screen->flags & SDL_DOUBLEBUF)) + fprintf(stderr, "unable to create double buffered screen...\n"); + if (f & SDL_FULLSCREEN && !(sdl.screen->flags & SDL_FULLSCREEN)) + fprintf(stderr, "unable to switch to fullscreen...\n"); + + fmt = sdl.screen->format; + printf("video mode format:\n"); + printf("Masks: R=%i, G=%i, B=%i\n", fmt->Rmask, fmt->Gmask, fmt->Bmask); + printf("LShft: R=%i, G=%i, B=%i\n", fmt->Rshift, fmt->Gshift, fmt->Bshift); + printf("RShft: R=%i, G=%i, B=%i\n", fmt->Rloss, fmt->Gloss, fmt->Bloss); + printf("BBP: %i\n", fmt->BitsPerPixel); + printf("-----\n"); +#endif + + return 0; +} + +/* + show hardware capabilities +*/ +void hardware_cap() +{ + const SDL_VideoInfo *vi = SDL_GetVideoInfo(); + char *ny[2] = {"No", "Yes"}; + + printf("video hardware capabilities:\n"); + printf("Hardware Surfaces: %s\n", ny[vi->hw_available]); + printf("HW_Blit (CC, A): %s (%s, %s)\n", ny[vi->blit_hw], ny[vi->blit_hw_CC], ny[vi->blit_hw_A]); + printf("SW_Blit (CC, A): %s (%s, %s)\n", ny[vi->blit_sw], ny[vi->blit_sw_CC], ny[vi->blit_sw_A]); + printf("HW_Fill: %s\n", ny[vi->blit_fill]); + printf("Video Memory: %i\n", vi->video_mem); + printf("------\n"); +} + +/* + update rectangle (0,0,0,0)->fullscreen +*/ +inline void refresh_screen(int x, int y, int w, int h) +{ + SDL_UpdateRect(sdl.screen, x, y, w, h); +} + +/* + draw all update regions +*/ +void refresh_rects() +{ + if (sdl.rect_count == RECT_LIMIT) + SDL_UpdateRect(sdl.screen, 0, 0, sdl.screen->w, sdl.screen->h); + else + SDL_UpdateRects(sdl.screen, sdl.rect_count, sdl.rect); + sdl.rect_count = 0; +} + +/* + add update region +*/ +void add_refresh_rect(int x, int y, int w, int h) +{ + if (sdl.rect_count == RECT_LIMIT) return; + if (x < 0) { + w += x; + x = 0; + } + if (y < 0) { + h += y; + y = 0; + } + if (x + w > sdl.screen->w) + w = sdl.screen->w - x; + if (y + h > sdl.screen->h) + h = sdl.screen->h - y; + if (w <= 0 || h <= 0) + return; + sdl.rect[sdl.rect_count].x = x; + sdl.rect[sdl.rect_count].y = y; + sdl.rect[sdl.rect_count].w = w; + sdl.rect[sdl.rect_count].h = h; + sdl.rect_count++; +} + +/* + fade screen to black +*/ +void dim_screen(int steps, int delay, int trp) +{ +#ifndef NODIM + SDL_Surface *buffer; + int per_step = trp / steps; + int i; + if (term_game) return; + buffer = create_surf(sdl.screen->w, sdl.screen->h, SDL_SWSURFACE); + SDL_SetColorKey(buffer, 0, 0); + FULL_DEST(buffer); + FULL_SOURCE(sdl.screen); + blit_surf(); + for (i = 0; i <= trp; i += per_step) { + FULL_DEST(sdl.screen); + fill_surf(0x0); + FULL_SOURCE(buffer); + alpha_blit_surf(i); + refresh_screen( 0, 0, 0, 0); + SDL_Delay(delay); + } + if (trp == 255) { + FULL_DEST(sdl.screen); + fill_surf(0x0); + refresh_screen( 0, 0, 0, 0); + } + SDL_FreeSurface(buffer); +#else + refresh_screen( 0, 0, 0, 0); +#endif +} + +/* + undim screen +*/ +void undim_screen(int steps, int delay, int trp) +{ +#ifndef NODIM + SDL_Surface *buffer; + int per_step = trp / steps; + int i; + if (term_game) return; + buffer = create_surf(sdl.screen->w, sdl.screen->h, SDL_SWSURFACE); + SDL_SetColorKey(buffer, 0, 0); + FULL_DEST(buffer); + FULL_SOURCE(sdl.screen); + blit_surf(); + for (i = trp; i >= 0; i -= per_step) { + FULL_DEST(sdl.screen); + fill_surf(0x0); + FULL_SOURCE(buffer); + alpha_blit_surf(i); + refresh_screen( 0, 0, 0, 0); + SDL_Delay(delay); + } + FULL_DEST(sdl.screen); + FULL_SOURCE(buffer); + blit_surf(); + refresh_screen( 0, 0, 0, 0); + SDL_FreeSurface(buffer); +#else + refresh_screen( 0, 0, 0, 0); +#endif +} + +/* + wait for a key +*/ +int wait_for_key() +{ + /* wait for key */ + SDL_Event event; + while (1) { + SDL_WaitEvent(&event); + if (event.type == SDL_QUIT) { + term_game = 1; + return 0; + } + if (event.type == SDL_KEYDOWN) + return event.key.keysym.sym; + } +} + +/* + wait for a key or mouse click +*/ +void wait_for_click() +{ + /* wait for key or button */ + SDL_Event event; + while (1) { + SDL_WaitEvent(&event); + if (event.type == SDL_QUIT) { + term_game = 1; + return; + } + if (event.type == SDL_KEYDOWN || event.type == SDL_MOUSEBUTTONUP) + return; + } +} + +/* + lock surface +*/ +inline void lock_screen() +{ + if (SDL_MUSTLOCK(sdl.screen)) + SDL_LockSurface(sdl.screen); +} + +/* + unlock surface +*/ +inline void unlock_screen() +{ + if (SDL_MUSTLOCK(sdl.screen)) + SDL_UnlockSurface(sdl.screen); +} + +/* + flip hardware screens (double buffer) +*/ +inline void flip_screen() +{ + SDL_Flip(sdl.screen); +} + +/* cursor */ + +/* creates cursor */ +SDL_Cursor* create_cursor( int width, int height, int hot_x, int hot_y, char *source ) +{ + unsigned char *mask = 0, *data = 0; + SDL_Cursor *cursor = 0; + int i, j, k; + unsigned char data_byte, mask_byte; + int pot; + + /* meaning of char from source: + b : black, w: white, ' ':transparent */ + + /* create mask&data */ + mask = malloc( width * height * sizeof ( char ) / 8 ); + data = malloc( width * height * sizeof ( char ) / 8 ); + + k = 0; + for (j = 0; j < width * height; j += 8, k++) { + + pot = 1; + data_byte = mask_byte = 0; + /* create byte */ + for (i = 7; i >= 0; i--) { + + switch ( source[j + i] ) { + + case 'b': + data_byte += pot; + case 'w': + mask_byte += pot; + break; + + } + pot *= 2; + + } + /* add to mask */ + data[k] = data_byte; + mask[k] = mask_byte; + + } + + /* create and return cursor */ + cursor = SDL_CreateCursor( data, mask, width, height, hot_x, hot_y ); + free( mask ); + free( data ); + return cursor; +} + +/* + get milliseconds since last call +*/ +inline int get_time() +{ + int ms; + cur_time = SDL_GetTicks(); + ms = cur_time - last_time; + last_time = cur_time; + if (ms == 0) { + ms = 1; + SDL_Delay(1); + } + return ms; +} + +/* + reset timer +*/ +inline void reset_timer() +{ + last_time = SDL_GetTicks(); +} + +void fade_screen( int type, int length ) +{ + SDL_Surface *buffer = 0; + float alpha; + float alpha_change; /* per ms */ + int leave = 0; + int ms; + + if ( !sdl.fade ) { + if ( type == FADE_IN ) + refresh_screen( 0, 0, 0, 0 ); + else { + FULL_DEST( sdl.screen ); + fill_surf( 0x0 ); + refresh_screen( 0, 0, 0, 0 ); + } + } + + /* get screen contents */ + buffer = create_surf( sdl.screen->w, sdl.screen->h, SDL_SWSURFACE ); + SDL_SetColorKey( buffer, 0, 0 ); + FULL_DEST( buffer ); FULL_SOURCE( sdl.screen ); blit_surf(); + + /* compute alpha and alpha change */ + if ( type == FADE_OUT ) { + alpha = 0; + alpha_change = 255.0 / length; + } + else { + alpha = 255; + alpha_change = -255.0 / length; + } + + /* fade */ + reset_timer(); + while ( !leave ) { + ms = get_time(); + alpha += alpha_change * ms; + if ( type == FADE_OUT && alpha >= 255 ) break; + if ( type == FADE_IN && alpha <= 0 ) break; + /* update */ + FULL_DEST( sdl.screen ); fill_surf(0x0); + FULL_SOURCE( buffer ); alpha_blit_surf( (int)alpha ); + refresh_screen( 0, 0, 0, 0); + } + + /* update screen */ + FULL_DEST( sdl.screen ); FULL_SOURCE( buffer ); + if ( type == FADE_IN ) + blit_surf(); + else + fill_surf( 0x0 ); + refresh_screen( 0, 0, 0, 0 ); + SDL_FreeSurface(buffer); +} + +void take_screenshot( int i ) +{ + char str[32]; + sprintf( str, "screenshot%i.bmp", i ); + SDL_SaveBMP( sdl.screen, str ); +} diff --git a/project/jni/application/ltris-1.0.15/src/sdl.h b/project/jni/application/ltris-1.0.15/src/sdl.h new file mode 100644 index 000000000..3a83bb029 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/sdl.h @@ -0,0 +1,158 @@ +/*************************************************************************** + sdl.h - description + ------------------- + begin : Thu Apr 20 2000 + copyright : (C) 2000 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef SDL_H +#define SDL_H + +#include + +#define BITDEPTH 16 + +#ifdef __cplusplus +extern "C" { +#endif + +// draw region // +#define DEST(p, i, j, k, l) {sdl.d.s = p; sdl.d.r.x = i; sdl.d.r.y = j; sdl.d.r.w = k; sdl.d.r.h = l;} +#define SOURCE(p, i, j) {sdl.s.s = p; sdl.s.r.x = i; sdl.s.r.y = j; sdl.s.r.w = sdl.d.r.w; sdl.s.r.h = sdl.d.r.h;} +#define FULL_DEST(p) {sdl.d.s = p; sdl.d.r.x = 0; sdl.d.r.y = 0; sdl.d.r.w = (p)->w; sdl.d.r.h = (p)->h;} +#define FULL_SOURCE(p) {sdl.s.s = p; sdl.s.r.x = 0; sdl.s.r.y = 0; sdl.s.r.w = sdl.d.r.w; sdl.s.r.h = sdl.d.r.h;} +typedef struct { + SDL_Surface *s; + SDL_Rect r; +} DrawRgn; + +// Sdl Surface // +#define SDL_NONFATAL 0x10000000 +SDL_Surface* load_surf(char *fname, int f); +SDL_Surface* create_surf(int w, int h, int f); +void free_surf( SDL_Surface **surf ); +inline void lock_surf(SDL_Surface *sur); +inline void unlock_surf(SDL_Surface *sur); +void blit_surf(void); +void alpha_blit_surf(int alpha); +void fill_surf(int c); +void set_surf_clip( SDL_Surface *surf, int x, int y, int w, int h ); +Uint32 set_pixel( SDL_Surface *surf, int x, int y, int pixel ); +Uint32 get_pixel( SDL_Surface *surf, int x, int y ); +/* draw a shadowed frame and darken contents which starts at cx,cy */ +void draw_3dframe( SDL_Surface *surf, int cx, int cy, int w, int h, int border ); + +// Sdl Font // +enum { + OPAQUE = 0 +}; +enum { + ALIGN_X_LEFT = (1L<<1), + ALIGN_X_CENTER = (1L<<2), + ALIGN_X_RIGHT = (1L<<3), + ALIGN_Y_TOP = (1L<<4), + ALIGN_Y_CENTER = (1L<<5), + ALIGN_Y_BOTTOM = (1L<<6) +}; + +typedef struct { + SDL_Surface *pic; + int align; + int color; + int height; + char char_width[256]; + int char_offset[256]; + char keys[256]; + char offset; + char length; + //last written rect + int save_last; + int last_x; + int last_y; + int last_width; + int last_height; +} Font; +Font* load_font(char *fname); +Font* load_fixed_font(char *fname, int off, int len, int w); +void free_font(Font **sfnt); +int write_text(Font *sfnt, SDL_Surface *dest, int x, int y, char *str, int alpha); +inline void lock_font(Font *sfnt); +inline void unlock_font(Font *sfnt); +SDL_Rect last_write_rect(Font *fnt); +int text_width(Font *fnt, char *str); + +/* mouse buttons */ +enum { + LEFT_BUTTON = 1, + MIDDLE_BUTTON = 2, + RIGHT_BUTTON = 3, + WHEEL_UP = 4, + WHEEL_DOWN = 5, + BUTTON_COUNT +}; + +/* video modes */ +typedef struct { + int id; + char name[64]; + int width, height, depth; + int flags; + int ok; +} Video_Mode; +/* Sdl */ +enum { + RECT_LIMIT = 200, + FADE_DEF_TIME = 500, + FADE_IN = 0, + FADE_OUT = 1 +}; +typedef struct { + SDL_Surface *screen; + DrawRgn d, s; + int rect_count; + SDL_Rect rect[RECT_LIMIT]; + int fade; +} Sdl; +void init_sdl( int f ); +void quit_sdl(); +Video_Mode def_video_mode(); +Video_Mode std_video_mode( int id ); +Video_Mode video_mode( int width, int height, int depth, int flags ); +Video_Mode* cur_video_mode(); +char** get_mode_names( int *count ); +int set_video_mode( Video_Mode mode ); +void hardware_cap(); +inline void refresh_screen( int x, int y, int w, int h ); +void refresh_rects(); +void add_refresh_rect(int x, int y, int w, int h); +int wait_for_key(); +void wait_for_click(); +inline void lock_screen(); +inline void unlock_screen(); +inline void flip_screen(); +void fade_screen( int type, int ms ); +void take_screenshot( int i ); + +/* cursor */ +/* creates cursor */ +SDL_Cursor* create_cursor( int width, int height, int hot_x, int hot_y, char *source ); + +/* timer */ +inline int get_time(); +inline void reset_timer(); + +#ifdef __cplusplus +}; +#endif + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/shrapnells.c b/project/jni/application/ltris-1.0.15/src/shrapnells.c new file mode 100644 index 000000000..c6e09a1d6 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/shrapnells.c @@ -0,0 +1,298 @@ +/*************************************************************************** + shrapnells.c - description + ------------------- + begin : Sat Sep 8 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "ltris.h" +#include "config.h" +#include "list.h" +#include "shrapnells.h" + +extern Config config; +extern Sdl sdl; +extern SDL_Surface *offscreen; +List *shrapnells = 0; + +/* +==================================================================== +Local +==================================================================== +*/ + +/* +==================================================================== +Create a single shrapnell and add to list. +==================================================================== +*/ +void shrapnell_create( int x, int y, int w, int h, float vx, float vy, float gx, float gy ) +{ + Shrapnell *shr = calloc( 1, sizeof( Shrapnell ) ); + shr->pic = create_surf(w, h, SDL_SWSURFACE); + SDL_SetColorKey(shr->pic, 0, 0); + DEST(shr->pic, 0, 0, w, h); + SOURCE(offscreen, x, y); + blit_surf(); + shr->x = x; + shr->y = y; + shr->v.x = vx; + shr->v.y = vy; + shr->g.x = gx; + shr->g.y = gy; + shr->alpha = 64; + list_add( shrapnells, shr); +} +/* +==================================================================== +Delete a shrapnell +==================================================================== +*/ +void shrapnell_delete( void *ptr ) +{ + Shrapnell *shr = (Shrapnell*)ptr; + SDL_FreeSurface( shr->pic ); + free( shr ); +} + +/* +==================================================================== +Public +==================================================================== +*/ + +/* +==================================================================== +Initate or delete shrapnell list +==================================================================== +*/ +void shrapnells_init() +{ + shrapnells = list_create( LIST_AUTO_DELETE, shrapnell_delete ); +} +void shrapnells_delete() +{ + list_delete( shrapnells ); +} +/* +==================================================================== +Create shrapnells from position in offscreen +==================================================================== +*/ +void shrapnells_create( int x, int y, int w, int h, int type ) +{ + int i, j; + int shr_w, shr_h; + + /* no animations? */ + if (!config.anim) return; + + /* create shrapnells */ + switch (type) { + case 0: + case 1: + shr_w = BOWL_BLOCK_SIZE; + shr_h = h; + for ( i = 0, j = 1; i < w; i += shr_w, j++ ) { + if ( type == 0 ) + shrapnell_create(x + i, y, shr_w, shr_h, 0, ( 11 - j ) * -0.015, 0, 0.0002 ); + else + shrapnell_create(x + i, y, shr_w, shr_h, 0, j * -0.015, 0, 0.0002 ); + } + break; + case 2: + case 3: + shr_w = BOWL_BLOCK_SIZE; + shr_h = h; + for ( i = 0, j = 1; i < w / 2; i += shr_w, j++ ) { + if ( type == 2 ) { + shrapnell_create( x + i, y, shr_w, shr_h, 0, j * -0.016, 0, 0.0002 ); + shrapnell_create( x + w - i - shr_w, y, shr_w, shr_h, 0, j * -0.016, 0, 0.0002 ); + } + else { + shrapnell_create( x + i, y, shr_w, shr_h, 0, ( 6 - j ) * -0.016, 0, 0.0002 ); + shrapnell_create( x + w - i - shr_w, y, shr_w, shr_h, 0, ( 6 - j ) * -0.016, 0, 0.0002 ); + } + } + break; + case 4: +/* shr_w = BOWL_BLOCK_SIZE; + shr_h = h; + for ( i = 0, j = 1; i < w / 2; i += shr_w, j++ ) { + shrapnell_create( x + i, y, shr_w, shr_h, ( 6 - j ) * 0.02, 0, 0, 0 ); + shrapnell_create( x + w - i - shr_w, y, shr_w, shr_h, ( 6 - j ) * -0.02, 0, 0, 0 ); + } + break;*/ + case 5: + case 6: + shr_w = BOWL_BLOCK_SIZE; + shr_h = h; + for ( i = 0, j = 1; i < w; i += shr_w, j++ ) { + if ( type == 5 ) + shrapnell_create( x + i, y, shr_w, shr_h, j * -0.02, ( 11 - j ) * -0.01, 0, 0.0002 ); + else + shrapnell_create( x + i, y, shr_w, shr_h, ( 11 - j ) * 0.02, ( 11 - j ) * -0.01, 0, 0.0002 ); + } + break; + } +} +/* +==================================================================== +Remove all shrapnells +==================================================================== +*/ +void shrapnells_reset() +{ + list_clear( shrapnells ); +} +/* +==================================================================== +Show, hide all shrapnells. +==================================================================== +*/ +void shrapnells_hide() +{ + List_Entry *entry = shrapnells->head.next; + Shrapnell *shr; + int x, y; + while ( entry != &shrapnells->tail ) { + shr = entry->item; + x = (int)shr->x; + y = (int)shr->y; + DEST(sdl.screen, x, y, shr->pic->w, shr->pic->h); + SOURCE(offscreen, x, y); + blit_surf(); + add_refresh_rect(x, y, shr->pic->w, shr->pic->h); + entry = entry->next; + } +} +void shrapnells_show() +{ + List_Entry *entry = shrapnells->head.next; + Shrapnell *shr; + int x, y; + while ( entry != &shrapnells->tail ) { + shr = entry->item; + x = (int)shr->x; + y = (int)shr->y; + DEST(sdl.screen, x, y, shr->pic->w, shr->pic->h); + SOURCE(shr->pic, 0, 0); + if (!config.trp || shr->alpha == 0) + blit_surf(); + else + alpha_blit_surf((int)shr->alpha); + add_refresh_rect(x, y, shr->pic->w, shr->pic->h); + entry = entry->next; + } +} +/* +==================================================================== +Update and remove expired shrapnells +==================================================================== +*/ +void shrapnells_update( int ms ) +{ + List_Entry *entry = shrapnells->head.next; + Shrapnell *shr; + while ( entry != &shrapnells->tail ) { + shr = entry->item; + shr->v.x += shr->g.x * ms; + shr->v.y += shr->g.y * ms; + shr->x += shr->v.x * ms; + shr->y += shr->v.y * ms; + if (shr->alpha < 255) + shr->alpha += 0.20 * ms; + entry = entry->next; + if (shr->alpha > 255 || shr->x + shr->pic->w < 0 || shr->y + shr->pic->h < 0 || shr->x > sdl.screen->w || shr->y > sdl.screen->h) + list_delete_entry( shrapnells, entry->prev ); + } +} + +/* +==================================================================== +Brick explosion animations. +==================================================================== +*/ +#define exp_change 0.008 +#define exp_alpha_change 0.2 +List *exps; +SDL_Surface *exp_pic = 0; +int exp_w, exp_h; /* size */ +int exp_frame_count; /* frame count */ +typedef struct { + float alpha; + float cur; /* current frame */ + int x, y; /* position in screen */ +} Exp; +void exp_load() +{ + exps = list_create( LIST_AUTO_DELETE, LIST_NO_CALLBACK ); + exp_pic = load_surf( "explosion.bmp", SDL_SWSURFACE ); + exp_w = exp_h = exp_pic->h; + exp_frame_count = exp_pic->w / exp_w; +} +void exps_clear() +{ + list_clear( exps ); +} +void exp_delete() +{ + if ( exp_pic ) SDL_FreeSurface( exp_pic ); exp_pic = 0; + if ( exps ) list_delete( exps ); exps = 0; +} +void exp_create( int x, int y ) +{ + Exp *exp = calloc( 1, sizeof( Exp ) ); + exp->x = x - ( exp_w >> 1 ); + exp->y = y - ( exp_h >> 1 ); + exp->alpha = 0; + list_add( exps, exp ); +} +void exps_hide() +{ + Exp *exp; + list_reset( exps ); + while ( ( exp = list_next( exps ) ) ) { + DEST( sdl.screen, exp->x, exp->y, exp_w, exp_h ); + SOURCE( offscreen, exp->x, exp->y ); + blit_surf(); + add_refresh_rect( exp->x, exp->y, exp_w, exp_h ); + } +} +void exps_show() +{ + Exp *exp; + list_reset( exps ); + while ( ( exp = list_next( exps ) ) ) { + DEST( sdl.screen, exp->x, exp->y, exp_w, exp_h ); + SOURCE( exp_pic, (int)exp->cur * exp_w, 0 ); + if ( config.trp ) + alpha_blit_surf( exp->alpha ); + else + blit_surf(); + } +} +void exps_update( int ms ) +{ + Exp *exp; + list_reset( exps ); + while ( ( exp = list_next( exps ) ) ) { + if ( exp->alpha < 255 ) { + exp->alpha += exp_alpha_change * ms; + if ( exp->alpha > 255 ) exp->alpha = 255; + } + exp->cur += exp_change * ms; + if ( exp->cur >= exp_frame_count ) + list_delete_current( exps ); + } +} diff --git a/project/jni/application/ltris-1.0.15/src/shrapnells.h b/project/jni/application/ltris-1.0.15/src/shrapnells.h new file mode 100644 index 000000000..0454bc270 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/shrapnells.h @@ -0,0 +1,91 @@ +/*************************************************************************** + shrapnells.h - description + ------------------- + begin : Sat Sep 8 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +/* +==================================================================== +Create high_res or low_res shrapnells. +==================================================================== +*/ +enum { + SHR_TYPE_COUNT = 7 +}; + +typedef struct { + float x, y; +} Vector; + +typedef struct { + SDL_Surface *pic; + Vector v; + Vector g; /* gravity */ + float x, y; + float alpha; +} Shrapnell; + +/* +==================================================================== +Initate or delete shrapnell list +==================================================================== +*/ +void shrapnells_init(); +void shrapnells_delete(); + +/* +==================================================================== +Create a single shrapnell and add to list. +==================================================================== +*/ +void shrapnell_create( int x, int y, int w, int h, float vx, float vy, float gx, float gy ); +/* +==================================================================== +Create shrapnells from position in offscreen with the size +of bricks +==================================================================== +*/ +void shrapnells_create( int x, int y, int w, int h, int type ); +/* +==================================================================== +Remove all shrapnells +==================================================================== +*/ +void shrapnells_reset(); +/* +==================================================================== +Show, hide all shrapnells. +==================================================================== +*/ +void shrapnells_hide(); +void shrapnells_show(); +/* +==================================================================== +Update and remove expired shrapnells +==================================================================== +*/ +void shrapnells_update( int ms ); + +/* +==================================================================== +Brick explosion animations. +==================================================================== +*/ +void exp_load(); +void exp_delete(); +void exps_clear(); +void exp_create( int x, int y ); +void exps_hide(); +void exps_show(); +void exps_update( int ms ); diff --git a/project/jni/application/ltris-1.0.15/src/sounds/Makefile.am b/project/jni/application/ltris-1.0.15/src/sounds/Makefile.am new file mode 100644 index 000000000..c4f881311 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/sounds/Makefile.am @@ -0,0 +1,8 @@ +EXTRA_DIST = motion.wav stop.wav click.wav leftright.wav explosion.wav \ +excellent.wav nextlevel.wav + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(inst_dir)/sounds + @for file in *.wav; do\ + $(INSTALL_DATA) $$file $(DESTDIR)$(inst_dir)/sounds/$$file;\ + done diff --git a/project/jni/application/ltris-1.0.15/src/sounds/Makefile.in b/project/jni/application/ltris-1.0.15/src/sounds/Makefile.in new file mode 100644 index 000000000..dce4b7192 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/sounds/Makefile.in @@ -0,0 +1,357 @@ +# Makefile.in generated by automake 1.9.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../.. +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = src/sounds +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ + $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ + $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ + $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \ + $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longdouble.m4 \ + $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \ + $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ + $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ + $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ + $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GENCAT = @GENCAT@ +GLIBC21 = @GLIBC21@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +HAVE_ASPRINTF = @HAVE_ASPRINTF@ +HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ +HAVE_SNPRINTF = @HAVE_SNPRINTF@ +HAVE_WPRINTF = @HAVE_WPRINTF@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLBISON = @INTLBISON@ +INTLLIBS = @INTLLIBS@ +INTLOBJS = @INTLOBJS@ +INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +POSUB = @POSUB@ +RANLIB = @RANLIB@ +SDL_CFLAGS = @SDL_CFLAGS@ +SDL_CONFIG = @SDL_CONFIG@ +SDL_LIBS = @SDL_LIBS@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +ac_ct_CC = @ac_ct_CC@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +buf_flag = @buf_flag@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +datarootdir = @datarootdir@ +dis_flag = @dis_flag@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +hi_dir = @hi_dir@ +hi_inst_flag = @hi_inst_flag@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +inst_dir = @inst_dir@ +inst_flag = @inst_flag@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +locdir_flag = @locdir_flag@ +mandir = @mandir@ +mixer_flag = @mixer_flag@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sound_flag = @sound_flag@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +EXTRA_DIST = motion.wav stop.wav click.wav leftright.wav explosion.wav \ +excellent.wav nextlevel.wav + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sounds/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/sounds/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +uninstall-info-am: +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-data-local + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-data-local install-exec install-exec-am install-info \ + install-info-am install-man install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am uninstall uninstall-am uninstall-info-am + + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(inst_dir)/sounds + @for file in *.wav; do\ + $(INSTALL_DATA) $$file $(DESTDIR)$(inst_dir)/sounds/$$file;\ + done +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/project/jni/application/ltris-1.0.15/src/sounds/click.wav b/project/jni/application/ltris-1.0.15/src/sounds/click.wav new file mode 100644 index 000000000..26c46f84f Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/sounds/click.wav differ diff --git a/project/jni/application/ltris-1.0.15/src/sounds/excellent.wav b/project/jni/application/ltris-1.0.15/src/sounds/excellent.wav new file mode 100644 index 000000000..fc091fe59 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/sounds/excellent.wav differ diff --git a/project/jni/application/ltris-1.0.15/src/sounds/explosion.wav b/project/jni/application/ltris-1.0.15/src/sounds/explosion.wav new file mode 100644 index 000000000..99b8b99c7 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/sounds/explosion.wav differ diff --git a/project/jni/application/ltris-1.0.15/src/sounds/leftright.wav b/project/jni/application/ltris-1.0.15/src/sounds/leftright.wav new file mode 100644 index 000000000..2243f2372 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/sounds/leftright.wav differ diff --git a/project/jni/application/ltris-1.0.15/src/sounds/motion.wav b/project/jni/application/ltris-1.0.15/src/sounds/motion.wav new file mode 100644 index 000000000..2add1041b Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/sounds/motion.wav differ diff --git a/project/jni/application/ltris-1.0.15/src/sounds/nextlevel.wav b/project/jni/application/ltris-1.0.15/src/sounds/nextlevel.wav new file mode 100644 index 000000000..9953752ad Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/sounds/nextlevel.wav differ diff --git a/project/jni/application/ltris-1.0.15/src/sounds/stop.wav b/project/jni/application/ltris-1.0.15/src/sounds/stop.wav new file mode 100644 index 000000000..2243f2372 Binary files /dev/null and b/project/jni/application/ltris-1.0.15/src/sounds/stop.wav differ diff --git a/project/jni/application/ltris-1.0.15/src/tetris.c b/project/jni/application/ltris-1.0.15/src/tetris.c new file mode 100644 index 000000000..988bfa54a --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/tetris.c @@ -0,0 +1,628 @@ +/*************************************************************************** + tetris.c - description + ------------------- + begin : Tue Dec 25 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "ltris.h" +#include "event.h" +#include "chart.h" +#include "bowl.h" +#include "shrapnells.h" +#include "tetris.h" + +SDL_Surface *blocks = 0; +SDL_Surface *logo = 0; +Font *font = 0, *large_font = 0; +SDL_Surface *qmark = 0; /* question mark */ +SDL_Surface *bkgnd = 0; /* background + 3dframes */ +SDL_Surface *offscreen = 0; /* offscreen: background + blocks */ +int last_bkgnd_id = -99; /* last background chosen */ +#ifdef SOUND +Sound_Chunk *wav_click = 0; +#endif +Bowl *bowls[BOWL_COUNT]; /* all bowls */ +int *next_blocks, next_blocks_size = 0; /* buffered game blocks for + games where all players + will receive the same + blocks */ + +extern Sdl sdl; +extern Config config; +extern int term_game; +extern char gametype_ids[8][64]; + +/* +==================================================================== +Locals +==================================================================== +*/ + +/* +==================================================================== +Draw the tetris logo to the offscreen. +==================================================================== +*/ +void tetris_draw_logo() +{ + int x = 460, y = 100; + draw_3dframe( offscreen, x - logo->w / 2 - 4, y - logo->h / 2 - 4, logo->w + 8, logo->h + 8, 6 ); + DEST( offscreen, x - logo->w / 2, y - logo->h / 2, logo->w, logo->h ); + FULL_SOURCE( logo ); + blit_surf(); +} + +/* +==================================================================== +Request confirmation. +==================================================================== +*/ +enum{ CONFIRM_YES_NO, CONFIRM_ANY_KEY, CONFIRM_PAUSE }; +void draw_confirm_screen( Font *font, SDL_Surface *buffer, char *str ) +{ + FULL_DEST(sdl.screen); + fill_surf(0x0); + font->align = ALIGN_X_CENTER | ALIGN_Y_CENTER; + write_text(font, sdl.screen, sdl.screen->w / 2, sdl.screen->h / 2, str, 0); +} +int confirm( Font *font, char *str, int type ) +{ + SDL_Event event; + int go_on = 1; + int ret = 0; + SDL_Surface *buffer = create_surf(sdl.screen->w, sdl.screen->h, SDL_SWSURFACE); + SDL_SetColorKey(buffer, 0, 0); + +#ifdef SOUND + sound_play( wav_click ); +#endif + + FULL_DEST(buffer); + FULL_SOURCE(sdl.screen); + blit_surf(); + draw_confirm_screen( font, buffer, str ); + refresh_screen( 0, 0, 0, 0 ); + + while (go_on && !term_game) { + SDL_WaitEvent(&event); + /* TEST */ + switch ( event.type ) { + case SDL_QUIT: term_game = 1; break; + case SDL_KEYUP: + if ( type == CONFIRM_ANY_KEY ) { + ret = 1; go_on = 0; + break; + } + else + if ( type == CONFIRM_PAUSE ) { + if ( event.key.keysym.sym == SDLK_p ) { + ret = 1; go_on = 0; + break; + } + else + if ( event.key.keysym.sym == SDLK_f ) { + config.fullscreen = !config.fullscreen; + set_video_mode( std_video_mode( config.fullscreen ) ); + draw_confirm_screen( font, buffer, str ); + refresh_screen( 0, 0, 0, 0 ); + } + } + else + if (event.key.keysym.sym == SDLK_ESCAPE) { + // ESC always returns false + go_on = 0; + ret = 0; + } else { + // check pressed key against yes/no letters + char *keyName = SDL_GetKeyName(event.key.keysym.sym); + char *yesLetter = _("y"); + char *noLetter = _("n"); + if (strcmp(keyName, yesLetter) == 0) { + go_on = 0; + ret = 1; + } + if (strcmp(keyName, noLetter) == 0) { + go_on = 0; + ret = 0; + } + } + break; + } + } +#ifdef SOUND + sound_play( wav_click ); +#endif + FULL_DEST(sdl.screen); + FULL_SOURCE(buffer); + blit_surf(); + refresh_screen( 0, 0, 0, 0 ); + SDL_FreeSurface(buffer); + reset_timer(); + + return ret; +} +/* +==================================================================== +Do a new background to bkgnd and add all nescessary frames for the +specified gametype in config::gametype. +Id == -1 means to use a random background. +Copy result to offscreen and screen. Draws bowl contents. +==================================================================== +*/ +enum { BACK_COUNT = 6 }; +void tetris_recreate_bkgnd( int id ) +{ + SDL_Surface *pic = 0; + char name[32]; + int i, j; + + /* load and wallpaper background */ + if ( id == -1 ) { + do { + id = rand() % BACK_COUNT; + } while ( id == last_bkgnd_id ); + last_bkgnd_id = id; + } + FULL_DEST( bkgnd ); fill_surf( 0x0 ); + /* load background */ + sprintf( name, "back%i.bmp", id ); + if ( ( pic = load_surf( name, SDL_SWSURFACE | SDL_NONFATAL ) ) != 0 ) { + for ( i = 0; i < bkgnd->w; i += pic->w ) + for ( j = 0; j < bkgnd->h; j += pic->h ) { + DEST( bkgnd, i, j, pic->w, pic->h ); + SOURCE( pic, 0, 0 ); + blit_surf(); + } + SDL_FreeSurface( pic ); + } + /* let the bowls contribute to the background :) */ + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + bowl_draw_frames( bowls[i] ); + /* draw to offscreen */ + FULL_DEST( offscreen ); FULL_SOURCE( bkgnd ); blit_surf(); + /* add logo if place */ + if ( config.gametype <= 2 ) + tetris_draw_logo(); + /* draw bowl contents */ + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + bowl_draw_contents( bowls[i] ); + /* put offscreen to screen */ + FULL_DEST( sdl.screen ); FULL_SOURCE( offscreen ); blit_surf(); +} + +/* +==================================================================== +Publics +==================================================================== +*/ + +/* +==================================================================== +Load/delete all tetris resources. +==================================================================== +*/ +void tetris_create() +{ + logo = load_surf( "logo.bmp", SDL_SWSURFACE ); + SDL_SetColorKey( logo, SDL_SRCCOLORKEY, get_pixel( logo, 0, 0 ) ); + blocks = load_surf( "blocks.bmp", SDL_SWSURFACE ); + qmark = load_surf( "quest.bmp", SDL_SWSURFACE ); + SDL_SetColorKey( qmark, SDL_SRCCOLORKEY, get_pixel( qmark, 0, 0 ) ); + font = load_fixed_font( "f_small_yellow.bmp", 32, 96, 8 ); + large_font = load_fixed_font( "f_white.bmp", 32, 96, 10 ); + bkgnd = create_surf( sdl.screen->w, sdl.screen->h, SDL_SWSURFACE ); + SDL_SetColorKey( bkgnd, 0, 0 ); + offscreen = create_surf( sdl.screen->w, sdl.screen->h, SDL_SWSURFACE ); + SDL_SetColorKey( offscreen, 0, 0 ); + bowl_load_figures(); + bowl_init_block_masks(); +#ifdef SOUND + wav_click = sound_chunk_load( "click.wav" ); +#endif +} +void tetris_delete() +{ + if ( logo ) SDL_FreeSurface( logo ); logo = 0; + if ( blocks ) SDL_FreeSurface( blocks ); blocks = 0; + if ( qmark ) SDL_FreeSurface( qmark ); qmark = 0; + free_font( &font ); + free_font( &large_font ); + if ( offscreen ) SDL_FreeSurface( offscreen ); offscreen = 0; + if ( bkgnd ) SDL_FreeSurface( bkgnd ); bkgnd = 0; +#ifdef SOUND + if ( wav_click ) sound_chunk_free( wav_click ); wav_click = 0; +#endif +} + +/* +==================================================================== +Initiate/clear a new game from config data. +After tetris_init() the screen is drawn completely though not +updated to use the fade effect. +==================================================================== +*/ +int tetris_init() +{ + /* create next block list if desired and multiplayer */ + if ( config.same_blocks_for_all && !config.expert && + config.gametype >= 3 ) + { + next_blocks_size = NEXT_BLOCKS_CHUNK_SIZE; + next_blocks = calloc( next_blocks_size, sizeof(int) ); + fill_int_array_rand(next_blocks, + 0,next_blocks_size, + 0,BLOCK_COUNT-1); + } + /* create bowls according to the gametype */ + switch ( config.gametype ) { + case GAME_DEMO: + bowls[0] = bowl_create( 70, 0, 460, 300, blocks, qmark, "Demo", 0 ); + break; + case GAME_CLASSIC: + case GAME_FIGURES: + bowls[0] = bowl_create( 70, 0, 460, 300, blocks, qmark, config.player1.name, &config.player1.controls ); + break; + case GAME_VS_HUMAN: + case GAME_VS_CPU: + if ( config.center_preview ) { + bowls[0] = bowl_create( 20, 0, 273, 200, blocks, qmark, config.player1.name, &config.player1.controls ); + if ( config.gametype == GAME_VS_HUMAN ) + bowls[1] = bowl_create( 420, 0, 367, 200, blocks, qmark, config.player2.name, &config.player2.controls ); + else + bowls[1] = bowl_create( 420, 0, 367, 200, blocks, qmark, "CPU-1", 0 ); + } + else { + bowls[0] = bowl_create( 20, 0, 290, 340, blocks, qmark, config.player1.name, &config.player1.controls ); + if ( config.gametype == GAME_VS_HUMAN ) + bowls[1] = bowl_create( 420, 0, 350, 60, blocks, qmark, config.player2.name, &config.player2.controls ); + else + bowls[1] = bowl_create( 420, 0, 350, 60, blocks, qmark, "CPU-1", 0 ); + } + break; + case GAME_VS_HUMAN_HUMAN: + case GAME_VS_HUMAN_CPU: + case GAME_VS_CPU_CPU: + bowls[0] = bowl_create( 10, 0, -1, -1, blocks, qmark, config.player1.name, &config.player1.controls ); + if ( config.gametype != GAME_VS_CPU_CPU ) + bowls[1] = bowl_create( 220, 0, -1, -1, blocks, qmark, config.player2.name, &config.player2.controls ); + else + bowls[1] = bowl_create( 220, 0, -1, -1, blocks, qmark, "CPU-1", 0 ); + if ( config.gametype == GAME_VS_HUMAN_HUMAN ) + bowls[2] = bowl_create( 430, 0, -1, -1, blocks, qmark, config.player3.name, &config.player3.controls ); + else + bowls[2] = bowl_create( 430, 0, -1, -1, blocks, qmark, "CPU-2", 0 ); + break; + } + /* background */ + tetris_recreate_bkgnd( 1 ); + /* shrapnells */ + shrapnells_init(); + return 1; +} +void tetris_clear() +{ + int i; + + if ( config.same_blocks_for_all && !config.expert && + config.gametype >= 3 ) + { + next_blocks_size = 0; + free( next_blocks ); + } + for ( i = 0; i < BOWL_COUNT; i++ ) { + if ( bowls[i] ) + bowl_delete( bowls[i] ); + bowls[i] = 0; + } + /* shrapnells */ + shrapnells_delete(); +} + +/* +==================================================================== +Run a successfully initated game. +==================================================================== +*/ +void tetris_run() +{ + SDL_Event event; + int leave = 0; + int i; + int fps_delay = 0; + int ms; + int request_pause = 0; + int game_over = 0; + int bkgnd_level = 0; + int bowl_count; /* number of active bowls */ + char sshot_str[128]; + int screenshot_id = 0; + int gain_multiplayer_bonus = 0; + int escape = 0; + + /* count number of bowls */ + bowl_count = 0; + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + bowl_count++; + + SDL_ShowCursor( 0 ); + /* delay */ + switch ( config.fps ) { + case 1: fps_delay = 20; break; + case 2: fps_delay = 10; break; + case 3: fps_delay = 5; break; + } + /* main loop */ + fade_screen( FADE_IN, FADE_DEF_TIME ); + reset_timer(); + event_reset(); + while ( !leave && !term_game ) { + if ( config.fps ) SDL_Delay( fps_delay ); + if ( event_poll( &event ) ) { + switch ( event.type ) { + case SDL_QUIT: + term_game = 1; + break; + case SDL_KEYDOWN: + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + bowl_store_key( bowls[i], event.key.keysym.sym ); + break; + case SDL_KEYUP: + switch ( event.key.keysym.sym ) { + case SDLK_ESCAPE: + if ( game_over ) { + leave = 1; + break; + } + escape = 1; + if ( confirm( large_font, _("End Game? y/n"), CONFIRM_YES_NO ) ) + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] && !bowls[i]->game_over ) + bowl_finish_game( bowls[i] ); + break; + case SDLK_p: + request_pause = 1; + break; + case SDLK_f: + /* switch fullscreen */ + config.fullscreen = !config.fullscreen; + set_video_mode( std_video_mode( config.fullscreen ) ); + FULL_DEST( sdl.screen ); FULL_SOURCE( offscreen ); blit_surf(); + refresh_screen( 0, 0, 0, 0 ); + case SDLK_TAB: + sprintf( sshot_str, "ss%i.bmp", screenshot_id++ ); + SDL_SaveBMP( sdl.screen, sshot_str ); + break; + default: break; + } + break; + default: break; + } + } + ms = get_time(); + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + bowl_hide( bowls[i] ); + shrapnells_hide(); + + if ( request_pause && !game_over ) { + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + bowl_toggle_pause( bowls[i] ); + request_pause = 0; + } + + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + bowl_update( bowls[i], ms, game_over ); + + /* check if any of the bowls entered a new level and change background if so */ + if ( !config.keep_bkgnd ) { + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + if ( bowls[i]->level > bkgnd_level ) { + bkgnd_level = bowls[i]->level; + /* recreate background */ + tetris_recreate_bkgnd( -1 ); + refresh_screen( 0, 0, 0, 0 ); + reset_timer(); + } + } + + shrapnells_update( ms ); + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + bowl_show( bowls[i] ); + shrapnells_show(); + refresh_rects(); + /* check if game's over */ + if ( !game_over ) { + /* count number of finished bowls */ + game_over = 0; + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] && bowls[i]->game_over ) + game_over++; + if ( ( game_over == 1 && bowl_count == 1 ) || ( bowl_count > 1 && bowl_count - game_over <= 1 ) ) + game_over = 1; + else + game_over = 0; + if ( game_over && bowl_count > 1 && !escape ) + gain_multiplayer_bonus = 1; + } + /* the last bowl in multiplayer gains additional 100,000 score */ + if ( gain_multiplayer_bonus ) { + gain_multiplayer_bonus = 0; + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] && !bowls[i]->game_over ) + counter_add( &bowls[i]->score, 50000 ); + } + } + fade_screen( FADE_OUT, FADE_DEF_TIME ); + /* highscore entries */ + chart_clear_new_entries(); + for ( i = 0; i < BOWL_COUNT; i++ ) + if ( bowls[i] ) + chart_add( chart_set_query( gametype_ids[config.gametype] ), bowls[i]->name, bowls[i]->level, counter_get( bowls[i]->score ) ); + SDL_ShowCursor( 1 ); +} + +/* +==================================================================== +Run a number of CPU games to get an average score gained so you'll +see if your analyze algorithm in cpu.c cpu_analyze_bowl() sucks +or rocks! +==================================================================== +*/ +extern int CPU_SCORE_HOLE; +extern int CPU_SCORE_ALT; +extern int CPU_SCORE_LINE; +extern int CPU_SCORE_STEEP; +extern int CPU_SCORE_ABYSS; +extern int CPU_SCORE_BLOCK; +extern int count_occ( int *array, int size, int min, int max ) +{ + int i, count; + count = 0; + for ( i = 0; i < size; i++ ) + if ( array[i] >= min && array[i] <= max ) + count++; + return count; +} +void tetris_make_stat() +{ + int i; + int game_count = 50; + double total = 0; + int total_lines = 0; + double scores[1024]; + int lines[1024]; + Bowl *bowl = 0; + SDL_Event event; + int leave = 0; + FILE *file = 0; + + printf( "*****\n" ); + + bowl = bowl_create( 0, 0, -1, -1, blocks, qmark, "Demo", 0 ); + + /* reset counters */ + total = 0; total_lines = 0; + memset( lines, 0, sizeof( lines ) ); + memset( scores, 0, sizeof( scores ) ); + + printf( "Computing: %3i %3i %3i %3i %3i %3i\n", CPU_SCORE_HOLE, CPU_SCORE_ALT, CPU_SCORE_LINE, CPU_SCORE_STEEP, CPU_SCORE_ABYSS, CPU_SCORE_BLOCK ); + + for ( i = 0; i < game_count; i++ ) { + if ( SDL_PollEvent( &event ) && event.type == SDL_KEYUP && event.key.keysym.sym == SDLK_ESCAPE ) + leave = 1; + bowl_quick_game( bowl, 1 ); + lines[i] = bowl->lines; + total_lines += lines[i]; + scores[i] = bowl->score.value; + total += scores[i]; + printf( "%3i: %5i: %14.0f\n", i, lines[i], scores[i] ); + if ( leave ) return; + } + + if ( i != game_count ) game_count = i; + if ( game_count <= 0 ) return; + + /* write to file */ + file = fopen( "stats", "a+" ); + fprintf( file, "SETTING: %3i %3i %3i %3i %3i %3i\n", CPU_SCORE_HOLE, CPU_SCORE_ALT, CPU_SCORE_LINE, CPU_SCORE_STEEP, CPU_SCORE_ABYSS, CPU_SCORE_BLOCK ); + for (i = 0; i < game_count;i++) + fprintf( file, "%3i: %5i: %14.0f\n", i, lines[i], scores[i] ); + fprintf( file, "-----\n" ); + fprintf( file, " 0-100: %4i 101-200: %4i 201-400: %4i\n", + count_occ( lines, game_count, 0, 100 ), count_occ( lines, game_count, 101, 200 ), count_occ( lines, game_count, 201, 400 ) ); + fprintf( file, "401-600: %4i 601-800: %4i rest: %4i\n", + count_occ( lines, game_count, 401, 600 ), count_occ( lines, game_count, 601, 800 ), count_occ( lines, game_count, 801, 100000 ) ); + fprintf( file, "-----\n" ); + fprintf( file, "Avg.Lines: %i Avg.Score: %i\n", total_lines / game_count, (int)(total / game_count) ); + fprintf( file, "\n" ); + fclose( file ); + + bowl_delete( bowl ); +} +#ifdef _1 +void tetris_make_stat() +{ + int i; + int game_count = 10; + double total = 0; + int total_lines = 0; + int scores[1024]; + int lines[1024]; + Bowl *bowl = 0; + int ms = 4; + SDL_Event event; + int leave = 0; + char str[256]; + + font->align = ALIGN_X_LEFT | ALIGN_Y_TOP; + tetris_recreate_bkgnd( 0 ); + DEST( sdl.screen, 300, 0, 320, 480 ); fill_surf( 0x0 ); + refresh_screen( 0, 0, 0, 0 ); + if ( config.visualize ) + shrapnells_init(); + + for ( i = 0; i < game_count; i++ ) { + bowl = bowl_create( 0, 0, -1, -1, blocks, qmark, "Demo", 0 ); + if ( config.visualize ) + bowl->blind = 0; + else + bowl->blind = 1; + bowl->mute = 1; + while ( !bowl->game_over && !leave ) { + if ( SDL_PollEvent( &event ) && event.type == SDL_KEYUP && event.key.keysym.sym == SDLK_ESCAPE ) + leave = 1; + bowl_update( bowl, ms, 0 ); + if ( config.visualize ) + refresh_rects(); + } + lines[i] = bowl->lines; + scores[i] = counter_get_target( bowl->score ); + sprintf( str, "%4i\n", lines[i] ); + write_text( font, sdl.screen, 310 + ( i % 7 ) * 42, 10 + ( i / 7 ) * 16, str, OPAQUE ); + refresh_screen( 0, 0, 0, 0 ); + total += scores[i]; + total_lines += bowl->lines; + bowl_delete( bowl ); + printf( "%3i: %12i\n", i, scores[i] ); /* DEBUG */ + if ( leave ) break; + } + + if ( config.visualize ) + shrapnells_delete(); + + if ( i != game_count ) + game_count = i; + if ( game_count <= 0 ) return; + + sprintf( str, "Avg Score: %i Avg. Lines: %i\n", (int)(total / game_count), total_lines / game_count ); + write_text( font, sdl.screen, 330, 428, str, OPAQUE ); + + sprintf( str, "0-200: %i 201-400:: %i\n", count_occ( lines, game_count, 0, 200 ), count_occ( lines, game_count, 201, 400 ) ); + write_text( font, sdl.screen, 330, 444, str, OPAQUE ); + sprintf( str, "401-600: %i >601: %i\n", count_occ( lines, game_count, 401, 600 ), count_occ( lines, game_count, 601, 10000 ) ); + write_text( font, sdl.screen, 330, 460, str, OPAQUE ); + + refresh_screen( 0, 0, 0, 0 ); + + wait_for_click(); +} +#endif diff --git a/project/jni/application/ltris-1.0.15/src/tetris.h b/project/jni/application/ltris-1.0.15/src/tetris.h new file mode 100644 index 000000000..a5a3f9c0c --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/tetris.h @@ -0,0 +1,55 @@ +/*************************************************************************** + tetris.h - description + ------------------- + begin : Tue Dec 25 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __TETRIS_H +#define __TETRIS_H + +/* +==================================================================== +Load/delete all tetris resources. +==================================================================== +*/ +void tetris_create(); +void tetris_delete(); + +/* +==================================================================== +Initiate/clear a new game from config data. +After tetris_init() the screen is drawn completely though not +updated to use the fade effect. +==================================================================== +*/ +int tetris_init(); +void tetris_clear(); + +/* +==================================================================== +Run an successfully initated game. +==================================================================== +*/ +void tetris_run(); + +/* +==================================================================== +Run a number of CPU games to get an average score gained so you'll +see if your analyze algorithm in cpu.c cpu_analyze_bowl() sucks +or rocks! +==================================================================== +*/ +void tetris_make_stat(); + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/tools.c b/project/jni/application/ltris-1.0.15/src/tools.c new file mode 100644 index 000000000..59b8e6488 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/tools.c @@ -0,0 +1,369 @@ +/*************************************************************************** + tools.c - description + ------------------- + begin : Fri Jan 19 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include +#include +#include +#include +#include "tools.h" + +/* compares to strings and returns true if their first strlen(str1) chars are equal */ +inline int strequal( char *str1, char *str2 ) +{ + if ( strlen( str1 ) != strlen( str2 ) ) return 0; + return ( !strncmp( str1, str2, strlen( str1 ) ) ); +} + +/* set delay to ms milliseconds */ +inline void delay_set( Delay *delay, int ms ) +{ + delay->limit = ms; + delay->cur = 0; +} + +/* reset delay ( cur = 0 )*/ +inline void delay_reset( Delay *delay ) +{ + delay->cur = 0; +} + +/* check if times out and reset */ +inline int delay_timed_out( Delay *delay, int ms ) +{ + delay->cur += ms; + if ( delay->cur >= delay->limit ) { + + delay->cur = 0; + return 1; + + } + return 0; +} + +/* set timer so that we have a time out next call of delay_timed_out() */ +inline void delay_force_time_out( Delay *delay ) +{ + delay->cur = delay->limit; +} + +inline void goto_tile( int *x, int *y, int d ) +{ + /* 0 -up, clockwise, 5 - left up */ + switch ( d ) { + + case 1: + if ( !( (*x) & 1 ) ) + (*y)--; + (*x)++; + break; + case 2: + if ( (*x) & 1 ) + (*y)++; + (*x)++; + break; + case 4: + if ( (*x) & 1 ) + (*y)++; + (*x)--; + break; + case 5: + if ( !( (*x) & 1 ) ) + (*y)--; + (*x)--; + break; + + } +} + +/* return distance between to map positions */ +int get_dist( int x1, int y1, int x2, int y2 ) +{ + int range = 0; + + while ( x1 != x2 || y1 != y2 ) { + + /* approach to x2,y2 */ + /* 0 -up, clockwise, 5 - left up */ + if ( y1 < y2 ) { + + if ( x1 < x2 ) + goto_tile( &x1, &y1, 2 ); + else + if ( x1 > x2 ) + goto_tile( &x1, &y1, 4 ); + else + y1++; + + } + else + if ( y1 > y2 ) { + + if ( x1 < x2 ) + goto_tile( &x1, &y1, 1 ); + else + if ( x1 > x2 ) + goto_tile( &x1, &y1, 5 ); + else + y1--; + + } + else { + + if ( x1 < x2 ) + x1++; + else + if ( x1 > x2 ) + x1--; + + } + + range++; + } + + return range; +} + +/* init random seed by using ftime */ +void set_random_seed() +{ + srand( (unsigned int)time( 0 ) ); +} + +/* get coordinates from string */ +void get_coord( char *str, int *x, int *y ) +{ + int i; + char *cur_arg = 0; + + *x = *y = 0; + + /* get position of comma */ + for ( i = 0; i < strlen( str ); i++ ) + if ( str[i] == ',' ) break; + if ( i == strlen( str ) ) { + fprintf( stderr, "get_coord: no comma found in pair of coordinates '%s'\n", str ); + return; /* no comma found */ + } + + /* y */ + cur_arg = str + i + 1; + if ( cur_arg[0] == 0 ) + fprintf( stderr, "get_coord: warning: y-coordinate is empty (maybe you left a space between x and comma?)\n" ); + *y = atoi( cur_arg ); + /* x */ + cur_arg = strdup( str ); cur_arg[i] = 0; + *x = atoi( cur_arg ); + FREE( cur_arg ); +} + +/* replace new_lines with spaces in text */ +void repl_new_lines( char *text ) +{ + int i; + for ( i = 0; i < strlen( text ); i++ ) + if ( text[i] < 32 ) + text[i] = 32; +} + +// convert a str into text ( for listbox ) // +// char width is the width of a line in characters // +Text* create_text( char *orig_str, int char_width ) +{ + int i, j; + char line[256]; /* a line should not exceed this length */ + int pos; + int last_space; + int new_line; + Text *text = 0; + char *str = 0; + + text = calloc ( 1, sizeof( Text ) ); + + // maybe orig_str is a constant expression; duplicate for safety // + str = strdup( orig_str ); + + // replace original new_lines with spaces // + repl_new_lines( str ); + + /* change some spaces to new_lines, so that the new text fits the wanted line_length */ + /* NOTE: '#' means new_line ! */ + // if character with is 0 it's just a single line // + if ( char_width > 0 ) { + pos = 0; + while ( pos < strlen( str ) ) { + last_space = 0; + new_line = 0; + i = 0; + while ( !new_line && i < char_width && i + pos < strlen( str ) ) { + switch ( str[pos + i] ) { + case '#': new_line = 1; + case 32: last_space = i; break; + } + i++; + } + if ( i + pos >= strlen( str ) ) break; + if ( last_space == 0 ) { + /* uhh... much to long, we'll have to cut a word into pieces ... */ + last_space = char_width / 2; + } + str[pos + last_space] = 10; + pos += last_space; + } + } + + /* count lines */ + if ( char_width > 0 ) { + for ( i = 0; i < strlen( str ); i++ ) + if ( str[i] == 10 ) + text->count++; + /* maybe one unfinished line */ + if ( str[strlen( str ) - 1] != 10 ) + text->count++; + } + else + text->count = 1; + + /* get mem */ + text->lines = calloc( text->count, sizeof( char* ) ); + + pos = 0; + /* get all lines */ + for ( j = 0; j < text->count; j++ ) { + i = 0; + while ( pos + i < strlen( str ) && str[pos + i] != 10 ) { + line[i] = str[i + pos]; + i++; + } + pos += i; pos++; + line[i] = 0; + text->lines[j] = strdup( line ); + } + + if ( text->count == 0 ) + fprintf( stderr, "conv_to_text: warning: line_count is 0\n" ); + + free( str ); + + return text; +} + +// delete text // +void delete_text( Text *text ) +{ + int i; + + if ( text == 0 ) return; +/* + if ( lines[1][1] == 'e' && lines[1][0] == '<' ) + printf( "hallo\n" ); + + printf( "--- deleting:\n" ); + for ( i = 0; i < line_count; i++ ) { + printf( lines[i] ); + printf( "\n" ); + }*/ + if ( text->lines ) { + for ( i = 0; i < text->count; i++ ) + if ( text->lines[i] ) + free( text->lines[i] ); + free( text->lines ); + } + free( text ); +} + +/* +==================================================================== +Get type and prefix from string: + type::prefix +Set both pointers 0 if failure. +==================================================================== +*/ +void get_type_and_prefix( char *arg, char **type, char **prefix ) +{ + char *first, *second; + + *type = *prefix = 0; + + first = strtok( arg, ":" ); + second = strtok( 0, ":" ); + + if ( first == 0 || second == 0 ) return; + + *type = strdup( first ); + *prefix = strdup( second ); +} + +/* +==================================================================== +Replace any existence of character old into new. +==================================================================== +*/ +void strrepl( char **str, char c_old, char c_new ) +{ + char *pos; + while ( ( pos = strchr( *str, c_old ) ) != 0 ) + pos[0] = c_new; +} + +/* +==================================================================== +Counter with a current float value and a target value. Approaches +the target value until reached when counter_update() is called. +==================================================================== +*/ +inline void counter_set( Counter *counter, double value ) +{ + counter->value = value; + counter->approach = value; +} +inline void counter_add( Counter *counter, double add ) +{ + counter->value += add; +} +inline double counter_get_approach( Counter counter ) +{ + return counter.approach; +} +inline double counter_get( Counter counter ) +{ + return counter.value; +} +inline void counter_update( Counter *counter, int ms ) +{ + double change; + if ( counter->approach == counter->value ) return; + /* change relative as for big scores we must count faster */ + change = ( counter->value - counter->approach ) / 2000; + if ( change > 0 && change < 0.6 ) change = 0.6; + if ( change < 0 && change > -0.6 ) change = -0.6; + counter->approach += change * ms; + if ( change > 0 && counter->approach > counter->value ) counter->approach= counter->value; + if ( change < 0 && counter->approach < counter->value ) counter->approach = counter->value; +} + +/* fill part of an array with random values */ +void fill_int_array_rand( int *array, int start, int count, + int low, int high ) +{ + int i; + for ( i = 0; i < count; i++ ) { + array[start+i] = (rand() % (high-low+1)) + low; + if ( i > 0 && array[start+i-1] == array[start+i] ) + array[start+i] = (rand() % (high-low+1)) + low; + } +} + diff --git a/project/jni/application/ltris-1.0.15/src/tools.h b/project/jni/application/ltris-1.0.15/src/tools.h new file mode 100644 index 000000000..4553d6bd9 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/tools.h @@ -0,0 +1,113 @@ +/*************************************************************************** + tools.h - description + ------------------- + begin : Fri Jan 19 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __TOOLS_H +#define __TOOLS_H + +/* this file contains some useful tools */ + +/* free with a check */ +#define FREE( ptr ) { if ( ptr ) free( ptr ); ptr = 0; } + +/* check if a serious of flags is set in source */ +#define CHECK_FLAGS( source, flags ) ( source & (flags) ) + +/* return random value between ( and including ) upper,lower limit */ +#define RANDOM( lower, upper ) ( ( rand() % ( ( upper ) - ( lower ) + 1 ) ) + ( lower ) ) + +/* compute distance of two vectors */ +#define VEC_DIST( vec1, vec2 ) ( sqrt( ( vec1.x - vec2.x ) * ( vec1.x - vec2.x ) + ( vec1.y - vec2.y ) * ( vec1.y - vec2.y ) ) ) + +/* compares to strings and returns true if their first strlen(str1) chars are equal */ +inline int strequal( char *str1, char *str2 ); + +/* delete lines */ +void delete_lines( char **lines, int line_number ); + +/* delay struct */ +typedef struct { + int limit; + int cur; +} Delay; + +/* set delay to ms milliseconds */ +inline void delay_set( Delay *delay, int ms ); + +/* reset delay ( cur = 0 )*/ +inline void delay_reset( Delay *delay ); + +/* check if time's out ( add ms milliseconds )and reset */ +inline int delay_timed_out( Delay *delay, int ms ); + +/* set timer so that we have a time out next call of delay_timed_out() */ +inline void delay_force_time_out( Delay *delay ); + +/* return distance betwteen to map positions */ +int get_dist( int x1, int y1, int x2, int y2 ); + +/* init random seed by using ftime */ +void set_random_seed(); + +/* get coordintaes from string */ +void get_coord( char *str, int *x, int *y ); + +// text structure // +typedef struct { + char **lines; + int count; +} Text; +// convert a str into text ( for listbox ) // +Text* create_text( char *str, int char_width ); +// delete text // +void delete_text( Text *text ); + +/* +==================================================================== +Get type and prefix from string: + type::prefix +Set both pointers 0 if failure. +==================================================================== +*/ +void get_type_and_prefix( char *arg, char **ext, char **prefix ); + +/* +==================================================================== +Replace any existence of character old into new. +==================================================================== +*/ +void strrepl( char **str, char c_old, char c_new ); + +/* +==================================================================== +Counter with a current float value and a target value. Approaches +the target value until reached when counter_update() is called. +==================================================================== +*/ +typedef struct { + double approach; /* approaching value usually used for a smooth counter display */ + double value; /* actual value */ +} Counter; +void counter_set( Counter *counter, double value ); +void counter_add( Counter *counter, double add ); +double counter_get_approach( Counter counter ); +double counter_get( Counter counter ); +void counter_update( Counter *counter, int ms ); + +void fill_int_array_rand( int *array, int start, int count, + int low, int high ); + +#endif diff --git a/project/jni/application/ltris-1.0.15/src/value.c b/project/jni/application/ltris-1.0.15/src/value.c new file mode 100644 index 000000000..50438a9b8 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/value.c @@ -0,0 +1,271 @@ +/*************************************************************************** + value.c - description + ------------------- + begin : Sun Sep 23 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include +#include "manager.h" + +/* +==================================================================== +Locals +==================================================================== +*/ + +/* +==================================================================== +Update val_str if not ITEM_VALUE +==================================================================== +*/ +void value_update_str( Value *value ) +{ + switch ( value->type ) { + case VALUE_RANGE_INT: sprintf( value->val_str, "%i", *value->val_int ); break; + case VALUE_RANGE_STR: sprintf( value->val_str, "%s", value->names[*value->val_int] ); break; + case VALUE_KEY: + if ( value->grab ) { strcpy( value->val_str, "???" ); break; } + switch ( *value->val_int ) { + case SDLK_SPACE: strcpy( value->val_str, _("Space") ); break; + case SDLK_LEFT: strcpy( value->val_str, _("Left") ); break; + case SDLK_RIGHT: strcpy( value->val_str, _("Right") ); break; + case SDLK_UP: strcpy( value->val_str, _("Up") ); break; + case SDLK_DOWN: strcpy( value->val_str, _("Down") ); break; + case SDLK_RSHIFT: strcpy( value->val_str, _("Right Shift") ); break; + case SDLK_LSHIFT: strcpy( value->val_str, _("Left Shift") ); break; + case SDLK_RCTRL: strcpy( value->val_str, _("Right Ctrl") ); break; + case SDLK_LCTRL: strcpy( value->val_str, _("Left Ctrl") ); break; + case SDLK_RALT: strcpy( value->val_str, _("Right Alt") ); break; + case SDLK_LALT: strcpy( value->val_str, _("Left Alt") ); break; + case SDLK_INSERT: strcpy( value->val_str, _("Insert") ); break; + case SDLK_END: strcpy( value->val_str, _("End") ); break; + case SDLK_PAGEUP: strcpy( value->val_str, _("PageUp") ); break; + case SDLK_PAGEDOWN: strcpy( value->val_str, _("PageDown") ); break; + case SDLK_HOME: strcpy( value->val_str, _("Home") ); break; + default: + if ( *value->val_int >= SDLK_a && *value->val_int <= SDLK_z ) + sprintf( value->val_str, "'%c'", (char)toupper( *value->val_int ) ); + else + if ( *value->val_int >= SDLK_0 && *value->val_int <= SDLK_9 ) + sprintf( value->val_str, "'%i'", *value->val_int - 48 ); + else + if ( *value->val_int >= SDLK_KP0 && *value->val_int <= SDLK_KP9 ) + sprintf( value->val_str, "'Pad %i'", *value->val_int - 256 ); + else + sprintf( value->val_str, "%i", *value->val_int ); + break; + } + break; + } +} + +/* +==================================================================== +Create basic value +==================================================================== +*/ +Value *value_create_basic( int type, int *val_int ) +{ + Value *value = calloc( 1, sizeof( Value ) ); + value->type = type; + value->val_int = val_int; + /* if not VALUE_EDIT create val_str which carries translated val_int */ + if ( type != VALUE_EDIT ) value->val_str = calloc( 256, sizeof( char ) ); + return value; +} + +/* +==================================================================== +Publics +==================================================================== +*/ + +/* +==================================================================== +Auxiliary functions to setup a key filter. +==================================================================== +*/ +void filter_clear( int *filter ) +{ + memset( filter, 0, sizeof( int ) * SDLK_LAST ); +} +void filter_set( int *filter, int first, int last, int allowed ) +{ + int i; + for ( i = first; i <= last; i++ ) + filter[i] = allowed; +} + +/* +==================================================================== +Create a value. names and filter are duplicated and freed by +value_delete(). +Return Value: value +==================================================================== +*/ +Value *value_create_empty() +{ + return value_create_basic( VALUE_NONE, 0 ); +} +Value *value_create_range_int( int *val_int, int min, int max, int step ) +{ + Value *value = value_create_basic( VALUE_RANGE_INT, val_int ); + value->min = min; value->max = max; value->step = step; + value_update_str( value ); + return value; +} +Value *value_create_range_str( int *val_int, char **names, int count ) +{ + int i; + Value *value = value_create_basic( VALUE_RANGE_STR, val_int ); + value->min = 0; value->max = count - 1; value->step = 1; + /* duplicate names */ + value->name_count = count; + value->names = calloc( count, sizeof( char* ) ); + for ( i = 0; i < count; i++ ) + value->names[i] = strdup( names[i] ); + value_update_str( value ); + return value; +} +Value *value_create_key( int *val_int, int *filter ) +{ + int i; + Value *value = value_create_basic( VALUE_KEY, val_int ); + /* duplicate filter */ + value->filter = calloc( SDLK_LAST, sizeof( int ) ); + for ( i = 0; i < SDLK_LAST; i++ ) value->filter[i] = filter[i]; + value_update_str( value ); + /* list of other key values */ + value->other_keys = list_create( LIST_NO_AUTO_DELETE, LIST_NO_CALLBACK ); + return value; +} +Value *value_create_edit( char *val_str, int limit ) +{ + Value *value = value_create_basic( VALUE_EDIT, 0 ); + value->val_str = val_str; + value->max = limit; + return value; +} +/* +==================================================================== +Delete a value +==================================================================== +*/ +void value_delete( Value *value ) +{ + int i; + if ( !value ) return; + if ( value->filter ) free( value->filter ); + if ( value->names ) { + for ( i = 0; i < value->name_count; i++ ) + if ( value->names[i] ) free( value->names[i] ); + free( value->names ); + } + if ( value->type != VALUE_EDIT && value->val_str ) free( value->val_str ); + if ( value->other_keys ) list_delete( value->other_keys ); + free( value ); +} +/* +==================================================================== +Increase, decrease if range. +==================================================================== +*/ +void value_dec( Value *value ) +{ + *value->val_int -= value->step; + if ( *value->val_int < value->min ) *value->val_int = value->max; + value_update_str( value ); +} +void value_inc( Value *value ) +{ + *value->val_int += value->step; + if ( *value->val_int > value->max ) *value->val_int = value->min; + value_update_str( value ); +} +/* +==================================================================== +Grab input of VALUE_KEY +==================================================================== +*/ +void value_grab( Value *value ) +{ + if ( value->type == VALUE_KEY ) { + value->grab = 1; + value_update_str( value ); + } +} +/* +==================================================================== +Set key value if VALUE_KEY and clear grab flag +==================================================================== +*/ +void value_set_key( Value *value, int val_int ) +{ + Value *other_key; + if ( !value->filter[val_int] ) return; + list_reset( value->other_keys ); + while ( ( other_key = list_next( value->other_keys ) ) ) + if ( *other_key->val_int == val_int ) return; + /* ok, set */ + *value->val_int = val_int; + value->grab = 0; + value_update_str( value ); +} +/* +==================================================================== +Edit string if VALUE_EDIT +==================================================================== +*/ +void value_edit( Value *value, int code, int unicode ) +{ + int length = strlen( value->val_str ); + if ( code == SDLK_BACKSPACE && length > 0 ) + value->val_str[length - 1] = 0; + else + if ( code >= 32 && code < 128 && length < value->max ) + value->val_str[length] = unicode; +} +/* +==================================================================== +Add another dynamically restricted key (as VALUE_KEY) to other_key +list. +==================================================================== +*/ +void value_add_other_key( Value *value, Value *other_key ) +{ + if ( value->type != VALUE_KEY ) return; + list_add( value->other_keys, other_key ); +} +/* +==================================================================== +Set a new name list (and update position) for VALUE_RANGE_STR. +==================================================================== +*/ +void value_set_new_names( Value *value, char **names, int count ) +{ + int i; + if ( value->type != VALUE_RANGE_STR ) return; + if ( value->names ) { + for ( i = 0; i < value->name_count; i++ ) + if ( value->names[i] ) free( value->names[i] ); + free( value->names ); + } + value->name_count = count; + value->max = count - 1; + if ( *value->val_int > value->max ) *value->val_int = 0; + value->names = calloc( count, sizeof( char* ) ); + for ( i = 0; i < count; i++ ) + value->names[i] = strdup( names[i] ); + value_update_str( value ); +} diff --git a/project/jni/application/ltris-1.0.15/src/value.h b/project/jni/application/ltris-1.0.15/src/value.h new file mode 100644 index 000000000..207ce9666 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/src/value.h @@ -0,0 +1,115 @@ +/*************************************************************************** + value.h - description + ------------------- + begin : Thu Sep 20 2001 + copyright : (C) 2001 by Michael Speck + email : kulkanie@gmx.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef __VALUE_H +#define __VALUE_H + +/* +==================================================================== +Value contained and handled by item. +==================================================================== +*/ +enum { + VALUE_NONE = 0, /* no value: separator */ + VALUE_RANGE_INT, /* range of integers */ + VALUE_RANGE_STR, /* range of strings: min == 0, max == count, step == 1 */ + VALUE_KEY, /* single key value */ + VALUE_EDIT /* editable string */ +}; +typedef struct _Value { + int type; /* type of value */ + int min, max, step; /* integer range of value */ + int *val_int; /* value as integer (position in range or key value) */ + char *val_str; /* value as string (either name or converted val_int) + --duplicated except for VALUE_EDIT */ + char **names; /* if set val_int is associated to the indexed name and val_str + is set to this name instead of the converted integer value + --duplicated */ + int name_count; /* number of names */ + int *filter; /* key filter (size: SDLK_LAST) --duplicated */ + List *other_keys; /* list of other key values for VALUE_KEY: these are + restricted, too */ + int grab; /* if type is VALUE_KEY and this is set all events except QUIT and + KEYUP are ignored */ +} Value; + +/* +==================================================================== +Auxiliary functions to setup a key filter. +==================================================================== +*/ +void filter_clear( int *filter ); +void filter_set( int *filter, int first, int last, int allowed ); + +/* +==================================================================== +Create a value. names and filter are duplicated and freed by +value_delete(). +Return Value: value +==================================================================== +*/ +Value *value_create_empty(); +Value *value_create_range_int( int *val_int, int min, int max, int step ); +Value *value_create_range_str( int *val_int, char **names, int count ); +Value *value_create_key( int *val_int, int *filter ); +Value *value_create_edit( char *val_str, int limit ); +/* +==================================================================== +Delete a value +==================================================================== +*/ +void value_delete( Value *value ); +/* +==================================================================== +Increase, decrease if range. +==================================================================== +*/ +void value_dec( Value *value ); +void value_inc( Value *value ); +/* +==================================================================== +Grab input of VALUE_KEY +==================================================================== +*/ +void value_grab( Value *value ); +/* +==================================================================== +Set key value if VALUE_KEY and clear grab flag +==================================================================== +*/ +void value_set_key( Value *value, int val_int ); +/* +==================================================================== +Edit string if VALUE_EDIT +==================================================================== +*/ +void value_edit( Value *value, int code, int unicode ); +/* +==================================================================== +Add another dynamically restricted key (as VALUE_KEY) to other_key +list. +==================================================================== +*/ +void value_add_other_key( Value *value, Value *other_key ); +/* +==================================================================== +Set a new name list (and update position) for VALUE_RANGE_STR. +==================================================================== +*/ +void value_set_new_names( Value *value, char **names, int count ); + +#endif diff --git a/project/jni/application/ltris-1.0.15/touchall b/project/jni/application/ltris-1.0.15/touchall new file mode 100755 index 000000000..74bb47cc4 --- /dev/null +++ b/project/jni/application/ltris-1.0.15/touchall @@ -0,0 +1,7 @@ +touch 0101120002 * +touch 0101120002 src/* +touch 0101120002 src/docs/* +touch 0101120002 src/gfx/* +touch 0101120002 src/levels/* +touch 0101120002 src/sounds/* +