xfishtank-3.2.2/0000755000000000000000000000000014622622722011710 5ustar0000000000000000xfishtank-3.2.2/AUTHORS0000644000000000000000000000017014622622722012756 0ustar0000000000000000John Bradley Jonathan Greenblatt Eric Bina TJ Phan Vincent Renardias Joey Hess Jim Rees Marius Gavrilescu Willem Vermin xfishtank-3.2.2/COPYING0000644000000000000000000000215414622622722012745 0ustar0000000000000000Copyright © 2021 Eric Bina, Dave Black, TJ Phan, Vincent Renardias, Jim Rees, Willem Vermin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. xfishtank-3.2.2/ChangeLog0000644000000000000000000000730214622622722013464 0ustar0000000000000000* 3.2.2 01. main.c xfishtank.1.tmpl: add --root as flag, next to -root add --window-id as flag, next to -window-id xfishtank.1.tmpl: correct -v option src/Makefile.am: install xfishtank in $prefix/bin 02. change string 'xpenguins' to 'xfishtank' where appropriate 03. change licence to MIT 04. remove redundant src/FishList README: added some text AUTHORS: added some authors (thanks to Jim Rees) ChangeLog: added changes from before version 3.0 ixpm.c: guard against unset shapeimage or ximage * 3.2.1 01. main.c: use ^pcmanfm$ in stead of pcmanfm while searching for largest window 02. utils.c: largest_window_with_name(): add memset() for the search result 03. main.c: implement -v addcopyright.sh: make it freebsd-friendly * 3.2.0 01. do not start ui() if option -nomenu is given same if started under xscreensaver 02. correct src/fishtank.desktop (No roaches, but fish tank) Thanks to Daniel Hilsbrunner 03. main.c: do gtkinit() after parsing the command line parameters * 3.1.5 01. implement working 'hide menu' button and -nomenu flag for not-iconifying WM's main.c: document -bgc flag main.c: place parse() after ReadFlags() main.c: iconify when running in xscreensaver add xdo.c xdo-copyright xdo.h xdo_search.c xdo_util.h xdo_version.h use xdo.c and xdo_search.c where convenient simplemake.sh: make it working * 3.1.4 01. wmctrl.c: make compilable with '-Wall -pedantic -Wextra' * 3.1.3 01. better implementation of selfrep * 3.1.2 1. main.c: Thanks(): add XCloseDisplay() when leaving. Makefile.am: do not use '$<': is not understood by bsd-make 2. ixpm.c main.c wmctrl.c: make cppcheck happy ui.c: do_animate(): make sure id gets a value * 3.1.1 1. Define default color for bgcolorstring Set also default backgroundcolor when clicking 'defaults' button 2. Use defined background only in xscreensaver mode * 3.1.0 1. Clear screen after exit Some fixes to configure.ac Implement -changelog Implement -selfrep * 3.0.1 Added autopkgtest and 'make check' added 'dependencies' * 3.0.0 Initial release of version with double-buffering, graphical gui and transparent click-through window for the fishes ## v2.6 (2020-09-20) * get rid of the FishList * fix wordo/typo * memory corruption fixes * zero out flist before use * only check for collisions against fish that are already in motion * update man page * Version 2.6 ## v2.5 (2013-08-09) * remove non-working -p option from man page * support of -p file command-line parameter * various style and compiler warning changes * add Imlib, remove read.c, for "-p" option (background image) * add build and install instructions to README, bump to 2.5 ## v2.4 (2013-07-16) * add license file * Change hypens to minus signs and section to 1x * Do not assume that the environment contains a DISPLAY variable * bump version to 2.4 ## v2.3 (2013-03-20) * various portability fixes by Jim Rees for Open/FreeBSD * changes from debian version 2.2-25, with some rearrangements * remove gif code * add fish/ppm conversion programs * reindent * Just get the root window once at init time, and remember it * simplify a bit (or shorten anyway) * use FishList.local if available * set window type to desktop; some window managers need this * Add my two cents to the README. * get rid of unneeded -I. * get rid of CDEBUGFLAGS, which is apparently used for non-debug too * install man page as part of install target * bump version to 2.3 ## v2.2 (2011-11-14) * remove generated files * NEW FUN WITH FISH (29 fish) version (2.2) (ca. 1996) ## v1.0 (2011-11-14) * Eric Bina version from 1992 xfishtank-3.2.2/INSTALL0000644000000000000000000003662614622622722012756 0ustar0000000000000000Installation Instructions ************************* Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell command './configure && make && make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the 'README' file for instructions specific to this package. Some packages provide this 'INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. 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, and a file 'config.log' containing compiler output (useful mainly for debugging 'configure'). It can also use an optional file (typically called 'config.cache' and enabled with '--cache-file=config.cache' or simply '-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. 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 you are using the cache, and at some point 'config.cache' contains results you don't want to keep, you may remove or edit it. The file 'configure.ac' (or 'configure.in') is used to create 'configure' by a program called 'autoconf'. You need 'configure.ac' 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. Running 'configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type 'make' to compile the package. 3. Optionally, type 'make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type 'make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the 'make install' phase executed with root privileges. 5. Optionally, type 'make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior 'make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing 'make clean'. To also remove the files that 'configure' created (so you can compile the package for a different kind of computer), type 'make distclean'. There is also a 'make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 7. Often, you can also type 'make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 8. Some packages, particularly those that use Automake, provide 'make distcheck', which can by used by developers to test that all other targets like 'make install' and 'make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the 'configure' script does not know about. Run './configure --help' for details on some of the pertinent environment variables. You can give 'configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. 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 can use 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 '..'. This is known as a "VPATH" build. With a non-GNU 'make', it is safer 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. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple '-arch' options to the compiler but only a single '-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the 'lipo' tool if you have problems. Installation Names ================== By default, 'make install' installs the package's commands under '/usr/local/bin', include files under '/usr/local/include', etc. You can specify an installation prefix other than '/usr/local' by giving 'configure' the option '--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option '--exec-prefix=PREFIX' to 'configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like '--bindir=DIR' to specify different values for particular kinds of files. Run 'configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of '${prefix}', so that specifying just '--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to 'configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the 'make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, 'make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of '${prefix}'. Any directories that were specified during 'configure', but not in terms of '${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the 'DESTDIR' variable. For example, 'make install DESTDIR=/alternate/directory' will prepend '/alternate/directory' before all installation names. The approach of 'DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of '${prefix}' at 'configure' time. Optional Features ================= 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'. 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. Some packages offer the ability to configure how verbose the execution of 'make' will be. For these packages, running './configure --enable-silent-rules' sets the default to minimal output, which can be overridden with 'make V=1'; while running './configure --disable-silent-rules' sets the default to verbose, which can be overridden with 'make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. HP-UX 'make' updates targets which have the same timestamps as their prerequisites, which makes it generally unusable when shipped generated files such as 'configure' are involved. Use GNU 'make' instead. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its '' header file. The option '-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put '/usr/ucb' early in your 'PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in '/usr/bin'. So, if you need '/usr/ucb' in your 'PATH', put it _after_ '/usr/bin'. On Haiku, software installed for all users goes in '/boot/common', not '/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features 'configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, 'configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the '--build=TYPE' option. TYPE can either be a short name for the system type, such as 'sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS 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 machine type. If you are _building_ compiler tools for cross-compiling, you should use the option '--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with '--host=TYPE'. 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. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to 'configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the 'configure' command line, using 'VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified 'gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an Autoconf limitation. Until the limitation is lifted, you can use this workaround: CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash 'configure' Invocation ====================== 'configure' recognizes the following options to control how it operates. '--help' '-h' Print a summary of all of the options to 'configure', and exit. '--help=short' '--help=recursive' Print a summary of the options unique to this package's 'configure', and exit. The 'short' variant lists options used only in the top level, while the 'recursive' variant lists options also present in any nested packages. '--version' '-V' Print the version of Autoconf used to generate the 'configure' script, and exit. '--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally 'config.cache'. FILE defaults to '/dev/null' to disable caching. '--config-cache' '-C' Alias for '--cache-file=config.cache'. '--quiet' '--silent' '-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to '/dev/null' (any error messages will still be shown). '--srcdir=DIR' Look for the package's source code in directory DIR. Usually 'configure' can determine that directory automatically. '--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. '--no-create' '-n' Run the configure checks, but stop before creating any output files. 'configure' also accepts some other, not widely useful, options. Run 'configure --help' for more details. xfishtank-3.2.2/Makefile.am0000644000000000000000000000330214622622722013742 0ustar0000000000000000# -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# AUTOMAKE_OPTIONS = gnu SUBDIRS = src EXTRA_DIST = \ addcopyright.sh bootstrap README.md README.linux \ simplemake.sh \ xfishtank.1.tmpl \ prevent-remakes dependencies bootdate getversion man_MANS = xfishtank.1 xfishtank.1: xfishtank.1.tmpl sed "s/VERSION/$(VERSION)/;s/DATE/`date +'%B %Y'`/" < $(top_srcdir)/xfishtank.1.tmpl > $@ tarfile = $(top_builddir)/xfishtank-$(VERSION).tar.gz CLEANFILES = xfishtank.1 DISTCLEANFILES = $(tarfile) xfishtank-3.2.2/Makefile.in0000644000000000000000000007216214622622722013765 0ustar0000000000000000# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 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@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 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 = : subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac 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 = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" NROFF = nroff MANS = $(man_MANS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ COPYING ChangeLog INSTALL NEWS README compile depcomp \ install-sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip # Exists only to be overridden by the user if desired. AM_DISTCHECK_DVI_TARGET = dvi distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DATE = @DATE@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ X11_CFLAGS = @X11_CFLAGS@ X11_LIBS = @X11_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# AUTOMAKE_OPTIONS = gnu SUBDIRS = src EXTRA_DIST = \ addcopyright.sh bootstrap README.md README.linux \ simplemake.sh \ xfishtank.1.tmpl \ prevent-remakes dependencies bootdate getversion man_MANS = xfishtank.1 tarfile = $(top_builddir)/xfishtank-$(VERSION).tar.gz CLEANFILES = xfishtank.1 DISTCLEANFILES = $(tarfile) all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu 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__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @test -f $@ || rm -f stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 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) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) # 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. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ 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; \ ($(am__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" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ 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 || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$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 \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -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 $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-zstd: distdir tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_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*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ *.tar.zst*) \ zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ && $(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 \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { 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 $(MANS) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(man1dir)"; 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: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 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 html-am: info: info-recursive info-am: install-data-am: install-man install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-man1 install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: 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-man uninstall-man: uninstall-man1 .MAKE: $(am__recursive_targets) all install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ dist-zstd distcheck distclean distclean-generic distclean-hdr \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-man1 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ tags-am uninstall uninstall-am uninstall-man uninstall-man1 .PRECIOUS: Makefile xfishtank.1: xfishtank.1.tmpl sed "s/VERSION/$(VERSION)/;s/DATE/`date +'%B %Y'`/" < $(top_srcdir)/xfishtank.1.tmpl > $@ # 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: xfishtank-3.2.2/NEWS0000644000000000000000000000000014622622722012375 0ustar0000000000000000xfishtank-3.2.2/README0000644000000000000000000002077314622622722012601 0ustar0000000000000000This version of xfishtank is derived from Jim Rees, and contains the following modifications and add-ons: - Let the fish swim in a transparent, click-through window. - Add a graphical user interface. - Use double-buffering for painting the fishes. - Make the program usable in xscreensaver. - Implementation of self-replication to re-create the source from the binary. (see -selfrep in the man page); Here follows the original text from Jim Rees and others: Notes: - For installation, see the file INSTALL. - I removed emails and telephone numbers that are not relevant any more. I've always liked this little program. An aquarium for your screen, with fish swimming around on your desktop. It traces its history to the xfish program, written around 1987 by John Bradley. Jonathan Greenblatt ported it to X11 in 1988 and it made its way into the contributed program collection by about X11R6. Eric Bina worked on the color maps and root window support and added a lot more fish around 1992. TJ Phan added Truecolor support in 1996. Vincent Renardias contributed a man page, and Joey Hess packaged it up for Debian. When I learned xfishtank had been orphaned, I decided to adopt it, or at least give it a decent home. I've tried to reflect the history in the git log. If you know of intermediate versions not represented here, send them along. Pushed to github Feb 2012 by Jim Rees. Build and install should go something like this: tar xfvz xfishtank.tar.gz (or git clone the repo) cd xfishtank xmkmf make sudo make install Here's the README as I found it. Also see README.debian for more recent history. ********************** FUN WITH FISH ********************* There are lots of programs for lots of platforms to make fish swim in the background of your screen. This is a modification of an old one called xfish (also called Xaquarium), that I have added more features to. To not confuse you (or confuse you more) I will call this modified xfish "xfishtank". ['A rose by any other name...' and all that] How is this different? I started with you basic xfish, and I kept the bubbles (actually I re-wrote some of the bubble code, but it LOOKS the same). I changed the rest of the code to allow any number of multicolored fish to swim around. Each fish can have up to 255 colors, but on startup the program takes all the colors from all the fish, and squeezes them down to all fit into the default colormap as best it can. Any fish can be any size in width and height. To make them look more like they are swimming, fish are animated (Very simple 2 frame animation) [I got this idea from watching the AfterDark fish on the Mac]. Fish CANNOT swim over each other, they will turn around if they are about to collide. I had a version that had fish swiming over each other, it was WAY to slow to be something to run on your background while working, so I deleted it. xfishtank -help to see the command line options. ********************** NEW FUN WITH FISH ********************* Since the original version, I have received various comments and bug fixes. This version I know runs on SGIs running 4.0, Sparcs running 4.1, Decstations running 4.1, and RS6000s running 3.1. However, there were mongo memory leaks in the X server distributed with the RS6000, so I had to compile the X11R5 server and use that. As you add more fish (especially very colorful fish) the total color use set becomes quite large (greater than 255). I added 2 new options to help you deal with this. By default xfishtank would find the total color use set for all the fish you requested, and then start allocating out of the default colormap until it filled up, it would then match the rest of the colors to whatever colors it could get. This first come first serve color allocation can give really bad results for large color sets. I added the -m option to allow you to specify that the program should cut the color use set down to the number you specify with the -m option before starting to allocate out of the default colormap. The algorithm used by -m is considerably better than first come first serve. Also, having xfishtank use ALL the available cells in the default colormap can be bad. The -C options lets you limit how many cells xfishtank will take out of the default colormap. In the first come first serve senario colors are allocated for the fish, in the order of appearance in the FishList file, and then from the backgound picture if one exists. Finally, due to popular demand, I put back in my clipmask code. By setting the -d option (for Do clipping), xfishtank will swim its fish over whatever you already have on your root window. WARNING: This will slow down your machine! The reason I took this code out originally was it slowed my machine down too much for me to comfortably work. But if you think you have a really spiffy fast workstation, go ahead and give it a try. If you use the -d option and notice some flicker (which I expect you will), this is because xfishtank is just doing an XClearArea, and letting the root redraw its background. If you know what you want your background picture to be, use -p instead of -d. The image_file needs to be a gif image. Since xfishtank now knows what your background is, xfishtank with the -p option should have much less flicker. However, it suffers the disadvantage that you can't change the background picture without restarting xfishtank. The intrepid explorer of the source code will notice that there are some options not described in xfishtank -help. In particular -o -and -D. These options aren't described because they were stuff I was fussing with and couldn't get to work. I left them in on this release so that if someone else wanted to try and get them to work, they could see what I had already tried. The -o option lets fish try and swim on top of each other. It looks ugly no matter how I do it, if you can fix it, great. -D is a special option that is only active if you have also specified -d and -p. Normally you never want to specify both -d and -p because it doesn't make the animation any better, and it slightly messes up fish to bubble intersections. However, if you specify -d -D -o -p you will get as close as I could get to proper fish intersections. And when you see how crumby these are, and how slow it makes your machine you will know why I gave up. Ok, I'll fess up, I'm lying, I did actually get good fish to fish intersections but only by writing a completely different version of xfishtank that has each fish be a shaped override-redirect window, that moves itself, and changes its shape-mask to animate. This looks REALLY COOL, but grinds any and all X servers to a complete standstill. ********************** NEW FISH PICTURES ********************* This release contains a grand total of 29 fish! These fish were carefully created through lots of hard work, and the help of many many people who sent me pictures of fish, non-copyrighted gifs of fish, and allowed me to borrow their scanners. I'm not going to try and name them all here, there are lots of you, and I'm afraid I may miss someone. You all know who you are, and you have my heartfelt thanks, I couldn't have done this without you. ********************** TROUBLE WITH FISH ********************* There is a scarcity of good fish pictures in the world, and they are all protected by lawyers. Here is the solution I propose. Any of you with talent can edit up any pictures you want, somehow get them into GIF format, and import them into your xfishtank. The program "giftofish" that I am supplying here takes as input any 2 GIF files, and creates a xfishtank header file for that fish. The 2 files must have the same width and height, and must both have the same background color. The pictures are assumed to be the two frames of an animated fish swiming right. Put this new header file into your fishmaps directory, edit the FishList file to add the prefix of that header file, and increment the total fishcount on the first line of that file. Now recompile xfishtank, and your new fish will be used. Also, the program fishtogif will extract the two gifs from any fish header file so you can touch up what you already have. ********************** THANKS ********************* A really big thanks to well over 100 wonderful people who after downloading the last version of xfishtank took the time to send me such pleasant, complimentary, and supportive e-mail. This version was never planned, but all of you have made me feel better about writing this code than anything that any employer has ever paid me for. xfishtank-3.2.2/README.linux0000644000000000000000000000000014622622722013714 0ustar0000000000000000xfishtank-3.2.2/README.md0000644000000000000000000000000014622622722013155 0ustar0000000000000000xfishtank-3.2.2/aclocal.m40000644000000000000000000015341214622622722013556 0ustar0000000000000000# generated automatically by aclocal 1.16.5 -*- Autoconf -*- # Copyright (C) 1996-2021 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. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],, [m4_warning([this file was generated for autoconf 2.71. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # pkg.m4 - Macros to locate and use pkg-config. -*- Autoconf -*- # serial 12 (pkg-config-0.29.2) dnl Copyright © 2004 Scott James Remnant . dnl Copyright © 2012-2015 Dan Nicholson dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 2 of the License, or dnl (at your option) any later version. dnl dnl This program is distributed in the hope that it will be useful, but dnl WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA. dnl dnl As a special exception to the GNU General Public License, if you dnl distribute this file as part of a program that contains a dnl configuration script generated by Autoconf, you may include it under dnl the same distribution terms that you use for the rest of that dnl program. dnl PKG_PREREQ(MIN-VERSION) dnl ----------------------- dnl Since: 0.29 dnl dnl Verify that the version of the pkg-config macros are at least dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's dnl installed version of pkg-config, this checks the developer's version dnl of pkg.m4 when generating configure. dnl dnl To ensure that this macro is defined, also add: dnl m4_ifndef([PKG_PREREQ], dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) dnl dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], [m4_define([PKG_MACROS_VERSION], [0.29.2]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) dnl ---------------------------------- dnl Since: 0.16 dnl dnl Search for the pkg-config tool and set the PKG_CONFIG variable to dnl first found in the path. Checks that the version of pkg-config found dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is dnl used since that's the first version where most current features of dnl pkg-config existed. AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])dnl PKG_PROG_PKG_CONFIG dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) dnl ------------------------------------------------------------------- dnl Since: 0.18 dnl dnl Check to see whether a particular set of modules exists. Similar to dnl PKG_CHECK_MODULES(), but does not set variables or print errors. dnl dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) dnl only at the first occurrence in configure.ac, so if the first place dnl it's called might be skipped (such as if it is within an "if", you dnl have to call PKG_CHECK_EXISTS manually AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) dnl --------------------------------------------- dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting dnl pkg_failed based on the result. m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])dnl _PKG_CONFIG dnl _PKG_SHORT_ERRORS_SUPPORTED dnl --------------------------- dnl Internal check to see if pkg-config supports short errors. AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])dnl _PKG_SHORT_ERRORS_SUPPORTED dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], dnl [ACTION-IF-NOT-FOUND]) dnl -------------------------------------------------------------- dnl Since: 0.4.0 dnl dnl Note that if there is a possibility the first call to dnl PKG_CHECK_MODULES might not happen, you should be sure to include an dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $2]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ])dnl PKG_CHECK_MODULES dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], dnl [ACTION-IF-NOT-FOUND]) dnl --------------------------------------------------------------------- dnl Since: 0.29 dnl dnl Checks for existence of MODULES and gathers its build flags with dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags dnl and VARIABLE-PREFIX_LIBS from --libs. dnl dnl Note that if there is a possibility the first call to dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to dnl include an explicit call to PKG_PROG_PKG_CONFIG in your dnl configure.ac. AC_DEFUN([PKG_CHECK_MODULES_STATIC], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl _save_PKG_CONFIG=$PKG_CONFIG PKG_CONFIG="$PKG_CONFIG --static" PKG_CHECK_MODULES($@) PKG_CONFIG=$_save_PKG_CONFIG[]dnl ])dnl PKG_CHECK_MODULES_STATIC dnl PKG_INSTALLDIR([DIRECTORY]) dnl ------------------------- dnl Since: 0.27 dnl dnl Substitutes the variable pkgconfigdir as the location where a module dnl should install pkg-config .pc files. By default the directory is dnl $libdir/pkgconfig, but the default can be changed by passing dnl DIRECTORY. The user can override through the --with-pkgconfigdir dnl parameter. AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ])dnl PKG_INSTALLDIR dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) dnl -------------------------------- dnl Since: 0.27 dnl dnl Substitutes the variable noarch_pkgconfigdir as the location where a dnl module should install arch-independent pkg-config .pc files. By dnl default the directory is $datadir/pkgconfig, but the default can be dnl changed by passing DIRECTORY. The user can override through the dnl --with-noarch-pkgconfigdir parameter. AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ])dnl PKG_NOARCH_INSTALLDIR dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) dnl ------------------------------------------- dnl Since: 0.28 dnl dnl Retrieves the value of the pkg-config variable for the given module. AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES, dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND], dnl [DESCRIPTION], [DEFAULT]) dnl ------------------------------------------ dnl dnl Prepare a "--with-" configure option using the lowercase dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and dnl PKG_CHECK_MODULES in a single macro. AC_DEFUN([PKG_WITH_MODULES], [ m4_pushdef([with_arg], m4_tolower([$1])) m4_pushdef([description], [m4_default([$5], [build with ]with_arg[ support])]) m4_pushdef([def_arg], [m4_default([$6], [auto])]) m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes]) m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no]) m4_case(def_arg, [yes],[m4_pushdef([with_without], [--without-]with_arg)], [m4_pushdef([with_without],[--with-]with_arg)]) AC_ARG_WITH(with_arg, AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),, [AS_TR_SH([with_]with_arg)=def_arg]) AS_CASE([$AS_TR_SH([with_]with_arg)], [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)], [auto],[PKG_CHECK_MODULES([$1],[$2], [m4_n([def_action_if_found]) $3], [m4_n([def_action_if_not_found]) $4])]) m4_popdef([with_arg]) m4_popdef([description]) m4_popdef([def_arg]) ])dnl PKG_WITH_MODULES dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES, dnl [DESCRIPTION], [DEFAULT]) dnl ----------------------------------------------- dnl dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES dnl check._[VARIABLE-PREFIX] is exported as make variable. AC_DEFUN([PKG_HAVE_WITH_MODULES], [ PKG_WITH_MODULES([$1],[$2],,,[$3],[$4]) AM_CONDITIONAL([HAVE_][$1], [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"]) ])dnl PKG_HAVE_WITH_MODULES dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES, dnl [DESCRIPTION], [DEFAULT]) dnl ------------------------------------------------------ dnl dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make dnl and preprocessor variable. AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], [ PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) ])dnl PKG_HAVE_DEFINE_WITH_MODULES # Copyright (C) 2002-2021 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. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.16.5], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.5])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2021 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], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2021 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_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl 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-2021 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. # 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", "OBJC", "OBJCXX", "UPC", or "GJC". # 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 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$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". rm -rf conftest.dir 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 am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) 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 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # 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. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; 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 ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj 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], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2021 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_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. AS_CASE([$CONFIG_FILES], [*\'*], [eval set x "$CONFIG_FILES"], [*], [set x $CONFIG_FILES]) shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`AS_DIRNAME(["$am_mf"])` am_filepart=`AS_BASENAME(["$am_mf"])` AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) || am_rc=$? done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi AS_UNSET([am_dirpart]) AS_UNSET([am_filepart]) AS_UNSET([am_mf]) AS_UNSET([am_rc]) rm -f conftest-deps.mk } ])# _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. # This creates each '.Po' and '.Plo' makefile fragment that we'll 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" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2021 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 macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # 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.65])dnl m4_ifdef([_$0_ALREADY_INIT], [m4_fatal([$0 expanded multiple times ]m4_defn([_$0_ALREADY_INIT]))], [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])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 if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi 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], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])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]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). 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])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) # Variables for tags utilities; see am/tags.am if test -z "$CTAGS"; then CTAGS=ctags fi AC_SUBST([CTAGS]) if test -z "$ETAGS"; then ETAGS=etags fi AC_SUBST([ETAGS]) if test -z "$CSCOPE"; then CSCOPE=cscope fi AC_SUBST([CSCOPE]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # 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_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2021 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 if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2021 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. # 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-2021 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_MAKE_INCLUDE() # ----------------- # Check whether make has an 'include' directive that can support all # the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) AS_CASE([$?:`cat confinc.out 2>/dev/null`], ['0:this is the am__doit target'], [AS_CASE([$s], [BSD], [am__include='.include' am__quote='"'], [am__include='include' am__quote=''])]) if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* AC_MSG_RESULT([${_am_result}]) AC_SUBST([am__include])]) AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2021 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_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 is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2021 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_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], [m4_foreach_w([_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])]) # Copyright (C) 1999-2021 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_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2021 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_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2021 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_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # 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 ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file 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 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 if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done 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]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2021 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_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2021 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="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2021 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_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2021 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_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. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} 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 xfishtank-3.2.2/addcopyright.sh0000755000000000000000000000620514622622722014733 0ustar0000000000000000#!/bin/sh # -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# crfile=`mktemp` cat << eof | sed 's/^/#-# /' > "$crfile" Copyright © 2021 Eric Bina, Dave Black, TJ Phan, Vincent Renardias, Jim Rees, Willem Vermin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. eof n=0 tmpfile="tmpfile" while [ "$1" ] ; do f="$1" shift txt="-""copyright-" if file --mime "$f" | grep -q binary ; then echo "$f: binary" continue fi if ! grep -q -- "$txt" "$f" ; then echo "$f: no $txt" continue fi # following 2 sed commands take care that only the first '-copyright-' # will be followed by the copyright text # Notice that sed requires a newline after the filename of the 'r' command # Not using 'sed -i' because not all sed's interpret this the same sed "/^[ ]*#-#/d" "$f" > "$tmpfile" && cp "$tmpfile" "$f" sed "/$txt/{r $crfile :a n ba }" "$f" > "$tmpfile" && cp "$tmpfile" "$f" n=`expr $n + 1` done rm -f "$tmpfile" echo "$n files copyrighted" xfishtank-3.2.2/bootdate0000644000000000000000000000001314622622722013426 0ustar00000000000000001716200914 xfishtank-3.2.2/bootstrap0000755000000000000000000000317714622622722013663 0ustar0000000000000000#!/bin/sh # -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# date +%s > bootdate ./addcopyright.sh Makefile.am addcopyright.sh bootstrap configure.ac README simplemake.sh for dir in src ; do find $dir \( -name '*.c' -o -name '*.h' -o -name '*.am' -o -name '*.xpm' -o -name '*.xbm' \ -o -name '*.xml' -o -name '*.sh' -o -name '*.cpp' -o -name '*.inc' \) -print0 | xargs -0 ./addcopyright.sh done autoreconf -fvi || exit 1 rm -f Makefile echo $0 done xfishtank-3.2.2/compile0000755000000000000000000001635014622622722013273 0ustar0000000000000000#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2018-03-07.03; # UTC # Copyright (C) 1999-2021 Free Software Foundation, Inc. # Written by Tom Tromey . # # 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, see . # 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. # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN* | MSYS*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/* | msys/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: xfishtank-3.2.2/config.h.in0000644000000000000000000000151314622622722013733 0ustar0000000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the `XdbeAllocateBackBufferName' function. */ #undef HAVE_XDBEALLOCATEBACKBUFFERNAME /* Define to 1 if you have the `XineramaQueryExtension' function. */ #undef HAVE_XINERAMAQUERYEXTENSION /* 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 home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Version number of package */ #undef VERSION xfishtank-3.2.2/configure0000755000000000000000000055520214622622722013630 0ustar0000000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.71 for xfishtank 3.2.2. # # Report bugs to . # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 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 as_nop=: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else $as_nop case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi # Reset variables that may have inherited troublesome values from # the environment. # IFS needs to be set, to space, tab, and newline, in precisely that order. # (If _AS_PATH_WALK were called with IFS unset, it would have the # side effect of setting IFS to empty, thus disabling word splitting.) # Quoting is to prevent editors from complaining about space-tab. as_nl=' ' export as_nl IFS=" "" $as_nl" PS1='$ ' PS2='> ' PS4='+ ' # Ensure predictable behavior from utilities with locale-dependent output. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # We cannot yet rely on "unset" to work, but we need these variables # to be unset--not just set to an empty or harmless value--now, to # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct # also avoids known problems related to "unset" and subshell syntax # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH do eval test \${$as_var+y} \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done # Ensure that fds 0, 1, and 2 are open. if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi if (exec 3>&2) ; then :; else exec 2>/dev/null; fi # The user is always right. if ${PATH_SEPARATOR+false} :; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac 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 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="as_nop=: if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else \$as_nop case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ) then : else \$as_nop exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 blah=\$(echo \$(echo blah)) test x\"\$blah\" = xblah || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" if (eval "$as_required") 2>/dev/null then : as_have_required=yes else $as_nop as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null then : else $as_nop as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null then : CONFIG_SHELL=$as_shell as_have_required=yes if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null then : break 2 fi fi done;; esac as_found=false done IFS=$as_save_IFS if $as_found then : else $as_nop if { test -f "$SHELL" || test -f "$SHELL.exe"; } && as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null then : CONFIG_SHELL=$SHELL as_have_required=yes fi fi if test "x$CONFIG_SHELL" != x then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno then : printf "%s\n" "$0: This script requires a shell more modern than all" printf "%s\n" "$0: the shells that I found on your system." if test ${ZSH_VERSION+y} ; then printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." else printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and wvermin@gmail.com $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do $0: have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_nop # --------- # Do nothing but, unlike ":", preserve the value of $?. as_fn_nop () { return $? } as_nop=as_fn_nop # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`printf "%s\n" "$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 || printf "%s\n" 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" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null then : eval 'as_fn_append () { eval $1+=\$2 }' else $as_nop as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null then : eval 'as_fn_arith () { as_val=$(( $* )) }' else $as_nop as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_nop # --------- # Do nothing but, unlike ":", preserve the value of $?. as_fn_nop () { return $? } as_nop=as_fn_nop # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi printf "%s\n" "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error 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 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # 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 as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # 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" || { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # 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 } # Determine whether it's possible to make 'echo' print without a newline. # These variables are no longer used directly by Autoconf, but are AC_SUBSTed # for compatibility with existing Makefiles. ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac # For backward compatibility with old third-party macros, we provide # the shell variables $as_echo and $as_echo_n. New code should use # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. as_echo='printf %s\n' as_echo_n='printf %s' 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 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then 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 -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' 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='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # 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'" test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/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= # Identity of this package. PACKAGE_NAME='xfishtank' PACKAGE_TARNAME='xfishtank' PACKAGE_VERSION='3.2.2' PACKAGE_STRING='xfishtank 3.2.2' PACKAGE_BUGREPORT='wvermin@gmail.com' PACKAGE_URL='' ac_unique_file="src/xfishtank.h" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS GTK_LIBS GTK_CFLAGS X11_LIBS X11_CFLAGS PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG RANLIB am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC MAKESELFREP_FALSE MAKESELFREP_TRUE DATE AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V CSCOPE ETAGS CTAGS am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir runstatedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_selfrep enable_dependency_tracking ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR X11_CFLAGS X11_LIBS GTK_CFLAGS GTK_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # 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' runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 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= ;; *) ac_optarg=yes ;; esac 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_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=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_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$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 ;; -runstatedir | --runstatedir | --runstatedi | --runstated \ | --runstate | --runstat | --runsta | --runst | --runs \ | --run | --ru | --r) ac_prev=runstatedir ;; -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | --run=* | --ru=* | --r=*) runstatedir=$ac_optarg ;; -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_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=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 ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && printf "%s\n" "$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'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. 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 runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 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 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 .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # 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 -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$as_myself" | 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 .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 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 xfishtank 3.2.2 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] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --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/xfishtank] --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 _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of xfishtank 3.2.2:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-selfrep Build with self replicating mode [default=yes] --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build 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 (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path X11_CFLAGS C compiler flags for X11, overriding pkg-config X11_LIBS linker flags for X11, overriding pkg-config GTK_CFLAGS C compiler flags for GTK, overriding pkg-config GTK_LIBS linker flags for GTK, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . _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" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && 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=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`printf "%s\n" "$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 configure.gnu first; this name is used for a wrapper for # Metaconfig's "Configure" on case-insensitive file systems. 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 printf "%s\n" "$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 xfishtank configure 3.2.2 generated by GNU Autoconf 2.71 Copyright (C) 2021 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 ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest.beam if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext then : ac_retval=0 else $as_nop printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext } then : ac_retval=0 else $as_nop printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 printf %s "checking for $2... " >&6; } if eval test \${$3+y} then : printf %s "(cached) " >&6 else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. */ #include #undef $2 /* 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 $2 (); /* 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_$2 || defined __stub___$2 choke me #endif int main (void) { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO" then : eval "$3=yes" else $as_nop eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func ac_configure_args_raw= for ac_arg do case $ac_arg in *\'*) ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append ac_configure_args_raw " '$ac_arg'" done case $ac_configure_args_raw in *$as_nl*) ac_safe_unquote= ;; *) ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. ac_unsafe_a="$ac_unsafe_z#~" ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; esac 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 xfishtank $as_me 3.2.2, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw _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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac printf "%s\n" "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=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append 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 as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset 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=$? # Sanitize IFS. IFS=" "" $as_nl" # Save into config.log some information that might help in debugging. { echo printf "%s\n" "## ---------------- ## ## Cache variables. ## ## ---------------- ##" 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_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; 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 printf "%s\n" "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac printf "%s\n" "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then printf "%s\n" "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac printf "%s\n" "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then printf "%s\n" "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && printf "%s\n" "$as_me: caught signal $ac_signal" printf "%s\n" "$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'; as_fn_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 printf "%s\n" "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. if test -n "$CONFIG_SITE"; then ac_site_files="$CONFIG_SITE" elif test "x$prefix" != xNONE; then ac_site_files="$prefix/share/config.site $prefix/etc/config.site" else ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" fi for ac_site_file in $ac_site_files do case $ac_site_file in #( */*) : ;; #( *) : ac_site_file=./$ac_site_file ;; esac if test -f "$ac_site_file" && test -r "$ac_site_file"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } 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. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 printf "%s\n" "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 printf "%s\n" "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Test code for whether the C compiler supports C89 (global declarations) ac_c_conftest_c89_globals=' /* Does the compiler advertise C89 conformance? Do not test the value of __STDC__, because some compilers set it to 0 while being otherwise adequately conformant. */ #if !defined __STDC__ # error "Compiler does not advertise C89 conformance" #endif #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ struct buf { int x; }; struct buf * (*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 do not provoke an error unfortunately, instead are silently treated as an "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 is necessary to write \x00 == 0 to get something that is 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 **, int *(*)(struct buf *, struct stat *, int), int, int);' # Test code for whether the C compiler supports C89 (body of main). ac_c_conftest_c89_main=' ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); ' # Test code for whether the C compiler supports C99 (global declarations) ac_c_conftest_c99_globals=' // Does the compiler advertise C99 conformance? #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L # error "Compiler does not advertise C99 conformance" #endif #include extern int puts (const char *); extern int printf (const char *, ...); extern int dprintf (int, const char *, ...); extern void *malloc (size_t); // Check varargs macros. These examples are taken from C99 6.10.3.5. // dprintf is used instead of fprintf to avoid needing to declare // FILE and stderr. #define debug(...) dprintf (2, __VA_ARGS__) #define showlist(...) puts (#__VA_ARGS__) #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) static void test_varargs_macros (void) { int x = 1234; int y = 5678; debug ("Flag"); debug ("X = %d\n", x); showlist (The first, second, and third items.); report (x>y, "x is %d but y is %d", x, y); } // Check long long types. #define BIG64 18446744073709551615ull #define BIG32 4294967295ul #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) #if !BIG_OK #error "your preprocessor is broken" #endif #if BIG_OK #else #error "your preprocessor is broken" #endif static long long int bignum = -9223372036854775807LL; static unsigned long long int ubignum = BIG64; struct incomplete_array { int datasize; double data[]; }; struct named_init { int number; const wchar_t *name; double average; }; typedef const char *ccp; static inline int test_restrict (ccp restrict text) { // See if C++-style comments work. // Iterate through items via the restricted pointer. // Also check for declarations in for loops. for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) continue; return 0; } // Check varargs and va_copy. static bool test_varargs (const char *format, ...) { va_list args; va_start (args, format); va_list args_copy; va_copy (args_copy, args); const char *str = ""; int number = 0; float fnumber = 0; while (*format) { switch (*format++) { case '\''s'\'': // string str = va_arg (args_copy, const char *); break; case '\''d'\'': // int number = va_arg (args_copy, int); break; case '\''f'\'': // float fnumber = va_arg (args_copy, double); break; default: break; } } va_end (args_copy); va_end (args); return *str && number && fnumber; } ' # Test code for whether the C compiler supports C99 (body of main). ac_c_conftest_c99_main=' // Check bool. _Bool success = false; success |= (argc != 0); // Check restrict. if (test_restrict ("String literal") == 0) success = true; char *restrict newvar = "Another string"; // Check varargs. success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); test_varargs_macros (); // Check flexible array members. struct incomplete_array *ia = malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ia->datasize = 10; for (int i = 0; i < ia->datasize; ++i) ia->data[i] = i * 1.234; // Check named initializers. struct named_init ni = { .number = 34, .name = L"Test wide string", .average = 543.34343, }; ni.number = 58; int dynamic_array[ni.number]; dynamic_array[0] = argv[0][0]; dynamic_array[ni.number - 1] = 543; // work around unused variable warnings ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' || dynamic_array[ni.number - 1] != 543); ' # Test code for whether the C compiler supports C11 (global declarations) ac_c_conftest_c11_globals=' // Does the compiler advertise C11 conformance? #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L # error "Compiler does not advertise C11 conformance" #endif // Check _Alignas. char _Alignas (double) aligned_as_double; char _Alignas (0) no_special_alignment; extern char aligned_as_int; char _Alignas (0) _Alignas (int) aligned_as_int; // Check _Alignof. enum { int_alignment = _Alignof (int), int_array_alignment = _Alignof (int[100]), char_alignment = _Alignof (char) }; _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); // Check _Noreturn. int _Noreturn does_not_return (void) { for (;;) continue; } // Check _Static_assert. struct test_static_assert { int x; _Static_assert (sizeof (int) <= sizeof (long int), "_Static_assert does not work in struct"); long int y; }; // Check UTF-8 literals. #define u8 syntax error! char const utf8_literal[] = u8"happens to be ASCII" "another string"; // Check duplicate typedefs. typedef long *long_ptr; typedef long int *long_ptr; typedef long_ptr long_ptr; // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. struct anonymous { union { struct { int i; int j; }; struct { int k; long int l; } w; }; int m; } v1; ' # Test code for whether the C compiler supports C11 (body of main). ac_c_conftest_c11_main=' _Static_assert ((offsetof (struct anonymous, i) == offsetof (struct anonymous, w.k)), "Anonymous union alignment botch"); v1.i = 2; v1.w.k = 5; ok |= v1.i != 5; ' # Test code for whether the C compiler supports C11 (complete). ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} ${ac_c_conftest_c99_globals} ${ac_c_conftest_c11_globals} int main (int argc, char **argv) { int ok = 0; ${ac_c_conftest_c89_main} ${ac_c_conftest_c99_main} ${ac_c_conftest_c11_main} return ok; } " # Test code for whether the C compiler supports C99 (complete). ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} ${ac_c_conftest_c99_globals} int main (int argc, char **argv) { int ok = 0; ${ac_c_conftest_c89_main} ${ac_c_conftest_c99_main} return ok; } " # Test code for whether the C compiler supports C89 (complete). ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} int main (int argc, char **argv) { int ok = 0; ${ac_c_conftest_c89_main} return ok; } " # Auxiliary files required by this configure script. ac_aux_files="compile missing install-sh" # Locations in which to look for auxiliary files. ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." # Search for a directory containing all of the required auxiliary files, # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. # If we don't find one directory that contains all the files we need, # we report the set of missing files from the *first* directory in # $ac_aux_dir_candidates and give up. ac_missing_aux_files="" ac_first_candidate=: printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in $ac_aux_dir_candidates do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac as_found=: printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 ac_aux_dir_found=yes ac_install_sh= for ac_aux in $ac_aux_files do # As a special case, if "install-sh" is required, that requirement # can be satisfied by any of "install-sh", "install.sh", or "shtool", # and $ac_install_sh is set appropriately for whichever one is found. if test x"$ac_aux" = x"install-sh" then if test -f "${as_dir}install-sh"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 ac_install_sh="${as_dir}install-sh -c" elif test -f "${as_dir}install.sh"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 ac_install_sh="${as_dir}install.sh -c" elif test -f "${as_dir}shtool"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 ac_install_sh="${as_dir}shtool install -c" else ac_aux_dir_found=no if $ac_first_candidate; then ac_missing_aux_files="${ac_missing_aux_files} install-sh" else break fi fi else if test -f "${as_dir}${ac_aux}"; then printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 else ac_aux_dir_found=no if $ac_first_candidate; then ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" else break fi fi fi done if test "$ac_aux_dir_found" = yes; then ac_aux_dir="$as_dir" break fi ac_first_candidate=false as_found=false done IFS=$as_save_IFS if $as_found then : else $as_nop as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 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. if test -f "${ac_aux_dir}config.guess"; then ac_config_guess="$SHELL ${ac_aux_dir}config.guess" fi if test -f "${ac_aux_dir}config.sub"; then ac_config_sub="$SHELL ${ac_aux_dir}config.sub" fi if test -f "$ac_aux_dir/configure"; then ac_configure="$SHELL ${ac_aux_dir}configure" 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,) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 printf "%s\n" "$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 # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`printf "%s\n" "$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. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## 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_config_headers="$ac_config_headers config.h" am__api_version='1.16' # 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. # Reject install programs that cannot install multiple files. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 printf %s "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test ${ac_cv_path_install+y} then : printf %s "(cached) " >&6 else $as_nop as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac # Account for fact that we put trailing slashes in our PATH walk. 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 as_fn_executable_p "$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 rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test ${ac_cv_path_install+y}; 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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 printf "%s\n" "$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' { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 printf %s "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # 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 ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file 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 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". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file 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 $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # 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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_STRIP+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 printf "%s\n" "$STRIP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_STRIP+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 printf "%s\n" "$ac_ct_STRIP" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 printf %s "checking for a race-free mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if test ${ac_cv_path_mkdir+y} then : printf %s "(cached) " >&6 else $as_nop as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir ('*'coreutils) '* | \ 'BusyBox '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test ${ac_cv_path_mkdir+y}; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P 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. MKDIR_P="$ac_install_sh -d" fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 printf "%s\n" "$MKDIR_P" >&6; } 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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_AWK+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 printf "%s\n" "$AWK" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi test -n "$AWK" && break done { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval test \${ac_cv_prog_make_${ac_make}_set+y} then : printf %s "(cached) " >&6 else $as_nop 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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } SET_MAKE= else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "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 # Check whether --enable-silent-rules was given. if test ${enable_silent_rules+y} then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 printf %s "checking whether $am_make supports nested variables... " >&6; } if test ${am_cv_make_support_nested_variables+y} then : printf %s "(cached) " >&6 else $as_nop if printf "%s\n" 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi 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='xfishtank' VERSION='3.2.2' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h # 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"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # Variables for tags utilities; see am/tags.am if test -z "$CTAGS"; then CTAGS=ctags fi if test -z "$ETAGS"; then ETAGS=etags fi if test -z "$CSCOPE"; then CSCOPE=cscope fi # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi ./prevent-remakes # Check whether --enable-silent-rules was given. if test ${enable_silent_rules+y} then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 printf %s "checking whether $am_make supports nested variables... " >&6; } if test ${am_cv_make_support_nested_variables+y} then : printf %s "(cached) " >&6 else $as_nop if printf "%s\n" 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' # When creating a package (e.g. debian) # Get date from debian/changelog or something like that: (thanks to Bernhard M. Wiedemann) # First: check if SOURCE_DATE_EPOCH is already defined # if not: use the file 'bootdate' which should contain the output of 'date +%s' s="$SOURCE_DATE_EPOCH" if test "x$s" = x ; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: SOURCE_DATE_EPOCH is not defined" >&5 printf "%s\n" "$as_me: WARNING: SOURCE_DATE_EPOCH is not defined" >&2;} if test -f "$srcdir/bootdate" ; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Try to read SOURCE_DATE_EPOCH from file '$srcdir/bootdate'" >&5 printf "%s\n" "$as_me: Try to read SOURCE_DATE_EPOCH from file '$srcdir/bootdate'" >&6;} s=`head -n1 "$srcdir/bootdate"` xd=`date -u -d "@$s" 2>/dev/null || date -u -r "$s" 2>/dev/null || echo "Invalid date format"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Read SOURCE_DATE_EPOCH=$s, i.e: $xd " >&5 printf "%s\n" "$as_me: Read SOURCE_DATE_EPOCH=$s, i.e: $xd " >&6;} fi else xd=`date -u -d "@$s" 2>/dev/null || date -u -r "$s" 2>/dev/null || echo "Invalid date format"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Given SOURCE_DATE_EPOCH=$s, i.e: $xd " >&5 printf "%s\n" "$as_me: Given SOURCE_DATE_EPOCH=$s, i.e: $xd " >&6;} fi # final checks on the validity of SOURCE_DATE_EPOCH # - must be an positive integer # - date must be within -20 years and +1 year from current date # if these are not fulfilled, use `date +%s` x=$(echo "$s" | tr -dc "0-9" ) good=no now=`date "+%s"` if test "x$x" != x ; then firstdate=$( expr "$now" - 631152000 ) lastdate=$( expr "$now" + 31536000 ) if test "$x" -gt "$firstdate" -a "$x" -lt "$lastdate" ; then good=yes fi fi if test x"$good" = xyes ; then SOURCE_DATE_EPOCH="$x" else SOURCE_DATE_EPOCH="$now" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: SOURCE_DATE_EPOCH set from current date" >&5 printf "%s\n" "$as_me: WARNING: SOURCE_DATE_EPOCH set from current date" >&2;} fi xd=`date -u -d "@$SOURCE_DATE_EPOCH" 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" 2>/dev/null || echo "Invalid date format"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Using SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH, i.e: $xd " >&5 printf "%s\n" "$as_me: Using SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH, i.e: $xd " >&6;} DATE_FMT="+%Y-%m-%d" DATE=`date -u -d "@$SOURCE_DATE_EPOCH" "$DATE_FMT" 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" "$DATE_FMT" 2>/dev/null || date -u "$DATE_FMT"` # Check if we can create a reproducible 'make dist'. # If yes: replace the original am__tar (Make's recipe to make a tarball) by # a recipe that creates a reproducible tarball tardir=conftestdir mkdir "$tardir" echo "foo" > $tardir/test { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Checking the capabilities of the tar program..." >&5 printf "%s\n" "$as_me: Checking the capabilities of the tar program..." >&6;} "${TAR-tar}" --format=posix --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \ --owner=0 --group=0 --numeric-owner --mtime="@${SOURCE_DATE_EPOCH}" --sort=name -cf - "$tardir" > /dev/null if test $? -eq 0 ; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: The program tar is usable to create a reproducible tar ball." >&5 printf "%s\n" "$as_me: The program tar is usable to create a reproducible tar ball." >&6;} am__tar='$${TAR-tar} --format=posix --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \ --owner=0 --group=0 --numeric-owner --mtime="'"@${SOURCE_DATE_EPOCH}"'" --sort=name -chf - "$$tardir"' else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: The program tar is not usable to create a reproducible build." >&5 printf "%s\n" "$as_me: WARNING: The program tar is not usable to create a reproducible build." >&2;} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: If a reproducible build is desired, use environment variable 'TAR' to point to a pax-enabled tar," >&5 printf "%s\n" "$as_me: WARNING: If a reproducible build is desired, use environment variable 'TAR' to point to a pax-enabled tar," >&2;} { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: or use the flag '--disable-selfrep'." >&5 printf "%s\n" "$as_me: WARNING: or use the flag '--disable-selfrep'." >&2;} fi rm -r "$tardir" # Check whether --enable-selfrep was given. if test ${enable_selfrep+y} then : enableval=$enable_selfrep; else $as_nop enable_selfrep=yes fi if test "x$enable_selfrep" = "xyes"; then MAKESELFREP_TRUE= MAKESELFREP_FALSE='#' else MAKESELFREP_TRUE='#' MAKESELFREP_FALSE= fi PACKAGE_VERSION=VERSION PACKAGE_NAME=PACKAGE 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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$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" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "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:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. set dummy ${ac_tool_prefix}clang; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_CC+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}clang" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "clang", so it can be a program name with args. set dummy clang; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_CC+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="clang" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi fi test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion -version; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM 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. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 printf %s "checking whether the C compiler works... " >&6; } ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.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 ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 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 | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test ${ac_cv_exeext+y} && 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 $as_nop ac_file='' fi if test -z "$ac_file" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 printf %s "checking for C compiler default output file name... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 printf "%s\n" "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 printf %s "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 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 | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else $as_nop { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 printf "%s\n" "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main (void) { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 printf %s "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 printf "%s\n" "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 printf %s "checking for suffix of object files... " >&6; } if test ${ac_cv_objext+y} then : printf %s "(cached) " >&6 else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; 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 ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 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 | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_nop printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 printf "%s\n" "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 printf %s "checking whether the compiler supports GNU C... " >&6; } if test ${ac_cv_c_compiler_gnu+y} then : printf %s "(cached) " >&6 else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_compiler_gnu=yes else $as_nop ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } ac_compiler_gnu=$ac_cv_c_compiler_gnu if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+y} ac_save_CFLAGS=$CFLAGS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 printf %s "checking whether $CC accepts -g... " >&6; } if test ${ac_cv_prog_cc_g+y} then : printf %s "(cached) " >&6 else $as_nop ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_g=yes else $as_nop CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : else $as_nop ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 printf "%s\n" "$ac_cv_prog_cc_g" >&6; } if test $ac_test_CFLAGS; 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 ac_prog_cc_stdc=no if test x$ac_prog_cc_stdc = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 printf %s "checking for $CC option to enable C11 features... " >&6; } if test ${ac_cv_prog_cc_c11+y} then : printf %s "(cached) " >&6 else $as_nop ac_cv_prog_cc_c11=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_c_conftest_c11_program _ACEOF for ac_arg in '' -std=gnu11 do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_c11=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c11" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi if test "x$ac_cv_prog_cc_c11" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else $as_nop if test "x$ac_cv_prog_cc_c11" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } CC="$CC $ac_cv_prog_cc_c11" fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 ac_prog_cc_stdc=c11 fi fi if test x$ac_prog_cc_stdc = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 printf %s "checking for $CC option to enable C99 features... " >&6; } if test ${ac_cv_prog_cc_c99+y} then : printf %s "(cached) " >&6 else $as_nop ac_cv_prog_cc_c99=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_c_conftest_c99_program _ACEOF for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_c99=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c99" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi if test "x$ac_cv_prog_cc_c99" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else $as_nop if test "x$ac_cv_prog_cc_c99" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } CC="$CC $ac_cv_prog_cc_c99" fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 ac_prog_cc_stdc=c99 fi fi if test x$ac_prog_cc_stdc = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 printf %s "checking for $CC option to enable C89 features... " >&6; } if test ${ac_cv_prog_cc_c89+y} then : printf %s "(cached) " >&6 else $as_nop ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_c_conftest_c89_program _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" if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi if test "x$ac_cv_prog_cc_c89" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 printf "%s\n" "unsupported" >&6; } else $as_nop if test "x$ac_cv_prog_cc_c89" = x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 printf "%s\n" "none needed" >&6; } else $as_nop { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } CC="$CC $ac_cv_prog_cc_c89" fi ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 ac_prog_cc_stdc=c89 fi 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_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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 printf %s "checking whether $CC understands -c and -o together... " >&6; } if test ${am_cv_prog_cc_c_o+y} then : printf %s "(cached) " >&6 else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main (void) { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" 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 DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } case $?:`cat confinc.out 2>/dev/null` in #( '0:this is the am__doit target') : case $s in #( BSD) : am__include='.include' am__quote='"' ;; #( *) : am__include='include' am__quote='' ;; esac ;; #( *) : ;; esac if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 printf "%s\n" "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test ${enable_dependency_tracking+y} then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 printf %s "checking dependency style of $depcc... " >&6; } if test ${am_cv_CC_dependencies_compiler_type+y} then : printf %s "(cached) " >&6 else $as_nop 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". rm -rf conftest.dir 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 am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac 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 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # 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. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; 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 ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj 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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 printf "%s\n" "$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_RANLIB+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 printf "%s\n" "$RANLIB" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_prog_ac_ct_RANLIB+y} then : printf %s "(cached) " >&6 else $as_nop 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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" printf "%s\n" "$as_me:${as_lineno-$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 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 printf "%s\n" "$ac_ct_RANLIB" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi LIBS="-lm" if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_path_PKG_CONFIG+y} then : printf %s "(cached) " >&6 else $as_nop case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 printf "%s\n" "$PKG_CONFIG" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} then : printf %s "(cached) " >&6 else $as_nop case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_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 case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } PKG_CONFIG="" fi fi pkg_failed=no { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 xext xpm xinerama xkbcommon xtst" >&5 printf %s "checking for x11 xext xpm xinerama xkbcommon xtst... " >&6; } if test -n "$X11_CFLAGS"; then pkg_cv_X11_CFLAGS="$X11_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 xext xpm xinerama xkbcommon xtst\""; } >&5 ($PKG_CONFIG --exists --print-errors "x11 xext xpm xinerama xkbcommon xtst") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11 xext xpm xinerama xkbcommon xtst" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$X11_LIBS"; then pkg_cv_X11_LIBS="$X11_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 xext xpm xinerama xkbcommon xtst\""; } >&5 ($PKG_CONFIG --exists --print-errors "x11 xext xpm xinerama xkbcommon xtst") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "x11 xext xpm xinerama xkbcommon xtst" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11 xext xpm xinerama xkbcommon xtst" 2>&1` else X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11 xext xpm xinerama xkbcommon xtst" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$X11_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (x11 xext xpm xinerama xkbcommon xtst) were not met: $X11_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables X11_CFLAGS and X11_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables X11_CFLAGS and X11_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } else X11_CFLAGS=$pkg_cv_X11_CFLAGS X11_LIBS=$pkg_cv_X11_LIBS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } fi pkg_failed=no { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 gmodule-2.0" >&5 printf %s "checking for gtk+-3.0 gmodule-2.0... " >&6; } if test -n "$GTK_CFLAGS"; then pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 gmodule-2.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "gtk+-3.0 gmodule-2.0") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 gmodule-2.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$GTK_LIBS"; then pkg_cv_GTK_LIBS="$GTK_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 gmodule-2.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "gtk+-3.0 gmodule-2.0") 2>&5 ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 gmodule-2.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 gmodule-2.0" 2>&1` else GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 gmodule-2.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GTK_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (gtk+-3.0 gmodule-2.0) were not met: $GTK_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } else GTK_CFLAGS=$pkg_cv_GTK_CFLAGS GTK_LIBS=$pkg_cv_GTK_LIBS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } fi # check for availability of double buffering LIBS="$X11_LIBS" ac_fn_c_check_func "$LINENO" "XdbeAllocateBackBufferName" "ac_cv_func_XdbeAllocateBackBufferName" if test "x$ac_cv_func_XdbeAllocateBackBufferName" = xyes then : printf "%s\n" "#define HAVE_XDBEALLOCATEBACKBUFFERNAME 1" >>confdefs.h fi #check for availability of xinerama ac_fn_c_check_func "$LINENO" "XineramaQueryExtension" "ac_cv_func_XineramaQueryExtension" if test "x$ac_cv_func_XineramaQueryExtension" = xyes then : printf "%s\n" "#define HAVE_XINERAMAQUERYEXTENSION 1" >>confdefs.h fi LIBS="-lm" ac_config_files="$ac_config_files Makefile src/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_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; 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+y} || &/ 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 if test "x$cache_file" != "x/dev/null"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 printf "%s\n" "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 printf "%s\n" "$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= U= 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=`printf "%s\n" "$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. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 printf %s "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 printf "%s\n" "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${MAKESELFREP_TRUE}" && test -z "${MAKESELFREP_FALSE}"; then as_fn_error $? "conditional \"MAKESELFREP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $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} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh as_nop=: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else $as_nop case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi # Reset variables that may have inherited troublesome values from # the environment. # IFS needs to be set, to space, tab, and newline, in precisely that order. # (If _AS_PATH_WALK were called with IFS unset, it would have the # side effect of setting IFS to empty, thus disabling word splitting.) # Quoting is to prevent editors from complaining about space-tab. as_nl=' ' export as_nl IFS=" "" $as_nl" PS1='$ ' PS2='> ' PS4='+ ' # Ensure predictable behavior from utilities with locale-dependent output. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # We cannot yet rely on "unset" to work, but we need these variables # to be unset--not just set to an empty or harmless value--now, to # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct # also avoids known problems related to "unset" and subshell syntax # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH do eval test \${$as_var+y} \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done # Ensure that fds 0, 1, and 2 are open. if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi if (exec 3>&2) ; then :; else exec 2>/dev/null; fi # The user is always right. if ${PATH_SEPARATOR+false} :; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS case $as_dir in #((( '') as_dir=./ ;; */) ;; *) as_dir=$as_dir/ ;; esac 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 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi printf "%s\n" "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null then : eval 'as_fn_append () { eval $1+=\$2 }' else $as_nop as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null then : eval 'as_fn_arith () { as_val=$(( $* )) }' else $as_nop as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith 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 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # 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 # Determine whether it's possible to make 'echo' print without a newline. # These variables are no longer used directly by Autoconf, but are AC_SUBSTed # for compatibility with existing Makefiles. ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac # For backward compatibility with old third-party macros, we provide # the shell variables $as_echo and $as_echo_n. New code should use # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. as_echo='printf %s\n' as_echo_n='printf %s' 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 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then 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 -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`printf "%s\n" "$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 || printf "%s\n" 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" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # 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 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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 xfishtank $as_me 3.2.2, which was generated by GNU Autoconf 2.71. 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 case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # 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_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent 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 ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ xfishtank config.status 3.2.2 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" Copyright (C) 2021 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' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. 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=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= 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 ) printf "%s\n" "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) printf "%s\n" "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) printf "%s\n" "$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. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append 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 || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX printf "%s\n" "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # 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" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 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+y} || CONFIG_FILES=$config_files test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers test ${CONFIG_COMMANDS+y} || 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= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries 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[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # 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. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[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="$ac_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 || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append 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 '` printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 printf "%s\n" "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`printf "%s\n" "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 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 || printf "%s\n" 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"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`printf "%s\n" "$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 ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # 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= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 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 || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;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 s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 printf "%s\n" "$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 "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { printf "%s\n" "/* $configure_input */" >&1 \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else printf "%s\n" "/* $configure_input */" >&1 \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$_am_arg" | 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) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 printf "%s\n" "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. case $CONFIG_FILES in #( *\'*) : eval set x "$CONFIG_FILES" ;; #( *) : set x $CONFIG_FILES ;; #( *) : ;; esac shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`$as_dirname -- "$am_mf" || $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$am_mf" : 'X\(//\)[^/]' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` am_filepart=`$as_basename -- "$am_mf" || $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || printf "%s\n" X/"$am_mf" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` { echo "$as_me:$LINENO: cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles" >&5 (cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } || am_rc=$? done if test $am_rc -ne 0; then { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE=\"gmake\" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See \`config.log' for more details" "$LINENO" 5; } fi { am_dirpart=; unset am_dirpart;} { am_filepart=; unset am_filepart;} { am_mf=; unset am_mf;} { am_rc=; unset am_rc;} rm -f conftest-deps.mk } ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # 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 || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi if test "x$enable_selfrep" = "xyes" then : ${MAKE:=make} dist fi xfishtank-3.2.2/configure.ac0000644000000000000000000001217514622622722014204 0ustar0000000000000000# -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# AC_PREREQ([2.69]) AC_INIT([xfishtank], [3.2.2], [wvermin@gmail.com]) AC_CONFIG_SRCDIR([src/xfishtank.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE ./prevent-remakes m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # When creating a package (e.g. debian) # Get date from debian/changelog or something like that: (thanks to Bernhard M. Wiedemann) # First: check if SOURCE_DATE_EPOCH is already defined # if not: use the file 'bootdate' which should contain the output of 'date +%s' s="$SOURCE_DATE_EPOCH" if test "x$s" = x ; then AC_MSG_WARN([SOURCE_DATE_EPOCH is not defined]) if test -f "$srcdir/bootdate" ; then AC_MSG_NOTICE([Try to read SOURCE_DATE_EPOCH from file '$srcdir/bootdate']) s=`head -n1 "$srcdir/bootdate"` xd=`date -u -d "@$s" 2>/dev/null || date -u -r "$s" 2>/dev/null || echo "Invalid date format"` AC_MSG_NOTICE([Read SOURCE_DATE_EPOCH=$s, i.e: $xd ]) fi else xd=`date -u -d "@$s" 2>/dev/null || date -u -r "$s" 2>/dev/null || echo "Invalid date format"` AC_MSG_NOTICE([Given SOURCE_DATE_EPOCH=$s, i.e: $xd ]) fi # final checks on the validity of SOURCE_DATE_EPOCH # - must be an positive integer # - date must be within -20 years and +1 year from current date # if these are not fulfilled, use `date +%s` x=$(echo "$s" | tr -dc "[0-9]" ) good=no now=`date "+%s"` if test "x$x" != x ; then firstdate=$( expr "$now" - 631152000 ) lastdate=$( expr "$now" + 31536000 ) if test "$x" -gt "$firstdate" -a "$x" -lt "$lastdate" ; then good=yes fi fi if test x"$good" = xyes ; then SOURCE_DATE_EPOCH="$x" else SOURCE_DATE_EPOCH="$now" AC_MSG_WARN([SOURCE_DATE_EPOCH set from current date]) fi xd=`date -u -d "@$SOURCE_DATE_EPOCH" 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" 2>/dev/null || echo "Invalid date format"` AC_MSG_NOTICE([Using SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH, i.e: $xd ]) DATE_FMT="+%Y-%m-%d" DATE=`date -u -d "@$SOURCE_DATE_EPOCH" "$DATE_FMT" 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" "$DATE_FMT" 2>/dev/null || date -u "$DATE_FMT"` AC_SUBST([DATE]) # Check if we can create a reproducible 'make dist'. # If yes: replace the original am__tar (Make's recipe to make a tarball) by # a recipe that creates a reproducible tarball tardir=conftestdir mkdir "$tardir" echo "foo" > $tardir/test AC_MSG_NOTICE([Checking the capabilities of the tar program...]) "${TAR-tar}" --format=posix --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \ --owner=0 --group=0 --numeric-owner --mtime="@${SOURCE_DATE_EPOCH}" --sort=name -cf - "$tardir" > /dev/null if test $? -eq 0 ; then AC_MSG_NOTICE([The program tar is usable to create a reproducible tar ball.]) am__tar='$${TAR-tar} --format=posix --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \ --owner=0 --group=0 --numeric-owner --mtime="'"@${SOURCE_DATE_EPOCH}"'" --sort=name -chf - "$$tardir"' else AC_MSG_WARN([The program tar is not usable to create a reproducible build.]) AC_MSG_WARN([If a reproducible build is desired, use environment variable 'TAR' to point to a pax-enabled tar,]) AC_MSG_WARN([or use the flag '--disable-selfrep'.]) fi rm -r "$tardir" AC_ARG_ENABLE(selfrep, [AS_HELP_STRING([--enable-selfrep],[Build with self replicating mode @<:@default=yes@:>@])],[],[enable_selfrep=yes]) AM_CONDITIONAL([MAKESELFREP],[test "x$enable_selfrep" = "xyes"]) AC_SUBST([PACKAGE_VERSION],[VERSION]) AC_SUBST([PACKAGE_NAME],[PACKAGE]) dnl Checks for programs. AC_PROG_CC AC_PROG_INSTALL AC_PROG_RANLIB LIBS="-lm" PKG_PROG_PKG_CONFIG PKG_CHECK_MODULES(X11, [x11 xext xpm xinerama xkbcommon xtst]) PKG_CHECK_MODULES(GTK, [gtk+-3.0 gmodule-2.0]) # check for availability of double buffering LIBS="$X11_LIBS" AC_CHECK_FUNCS([XdbeAllocateBackBufferName]) #check for availability of xinerama AC_CHECK_FUNCS([XineramaQueryExtension]) LIBS="-lm" AC_CONFIG_FILES(Makefile src/Makefile) AC_OUTPUT AS_IF( [test "x$enable_selfrep" = "xyes"], [${MAKE:=make} dist]) xfishtank-3.2.2/depcomp0000755000000000000000000005602014622622722013270 0ustar0000000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2018-03-07.03; # UTC # Copyright (C) 1999-2021 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, see . # 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 outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} 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" # Avoid interferences from the environment. gccflag= dashmflag= # 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 cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc 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. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## 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). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - 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 -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # 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. ## 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. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -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 -ne 0; then 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 ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" ;; xlc) # 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 ;; 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. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then 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" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; 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. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; msvc7msys) # 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 ;; #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 "X$1" != 'X--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|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | 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 "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi 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. -arch) eat=yes ;; -*|$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" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | 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 "X$1" != 'X--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 -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [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. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # 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 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: xfishtank-3.2.2/dependencies0000644000000000000000000000011214622622722014253 0ustar0000000000000000# dependencies ## debian libgtk-3-dev libx11-dev libxpm-dev libxext-dev xfishtank-3.2.2/getversion0000755000000000000000000000022614622622722014023 0ustar0000000000000000#!/bin/sh if [ -f configure.ac ] ; then version=`grep AC_INIT configure.ac | head -n 1 | sed 's/^[^[]*.//;s/^[^[]*.//;s/].*//'` fi echo "$version" xfishtank-3.2.2/install-sh0000755000000000000000000003577614622622722013736 0ustar0000000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2020-11-14.01; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # 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. tab=' ' nl=' ' IFS=" $tab$nl" # Set DOITPROG to "echo" to test this script. doit=${DOITPROG-} doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_mkdir= # Desired mode of installed file. mode=0755 # Create dirs (including intermediate dirs) using mode 755. # This is like GNU 'install' as of coreutils 8.32 (2020). mkdir_umask=22 backupsuffix= chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -p pass -p to $cpprog. -s $stripprog installed files. -S SUFFIX attempt to back up existing files, with suffix SUFFIX. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG By default, rm is invoked with -f; when overridden with RMPROG, it's up to you to specify -f if you want it. If -S is not specified, no backups are attempted. Email bug reports to bug-automake@gnu.org. Automake home page: https://www.gnu.org/software/automake/ " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -p) cpprog="$cpprog -p";; -s) stripcmd=$stripprog;; -S) backupsuffix="$2" shift;; -t) is_target_a_directory=always dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done # We allow the use of options -d and -T together, by making -d # take the precedence; this is for compatibility with GNU install. if test -n "$dir_arg"; then if test -n "$dst_arg"; then echo "$0: target directory not allowed when installing a directory." >&2 exit 1 fi fi if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then if test $# -gt 1 || test "$is_target_a_directory" = always; then if test ! -d "$dst_arg"; then echo "$0: $dst_arg: Is not a directory." >&2 exit 1 fi fi fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? # Don't chown directories that already exist. if test $dstdir_status = 0; then chowncmd="" fi else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dstbase=`basename "$src"` case $dst in */) dst=$dst$dstbase;; *) dst=$dst/$dstbase;; esac dstdir_status=0 else dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi fi case $dstdir in */) dstdirslash=$dstdir;; *) dstdirslash=$dstdir/;; esac obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false # The $RANDOM variable is not portable (e.g., dash). Use it # here however when possible just to lower collision chance. tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap ' ret=$? rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null exit $ret ' 0 # Because "mkdir -p" follows existing symlinks and we likely work # directly in world-writeable /tmp, make sure that the '$tmpdir' # directory is successfully created first before we actually test # 'mkdir -p'. if (umask $mkdir_umask && $mkdirprog $mkdir_mode "$tmpdir" && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. test_tmpdir="$tmpdir/a" ls_ld_tmpdir=`ls -ld "$test_tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null fi trap '' 0;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac oIFS=$IFS IFS=/ set -f set fnord $dstdir shift set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=${dstdirslash}_inst.$$_ rmtmp=${dstdirslash}_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && { test -z "$stripcmd" || { # Create $dsttmp read-write so that cp doesn't create it read-only, # which would cause strip to fail. if test -z "$doit"; then : >"$dsttmp" # No need to fork-exec 'touch'. else $doit touch "$dsttmp" fi } } && $doit_exec $cpprog "$src" "$dsttmp") && # 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 $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # If $backupsuffix is set, and the file being installed # already exists, attempt a backup. Don't worry if it fails, # e.g., if mv doesn't support -f. if test -n "$backupsuffix" && test -f "$dst"; then $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null fi # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: xfishtank-3.2.2/missing0000755000000000000000000001533614622622722013317 0ustar0000000000000000#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2018-03-07.03; # UTC # Copyright (C) 1996-2021 Free Software Foundation, Inc. # Originally written by Fran,cois 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, see . # 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. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=https://www.perl.org/ flex_URL=https://github.com/westes/flex gnu_software_URL=https://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: xfishtank-3.2.2/prevent-remakes0000755000000000000000000000107314622622722014747 0ustar0000000000000000#!/bin/sh # fix-timestamp.sh: prevents useless rebuilds after "cvs update" sleep 1 # aclocal-generated aclocal.m4 depends on locally-installed # '.m4' macro files, as well as on 'configure.ac' touch aclocal.m4 sleep 1 # autoconf-generated configure depends on aclocal.m4 and on # configure.ac touch configure # so does autoheader-generated config.h.in touch config.h.in # and all the automake-generated Makefile.in files touch `find . -name Makefile.in -print` # finally, the makeinfo-generated '.info' files depend on the # corresponding '.texi' files #touch doc/*.info xfishtank-3.2.2/simplemake.sh0000755000000000000000000001221514622622722014377 0ustar0000000000000000#!/bin/sh # -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# # This is a script which compiles xfishtank. # Use and adapt this if the # ./configure; make; make install # suite does not work on your system # # Compilers: # C compiler to compile .c sources: CC=gcc # compile and link flags FLAGS="-O2" # if you have pkg-config working for gtk3: FLAGS="$FLAGS `pkg-config --cflags --libs gtk+-3.0`" # NOTE: on my system, pkg-config expands to: # -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 # if you have pkg-config working for gmodule-2.0: #FLAGS="$FLAGS `pkg-config --cflags --libs gmodule-2.0`" # NOTE: on my system, pkg-config expands to: # -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 # if you have pkg-config working for these: x11 xpm FLAGS="$FLAGS `pkg-config --cflags --libs x11 x11 xext xpm xinerama xkbcommon xtst`" # NOTE: on my system, pkg-config expands to: # -lXext -lXpm -lX11 -lXinerama -lxkbcommon -lXtst # link flags for libmath: FLAGS="$FLAGS -lm" # following is needed by gtk3 to recognize the buttons: # (Should be delivered by pkg-config --cflags --libs gmodule-2.0) FLAGS="$FLAGS -Wl,--export-dynamic" # or: # FLAGS="$FLAGS -rdynamic" version=`./getversion` if [ "x$version" = x ]; then version="Unknown" fi FLAGS="$FLAGS -DVERSION=\"$version\" -DDOUBLE_BUFFER" # SELREP not available in this script cd src || exit 1 echo "removing .o files :" rm -f *.o echo "creating ui_xml.h :" ./gen_ui_xml.sh || exit 1 echo "creating changelog.inc :" ./tocc.sh < ../ChangeLog > changelog.inc || exit 1 echo "compiling C sources:" $CC -c *.c $FLAGS || exit 1 echo "creating xfishtank in directory $PWD:" $CC -o xfishtank *.o $FLAGS || exit 1 cd .. echo "creating man page xfishtank.1 in directory $PWD:" sed -e "s/VERSION/$version/;s/DATE/`date +'%B %Y'`/;/selfrep/d" < xfishtank.1.tmpl > xfishtank.1 echo echo " ***********************************************************************" echo " ** It seems that you compiled xfishtank successfully. **" echo " ** You can try to run it: **" echo " ** **" echo " ** src/xfishtank **" echo " ** **" echo " ** If xfishtank works satisfactorily, you can install it: **" echo " ** Copy src/xfishtank to for example /usr/local/bin/ **" echo " ** **" echo " ** Optionally, you can install the man page too: **" echo " ** Copy src/xfishtank.1 to for example /usr/local/share/man/man1/ **" echo " ** **" echo " ** Optionally, you can install the desktop file and icon: **" echo " ** Copy src/xfishtank.desktop to for example **" echo " ** /usr/local/share/applications/ **" echo " ** Copy src/xfishtank.png to for example **" echo " ** /usr/local/share/pixmaps/ **" echo " ***********************************************************************" xfishtank-3.2.2/src/0000755000000000000000000000000014622622722012477 5ustar0000000000000000xfishtank-3.2.2/src/Makefile.am0000644000000000000000000000561014622622722014535 0ustar0000000000000000# -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# bin_PROGRAMS = xfishtank nodist_xfishtank_SOURCES = ui_xml.h BUILT_SOURCES = ui_xml.h tarfile.inc tarfile = $(top_builddir)/$(PACKAGE_TARNAME)-$(VERSION).tar.gz $(tarfile): echo "No tarfile available during build." > $@ echo "Run 'configure' or 'make dist' to make one, and run 'make' again." >> $@ if MAKESELFREP tarfile.inc: $(tarfile) export CC="$(CC)"; export CFLAGS="$(CFLAGS)"; $(TOASCII) < $(tarfile) > $@ else tarfile.inc: echo "No selfrep compiled in" | $(TOASCII) > $@ endif EXTRA_DIST = xfishtank.png xfishtank.desktop gen_ui_xml.sh ui.xml fishes \ tocc.sh toascii.sh xdo-copyright TOCC = $(top_srcdir)/src/tocc.sh TOASCII = $(top_srcdir)/src/toascii.sh xfishtank_SOURCES = main.c xfishtank.h fishes.h \ bubbles.h compact.h vroot.h \ wmctrl.c wmctrl.h \ transwindow.c transwindow.h \ utils.c utils.h \ ixpm.c ixpm.h \ ui.c ui.h \ debug.h test1.sh xfishtank_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) xfishtank_LDADD = libxdo.a $(GTK_LIBS) $(X11_LIBS) libxdo_a_CPPFLAGS = $(X11_CFLAGS) if MAKESELFREP xfishtank_CPPFLAGS += -DSELFREP endif noinst_LIBRARIES = libxdo.a libxdo_a_SOURCES = xdo.c xdo_search.c xdo.h xdo_util.h xdo_version.h TESTS = test1.sh changelog.inc: $(top_srcdir)/ChangeLog $(TOCC) $(TOCC) < $(top_srcdir)/ChangeLog > $@ xfishtank-main.$(OBJEXT): changelog.inc tarfile.inc desktopdir = $(datadir)/applications desktop_DATA = xfishtank.desktop appicondir=$(datadir)/pixmaps appicon_DATA=xfishtank.png ui_xml.h: ui.xml @echo "Creating $@ from $<" $(top_srcdir)/src/gen_ui_xml.sh $(top_srcdir) CLEANFILES = ui_xml.h changelog.inc tarfile.inc toascii.c toascii xfishtank-3.2.2/src/Makefile.in0000644000000000000000000015022014622622722014544 0ustar0000000000000000# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2021 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@ # -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 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 = : bin_PROGRAMS = xfishtank$(EXEEXT) @MAKESELFREP_TRUE@am__append_1 = -DSELFREP subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appicondir)" \ "$(DESTDIR)$(desktopdir)" PROGRAMS = $(bin_PROGRAMS) LIBRARIES = $(noinst_LIBRARIES) AR = ar ARFLAGS = cru AM_V_AR = $(am__v_AR_@AM_V@) am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) am__v_AR_0 = @echo " AR " $@; am__v_AR_1 = libxdo_a_AR = $(AR) $(ARFLAGS) libxdo_a_LIBADD = am_libxdo_a_OBJECTS = libxdo_a-xdo.$(OBJEXT) \ libxdo_a-xdo_search.$(OBJEXT) libxdo_a_OBJECTS = $(am_libxdo_a_OBJECTS) am_xfishtank_OBJECTS = xfishtank-main.$(OBJEXT) \ xfishtank-wmctrl.$(OBJEXT) xfishtank-transwindow.$(OBJEXT) \ xfishtank-utils.$(OBJEXT) xfishtank-ixpm.$(OBJEXT) \ xfishtank-ui.$(OBJEXT) nodist_xfishtank_OBJECTS = xfishtank_OBJECTS = $(am_xfishtank_OBJECTS) \ $(nodist_xfishtank_OBJECTS) am__DEPENDENCIES_1 = xfishtank_DEPENDENCIES = libxdo.a $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/libxdo_a-xdo.Po \ ./$(DEPDIR)/libxdo_a-xdo_search.Po \ ./$(DEPDIR)/xfishtank-ixpm.Po ./$(DEPDIR)/xfishtank-main.Po \ ./$(DEPDIR)/xfishtank-transwindow.Po \ ./$(DEPDIR)/xfishtank-ui.Po ./$(DEPDIR)/xfishtank-utils.Po \ ./$(DEPDIR)/xfishtank-wmctrl.Po am__mv = mv -f AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libxdo_a_SOURCES) $(xfishtank_SOURCES) \ $(nodist_xfishtank_SOURCES) DIST_SOURCES = $(libxdo_a_SOURCES) $(xfishtank_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac 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 = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } DATA = $(appicon_DATA) $(desktop_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ $(top_srcdir)/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DATE = @DATE@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ X11_CFLAGS = @X11_CFLAGS@ X11_LIBS = @X11_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ nodist_xfishtank_SOURCES = ui_xml.h BUILT_SOURCES = ui_xml.h tarfile.inc tarfile = $(top_builddir)/$(PACKAGE_TARNAME)-$(VERSION).tar.gz EXTRA_DIST = xfishtank.png xfishtank.desktop gen_ui_xml.sh ui.xml fishes \ tocc.sh toascii.sh xdo-copyright TOCC = $(top_srcdir)/src/tocc.sh TOASCII = $(top_srcdir)/src/toascii.sh xfishtank_SOURCES = main.c xfishtank.h fishes.h \ bubbles.h compact.h vroot.h \ wmctrl.c wmctrl.h \ transwindow.c transwindow.h \ utils.c utils.h \ ixpm.c ixpm.h \ ui.c ui.h \ debug.h test1.sh xfishtank_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) $(am__append_1) xfishtank_LDADD = libxdo.a $(GTK_LIBS) $(X11_LIBS) libxdo_a_CPPFLAGS = $(X11_CFLAGS) noinst_LIBRARIES = libxdo.a libxdo_a_SOURCES = xdo.c xdo_search.c xdo.h xdo_util.h xdo_version.h TESTS = test1.sh desktopdir = $(datadir)/applications desktop_DATA = xfishtank.desktop appicondir = $(datadir)/pixmaps appicon_DATA = xfishtank.png CLEANFILES = ui_xml.h changelog.inc tarfile.inc toascii.c toascii all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs $(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 ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/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__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 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 $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) libxdo.a: $(libxdo_a_OBJECTS) $(libxdo_a_DEPENDENCIES) $(EXTRA_libxdo_a_DEPENDENCIES) $(AM_V_at)-rm -f libxdo.a $(AM_V_AR)$(libxdo_a_AR) libxdo.a $(libxdo_a_OBJECTS) $(libxdo_a_LIBADD) $(AM_V_at)$(RANLIB) libxdo.a xfishtank$(EXEEXT): $(xfishtank_OBJECTS) $(xfishtank_DEPENDENCIES) $(EXTRA_xfishtank_DEPENDENCIES) @rm -f xfishtank$(EXEEXT) $(AM_V_CCLD)$(LINK) $(xfishtank_OBJECTS) $(xfishtank_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxdo_a-xdo.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxdo_a-xdo_search.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-ixpm.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-main.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-transwindow.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-ui.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-utils.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-wmctrl.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` libxdo_a-xdo.o: xdo.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxdo_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxdo_a-xdo.o -MD -MP -MF $(DEPDIR)/libxdo_a-xdo.Tpo -c -o libxdo_a-xdo.o `test -f 'xdo.c' || echo '$(srcdir)/'`xdo.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libxdo_a-xdo.Tpo $(DEPDIR)/libxdo_a-xdo.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xdo.c' object='libxdo_a-xdo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxdo_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxdo_a-xdo.o `test -f 'xdo.c' || echo '$(srcdir)/'`xdo.c libxdo_a-xdo.obj: xdo.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxdo_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxdo_a-xdo.obj -MD -MP -MF $(DEPDIR)/libxdo_a-xdo.Tpo -c -o libxdo_a-xdo.obj `if test -f 'xdo.c'; then $(CYGPATH_W) 'xdo.c'; else $(CYGPATH_W) '$(srcdir)/xdo.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libxdo_a-xdo.Tpo $(DEPDIR)/libxdo_a-xdo.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xdo.c' object='libxdo_a-xdo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxdo_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxdo_a-xdo.obj `if test -f 'xdo.c'; then $(CYGPATH_W) 'xdo.c'; else $(CYGPATH_W) '$(srcdir)/xdo.c'; fi` libxdo_a-xdo_search.o: xdo_search.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxdo_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxdo_a-xdo_search.o -MD -MP -MF $(DEPDIR)/libxdo_a-xdo_search.Tpo -c -o libxdo_a-xdo_search.o `test -f 'xdo_search.c' || echo '$(srcdir)/'`xdo_search.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libxdo_a-xdo_search.Tpo $(DEPDIR)/libxdo_a-xdo_search.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xdo_search.c' object='libxdo_a-xdo_search.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxdo_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxdo_a-xdo_search.o `test -f 'xdo_search.c' || echo '$(srcdir)/'`xdo_search.c libxdo_a-xdo_search.obj: xdo_search.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxdo_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxdo_a-xdo_search.obj -MD -MP -MF $(DEPDIR)/libxdo_a-xdo_search.Tpo -c -o libxdo_a-xdo_search.obj `if test -f 'xdo_search.c'; then $(CYGPATH_W) 'xdo_search.c'; else $(CYGPATH_W) '$(srcdir)/xdo_search.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libxdo_a-xdo_search.Tpo $(DEPDIR)/libxdo_a-xdo_search.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xdo_search.c' object='libxdo_a-xdo_search.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxdo_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxdo_a-xdo_search.obj `if test -f 'xdo_search.c'; then $(CYGPATH_W) 'xdo_search.c'; else $(CYGPATH_W) '$(srcdir)/xdo_search.c'; fi` xfishtank-main.o: main.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-main.o -MD -MP -MF $(DEPDIR)/xfishtank-main.Tpo -c -o xfishtank-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-main.Tpo $(DEPDIR)/xfishtank-main.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='xfishtank-main.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c xfishtank-main.obj: main.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-main.obj -MD -MP -MF $(DEPDIR)/xfishtank-main.Tpo -c -o xfishtank-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-main.Tpo $(DEPDIR)/xfishtank-main.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='xfishtank-main.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` xfishtank-wmctrl.o: wmctrl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-wmctrl.o -MD -MP -MF $(DEPDIR)/xfishtank-wmctrl.Tpo -c -o xfishtank-wmctrl.o `test -f 'wmctrl.c' || echo '$(srcdir)/'`wmctrl.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-wmctrl.Tpo $(DEPDIR)/xfishtank-wmctrl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='wmctrl.c' object='xfishtank-wmctrl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-wmctrl.o `test -f 'wmctrl.c' || echo '$(srcdir)/'`wmctrl.c xfishtank-wmctrl.obj: wmctrl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-wmctrl.obj -MD -MP -MF $(DEPDIR)/xfishtank-wmctrl.Tpo -c -o xfishtank-wmctrl.obj `if test -f 'wmctrl.c'; then $(CYGPATH_W) 'wmctrl.c'; else $(CYGPATH_W) '$(srcdir)/wmctrl.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-wmctrl.Tpo $(DEPDIR)/xfishtank-wmctrl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='wmctrl.c' object='xfishtank-wmctrl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-wmctrl.obj `if test -f 'wmctrl.c'; then $(CYGPATH_W) 'wmctrl.c'; else $(CYGPATH_W) '$(srcdir)/wmctrl.c'; fi` xfishtank-transwindow.o: transwindow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-transwindow.o -MD -MP -MF $(DEPDIR)/xfishtank-transwindow.Tpo -c -o xfishtank-transwindow.o `test -f 'transwindow.c' || echo '$(srcdir)/'`transwindow.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-transwindow.Tpo $(DEPDIR)/xfishtank-transwindow.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transwindow.c' object='xfishtank-transwindow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-transwindow.o `test -f 'transwindow.c' || echo '$(srcdir)/'`transwindow.c xfishtank-transwindow.obj: transwindow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-transwindow.obj -MD -MP -MF $(DEPDIR)/xfishtank-transwindow.Tpo -c -o xfishtank-transwindow.obj `if test -f 'transwindow.c'; then $(CYGPATH_W) 'transwindow.c'; else $(CYGPATH_W) '$(srcdir)/transwindow.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-transwindow.Tpo $(DEPDIR)/xfishtank-transwindow.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transwindow.c' object='xfishtank-transwindow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-transwindow.obj `if test -f 'transwindow.c'; then $(CYGPATH_W) 'transwindow.c'; else $(CYGPATH_W) '$(srcdir)/transwindow.c'; fi` xfishtank-utils.o: utils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-utils.o -MD -MP -MF $(DEPDIR)/xfishtank-utils.Tpo -c -o xfishtank-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-utils.Tpo $(DEPDIR)/xfishtank-utils.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utils.c' object='xfishtank-utils.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c xfishtank-utils.obj: utils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-utils.obj -MD -MP -MF $(DEPDIR)/xfishtank-utils.Tpo -c -o xfishtank-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-utils.Tpo $(DEPDIR)/xfishtank-utils.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utils.c' object='xfishtank-utils.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` xfishtank-ixpm.o: ixpm.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-ixpm.o -MD -MP -MF $(DEPDIR)/xfishtank-ixpm.Tpo -c -o xfishtank-ixpm.o `test -f 'ixpm.c' || echo '$(srcdir)/'`ixpm.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-ixpm.Tpo $(DEPDIR)/xfishtank-ixpm.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ixpm.c' object='xfishtank-ixpm.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-ixpm.o `test -f 'ixpm.c' || echo '$(srcdir)/'`ixpm.c xfishtank-ixpm.obj: ixpm.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-ixpm.obj -MD -MP -MF $(DEPDIR)/xfishtank-ixpm.Tpo -c -o xfishtank-ixpm.obj `if test -f 'ixpm.c'; then $(CYGPATH_W) 'ixpm.c'; else $(CYGPATH_W) '$(srcdir)/ixpm.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-ixpm.Tpo $(DEPDIR)/xfishtank-ixpm.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ixpm.c' object='xfishtank-ixpm.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-ixpm.obj `if test -f 'ixpm.c'; then $(CYGPATH_W) 'ixpm.c'; else $(CYGPATH_W) '$(srcdir)/ixpm.c'; fi` xfishtank-ui.o: ui.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-ui.o -MD -MP -MF $(DEPDIR)/xfishtank-ui.Tpo -c -o xfishtank-ui.o `test -f 'ui.c' || echo '$(srcdir)/'`ui.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-ui.Tpo $(DEPDIR)/xfishtank-ui.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ui.c' object='xfishtank-ui.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-ui.o `test -f 'ui.c' || echo '$(srcdir)/'`ui.c xfishtank-ui.obj: ui.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-ui.obj -MD -MP -MF $(DEPDIR)/xfishtank-ui.Tpo -c -o xfishtank-ui.obj `if test -f 'ui.c'; then $(CYGPATH_W) 'ui.c'; else $(CYGPATH_W) '$(srcdir)/ui.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-ui.Tpo $(DEPDIR)/xfishtank-ui.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ui.c' object='xfishtank-ui.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-ui.obj `if test -f 'ui.c'; then $(CYGPATH_W) 'ui.c'; else $(CYGPATH_W) '$(srcdir)/ui.c'; fi` install-appiconDATA: $(appicon_DATA) @$(NORMAL_INSTALL) @list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(appicondir)'"; \ $(MKDIR_P) "$(DESTDIR)$(appicondir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appicondir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(appicondir)" || exit $$?; \ done uninstall-appiconDATA: @$(NORMAL_UNINSTALL) @list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir) install-desktopDATA: $(desktop_DATA) @$(NORMAL_INSTALL) @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ done uninstall-desktopDATA: @$(NORMAL_UNINSTALL) @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? test1.sh.log: test1.sh @p='test1.sh'; \ b='test1.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$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 $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(PROGRAMS) $(LIBRARIES) $(DATA) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appicondir)" "$(DESTDIR)$(desktopdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) 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: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-noinstLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/libxdo_a-xdo.Po -rm -f ./$(DEPDIR)/libxdo_a-xdo_search.Po -rm -f ./$(DEPDIR)/xfishtank-ixpm.Po -rm -f ./$(DEPDIR)/xfishtank-main.Po -rm -f ./$(DEPDIR)/xfishtank-transwindow.Po -rm -f ./$(DEPDIR)/xfishtank-ui.Po -rm -f ./$(DEPDIR)/xfishtank-utils.Po -rm -f ./$(DEPDIR)/xfishtank-wmctrl.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-appiconDATA install-desktopDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/libxdo_a-xdo.Po -rm -f ./$(DEPDIR)/libxdo_a-xdo_search.Po -rm -f ./$(DEPDIR)/xfishtank-ixpm.Po -rm -f ./$(DEPDIR)/xfishtank-main.Po -rm -f ./$(DEPDIR)/xfishtank-transwindow.Po -rm -f ./$(DEPDIR)/xfishtank-ui.Po -rm -f ./$(DEPDIR)/xfishtank-utils.Po -rm -f ./$(DEPDIR)/xfishtank-wmctrl.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-appiconDATA uninstall-binPROGRAMS \ uninstall-desktopDATA .MAKE: all check check-am install install-am install-exec \ install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ check-am clean clean-binPROGRAMS clean-generic \ clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-appiconDATA install-binPROGRAMS install-data \ install-data-am install-desktopDATA install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \ uninstall uninstall-am uninstall-appiconDATA \ uninstall-binPROGRAMS uninstall-desktopDATA .PRECIOUS: Makefile $(tarfile): echo "No tarfile available during build." > $@ echo "Run 'configure' or 'make dist' to make one, and run 'make' again." >> $@ @MAKESELFREP_TRUE@tarfile.inc: $(tarfile) @MAKESELFREP_TRUE@ export CC="$(CC)"; export CFLAGS="$(CFLAGS)"; $(TOASCII) < $(tarfile) > $@ @MAKESELFREP_FALSE@tarfile.inc: @MAKESELFREP_FALSE@ echo "No selfrep compiled in" | $(TOASCII) > $@ changelog.inc: $(top_srcdir)/ChangeLog $(TOCC) $(TOCC) < $(top_srcdir)/ChangeLog > $@ xfishtank-main.$(OBJEXT): changelog.inc tarfile.inc ui_xml.h: ui.xml @echo "Creating $@ from $<" $(top_srcdir)/src/gen_ui_xml.sh $(top_srcdir) # 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: xfishtank-3.2.2/src/bubbles.h0000644000000000000000000000305614622622722014272 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ #pragma once unsigned char xbBits[][8] = { {0x00}, {0xff}, {0xff, 0xff}, {0xff, 0xff, 0xff}, {0x06, 0x0b, 0x09, 0x06}, {0x0e, 0x17, 0x13, 0x11, 0x0e}, {0x1e, 0x2d, 0x27, 0x21, 0x21, 0x1e}, {0x1c, 0x2a, 0x4d, 0x47, 0x41, 0x22, 0x1c}, {0x3c, 0x4e, 0x8b, 0x87, 0x81, 0x81, 0x42, 0x3c} }; xfishtank-3.2.2/src/compact.h0000644000000000000000000000262114622622722014277 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ struct ebmhdr { char magic[12]; unsigned int width, height; int num_colors; }; struct rgb_color { unsigned int red, green, blue; int pix_len; }; xfishtank-3.2.2/src/debug.h0000644000000000000000000000355614622622722013747 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ // Macros P, R and I can be used as printf, but they attach the location of the // statement to the output // P and R for debugging // P : only active when DEBUG is defined // R : always active // I : meant for production #pragma once #include #ifdef DEBUG #define P(...) do {printf ("%s: %d: ",__FILE__,__LINE__);printf(__VA_ARGS__);fflush(stdout);}while(0) #else #define P(...) {} #endif #define R(...) do {printf ("%s: %d: ",__FILE__,__LINE__);printf(__VA_ARGS__);fflush(stdout);} while(0) #define I(...) do {printf ("Xfishtank info: %s: %d: ",__FILE__,__LINE__);printf(__VA_ARGS__);fflush(stdout);} while(0) extern int counter; xfishtank-3.2.2/src/fishes/0000755000000000000000000000000014622622722013760 5ustar0000000000000000xfishtank-3.2.2/src/fishes/fish00a.xpm0000644000000000000000000001312314622622722015740 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish00a_xpm[] = { "64 59 15 1", " c None", ". c #34261E030B01", "X c #A0B384903025", "o c #93916C6D0800", "O c #B4B5A4B3584A", "+ c #A2B38E913025", "@ c #292421241A03", "# c #100112020901", "$ c #040009010100", "% c #424834261001", "& c #5C4B544A2124", "* c #7D6F534A0300", "= c #A6B4706D0400", "- c #616B33260400", "; c #342634262E25", " .. ", " ....... ", " XooXOOO++Xoooo@..#$... ", " $$$$$%&*X=*&#$$$$$$$$... ", " $$$$$$$.&o==&.#$$$$$$$$$$$ ", " $$$$$$$$#o==X*#$$$$$$$$$$$ ", " $$$$$$$$$#%*==*%$$$$$$$$$$$$$ ", " $$$$$$$$$$&===-%#$$$$$$$$$$$$$ ", " $$$$$$$$$$%=X=&#$$$$$$$$$$$$$$$$ ", " X$$$$$$$$$$%===.$$$$$$$$$$$$$$$$$$ ", " O*$$$$$$$$$$%===.$$$$$$$$$$$$$$$$$$; ", " +=#$$$$$$$$$#=XX.$$$$$$$$$$$$$$$$$#%X ", " ##&-$$$$$$$$$$&X=&$$$$$$$$$$$$$$$$.&o*& ", " ##&o#$$$$$$$$$.==o#$$$$$$$$$$$$$$$&=o%#$$ ", " #$$*=.$$$$$$$$$$*==.$$$$$$$$$$$$$$.oo.$$$$$ ", " #$$&=.$$$$$$$$$$*==o#$$$$$$$$$$$$.*=*#$$$$$$ ", " ###$$o*$$$$$$$$$$%===-$$$$$$$$$$$$.==*#$$$$$$$ ", " ##$$.=#$$$$$$$$$$*===#$$$$$$$$$$$$==o#$$$$$$$$ ", " ##$$$-*$$$$$$$$$$$o==*$$$$$$$$$$$$-=*#$$$$$$$$$ ", " X#$=*$*-$$$$$$$$$$#===-$$$$$$$$$$$.=o#$$$$$$$$$$ ", " *-#=$=$=#$$$$$$$$$$$*==#$$$$$$$$$$$*=%$$$$$$$$$$$ $.. ", " *.$X$X.=#$$$$$$$$$$$*=*$$$$$$$$$$$.=*$$$$$$$$$$$$ $***. ", " &#$$=$%o$$$$$$$$$$$$o=*$$$$$$#$$$$&=%$$$$$$$$$$$$ $.*$*.. ", " o-#$$$$%*$$$$$$$$$$$#==%$$$$$$#$$$$o=.$$$$$$$$$$$$ $#&#$$-. ", " $*$$$$$&*$$$$$$$$$$$.==#$$$$$$$$$$%=*$$$$$$$$$$$$$$.%$$$$.*. ", "##*$$$$$-*$$$$$$$$$$$*==#$$$$$$$$$$==-$$$$$$$$$$$$$&.$$$$$$*. ", "$#*$$$$$--$$$$$$$$$$.==o$$$$$$$$$$#==.$$$$$$$$$$$$$.$$$$$$$&- ", "$#*#$$$$-%$$$$$$$$$$%==*$$$$$$$$$$.==#$$$$$$$$$$$$$.$$$$$$$%- ", "$$*#$$$$--$$$$$$$$$$%==*$$$$$$$$$$.==#$$$#$$$$$$$$$%$$$$$$$%% ", "$$-.$$$$--$$$$$$$$$$.==&$$$$$$$$$$.==#$$$$$$$$$$$$$-$$$$$$$.. ", " $$-$$$$%*$$$$$$$$$$.==&$$$$$$$$$#.==#$$$$$$$$$$$$$.$$$$$$$-. ", " $$.#$$$%*$$$$$$$$$$#==&$$$$$$$$$$#==.$$$$$$$$$$$$$-%.$$$$... ", " %$#$$$.o#$$$$$$$$$#o=*$$$$$$$$$$$==%$$$$$$$$$$$$$$.-*%$#%. ", " %$$$$$*-$$$$$$$$$$o=o$$$$$$$$$$$%=&$$$$$$$$$$$$$$$$#--.#. ", " o$$$$%*$$$$$$$$$$o=o$$$$$$$$$$$#=*$$$$$$$$$$$$$ $$$..$ ", " o$$$#*#$$$$$$$$$&==#$$$$$$$$$$$*o#$$$$$$$$$$$$ $$$$$ ", " $$$--$$$$$$$$$.==#$$$$$$$$$$$%o-$$$$$$$$$$$$ ", " $$#*.$$$$$$$$#==.$$$$$$$$$$$$*o#$$$$$$$$$$$ ", " $$%*#$$$$$$$$*=&$$$$$$$$$$$$.=-$$$$$$$$$$$$ ", " $$.-$$$$$$$$-=*$$$$$$$$$$$$$o*$$$$$$$$$$$$ ", " $$#$$$$$$$$.=o$$$$$$$$$$$$$%*%$$$$$$$$$$$ ", " %$$$$$$$$$*=.$$$$$$$$$$$$$---%.$$$$$$$$ ", " %$$$$$$$$#o-$$$$$$$$$$$$$$#&*o*%.$$$$$ ", " %$$$$$$$-o#$$$$$$$$$$$$$$$$#%&&&%%.o ", " $$$$$$$#*-$$$$$$$$$$$$$$$$$$$$$$$$$$$ ", " $$$$$$**$$$$$$$$$$$$$$$$$$$$$$$$$$$$ ", " $$$$$$#-.$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ ", " $$$$$$$$#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ ", " $$$$$$$$$$$$$$$$ $$$$$$$$$ ", " $$$$$$$$$$$$ ", " $$$$$$$$$$$ ", " $$$$$$$$$$ ", " $$$$$$$$$ ", " $$$$$$$$ ", " $$$$$$$ ", " $$$$$ ", " $$$$ ", " $$ ", " $ "}; xfishtank-3.2.2/src/fishes/fish00b.xpm0000644000000000000000000001307114622622722015743 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish00b_xpm[] = { "64 59 14 1", " c None", ". c #93916C6D0800", "X c #A0B384903025", "o c #B4B5A4B3584A", "O c #A2B38E913025", "+ c #100112020901", "@ c #040009010100", "# c #34261E030B01", "$ c #424834261001", "% c #5C4B544A2124", "& c #7D6F534A0300", "* c #A6B4706D0400", "= c #616B33260400", "- c #342634262E25", " ", " ", " .XoooOOX.......+@### ", " @@@@@$%&X*&%+@@@@@@@@##########", " @@@@@@@#%.**%#+@@@@@@@@@@@# ", " @@@@@@@@+.**X&+@@@@@@@@@@@ ", " @@@@@@@@@+$&**&$@@@@@@@@@@@@@ ", " @@@@@@@@@@%***=$+@@@@@@@@@@@@@ ", " @@@@@@@@@@$*X*%+@@@@@@@@@@@@@@@@ ", " X@@@@@@@@@@$***#@@@@@@@@@@@@@@@@@@ ", " o&@@@@@@@@@@$***#@@@@@@@@@@@@@@@@@@- ", " O*+@@@@@@@@@+*XX#@@@@@@@@@@@@@@@@@+$X ", " ++%=@@@@@@@@@@%X*%@@@@@@@@@@@@@@@@#%.&% ", " ++%.+@@@@@@@@@#**.+@@@@@@@@@@@@@@@%*.$+@ ", " +@@&*#@@@@@@@@@@&**#@@@@@@@@@@@@@@#..#@@@@@ ", " +@@%*#@@@@@@@@@@&**.+@@@@@@@@@@@@#&*&+@@@@@@ ", " +++@@.&@@@@@@@@@@$***=@@@@@@@@@@@@#**&+@@@@@@@ ", " ++@@#*+@@@@@@@@@@@***+@@@@@@@@@@@@**.+@@@@@@@@ ", " ++@@@=&@@@@@@@@@@@@+*&@@@@@@@@@@@@=*&+@@@@@@@@@ ", " X+@*&@&=@@@@@@@@@@+@@*=@@@@@@@@@@@#*.+@@@@@@@@@@ ", " &=+*@*@*+@@@@@@@@@@@@@++@@@@@@@@@@@&*$@@@@@@@@@@@ @#### ", " &#@X@X#*+@@@@@@@@@@@@@+@@@@@@@@@@@#*&@@@@@@@@@@@@ @&&&&# ", " %+@@*@$.@@@@@@@@@@@@@@+@@@@@@+@@@@%*$@@@@@@@@@@@@ @#&@@@&# ", " .=+@@@@$&@@@@@@@@@@@+@@$@@@@@@+@@@@.*#@@@@@@@@@@@@ @+%+@@@&# ", " @&@@@@@%&@@@@@@@@@@@@@++@@@@@@@@@@$*&@@@@@@@@@@@@@@#$@@@@@&= ", "++&@@@@@=&@@@@@@@@@@@@+*+@@@@@@@@@@**=@@@@@@@@@@@@@%#@@@@@@&= ", "@+&@@@@@==@@@@@@@@@@#**.@@@@@@@@@@+**#@@@@@@@@@@@@@#@@@@@@@%= ", "@+&+@@@@=$@@@@@@@@@@$**&@@@@@@@@@@#**+@@@@@@@@@@@@@#@@@@@@@$= ", "@@&+@@@@==@@@@@@@@@@$**&@@@@@@@@@@#**+@@@+@@@@@@@@@$@@@@@@@$$ ", "@@=#@@@@==@@@@@@@@@@#**%@@@@@@@@@@#**+@@@@@@@@@@@@@=@@@@@@@#= ", " @@=@@@@$&@@@@@@@@@@#**%@@@@@@@@@+#**+@@@@@@@@@@@@@#@@@@@@@== ", " @@#+@@@$&@@@@@@@@@@+**%@@@@@@@@@@+**#@@@@@@@@@@@@@=$#@@@@@## ", " $@+@@@#.+@@@@@@@@@+.*&@@@@@@@@@@@**$@@@@@@@@@@@@@@#=&$@@@=# ", " $@@@@@&=@@@@@@@@@@.*.@@@@@@@@@@@$*%@@@@@@@@@@@@@@@@+==#=## ", " .@@@@$&@@@@@@@@@@.*.@@@@@@@@@@@+*&@@@@@@@@@@@@@ @@@#### ", " .@@@+&+@@@@@@@@@%**+@@@@@@@@@@@&.+@@@@@@@@@@@@ @@@@@@ ", " @@@==@@@@@@@@@#**+@@@@@@@@@@@$.=@@@@@@@@@@@@ ", " @@+&#@@@@@@@@+**#@@@@@@@@@@@@&.+@@@@@@@@@@@ ", " @@$&+@@@@@@@@&*%@@@@@@@@@@@@#*=@@@@@@@@@@@ ", " @@#=@@@@@@@@=*&@@@@@@@@@@@@@.&@@@@@@@@@@@@ ", " @@+@@@@@@@@#*.@@@@@@@@@@@@@$&$@@@@@@@@@@@ ", " $@@@@@@@@@&*#@@@@@@@@@@@@@===$#@@@@@@@@ ", " $@@@@@@@@+.=@@@@@@@@@@@@@@+%&.&$#@@@@@ ", " $@@@@@@@=.+@@@@@@@@@@@@@@@@+$%%%$$#. ", " @@@@@@+&=@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", " @@@@@@&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", " @@@@@@+=#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", " @@@@@@@+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", " @@@@@@@@@@@@@@@ @@@@@@@@@@@@@ ", " @@@@@@@@@@@@ ", " @@@@@@@@@@@ ", " @@@@@@@@@@ ", " @@@@@@@@@ ", " @@@@@@@@@ ", " @@@@@@@@@ ", " ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish01a.xpm0000644000000000000000000001163414622622722015746 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish01a_xpm[] = { "63 50 17 1", " c None", ". c #636C616B4948", "X c #95926E6D0E01", "o c #1A0328245149", "O c #0F0111021E03", "+ c #170213020800", "@ c #2E2534262424", "# c #020005000100", "$ c #5B4B3F271102", "% c #4C491B030700", "& c #504949483F27", "* c #5A4A4A481602", "= c #796E6F6D686C", "- c #6E6D40470300", "; c #B1B5ABB4A3B3", ": c #8E9187906E6D", "> c #A4B398928B90", " ...... ", " X..Xooooooo. ", " ..XOoOOoOOX++Oo.. ", " ..XooOooooooo@X+###oo. ", " .XooooOooOOoOOoO$$####+o. ", " .XooOooooOOoooooooo$%#####@o ", " ..XoooOoOOOoooOOoOOOo@X+######o. ", " XooOoOOoooooOOoooooooO$X+######o@ ", " .XoOoooOoOO@OO@oOoOOOooo&X#######o@ ", " XoOOOOOOooooooo.ooooooOOo&X#######@O ", " Xooooooooooo&oo.ooo@oooooO*X#######OO ", " X==ooooooooooXoo.oooXoo&ooo@-#######O@ ", " =;;=ooooooXoo.ooo.ooooooXooooX+######o@ ", " +:;;.ooooo.ooo.ooo&oo.ooo@o&oo*$######o@ ", " +%>;;oooooo.oooXoo&XooXooo&o@oo$$#####+o@ ", " +%*;;;ooooooXoooXoo.ooo&oooooXooo$#####Oo ### ", " +%.;>>ooooo.&ooXooo.ooXooo&oo$oooX+####O@ o#### ", " +%%.;;;oooooXoooXooo.oo.ooo.ooXo*o*%####O@ oo### ", " +%%%=;;;oooooXoo.Xoo&Xoo.oooXo&oo*o&-####+ ##o#### ", " +++%%:;;;ooooo&ooX@oo.ooX&ooo&oXoooo*X+###@ ###OO### ", " ++++%%:;;;.ooo.oooXooo.ooXooo.oo*o*ooo*%#### ###OO###o", " ++++%%%:;;;=oooXoooXoooXoo.oooXoXoo*ooo&-#########Oo###O", " +++++++%=>>;=oooXoo&&oo.oooXoo&&o.oo*o*ooX+########+o###O", " +++++&>++=>>;:oo.&ooX&ooXoo.@ooXooXo&oo*oo$$#########o###O", " ++++++##@+=>;;>ooXoooXoooXooXoooXo&Xo*o@*oo@$#########@O##O", " %++++++@#@+=>;;;o&XoooXoo.&o&Xoo.XoXoo*o*@oooX+########OO##O", " +%+++%%++@++.>;>>.*Xoo&XooX&o.XooX*oX@o*oo*ooo*%########O@##O", " +++%%%%+++++.>>>>.=:oooXoo.XooXoooXo&Xo*@o*oooo-########o@##O", " ###++%++%++%.>>>>=>:>oo.&ooXooX&ooX@oXoo*oo@ooo$+#######oo##o", " +++#++++++++.:>>>=:@>=ooXoo&.oo.oooXooXoo*o@@oo-+## ###o@## ", " ++++++++++%&:>>.=@=>@ooXoooXooX&oo&ooX@o*oo*OO$%# #@o@## ", " +++++++++.:>.=@=@@=ooo&ooXooo.oooXooXoo*oOOOO$# o@## ", " ++++++++&===@&@>>=>ooXooo.ooo*ooX@oo@oo$OOoOo @## ", " ++++++*==.@@@@@@&oooXooXoooXoooXooXooOOOOooO ", " +++++%=..@>===>XoooXooo*ooo&ooo&oo@OOOOoOOoo ", " ++++.===.oooooXooo&ooXoooXoooXooOOOOoOoooo ", " +++@.=:=.ooooXooo&ooo&ooo@ooo@OOOOOoooOOO ", " &&====.ooooXooo@oo@oooooooOOOOoooOOooo ", " =&&&=.=ooooooo@ooo@ooo@ooOOOoOOOoooo ", " =@&&.=.ooooooooooooooOOOOOooooooo ", " ==&=....ooooooooooOoooooooooooo ", " ==&==.oooooOoOOoOOOOOOoOOOO ", " @@@.@@oOooooooooooooOoo ", " >:===&.ooooooooooooo ", " =>:=>===:===.= ", " =::>:>:>:>=: ", " =>:====>===> ", " =:>== ", " = ", " "}; xfishtank-3.2.2/src/fishes/fish01b.xpm0000644000000000000000000001163414622622722015747 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish01b_xpm[] = { "63 50 17 1", " c None", ". c #636C616B4948", "X c #95926E6D0E01", "o c #1A0328245149", "O c #0F0111021E03", "+ c #170213020800", "@ c #2E2534262424", "# c #020005000100", "$ c #5B4B3F271102", "% c #4C491B030700", "& c #504949483F27", "* c #5A4A4A481602", "= c #796E6F6D686C", "- c #6E6D40470300", "; c #B1B5ABB4A3B3", ": c #8E9187906E6D", "> c #A4B398928B90", " ", " ...... ", " X..Xooooooo. ", " ..XOoOOoOOX++Oo.. ", " ..XooOooooooo@X+###oo. ", " .XooooOooOOoOOoO$$####+o. ", " .XooOooooOOoooooooo$%#####@o ", " ..XoooOoOOOoooOOoOOOo@X+######o. ", " XooOoOOoooooOOoooooooO$X+######o@ ", " .XoOoooOoOO@OO@oOoOOOooo&X#######o@ ", " XoOOOOOOooooooo.ooooooOOo&X#######@O ", " Xooooooooooo&oo.ooo@oooooO*X#######OO ", " X==ooooooooooXoo.oooXoo&ooo@-#######O@ ", " =;;=ooooooXoo.ooo.ooooooXooooX+######o@ ", " +:;;.ooooo.ooo.ooo&oo.ooo@o&oo*$######o@ ### ", " +%>;;oooooo.oooXoo&XooXooo&o@oo$$#####+o@ ### ", " +%*;;;ooooooXoooXoo.ooo&oooooXooo$#####Oo #### ", " +%.;>>ooooo.&ooXooo.ooXooo&oo$oooX+####O@ o#### ", " +%%.;;;oooooXoooXooo.oo.ooo.ooXo*o*%####O@ #o#### ", " +%%%=;;;oooooXoo.Xoo&Xoo.oooXo&oo*o&-####+ ##o##### ", " +++%%:;;;ooooo&ooX@oo.ooX&ooo&oXoooo*X+###@ ##OO#### ", " ++++%%:;;;.ooo.oooXooo.ooXooo.oo*o*ooo*%#### ##OO#### ", " ++++%%%:;;;=oooXoooXoooXoo.oooXoXoo*ooo&-########OO#### ", " +++++++%=>>;=oooXoo&&oo.oooXoo&&o.oo*o*ooX+#######Oo####O ", " +++++&>++=>>;:oo.&ooX&ooXoo.@ooXooXo&oo*oo$$#######Ooo###O ", " ++++++##@+=>;;>ooXoooXoooXooXoooXo&Xo*o@*oo@$#######Oo@###O ", " %++++++@#@+=>;;;o&XoooXoo.&o&Xoo.XoXoo*o*@oooX+#######OO###O ", " +%+++%%++@++.>;>>o*Xoo&XooX&o.XooX*oX@o*oo*ooo*%#######OO###O ", " +++%%%%+++++.>>>>.oXoooXoo.XooXoooXo&Xo*@o*oooo-#######Oo###O ", " ###++%++%++%.>>>>@o..oo.&ooXooX&ooX@oXoo*oo@ooo$+######Oo#### ", " +++#++++++++.:>>>@>oX=ooXoo&.oo.oooXooXoo*o@@oo-+## ###oo#### ", " ++++++++++%&:>>.@>oXXooXoooXooX&oo&ooX@o*oo*OO$%# ##@o#### ", " +++++++++.:>.@==@oXooo&ooXooo.oooXooXoo*oOOOOO# Oo#### ", " ++++++++&===@@@>o..ooXooo.ooo*ooX@oo@oo$OOoOO ### ", " ++++++*==.@=>=@oXoooXooXoooXoooXooXooOOOOOoo ### ", " +++++%=..@@@@>oXoooXooo*ooo&ooo&oo@OOOOOooOO ## ", " ++++.===.o==ooXooo&ooXoooXoooXooOOOOoooOoo # ", " +++@.=:=.ooooXooo&ooo&ooo@ooo@OOOOOoOOooo ", " &&====.ooooXooo@oo@oooooooOOOOooOoooo ", " =&&&=.=ooooooo@ooo@ooo@ooOOOoOOooooo ", " =@&&.=.ooooooooooooooOOOOOooooOOO ", " ==&=....ooooooooooOooooooOOOooo ", " ==&==.oooooOoOOoOOOOOOoooo ", " @@@.@@oOooooooooooooo ", " >:===&.oooooooooo ", " =>:=>===:===. ", " =::>:>:>:>== ", " =>:====>=== ", " >====:>== ", " >>>>>== "}; xfishtank-3.2.2/src/fishes/fish02a.xpm0000644000000000000000000001150014622622722015737 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish02a_xpm[] = { "71 44 15 1", " c None", ". c #3F2727240F01", "X c #9391564A0000", "o c #9C92594A0200", "O c #7D6F48480500", "+ c #584A49481F03", "@ c #8890746E1001", "# c #070009010200", "$ c #746E4A481202", "% c #98928E91818F", "& c #5F4B584A4D49", "* c #828F746E5E4B", "= c #9191828F4F49", "- c #97928C914F49", "; c #A4B396924448", " . ", " X.X ", " XX.XX ", " o ooX.Xo.o ", " .XoXX.OXX.Xo ", " o.X+Xo.XX.Oo.X ", " X.X....Xo.Xo.oX@ ", " ####.XO+...O.OXX.o ", " #####.XXXXXX...X.XX. ", " #######.$O$XX+$+O...X.Xo.XXXo ", " ###.#####.%&*&*&&&+&&&..X+.XXX.o ", " ###X.######XXXXXOXXXXXXX+..XXo.XoO ", " ###+XX######oXXXXXXXXXXoXXX..XX.XXXo ", " ####XXX######XXXXXoXXooXXoXXXX..oXXXoX ", " ####OXoX######.....+&+.++XX+XXXXX..XX..X ", " ####.XXoX######========-%%%%%%&+.X+...Xooo ", " #####XXooX######XXXXXXXXXXXoXXXoo$++O.oooX. XX.", " #####.XooXX######XooXoooXXXXXXXXXXooXXX.+..XX o.oX.X", " ######OXoooX.#####XXoXooooXXXXXXXXXoooXXoX.XooX .ooX.. ", " X######XXXXXX.#####XXXXXXXXXXXXXXXXooXoXXXoX.XXX o.o.... ", " X+##.%#.XXXXXX.#####.++$$O$XXooooooXXXXXoooooX o.XX..XO ", " oX.##..#XXXXXoX+#####&*=====%%%%%=%%%=======&=oXXoXX o@OOX..oX. ", " oXo.####.XXXXoXX.#####XXoXXXXXXXXXXXXoXXXoXXXXooooXooXXoO.XOX... ", " #XXX#####XXXXXXXX.#####XooXooXXXXXXXXXXXXoooooooXoooooXooX.....+ ", " ##XX#####XXXXXXXX######XXoXoXXXXXXoXXXXXooooooXXoooXooooXX.XoX. ", "####X####XXXXXXXXo#####.XooXoOOOXOXXXOooooooooXXoXXOXOOoooX....O ", "########.XXXXXXXX.#####&+XXXXXXXXXXXXX$=%%%%;=====&=++$O.oO.OXoO ", " ######XXXXXXXXX..##..XXXXXXXXXXXXoooXoXoXoo$&&+XXO..+.OO....... ", " ######.XXXXXXXO%%%;oXX+XXXXXoooXXXXXXOoXXXXXXXooXO..OooXX....oo.. ", " #####+oXXXXXX=%%%%@=@@@==@XXoXOOOXXOXoXoXXooXXO... o..XO.XX.o ", " ###XXXXXX@*%*%=%%%%%%%%%%=$XooXXXXXXXX@@==&+$++o.. X.OX..o. ", " #X++&&%-%%==**=%%%----**=%%%%%%%%%%%%%=&+$...oXX o.XoX..o ", " X+++*%%%%%%%**==-%=**=%%%%%%%%%%%--=&&+.+XX..o ..ooX. ", " ===%%%%%====*=*===%%%%%-%%%%=*&&+..X.oXXX X.XoXo ", " ====&*=====*===-********&&--.X.XXX.oo o...X ", " O..++++&&&&&&&&&&&& o..XXXO oo. ", " ooXO+.O &&&&&& XX.X ", " oXXXoX.o oX. ", " oXXoXXoo ", " oXoooo ", " oo ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish02b.xpm0000644000000000000000000001150014622622722015740 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish02b_xpm[] = { "71 44 15 1", " c None", ". c #3F2727240F01", "X c #9391564A0000", "o c #9C92594A0200", "O c #7D6F48480500", "+ c #584A49481F03", "@ c #070009010200", "# c #746E4A481202", "$ c #98928E91818F", "% c #5F4B584A4D49", "& c #828F746E5E4B", "* c #9191828F4F49", "= c #97928C914F49", "- c #A4B396924448", "; c #8890746E1001", " . ", " X.X ", " X X.XXX ", " .Xoo.XXo. ", " o.oXX.OX.OX ", " o.X+Xo.XX.Oo.X ", " X.X....Xo.Xo.oX ", " @@@@.XO+...O.OXX.o ", " @@@@@.XXXXXX...X.XX. XX ", " @@@@@@@.#O#XX+#+O...X.Xo.XXX. ", " @@@.@@@@@.$%&%&%%%+%%%..X+.XX.X ", " @@@X.@@@@@@XXXXXOXXXXXXX+..XXo.Xo ", " @@@+XX@@@@@@oXXXXXXXXXXoXXX..XX.XXX ", " @@@@XXX@@@@@@XXXXXoXXooXXoXXXX..oXXX. .X ", " @@@@OXoX@@@@@@.....+%+.++XX+XXXXX..X.oo .XXX ", " @@@@.XXoX@@@@@@********=$$$$$$%+.X+..oXoo XXX. ", " @@@@@XXooX@@@@@@XXXXXXXXXXXoXXXoo#++O.oooX. XXX.X ", " @@@@@.XooXX@@@@@@XooXoooXXXXXXXXXXooXXX.+..XX .XX.XX ", " @@@@@@OXoooX.@@@@@XXoXooooXXXXXXXXXoooXXoX.XooX XX..XX ", " X@@@@@@XXXXXX.@@@@@XXXXXXXXXXXXXXXXooXoXXXoX.XX .X.oXoX ", " X+@@.$@.XXXXXX.@@@@@.++##O#XXooooooXXXXXoooooX XXo.XXX ", " oX.@@..@XXXXXoX+@@@@@%&*****$$$$$*$$$*******%*oXXoXX .XO.X... ", " oXo.@@@@.XXXXoXX.@@@@@XXoXXXXXXXXXXXXoXXXoXXXXooooXooXX.O.X.XX ", " @XXX@@@@@XXXXXXXX.@@@@@XooXooXXXXXXXXXXXXoooooooXoooooXoo...XXX ", " @@XX@@@@@XXXXXXXX@@@@@@XXoXoXXXXXXoXXXXXooooooXXoooXooooX.OXoX. ", "@@@@X@@@@XXXXXXXXo@@@@@.XooXoOOOXOXXXOooooooooXXoXXOXOOooo.....X ", "@@@@@@@@.XXXXXXXX.@@@@@%+XXXXXXXXXXXXX#*$$$$-*****%*++#O.o.OOXoX ", "@@@@@@@@XXXXXXXXX..@@..XXXXXXXXXXXXoooXoXoXoo#%%+XXO..+.OO....oX ", " @@@@@.XXXXXXXO$$$-oXX+XXXXXoooXXXXXXOoXXXXXXXooXO..OooXX.O.X.o ", " @@@@+oXXXXXX*$$$$;*;;;**;XXoXOOOXXOXoXoXXooXXO... o..X.X. ", " @@@XXXXXX;&$&$*$$$$$$$$$$*#XooXXXXXXXX;;**%+#++... .X.O.XX ", " @X++%%$=$$**&&*$$$====&&*$$$$$$$$$$$$$*%+#...oXX X.X.oX ", " X+++&$$$$$$$&&**=$*&&*$$$$$$$$$$$==*%%+.+.XXXo X.X.oo ", " ***$$$$$****&*&***$$$$$=$$$$*&%%+...X.XXX X.X.XX ", " ****%&*****&***=&&&&&&&&%%==.X.X.XX.o X.Xo.. ", " O..++++%%%%%%%%%%% o..XX.XX X.XXX ", " oo++.%%%%%%%% o.XXX. X.XX ", " XXo++. o.oXX X.X ", " XXX++ o. XX ", " XXX+. ", " XXX+. ", " XXXXX ", " XXX ", " XX "}; xfishtank-3.2.2/src/fishes/fish03a.xpm0000644000000000000000000001401014622622722015737 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish03a_xpm[] = { "83 52 15 1", " c None", ". c #12021E035049", "X c #13021A033025", "o c #45482D250D01", "O c #716D3A270400", "+ c #190318021302", "@ c #8A905E4B0500", "# c #A0B35A4A0100", "$ c #3B2738263426", "% c #06000C010200", "& c #0A0127240600", "* c #120234260E01", "= c #24245B4B0901", "- c #3926676C1903", "; c #A1B3666C0000", " ........XXXXXXX ", " ..XXXXoooOOOOOOOoo+XX.XX ", " ...XXoOO@O@@O@OOO@O#@OO++.XXX ", " oX.$oOO@OOOOooooooooooooOOOoooXXXX ", " ooooOOOooo+%%%%%%%&%&&&&&*%&+oOOOOOoX.X ", " ooOOOOo+&%&&&%%%%%&&**&&&&&%%%*%%%oOOOOOoX ", " oOOOo*&&&&&&&&&&&&&&&%%%%&%*&&*&%&&&%+oOOOOOoX ", " ooo*&**&&&&*&&&&*&&&&**&&&%%*&*&%&***%&*&%ooOOOOX ", " o&&&&&***&*&&*****&&=**&*&*&&&%%&&**%%&**%&&&%+oOOOOX ", " o%&*******&*========**&***&*&&&&&%&%%**%%&&&%*&&%O@OOOX ", " oo&&&*****=========-==-====**&&**&&&%&*&*&&%&*+++++oOOOOOX ", " **&&*&&*=---=-=-=--==-=-=---====*****&%%%&=*%&+XXXXXXXX+OOOOX ", " &&&*&**====--=---====---==---===--=**&&&%%%*=*%XXX XXXX+OOXX ", " *&&&*++==--=-=----===----=-==--=-====***&&%%*%**.X XXXXoOXX ", " ***oO$.X=-==*==-=-----===-=-----=========*&&%**&XX X.XXXX ", " &*o@@#O..$=-o@o%==----=--==-=-====-========**%%%&XX XX..X ", " **O##;#O..$-%O@oO%=-----==-==========-===-====&%%&.X XX.X ", " **O@#;;#@..$=%@o@OO&--------=---==-=======@=====&%%+ XX ", " **@#;####@X.+*@@o@@oo----==-====-==-=======@-=====*%% ", " **@@#;;O#;@..Xo@o@@o@o==----=--=======-=-==--===-==*&& %%%%%%++++++ ", " **;@Xo;@o@@OXX+O@o@o;@o*=-===---======--=-===========*&%%%oOOOOOOO%%%o ", " **@O+@@XOo@@O..+@o@o#Oo@&=--=-=-========-=========@===*&OOOOOO+++++++++ ", " .X-;O+o%@@oo@@o.XooOo#@o#@o--=-=-==============-====@===*&OOO++++OOOOoOoo ", " ..X@@oX@%%@+o@@..%Oo#O;o@@oo===--==-============-====-===*%OOOOOOOOOOOOOoo ", " ...X@;O%@@$%ooOOX.+oOO@o@@oO+=-=-================-===-====*+OO+++++++++++++ ", "....X#@#O+XoOOo@$.X..+@o@o++*=----======--========@-=====-=&oOOOOOOOOOOOoO+o ", ".....X###;@#@o@OX$X.XXoOo&===-==--=-==-=-========--=====*o*&oOO+++++OO++OO+ ", " ....X@@@@;;;o@oX=+XXXX%=---===-=--==-==-=============o=***oOO+OOOO%OOO+++% ", " ...X==oOO@;o+@+===+X+*-======-----===-==============--=*&%%%%O++oOo++OOO+o ", " .X=======oOO-============-=---=---=============-===-==*& %oO++ooo++O+o ", " ==========oo=======-=====-==-----=============-=====**&& %oo++oo+%% ", " *=========================-=================O-=====*=& o%oo++++%o ", " ==========================================-======**+& %ooo%% ", " *==========================-=====================*.. %++% ", " &======================-=====================**&.. %% ", " *=============-=============================*&+.. ", " ==================-======================*&&X.X ", " *=====================================*%&%+.X ", " o**================================&%%%&%.X ", " Ooo**===========================*&&&%&%&+.X ", " OOoo*======================**&&%&%*&&&%+. ", " OOOOo**==============**=*&&%%%%**%%&%*%X. ", " OOOOOo**============*&*&%%&&&%%&%&&&%&*.. ", " OOOOOOO**********&&+++++&&&%%**&%&%&&&X. ", " OOOOO* *****XXXXXXX++%%&&&%&&&&X.X ", " OOOOO XXX.&*%&*%%&%+X.X ", " OOOOO X.XX&%%*&+&&$. ", " OOO@O XXX+%&&%&%XX ", " O@#@O X+%%*&&%. ", " OOOOO XX*%%%&+X ", " oO XXX%*XX ", " XX+ "}; xfishtank-3.2.2/src/fishes/fish03b.xpm0000644000000000000000000001401014622622722015740 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish03b_xpm[] = { "83 52 15 1", " c None", ". c #12021E035049", "X c #13021A033025", "o c #45482D250D01", "O c #716D3A270400", "+ c #8A905E4B0500", "@ c #A0B35A4A0100", "# c #3B2738263426", "$ c #06000C010200", "% c #190318021302", "& c #0A0127240600", "* c #120234260E01", "= c #24245B4B0901", "- c #3926676C1903", "; c #A1B3666C0000", " ........XXXXXXXXX ", " ..XXXXoooOOOOOOOooooo.XXXX ", " ...XXoOO+O++O+OOO+O@+OOooooXXXX ", " oX.#oOO+OOOOooooooooooo$$OOooooooXXXX ", " ooooOOOooo%$$$$$$$&$&&&&&*$&%$$OOoOooooXXXX ", " ooOOOOo%&$&&&$$$$$&&**&&&&&$$$*$$$$$$$OOooOXXXXX ", " oOOOo*&&&&&&&&&&&&&&&$$$$&$*&&*&$&&&$%oO$$OO&&OOOXX ", " ooo*&**&&&&*&&&&*&&&&**&&&$$*&*&$&***$&*&$o$$$$&&&O&XXXX ", " o&&&&&***&*&&*****&&=**&*&*&&&$$&&**$$&**$&&&$%o$$OOO&OOOXXXX ", " o$&*******&*========**&***&*&&&&&$&$$**$$&&&$*&&$O$&O&OO&&O&OXXX", " oo&&&*****=========-==-====**&&**&&&$&*&*&&$&*%%%%XXXXXXXXOO&O&OOX", " **&&*&&*=---=-=-=--==-=-=---====*****&$$$&=*$&%XXXXXXX XXXXXXX ", " &&&*&**====--=---====---==---===--=**&&&$$$*=*$XXX ", " *&&&*%%==--=-=----===----=-==--=-====***&&$$*$**.X ", " ***oO#.X=-===-=-=-----===-=-----=========*&&$**&XX ", " &*o++@O..#=--===-=----=--==-=-====-========**$$$&XX ", " **O@@;@O..#-==-=-$=-----==-==========-===-====&$$&.X $$$ ", " **O+@;;@+..#=---=*+&--------=---==-=======+=====&$$% $$$$OOO ", " **+@;@@@@+X.%-==-$+++O---==-====-==-=======+-=====*$$ $$$$OOOOOOO ", " **++@;;O@;+..X=-=$+++++o----=--=======-=-==--===-==*&& $$$OOOOOOO%%% ", " **;+Xo;+o++OXX%==*++ooooO-===---======--=-===========*&$$$oOOOOO%%%OOo ", " **+O%++XOo++O..%=*+oo++++O--=-=-========-=========+===*&OOOOOO%%%OOOOOO ", " .X-;O%o$++oo++o.X**+o@+++++o-=-=-==============-====+===*&OOO%%%%OOOOOOOo ", " ..X++oX+$$+%o++..$OooO;oooooO==--==-============-====-===*$OOOOOOOOOO%%%%% ", " ...X+;O$++#$ooOOX.%ooooo;++;+O-=-================-===-====*%OO%%%%%%%%%oooo ", "....X@+@O%XoOOo+#.X..%+;++++++O---======--========+-=====-=&oOOOOOOOOOOOoOoo ", ".....X@@@;+@+o+OX#X.XXooooooooo=--=-==-=-========--=====*o*&oOO%%%%%OO%%OOoo ", " ....X++++;;;o+oX=%XXXX$@@;@@@O-=--==-==-=============o=***oOO%OOOO$%OO%%%$ ", " ...X==oOO+;o%+%===%X%&&&&@@@@O----===-==============--=*&$$$$O%%%Ooo%%OO%o ", " .X=======oOO-===========&&&&--=---=============-===-==*& oOo%oooo%%%o ", " ==========oo=======-=====-==-----=============-=====**&& $oo%%%oo$$ ", " *=========================-=================O-=====*=& $%oo%%%oo ", " ==========================================-======**%& %oo$$%% ", " *==========================-=====================*.. %%$oo ", " &======================-=====================**&.. %% ", " *=============-=============================*&%.. ", " ==================-======================*&&X.X ", " *=====================================*$&$%.X ", " o**================================&$$$&$.X ", " Ooo**===========================*&&&$&$&&.X ", " OOoo*======================**&&$&$*&&&&&.. ", " OOOOo**==============**=*&&$$$$**$$&$*&&.. ", " OOOOOo**============*&*&$$&&&$$&$&&&$&$&&... ", " OOOOOOO**********&&%%%%%&&&$$**&$&$&&*&$&&. ", " OOOOO* *****XXXXXXX%%$$&&&$&&$&&*$&&.. ", " OOOOOO XXXXXXX*$&&$$$&*$&.. ", " OOO@OOO XXX*&$&*&$&*&.X ", " OO+@OO XXXXXXXX$&$X ", " +@+@OO XXX$X ", " OOOO ", " ", " "}; xfishtank-3.2.2/src/fishes/fish04a.xpm0000644000000000000000000001675714622622722015764 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish04a_xpm[] = { "93 62 16 1", " c None", ". c #17021D033626", "X c #17022624574A", "o c #999291917E6F", "O c #B6B6ADB59E93", "+ c #040008000100", "@ c #818F766E666C", "# c #584A5B4B4248", "$ c #8890746E1001", "% c #3C2737262C25", "& c #120217021202", "* c #B4B5A4B3584A", "= c #9391676C0500", "- c #8D91838F4448", "; c #9B9289903C27", ": c #A4B396924448", " . ", " XX ", " XX ", " X. ", " .X ", " ooooOo X..X ", " +++oooooo@ooo@###XXX.. ", " +++++@OOo@#XXX.X....X$ XX....XXXXX. ", " ++++++%OOOO#X##@oooo@XX...XX ", " o#++++++#OOOOOOo@#.X...XX. ", " o@@o++++++oOOOOOOO##%XXX%X....X.XXXX ", " o@OOoo+++++.OOOOOOOOO%.#@o@o@@@ .XX. ", " o@ooOOO@+++++#OOOOOOOO#++@OOOOOOo@ XX ", " XX@oOOOOO@+++++@OOOOOOOo&++&@OOOOO@o@ X ", " .XXOOOOOOO@+++++oOOOOOOO%++++&OOOO@OOO@ ", " XXXXXOOOOOOO@++++&OOOOOOO@+++++&@oo@OOOO@ ", " .XXXXXOOOOOOO#++++%OOOOOOO&+++++%O@@OOO@@OO# ", " .XXXXXXoOOOOOO.++++#OOOOOO#++++++#OO@@O@OOOOO ## ", " .XXXXXXXXoOOOOO@++++&oOOOOOo++++++%OOOOO@OOOOO@@@ ##@# ", " .XXXXXXXXXOOOOOO%++++&OOOOOO%+++++&oOOOOOo%OO@@Oo@ ##o##O ", " XXXXXXXXXXXoOOoOo&++++%OOOOOo++++++@OOOOOO#+%@oOOoo@ ##@O#@OO ", " ..XXXXXXXXX#*OOOO%+++++%oOOOO&+++++.OOOOOOO&++%oooOOO ##OO#@O@o ", " .XXXXXXXXX#=*OOo@++++++@OOOO@++++++#OOOOOOO&+++%ooOO@O@ ##O@#ooO@# ", " XXXXXXXXXX-$$OOOO.++++++oOOOO&+++++&OOOOOOO#+++++#OO@OOO@@ #O@#oOoooo ", " .XXXXXXXXX#$$*OOO@++++++.OoOOo++++++@OOO%%%%%+++++#@@OOO@oOo#@ ##O#@OooOo#o ", " .XXXXXXX##$$;OOOO%++++++@oOOO%+++++&%%%%%OO@%++++.oOo@O@oOOOOO@@ ##@@#Oo@####@ ", " XXXXXXXX$$$$oOOOoo&+++++&ooOO%&++&##oO####o@O@o#%+@OOOO%%oOOOOOOOo #o##oo###OOoo ", " X.XXXXXX-=$;oOOOOOo++++++&%%%%%OOoO##O@@O@O##O@%...OOOO@&++%@o@@##@####@#####oOOOoo ", " XXXXXX%$$$@OOOOOOo@++++&&%OOO@####@oO#%#####%&+++&OOOOO&+++++&@oOO@#####ooOOOOOOoo ", " .XXXXX%$=-oO#OOOOO@+++&oO@%%%@OOOO#%%#OO%O&&&++++.OOOOO&+++++&OOOo#O@oOOoOOOOOOOo@ ", " ...XXXX=$$:OO##OOOO@+..XX###########OOO###.%O&++++#OOOOo++++++#OOOo#OOOOoOoOOOo@@o ", " ...XXXXX$=-oOOO#OOOO#.XXXXoOOOOOOOOOOO%%o%%OO%+++++oOOOO@++++++oOOo@############### ", " .....%%.;oooOOoo#oOO#XXXXX@###########@@%%OOo&++++.oOOOO#+++++&oOOoo###o@oooOoooo@o ", " ...##$$=.OooOOO@O#OO%&&..&#OoOOOOOOOOo&&OOOo@+++++@OOOOO@+++++#ooooo#o###o##OOoooOoO ", " .%##$++::=O@ooOo@O#OO%..%&.%#ooOoOOoo@%%OOOOO#++++&oOOOOoo%..&&%%@@o@@#@@o##oo####oooO ", " %#@@$$+:-=@ooooooo#Oo..%%.#O%%%%%&&&.%oOOOOOO%%..%%OoOooooO%&&##@% @####@o##@ooo###OO ", "#%#@@$:===o#OoOoo@o#Oo...%.#OOoOO@...%.oOOOOOO%%.%..@Ooooooo%%ooo@ ##o@###oooO### ", "#%#@@@$==#oO@oooO@O#Oo..%..@OOOOO@%%%%%oOOOOOO#.%.%%%@Ooooo%@%%@o #o@@o###ooooo ", "%%#@@@@@#@ooo#oOOO##Oo.%%%.oOOOOO@%%%%%#OOOOOOo%%%%%%.#ooo%%ooo% #o@@o@##oooO ", "#%#@@@@@@@oooo@OoO##Oo.%%%.oOOOOO@%%%%%%oOOOOOOo%%%%%%.%@%#@%@o #o@@oo##o@o ", " %#%#@@@@@oooo@Oo##OOO%%%%.oOOOOOo%%%%%%.oOOOOOOO#.%%&.&.%ooo ##@@@@### ", " ##%###@@oooo@O@#OOoO%%.%.oOOOOOO%%%%%%%#OOOOOooO%.%..%o@%@ #@o@##o", " ##%%##@@@oo###oOooo#%.%.#OOOOOO#.%%%%%%@OOOOOOOo%&%%@ooo #ooo ", " .%%##@@%#ooooooo#..%.%OOOOOO@.%%%.%%.oOOOOoOoo%.%#@@o ", " .###%#oooooooo@..%..@oOOOOO#%.%.%%.#OOoOoOo@%@o%%o ", " ##%#@@@ooooooo%....%oOOOOOO@.%%....%oOoo@%%oOOoo ", " %#@@o@oooooo%.%%.@oOOOoOO@....%..%oo@%oo%%@o ....X ", " ##@@@@ooooo%%...%OOOOooOo@..%....#@%@oOO%%o XXX..XXX ", " @@@@@@@@@&%%%&%oOooooooo%.....&..X%@Oo% .XX.. ", " ######@@#%&&&&#ooooooooO#...%&.#@.%XXX.XXXXX XX ", " ##@##&&&&&%ooooooooo#&%&&XX#oOOo. .X. ", " #####.&&&&%@oooooo@o@..###XXX... .. ", " ##@@%%&&&&#@@@@@oo@.#@@OOOo@#XXXX.X.XX..X.XX ", " ##@@oo# &&%@@@@o@@%.....@oo@ ", " #@@@o# @@@#@@oooo@#.%.XX. ", " #@#@oo @@#@oo@.XXX..X. ", " ##@@# @@ XX.X ", " #@@# ", " #@# ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish04b.xpm0000644000000000000000000001675714622622722015765 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish04b_xpm[] = { "93 62 16 1", " c None", ". c #17021D033626", "X c #17022624574A", "o c #999291917E6F", "O c #B6B6ADB59E93", "+ c #040008000100", "@ c #818F766E666C", "# c #584A5B4B4248", "$ c #8890746E1001", "% c #3C2737262C25", "& c #120217021202", "* c #B4B5A4B3584A", "= c #9391676C0500", "- c #8D91838F4448", "; c #9B9289903C27", ": c #A4B396924448", " ", " ", " .. ", " .X.... ", " ... ", " ooooOo .X. .. ", " +++oooooo@ooo@###XXX. ..XXX ", " +++++@OOo@#XXX.X....X$ XX.... ", " ++++++%OOOO#X##@oooo@XX...XX ", " o#++++++#OOOOOOo@#.X...XX. ", " o@@o++++++oOOOOOOO##%XXX%X....X ... ", " o@OOoo+++++.OOOOOOOOO%.#@o@o@@@ ... XX. ", " o@ooOOO@+++++#OOOOOOOO#++@OOOOOOo@ ..... ", " XX@oOOOOO@+++++@OOOOOOOo&++&@OOOOO@o@ ## ", " .XXOOOOOOO@+++++oOOOOOOO%++++&OOOO@OOO@ ##oOo ", " XXXXXOOOOOOO@++++&OOOOOOO@+++++&@oo@OOOO@ #@@ooO ", " .XXXXXOOOOOOO#++++%OOOOOOO&+++++%O@@OOO@@OO# #@@oo@o ", " .XXXXXXoOOOOOO.++++#OOOOOO#++++++#OO@@O@OOOOO ##@@o@o## ", " .XXXXXXXXoOOOOO@++++&oOOOOOo++++++%OOOOO@OOOOO@@@ #@o@o@##oO ", " .XXXXXXXXXOOOOOO%++++&OOOOOO%+++++&oOOOOOo%OO@@Oo@ #@@o@@#@ooo ", " XXXXXXXXXXXoOOoOo&++++%OOOOOo++++++@OOOOOO#+%@oOOoo@ #@o@@##@oooO ", " ..XXXXXXXXX#*OOOO%+++++%oOOOO&+++++.OOOOOOO&++%oooOOO #@o@@##oOoOoO ", " .XXXXXXXXX#=*OOo@++++++@OOOO@++++++#OOOOOOo&+++%ooOO@O@ #@@@##oOoooO@ ", " XXXXXXXXXX-$$OOOO.++++++oOOOO&+++++&OOOOOOO#+++++#OO@OOO@@ #oo@#oooo#### ", " .XXXXXXXXX#$$*OOO@++++++.OoOOo++++++@%OOOOOo%+++++#@@OOO@oOo#@ #@@@#oo@Oo#OoO ", " .XXXXXXX##$$;OOOO%++++++@oOOO++++++%%%OOOOOo%++++.oOo@O@oOOOOO@@ #@#@oOOo##OOOo ", " XXXXXXXX$$$$oOOOoo&+++++&ooOOO+%%%%%#O%OOOOo%+++++@OOOO%%oOOOOOOOo #@@#ooo##OOOOO ", " X.XXXXXX-=$;oOOOOOo++++++&&&&%%%%oOO#O%OOOOOo+++++.OOOO@&++%@o@@##@####@#o###oOOOoO ", " XXXXXX%$$$@OOOOOOo@++++&&&@o@O@O####OO%OOOOO%++++&OOOOO&+++++&@oOO@#######OOOOOOoOO ", " .XXXXX%$=-oO#OOOOO@+++&@@@@ooo###OOO%#%OOOOo&++++.OOOOO&+++++&OOOo#O@oOOoOOOOO#### ", " ...XXXX=$$:OO##OOOO@+..X&&&%%%#OOO####%%OOOOo&++++#OOOOo++++++#OOOo#OOOOoOoOO###@oO ", " ...XXXXX$=-oOOO#OOOO#.XXXX@@@@oo###OO%%%OOOOO%+++++oOOOO@++++++oOOo@###########OOOOO ", " .....%%.;oooOO@##oOO#XXXXX&&&%%%OO%%%%.OOOOOo&++++.oOOOO#+++++&oOOoo###o@oooOoo###oO ", " ...##$$=.OooO@oO##OO%&&..&#@@oo%%%%...OOOOOO@+++++@OOOOO@+++++#ooooo#o###o###OoooO### ", " .%##$++::=O@Oo@oO##OO%..%&.&&%%@@.....OOOOOOO#++++&oOOOOoo%..&&%%@@o@@#@###oOo##OOoooO ", " %#@@$$+:-=@ooO@oo##Oo..%%.#oo@@@.....%oOOOOOO%%..%%OoOooooO%&&##@% @##@@##oooOO##OOOO ", "#%#@@$:===@#OoO@oO#%Oo...%.#Ooooo%.%.%.oOOOOOO%%.%..@Ooooooo%%ooo@ ##@@@#ooooo##OOO ", "#%#@@@$==#@Ooooo@O#%Oo..%..@OOOOO%%%%%%oOOOOOO#.%.%%%@Ooooo%@%%@o ##@o#@oOooo### ", "%%#@@@@@#@o@OoOO@#%%Oo.%%%.oOOOOO%%%%%%#OOOOOOo%%%%%%.#ooo%%ooo% ##@o##@oooooOO ", "#%#@@@@@@@oo@OOO##%%Oo.%%%.oOOOOO@%%%%%%oOOOOOOo%%%%%%.%@%#@%@o #@@o#@OooOoO ", " %#%#@@@@@oo@Oo##%%OOO%%%%.oOOOOOo%%%%%%.oOOOOOOO#.%%&.&.%ooo #@@@#@@oooOO ", " ##%###@@oo@O##%%OOoO%%.%.oOOOOOO%%%%%%%#OOOOOooO%.%..%o@%@ #@o@###OooO ", " ##%%##@@@@#%%%oOooo#%.%.#OOOOOO#.%%%%%%@OOOOOOOo%&%%@ooo #@@o@##### ", " .%%##@#%%ooooooo#..%.%OOOOOO@.%%%.%%.oOOOOoOoo%.%#@@o XX.X #@ooo@ooo ", " .###%%oooooooo@..%..@oOOOOO#%.%.%%.#OOoOoOo@%@o%%o X. .X #@@@o@oo ", " ##%#@@@ooooooo%....%oOOOOOO@.%%....%oOoo@%%oOOoo XX .XX ##@@ooO ", " %#@@o@oooooo%.%%.@oOOOoOO@....%..%oo@%oo%%@o ..X ##@oo ", " ##@@@@ooooo%%...%OOOOooOo@..%....#@%@oOO%%o .X ### ", " @@@@@@@@@&%%%&%oOooooooo%.....&..X%@Oo% XX ", " ######@@#%&&&&#ooooooooO#...%&.#@.%XXX.XXX ", " ###@##&&&&&%ooooooooo#&%&&XX#oOOo. ", " ##@@##.&&&&%@oooooo@o@..###XXX... X.XX.XX ", " ###oo@%%&&&&#@@@@@oo@.#@@OOOo@#XXXX. .X ", " #@@oo &&%@@@@o@@%.....@oo@ .X ", " ##@o@ @@@#@@oooo@#.%.XX .X.X.X ", " #@oo@ @@#@oo@... ", " ##@o @@ .. ", " #@@@ . ", " #o@ X. ", " #oo X.. ", " #@ .. ", " . "}; xfishtank-3.2.2/src/fishes/fish05a.xpm0000644000000000000000000001415714622622722015755 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish05a_xpm[] = { "90 49 16 1", " c None", ". c #636C726D4848", "X c #34263D271F03", "o c #5049584A2624", "O c #362639261001", "+ c #686C646C2524", "@ c #7C6F786E3E27", "# c #97928F91534A", "$ c #1A0321240A01", "% c #0D0112020500", "& c #A6B4ABB47E6F", "* c #7A6E9C927A6E", "= c #E2FBDBDAC8D8", "- c #B4B5C6D8B8B6", "; c #D1D9CCD8B2B5", ": c #C4D7D3D9756E", " ..... ", " .......... ", " ................ ", " ...........X....... ", " ..........oXXXXooo.... ", " ..o..o.o.oXXXXOXXOXX... ", " .o+ooooo..XX.OooO.OXXoo.. ", " .o.ooooXooXoOoXX.OXXXooX... ", " .o@Xo@Xo.XoXXOOoOoXO.XOoXo.o ", " ..+O.OX#Xo$XXX@OoO.oXXoOoXo.. ", " XX+O.O.OX$.OX#XXX#OX.O.Xo+oXo. XXX ", " XXXXoOXXXOXooX$O#OOoO..OooXX.Oo. X$$$$OXX ", " XXXXX%$OooX.o@X$oXooOOo#OOo+O.XXXooo XOOOO$$$$$X ", " $XXXX$%$%$XOOOOXOX.$XX.O.oOOX.+O.+OXoOOX X$O$$$O$$$$$O ", " $$$$$$$XXXXXX$$$O$$OOOOXXXoOX$#oO.+OX+OOoOX XOXOOOOOO$$$$$OX ", " $$$$%$$$$XOXOXOOO$Xo$OO$XXXXOX#OXoX@OoOooOOO XXOOOO$OOO$O$O$$$O$ ", " %%%%$$%X$XXXOXOOOOXOX@Xo+$X@X$XXXOXX$XXOXOOOXOXXOXoXXOXOOOOO$$$$$$O$ ", " %%%$$%$$$$$OXOXXXXXXXOXXXX.XX#XX#X.O$XoXXXOO$$$$$.OOOO.OX$X$$O$$O$$$$$ ", " %%%%%$%X$O$X$XOXXXXXXXOOooX#XX&OX&X.#$..$..$.OX.X$&O.#XXOOOOO$$$%$$$$$$X", " %%%%%%%%$$$O$OOOOXXOXX.XXX..X.XX&oX&X.#Xo#X*#X&oX=XX.X.&XXo$X$OO%$$$$$$$$X", " %%%%%%%$%$$$O$O$XOXXXXXX.X.X*#X..X-.X&o*&XX&X.;X*..=XX&XX..OXXo%$$$O$%$$$$$$", " %%%%%$%%$$$X$X$$OOXXX.X.X.*..X*#...X-.X&.*&X.&X.;X*..;X.;XX&.XO$O$XO$O$$O$$OOO", " %%%%%%%%$$$$$XXXXXXXX.X.....&...*&.*..&#X&.*&X.;X.;X&@.#X.&XX..OOOO$$$$$O$OO$OOO", " %%%%%%%X$$XX$X$$XoXXXX.......X&*...;.&..&&.&*&;..;o*;X&@*&o.&X..@X.O$O$$$$$$O$$OOO", " %%%%%%$$$X.X.&OXXXX.X.X*....#*&.;*&&.;.&#.&&.*&*=..;..;o-.&&X.;X.ooXXo$$+$Xo$$O$O$OO", " %%%%%%%%%$X.Xoo..XX.+.....*X..*****;*&-.=.&&*&;.&&*=..=..=o-#&&..;o..=@XOOO$O$$$O$O$$$O", " %%%%%%%O%XXXX-&.;-.&ooo......*..-*&*&-&*-*=&*&*&;.&&.=..=..=o&#*;oo;..XXXXO$O$X$$O%O$$$$$", "O$%%$$XO%XX=&.&&X...*.#@.***&.-.&-*-&&=&&-.=&*-.&=.*&*=..=..=@*&.=.o;.X-#XXX$oO$O$$$$$$$$$", "OO$$OOXX$.%%%&*&XX.&&=::.&&.-.&.*-.&&-;&&-.-&.&.*=..&.=..;.X=#.&X-.o-#X.;OXX$X$$O%OO$$$$$X", "XOOOOOXXX$%%%=.&.X.;==;:&&#.&.*.*-&--&-&&&*&&.-..=#.&.=..&&o-&.=o&..*#XXXX.O$o$$O$O$$$$$$X", " +++OXXXX.%%%X.&..=====:::&&&&***--&=&-&--&&;.-&.=#.;.;&..&o-&X=+*#X.;X;#XO$$.$OO%$$O$%$$ ", " XO+oXXXX.$.XX..#=;-;;::::&&-:&&&;&=;-&--&*=.-;.;&.=.-:..;X&&X-oooX.=X..XOXOO$OO$$O$$$$$ ", " XOXXXXXXXX$X*;--&-::::::::::#&::;:;=--;*=&&;.;&.;.&;o.;oooXoo oOoXoXo$O$XO$$$$$$$$$X ", " XXXXXXXX$$X.#&&&&:::::::::::::::;;=---&=&*;.-;.&o*;...o OO@OoOOO$O$$O$OO$$O ", " XXXX$$$X....&;:::::::::::::::;&=&-;&=&.=.&=o&@.*;@ OO+O$X$OO$O$X$XOXX ", " XXXXXX.....&::::::::::::::::::=--;&=&.;..=.&#&.&@@@@X@.o XO+X$O$$$$$$XOXX ", " XXX......#::::::::::::::::::=;-=&-&.;.&&*&#&:o#o#oX.+.oo XO$$o$$O$$$$$X ", " XXXoo..@##:::::::::::::::::==;;*&&.&*;&;&@#.o#o.X...XXX OXO$X$$$$$$X ", " XXXo+@##&::::::::::::::;;=:-&&;.&&&&&#@.o.oo+oo.o.+Xo XXXX$$$$$X ", " XXX@##::;:::::::::::::::;:&&&#&&.&@..o@..ooo.oXooo XXXO$$X ", " ....@#:::::::::::::::::::##*..@@.@...oo.o.oo.ooo ", " ..@#######:::::::::::##@@@....o.oo.oo....o.& ", " #######:::####@@++.@@...o.o......oooo.& ", " .@@@++++X &@..ooooo.oo.o.ooo& ", " XoOOOOOX &@@oooo.ooo..oo.*& ", " OXOOOO &#@oooXooooo..&& ", " &#..ooo...*&&& ", " &..&.*&&&& ", " &&&&& "}; xfishtank-3.2.2/src/fishes/fish05b.xpm0000644000000000000000000001415714622622722015756 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish05b_xpm[] = { "90 49 16 1", " c None", ". c #636C726D4848", "X c #34263D271F03", "o c #5049584A2624", "O c #362639261001", "+ c #686C646C2524", "@ c #7C6F786E3E27", "# c #97928F91534A", "$ c #1A0321240A01", "% c #0D0112020500", "& c #A6B4ABB47E6F", "* c #7A6E9C927A6E", "= c #E2FBDBDAC8D8", "- c #B4B5C6D8B8B6", "; c #D1D9CCD8B2B5", ": c #C4D7D3D9756E", " ", " ", " ...... ", " ........... ", " ............... ", " ............X......... ", " ..o..o.o.oXXXXOXXOXX.... ", " .o+ooooo..XX.OooO.OXXoo.. ", " .o.ooooXooXoOoXX.OXXXooX... ", " .o@Xo@Xo.XoXXOOoOoXO.XOoXo.o ", " ..+O.OX#Xo$XXX@OoO.oXXoOoXo.. ", " XXXX+O.O.OX$.OX#XXX#OX.O.Xo+oXo. XXXX ", " XXXXX%$OooX.o@X$oXooOOo#OOo+O.XXXooo X$$$$OXX ", " $XXXX$%$%$XOOOOXOX.$XX.O.oOOX.+O.+OXoOOX OOOO$$$$$X ", " $$$$$$$XXXXXX$$$O$$OOOOXXXoOX$#oO.+OX+OOoOX X$O$$$O$$$$$OX ", " $$$$%$$$$XOXOXOOO$Xo$OO$XXXXOX#OXoX@OoOooOOO OXOOOOOO$$$$$OX ", " %%%%$$%X$XXXOXOOOOXOX@Xo+$X@X$XXXOXX$XXOXOOOXOXXOXXOOOO$OOO$O$O$$$O$ ", " %%%$$%$$$$$OXOXXXXXXXOXXXX.XX#XX#X.O$XoXXXOO$$$$$.OOOO.OX$X$$O$$O$$$$$X", " %%%%%$%X$O$X$XOXXXXXXXOOooX#XX&OX&X.#$..$..$.OX.X$&O.#XXOOOOO$$$%$$$$$$X", " %%%%%%%%$$$O$OOOOXXOXX.XXX..X.XX&oX&X.#Xo#X*#X&oX=XX.X.&XXo$X$OO%$$$$$$$$X", " %%%%%%%$%$$$O$O$XOXXXXXX.X.X*#X..X-.X&o*&XX&X.;X*..=XX&XX..OXXo%$$$O$%$$$$$$", " %%%%%$%%$$$X$X$$OOXXX.X.X.*..X*#...X-.X&.*&X.&X.;X*..;X.;XX&.XO$O$XO$O$$O$$OOO", " %%%%%%%%$$$$$XXXXXXXX.X.....&...*&.*..&#X&.*&X.;X.;X&@.#X.&XX..OOOO$$$$$O$OO$OOO", " %%%%%%%X$$XX$X$$XoXXXX.......X&*...;.&..&&.&*&;..;o*;X&@*&o.&X..@X.O$O$$$$$$O$$OOO", " %%%%%%$$$X.X.&OXXXX.X.X*....#*&.;*&&.;.&#.&&.*&*=..;..;o-.&&X.;X.ooXXo$$+$Xo$$O$O$OO", " %%%%%%%%%$X.Xoo..XX.+.....*X..*****;*&-.=.&&*&;.&&*=..=..=o-#&&..;o..=@XOOO$O$$$O$O$$$O", " %%%%%%%O%XXXX-&.;-.&ooo......*..-*&*&-&*-*=&*&*&;.&&.=..=..=o&#*;oo;..XXXXO$O$X$$O%O$$$$$", "O$%%$$XO%XX=&.&&X...*====***&.-.&-*-&&=&&-.=&*-.&=.*&*=..=..=@*&.=.o;.X-#XXX$oO$O$$$$$$$$$", "OO$$OOXX$.%%%&*&XX.&&=====&.-.&.*-.&&-;&&-.-&.&.*=..&.=..;.X=#.&X-.o-#X.;OXX$X$$O%OO$$$$$X", "XOOOOOXXX$%%%=.&.X.;==;===#.&.*.*-&--&-&&&*&&.-..=#.&.=..&&o-&.=o&..*#XXXX.O$o$$O$O$$$$$$X", " +++OXXXX.%%%X.&..=========&&&***--&=&-&--&&;.-&.=#.;.;&..&o-&X=+*#X.;X;#XO$$.$OO%$$O$%$$X", " XO+oXXXX.$.XX..#=;-;;====&&-:&&&;&=;-&--&*=.-;.;&.=.-:..;X&&X-oooX.=X..XOXOO$OO$$O$$$$$X", " XOXXXXXXXX$X*;--=======:::::#&::;:;=--;*=&&;.;&.;.&;o.;oooXoo oOOO@OoOOO$O$$O$OO$$OXX", " XXXXXXXX$$X.#&========::::::::::;;=---&=&*;.-;.&o*;...o OO+O$X$OO$O$X$XOXXX ", " XXXX$$$X....&;=====::::::::::;&=&-;&=&.=.&=o&@.*;@@@@@ XO+X$O$$$$$$XOXXX ", " XXXXXX.....&=====:::::::::::::=--;&=&.;..=.&#&.&@@@@X@.o O$$o$$O$$$$$XXX ", " XXX......#:;;;::::::::::::::=;-=&-&.;.&&*&#&:o#o#oX.+.oo OXO$X$$$$$$XX ", " XXXoo..@##:;;::::::::::::::==;;*&&.&*;&;&@#.o#o.X...XXX XXX$$$$$XX ", " XXXo+@##&::::::::::::::;;=:-&&;.&&&&&#@.o.oo+oo.o.+Xo XXO$$X ", " XXX@##::;:::::::::::::::;:&&&#&&.&@..o@..ooo.oXooo ", " ....@#:::::::::::::::::::##*..@@.@...oo.o.oo.ooo ", " ..@#######:::::::::::##@@@....o.oo.oo....o.& ", " #######:::####@@++.@@...o.o......oooo.& ", " .@@@++++X &@@oooo.ooo..oo.*&& ", " XOOOOOO &@oooXooooo..&&& ", " &..ooo...*&&& ", " &.&&*&&&&& ", " &&&&& ", " "}; xfishtank-3.2.2/src/fishes/fish06a.xpm0000644000000000000000000001341014622622722015745 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish06a_xpm[] = { "93 44 15 1", " c None", ". c #222424241001", "X c #474840471102", "o c #322634261B03", "O c #474845481B03", "+ c #150218020800", "@ c #222421240A01", "# c #504952492A25", "$ c #09010D010300", "% c #686C606B1E03", "& c #6E6D696C2624", "* c #84907D6F4047", "= c #6B6D696C3426", "- c #9C929892646C", "; c #5049646C4047", " ", " ", " ", " ", " . XXX ", " ...o..XOXX ", " ......+...XXXX XX ", " .@@..+......oXOOXX@XXXX ", " .@@.@.oo..o.#.....@.XoXXXXX $$$$ ", " .@@oo.o.OOOo......o.@.....XXXX ..$$$$$$ ", " .+@oO.OO#Oo.oo.@.Oo@$@@oo.....XXXX $$....$$$$$$ ", " .+...O.Ooo%@%.XoOo+@@.ooo@o.ooo.XX...... @@ @$$....+.$$$$ ", " .@....O@O.oO.O.Oo.oO.Ooooo...o@.@.@.@....@...@@..o.o.o.....$$$ ", " ....@o.O.o....o@OO.Oo+OO..oo..+..$..$+@$+@.$$@@..$.o.$ooO...$$$ ", " ..@@..@@@...@...o....@@.@@.@@...@..$@.$$+.++@@@+@.OX@.o..@..o@@$$$ ", " $$$$$$$$$$$$$$$$$+$+$+.@@+@+@++@@@+++@$$.+$$$$$+oo.o#oo@o.o@...@+$$ ", " $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$++.+$$$$$+$$+$++$$+.OXo.@@.@.@.O@oo@@@$@ ", " $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$+@@@@++$$$@.+@+.OooOO..o.@.X@@@@@ ", " $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$+@@@@X..X.@.@.@X@.@OX@XX@@@", " $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$+$$$$$$$$$$$+$$+@$@@@@XX.@@@.XXOOX.O@@.@@@@@@@", "$$$$$+$$$$$$$$$$$$$$$$$$+$$$$$$$$$$$$$$$+$$$+++@$+$+$+$+$++@$@+@@@@@@@X@X@@X@@.X@@..X@@oX@@@@", "@@@+@++$$$$++@@++$$+@+$$$$$$++++$$$$$$+$++@+@@@+@+@++@@@@@@+@@@@X@X.XXXXXX@.XX.o%@+..X@XXX@X@", "@@@@X@%%%%$@@X.@@@$XX@+$+$$++@++++++@+@+@+@+@@@+@@@+@@@@@@@@@@@@@X@X@XX.@@@X+@.X@.X@@OX@@XXX.", "@.XXXX$$$$.@+++$@@$XXX@@@+++@+@@+@@@+@@@@@@@@@@@@@@@@@@@.@@@@@@@.@@@.XXXXX...@OX@@@..@@XXX@@@", " @XXXX&$$&*@$++$$$$%@@@@++++@@@.@@.@@++++++@@@@@..@@@@@@@@@@@@@X@.X@X@@@@@@$X@o@@OX@@OX.X@@@@", " XX%&&****@.XX$$XXX@@@@++$+@@@@@@@.@.@X.@.@.@.@@@+@@@+@@@@+@+.@.@X.XXXXXXoX.@.o@@@.@@.@..@@ ", " X%%%%&&XX%%%$XXXX@@@@@@@@@@@@+@@.XXXXXXX.@XXXX.XXXXXXXXX.X@@X@@XXXXXXXX+X+.@.O.@..@@@@$ ", " %%%%&X%%&&%$X%X@@@@@...@...@@@.XXX@+@.X@.XXOO@.XXX@.XXXXXXXXXXX.XOXXXXXXXX.@...oo.oo.$$ ", " %%&%X%=&&&$%%XXXXXX......X..@@XXX@@XXX@@XXXX@@@X@@@O@XXXXXXOXXXXXXXXX.X.XX@.o@ooo.o.$$$ ", " %%&%%%%%%$%%%XXXXXXXXXXXXXX.OXXX@@XXX@@XXXX@@XXOXXXXXXXXXXXXXXXXXXXOOXX....oo.@.oo.$$$ ", " %=%%%%%$%%%%%XXXXXXXXXXXXXXXXXXXXXXXX@%XXXX@XXOXOXXXXXXXXXXXXOXXOXX.@.O.ooo..o.o.$$$ ", " =%%%%%%--%%XXXXXXXXXXXXX%%X%X%XX&%%X&&%%XXXXX%X%X%X%XXXXXXXO.OXXXXooo@..OO.+..$$$$ ", " %%%=*-*%%%XXXXXXXXXX%%X%%%%%&%&%&&%&&&&&%%X%&%%%%%%X%XXXXXXXXXOOOo...o..o@+$$$$ ", " %%**=%%%%%X%%%X%%%%%%%%%%%%%=%&%&&&&&&&&&%%%%XXXXXXX ........o.$$$$$$ ", " **%%%%%%&%%%%%%%%%%%&%%%=&==&=&&&&&%&&%XXXXXXX ..$$$.$+$$$$$$ ", " *%%%%%%%%%%%%%%%==&%&&&&&*&&&%XXXXXXXXXXX .$$$$$$$$$$ ", " %%%%%%%%%%%%=*==&&&&&&&&%XXXXX $$$$$$$$$ ", " %%%%%%%%&&==&%&&&&&% $$$$$$ ", " &&&&&&&&&==%%; $$ ", " =&&&&&&&&&= ", " &&& ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish06b.xpm0000644000000000000000000001336314622622722015755 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish06b_xpm[] = { "93 44 14 1", " c None", ". c #222421240A01", "X c #474840471102", "o c #686C606B1E03", "O c #150218020800", "+ c #222424241001", "@ c #322634261B03", "# c #474845481B03", "$ c #09010D010300", "% c #504952492A25", "& c #6E6D696C2624", "* c #84907D6F4047", "= c #6B6D696C3426", "- c #9C929892646C", " .X ", " .. ..XX X ", " . ....X.XXXXX ", " ......X.XXXoXXX X XX ", " .....X.X.oXXXoXX XXXXX X ", " ....O..o.XXX+@@XX#XXXXXXXXX ", " .....X.X+o+o+Oo++X@XXXX@XXX X $$$$$ ", " ....XO+.o+#O+@+@++@X#@XXXX@XXXXX $$$$$$$$$ ", " ...O.@o+#+@@o+@+%+++++.+X@XXXXXXX $$$$$$$$$$$$ ", " ....+..@@+@+###@+o++@+@@.++@++X@XX $$$+$+$$$$$$ ", " ...+O.@#..#%#@+@@+.+#@.$..@@+++++XXXX $$$+++++++$$$$ ", " ..+O+O+.......o+X@#@O..+@@@.@+@@@+XX++++++ .. $+++++++++++$$$ ", " ..+.+++................#@@@@+++@.+.+.+.++++.+++..+++@+$@@#+++$$$$ ", " ..++++.........................@O++$++$O.$O.+$$..++X##@#+.#+@..$$$ ", " .+..++..$$$$$$$$$$.$$.$.$....+.+.++$.+$$O+OO...O.+#%@@.@+@.###.O$$$ ", " $$$$$$$$$$$$$$$$$$$$$.$$...O.OO...OOO.$$+O$$$$$O@@+@..+#+.+#.@###$$$ ", " $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$OO+O$$$$$O$$O$OO$$O+#X@+@@##+#@+.+X.#.$. ", " $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$O....OO$$$.+O.O+#@@##+#@+.+X..... ", " $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$O....X++X+.+.+.X.+##X.XX...", " $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$O$$$$$$$$$$$O$$O.$....XX+...+XX##X+#..+.......", "$$$$$O$$$$$$$$$$$$$$$$$$O$$$$$$$$$$$$$$$O$$$OOO.$O$O$O$O$OO.$.O.......X.X..X..+X..++X..@X....", "...O.OO$$$$OO.$OO$$O.O$$$$$$OOOO$$$$$$O$OO.O...O.O.OO......O....X.X+XXXXXX.+XX+@o.O+oX.XoX.X.", "....X.oooo$..X$$..$XX.O$O$$OO.OOOOOO.O.O.O.O...O...O.............X.X.XX+...XO.+X.+X..#X..XXX+", ".+XXXX$$$$+.OO$$$.$XXX...OOO.O..O...O...................+.......+...+XXXXX+++.#X.o.++o.XXX...", " .XXXX&$$&*.$O$$$$$o....OOOO...+..+..OOOOOO.....++.............X.+X.X......$X.@..#X..#X+Xo...", " XXo&&****.+XX$$XXX....OO$O.......+.+.X+.+.+.+...O...O....O.O+.+.X+XXXXXX@X+.+@...+..+.++.. ", " Xoooo&&XXooo$$XXX............O..+XXXXXXX+.XXXX+XXXXXXXXX+X..X..XXXXXXXXOXO+.+#+.++.... ", " oooo&Xoo&&o$$oX.....+++.+++...+XXX.O.+X.+XX##.+XXX.+XXXXXXXXXXX+X#XXXXXXXX+.+++@@+@@+.. ", " oo&oXo=&&&$$oXXXXXX++++++X++..XXX..XXX..XXXX...X...#.XXXXXX#XXXXXXXXX+X+XX.+@.@@@+@+$$$ ", " oo&oooooo$$ooXXXXXXXXXXXXXX+#XXX..XXX..XXXX..XX#XXXXXXXXXXXXXXXXXXX##XXXX.+@.@@@+@+$$$ ", " o=ooooo$$ooooXXXXXXXXXXXXXXXXXXXXXXXX.oXXXX.XX#X#XXXXXXXXXXXX#XX#XXXX+++++@@+.+@@+$$ ", " =oooo$o--ooXXXXXXXXXXXXXooXoXoXX&ooX&&ooXXXXXoXoXoXoXXXXXXX#+#XXXXXXX+@@@++@+@+$$$ ", " oo$=*-*oooXXXXXXXXXXooXooooo&o&o&&o&&&&&ooXo&ooooooXoXXXXXXXXX###XXX++##++++$$$$ ", " oo**=oooooXoooXooooooooooooo=o&o&&&&&&&&&ooooXXXXXXX +XXXXX++@++++$$$$ ", " **oooooo&ooooooooooo&ooo=ooooooooooo&&oXXXXXXX $$++++++++++$$$$ ", " *ooooooooooooooooooooooooXXXXXXXXXXXXXXXX $$$$$+++++$$$$ ", " oooooooooooo=oooXXXXXXXXXXXXXX $$$$$$$$$$$$$ ", " oooooooooo=&==& $$$$$$$$$$ ", " ooo==o&==&&&& $$$$$$$$ ", " ooo==oo==o=ooo $$$ ", " ooo=======ooo ", " oo===o==oo ", " oo=oo==oo ", " ooooooo "}; xfishtank-3.2.2/src/fishes/fish07a.xpm0000644000000000000000000001776714622622722015771 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish07a_xpm[] = { "82 75 20 1", " c None", ". c #6A6CA3B39A92", "X c #8E91B6B69692", "o c #4548786E6B6D", "O c #48488590796E", "+ c #504999929191", "@ c #554A91917D6F", "# c #2924574A4648", "$ c #666C92917C6F", "% c #1B0339261D03", "& c #4147706D606B", "* c #2E254E492624", "= c #4748706D4D49", "- c #656C90915D4B", "; c #838FB3B5B7B6", ": c #0C0119030901", "> c #ABB4BEB7B3B5", ", c #D3D9D2D9C3D7", "< c #7B6E9B926F6D", "1 c #45486C6D2A25", " . X ", " .o XO ", " .o Xo . ", " .o Xo+ ..o ", " + @.o XXo+ ..# +++ ", " O+ .#o X#$ +.%# ++# ", " O+ @.#o X##+o@%#&.+#o ++ ", " X& @.#o&X##+$%##..#oo$+o ++ ", " #X& .#ooX##*==##..#=#.##o++& ", " #X& @.#ooX##==##.o##O$##O@##&&&& ", " . #X&&@.#OX##-o&&Oo=##o##O.##OO#=&&& ", " + #X#&=.#@&#&&#&+O&#&&##&&###o&oO&=&# ", " *+ #$#===&&=&o&=OO#=oo##&&##&##&Oooo&### ", " *. #&#*#.o=&oo=&O&#&&##oo##o&#&&#=o&&&##* ", " *XO#o=#&$&&@.Oo$&==o&#&&#&&&#&&&#&##&###*%% ", " & XO=$@oo$..;;;....OOoo&&&&&#o&=#&######*%%%%% ", " . X&=.X..;;X;;;.;.$...@OO&&=##=#########%*%%%:% ", " &.&>;>>>>;.;;;.;;$.;;@....@Oo&##=###*#%%%#*%:%:% ", " &;>>>>>>;>>.X;;..;.@X;$$...Oo&#==###%%%%%%%%:::% ", " >>>>,>,,>>>>.>>.X>..;>..;;.oOOo&&#=###%%%%*%%%%%:% ", " >>>>>>,,>>>>X>>;.>>.;>.X;;@.;;.Oooo####*%%%%%%%%:::% ", " &>>>>>>,;>,;;X>>$>>.>>.;>;.>;.....Oo&&###*%%%%::%%::: ", " %&>>>>>>>>>;.>>>.X>;.>;$>>X>>..;>;O@@O&o&##*%%%%%:::::: ", " %&>>>>>>>;>;.>>;$.>;@;;@>;.>>$.>;...;.o@&&###*%%::::%:::% ", " =%&X;>>;>;>;@;;$@X>;.>;$;>.>;.>;..;>....OOo&###%%%:::::::: ", " =%%&XX;;;;;;.X;o.>>.o>;o.;@;;.>;.>>;$.;.@$$o&###*%%%%:::::%% ", " ==:%XXX;X;.;..;.$;.O=X.&$.$X.$;..;;$$;;..$..Oo&###%%::::::::% ", " ==::*X@.;;.$$@&&&###%::::::::%% ", " ==*::=-$$..X@$X$=X$.X$$$.o$X=..#$.=.;$o;;.@.$$$@&&&##%%:::::::%% ", " -==%::&&$<$X$$.$$.o-$=$.$&..&$.&..&XXo@;.&.X.$$$$$&&##*%::::::::%% ", " --=%:::=&&&$$$$=$$-$o&.$==X.&.$=X.&..&..&$;.&@.$o$Oo&###%%:::::::%% ", " X--=:::1=&=--$$&-&-$#=X.#..o=..=.o=$o=X$#$X@&.$&@.ooo&###*%:::::::%% ", " XXX-%::%-=======&&&#=&$o#$.&&$o=$$&$o&.&&$.&&.O=$$&ooo&####%::::::::%% ", " XXX<&:::1-========&#&Xo#&$o#&$==$=&$#$@=o$&&$@#o$=o@$..@&=#*%%::::::::% ", " XXXXX%:::--==-====o#&$=%&<#*$$#=$&-$=$-=$$#o$#=$$#o.$.....&##%%%:::::::% ", " XXXXX$*%:=XX$---ooo#o$*=-o#=-&*=-#&$=-&=$&=$@=&$=#&o$X;o===o##*%:::::::: % ", " .XX.@$--o=##=&%#&=%=&#*=&=-&#=#=-#&o#&o##$XX$::::::##%%:::::: ##% ", " XXXX<--%*%::*1X--$&o&==####%###%==##&#*=##====*=&&=##&#$X;#:::::::#%:::::: ##%%% ", "-X<,,,;.###%:%%:%%", " ***%%%%%:::%%%**%**##***%%%:%%*%:%%**%:%%*##*%%:**%%%**==$#:::::*X>X>.o##*%:%%::%", " ******:::%**#**####%%*%%%*%::%*%::%***%%::%%*%%:%*%::%*#=#%%%#o$==&=*%%%::::::%", " *###%:::**#######**%*#*%%**%:%**%::%****%%::%%%:::%%%%%***#*#*****%%%%%::::::%", " ##1%:::*#=====#%*o$##*#%%%**%:%**%%:::%%%%%:::%%:::::::%:%%%::%%%:::::::::::%", " ##%:::#=&=&&#%*#->$=#%##%:%**%:%%*%%%:::::%%::::::%::%%:%%%:::%::::::::::::%", " %::%=&&&o#*###=-X-&#%%#*%:***%::%*%%%%%:::%%%:::::::::%%%%%%%::::::::::::%", " %%::==&=**#=====-<&##%%*#*%%***%%::::%%%%%:::::%%:%::%%%:::::::::::::::::%", " %%:==##=====&====o&&##*%*#*%%%%%*%%%%::::%%%%:::::%%%::::::::::::::::::% ", " %%11=========11==&&####%%#*#%:::%%%%%%%%::::%%%%%::%::::::::::::::::::% ", " %111==============######%%****%%%%%%%%%%%%%%%%%%%:::::::::::::::::::% ", " 1111============########**%%*%%%%%%%%%%%%%%%%%%%:::::::::%::::::::% ", " 1111=============#####**##***%%%%%%%%%%%%%%%%%::::::::::% ::::::: ", " 1111==========#=######***********%%%%%%%%%%:::::::::::% ::::::% ", " 11111=========######******%*%****%%%%%%%%::::::::::::: :::%% ", " 1*%*11111===1111***************%%%%%%%%:::::::::::::: ::% ", " &11:::%%*%**1111111*1*******%%%%%%%%%%:::::::::::::::: % ", " 111%%%%*%%%%% 111111***%*%%%%%%%%%:::::::::::::::::::% ", " 1-1%%*****%%% ****%%%%%%%%%:::::::::::::::::::::% ", " O&*11111*%%% *%%%%:::::::::::::::::::::::% ", " *1---11*%% %:::%%::::::::::::::::::::% ", " 11-X<-11%% %::::%::::::::::::::::::% ", " 11-XXX<11 ::::% :::::::::::::::%% ", " 11-X>XXX1 :::%% ::::::::::%% ", " ---X,,>XX :::% ::::::%% ", " -->XX :::% ", " XXXXX>>>X ::: ", " XXXXXX>> :: ", " XXXXXX>> : ", " XXXXXX> ", " XXXXX ", " XX>> ", " X>> "}; xfishtank-3.2.2/src/fishes/fish07b.xpm0000644000000000000000000001776714622622722015772 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish07b_xpm[] = { "82 75 20 1", " c None", ". c #6A6CA3B39A92", "X c #8E91B6B69692", "o c #4548786E6B6D", "O c #504999929191", "+ c #2924574A4648", "@ c #554A91917D6F", "# c #1B0339261D03", "$ c #4147706D606B", "% c #666C92917C6F", "& c #2E254E492624", "* c #4748706D4D49", "= c #656C90915D4B", "- c #48488590796E", "; c #838FB3B5B7B6", ": c #0C0119030901", "> c #ABB4BEB7B3B5", ", c #D3D9D2D9C3D7", "< c #7B6E9B926F6D", "1 c #45486C6D2A25", " ", " . XX ", " .o XXo ", " .o XXoO .. ", " .+ XXoO .. ", " X @.+ XXoO ... +OOO ", " XO .+o X+Oo@.+#+OO++ ", " XO @.+$XX+O%.+#+.O++oooO ", " X$ @.+ooX+&*.+#+.O++oo+Ooo$O ", " +X$ @.+oXX+**+++oO++oo+Oo++O$$$ ", " . +X$ @.+XX+=o$$-o*++oo+Oo++O++*$$$ ", " . +X$*..@$+$$+$O-$+$$++$$++O+$o-$*$+ ", " O ++X***$$*$o$*--+*oo++$$++O++$-ooo$+++ ", " ..+$+&+.o*$oo*$-$+$$++oo++o$+$$+*o$$$++& ", " &-+o*+$%$$@.-o%$**o$+$$+$$$+$$$+$++$+++&## ", " $ &-*%@oo%..;;;....--oo$$$$$+o$*+$++++++&##### ", " .$X$*.X..;;X;;;.;.%...@--$$*++*+++++++++#&###:# ", " .$>;>>>>;.;;;.;;%.;;@....@-o$++*+++&+###+&#:#:# ", " $;>>>>>>;>>.X;;..;.@X;%%...-o$+**+++########:::# ", " >>>>,>,,>>>>.>>.X>..;>..;;.o--o$$+*+++####&#####:# ", " >>>>>>,,>>>>X>>;.>>.;>.X;;@.;;.-ooo++++&########:::# ", " $>>>>>>,;>,;;X>>%>>.>>.;>;.>;.....-o$$+++&####::##::: ", " #$>>>>>>>>>;.>>>.X>;.>;%>>X>>..;>;-@@-$o$++&#####:::::: ", " #$>>>>>>>;>;.>>;%.>;@;;@>;.>>%.>;...;.o@$$+++&##::::#:::# ", " *#$X;>>;>;>;@;;%@X>;.>;%;>.>;.>;..;>....--o$+++###:::::::: ", " *##$XX;;;;;;.X;o.>>.o>;o.;@;;.>;.>>;%.;.@%%o$+++&####:::::## ", " **:#XXX;X;.;..;.%;.-*X.$%.%X.%;..;;%%;;..%..-o$+++##::::::::# ", " **::&X@.;;.%%@$$$+++#::::::::## ", " **&::*=%%..X@%X%*X%.X%%%.o%X*..+%.*.;%o;;.@.%%%@$$$++##:::::::## ", " =**#::$$%<%X%%.%%.o=%*%.%$..$%.$..$XXo@;.$.X.%%%%%$$++&#::::::::## ", " ==*#:::*$$$%%%%*%%=%o$.%**X.$.%*X.$..$..$%;.$@.%o%-o$+++##:::::::## ", " X==*:::1*$*==%%$=$=%+*X.+..o*..*.o*%o*X%+%X@$.%$@.ooo$+++&#:::::::## ", " XXX=#::#=*******$$$+*$%o+%.$$%o*%%$%o$.$$%.$$.-*%%$ooo$++++#::::::::## ", " XXX<$:::1=********$+$Xo+$%o+$%**%*$%+%@*o%$$%@+o%*o@%..@$*+&##::::::::# ", " XXXXX#:::==**=****o+$%*#$<+&%%+*%$=%*%=*%%+o%+*%%+o.%.....$++###:::::::# ", " XXXXX%&#:*XX%===ooo+o%&*=o+*=$&*=+$%*=$*%$*%@*$%*+$o%X;o***o++&#:::::::: ", " .XX.@%==o*++*$#+$*#*$+&*$*=$+*+*=+$o+$o++%XX%::::::++##:::::: ++ ", " XXXX<==#&#::&1X==%$o$**++++#+++#**++$+&*++****&*$$*++$+%X;+:::::::+#:::::: ++++ ", "=X<,,,;.+++####::#", " &&&#####:::###&&#&&++#&&###:##&#:##&&#:##&++&##:&&###&&**%+:::::&X>X>.o++&#:#:::#", " &&&&&&:::#&&+&&++++##&###&#::#&#::#&&&##::##&##:#&#::#&+*+###+o%**$*&###::::::#", " &+++#:::&&+++++++###&+&##&&#:#&&#::#&&&&##::###:::#####&&&+&+&&&&&###::::::::#", " ++1#:::&+*****+##o%++&+###&&#:#&&##:::#####:::##:::::::#:###::###:::::::::::#", " ++#:::+*$*$$+#&+=>%*+#++#:#&&#:##&###:::::##::::::#::##:###:::#::::::::::::#", " #::#*$$$o+#+++*=X=$+##+&#:&&&#::#&#####:::###:::::::::#######::::::::::::#", " ##::**$*&#+*****=<$++##&+&##&&&##::::#####:::::##:#::###:::::::::::::::::#", " ##:**+#*****$****o$$++&#&+&#####&####::::####:::::###::::::::::::::::::: ", " ##11*********11**$$++++##+&+#:::########::::#####::#::::::::::::::::::# ", " #111**************++++++##&&&&###################::::::::::::::::::::# ", " 1111************++++++++&&##&###################:::::::::#:::::::::: ", " 1111*************+++++&&++&&&#################::::::::::# :::::::: ", " 1111**********+*++++++&&&&&&&&&&&##########:::::::::::# ::::::: ", " 11111*********++++++&&&&&&#&#&&&&########::::::::::::: :::::# ", " &#&11111***1111&&&&&&&&&&&&&&&########::::::::::::::: :::# ", " ::::::::&1111111&1&&&&&&&##########::::::::::::::::: :# ", " :::########111111&&&#&#########:::::::::::::::::::## ", " ############ &&&&#########:::::::::::::::::::::: ", " &&&&&&&###### &####:::::::::::::::::::::::# ", " &11&&&&###### #::::#::::::::::::::::::::: ", " 1111&&&&##### :::::#:::::::::::::::::# ", " 1=1111&&#### ::::::#::::::::::::::# ", " ==11111&&## ::::::#::::::::::# ", " ========## :::::#::::::# ", " =X==X==X# :: ", " XXX,XXX> ", " XX,>> ", " ", " ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish08a.xpm0000644000000000000000000002027714622622722015760 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish08a_xpm[] = { "91 70 20 1", " c None", ". c #46487F6F736D", "X c #504999929191", "o c #3C276D6D606B", "O c #070013020600", "+ c #4448786E6B6D", "@ c #6D6DA3B39992", "# c #8590B4B5B3B5", "$ c #5A4A8E91706D", "% c #242452494047", "& c #50498590796E", "* c #3826626B4948", "= c #242448482424", "- c #180234261D03", "; c #9992C0D7BEB7", ": c #A1B3C2D7BEB7", "> c #584A808F5249", ", c #B9B6C2D7BAB6", "< c #2E255F4B2624", "1 c #6D6D9A92716D", " ", " ", " .. X ", " o O+o XX@@ X@@@@X ", " oO Oo X@Xo @@@@##@#@@$XXXXXXX ", " OOoOOo%%OOOOOo@@@@@@@@@&*%=OOOOOOOOOO*. ", " o oOOOOOOOOOOO-o&@@#@@@@@#@+%-OOOOOOOOOOOOOo. ", " *oOOOOOOOOOOO*X@@@#####@@@X*-OOOOOOOOOOOOOOO%o ", " .*OOOOOOOOOOO-@@#####@@@@@@.*-OOOOOOOOOOOOOOOO=o ", " &OOOOOOOOOOOO+@##@#@@####@@o-OOOOOOOOOOOOOOOOOO-% ", " XOOOOOOOOOOOO-@@#;;;;;@####X=OOOOOOOOOOOOOOOOOOOOO*o ", " XOOOOOOOOOOOOO@#;:;;@##;#;@%-OOOOOOOOOOOOOOOOOOOOOOo. ", " @@OOOOOOOOOOOO-@;;##@;:;;:#X-OOOOOOOOOOOOOOOOOOOOOOOO% ", " @#>OOOOOOOOOOOO-@@;;;;;;:@$@@OOOOOOOOOOOO-*OOOOOOOOOOO-o ", " X##*OOOOOOOOOOOOO@,;,;:#@@,,@*OOOOOOOOOOOO-.OOOOOOOOOOOO%* ", " %#;#*OOOOOOOOOOOO-#,#$@@@:;@.@-OOOOOOOOOOOO%$-OOOOOOO-OOOO%o ", " O>#;;*OOOOOOOOOOOO-@#@;;;,@@@:#-OOOOOOOOOOOO%@*OOOOOOO-OOOO-o ", " OO@#:#=OOOOOOOOOOOO-#;:;@$$#:;#*OOOOOOOOOOOOO*@+OOOOOOOO-OOOO% ", " OO*#;;#*OOOOOOOOOOOO-@@$@;;;@@@@%OOOOOOOOOOOOO*@.-OOOOOOO%OOOO%* ", " OOO@:;:#-OOOOOOOOOOOO-@;;#$@$;:;#-OOOOOOOOOOOOOo@+OOOOOOOO%%OOOO% ", " OOO-#;::#%OOOOOOOOOOOOo;@o@:;:#;;@-OOOOOOOOOOOOO.X+OOOOOOOOO*-OOO*o ", " OOOO@;:::;=OOOOOOOOOOOO%&@##$$@@@@$-OOOOOOOOOOOOO@@&-OOOOOOOO%*OOO-o ", " OOO-@;;;;##;;*OOOOOOOOOOO*@#;;##@@@@@#$-OOOOOOOOOO.X$&+o+=OOOOOO oOOOO% ", " o*=<=>>>$=<<<=oo*@#####@=;;:=OOOOOOOOO-$#$.*%+@@@$&o**OOOOOOOOOO-$@@&+**-OOOOOOOOO--=%-OOOO=", "oo$$11$$*===O==$######@-;;:#OOOOOOOOOO*@@#@&***%o@@@@*OOOOOOOOOO%**.$+%-OOOOOOO-OOO-<-OOOO-", "@@@@@@@@@>OOO-1@@@#####%#;;;OOOOOOOOOOo-%.@@@@@$*=--*&-OOOOOOOOO%&&*-oo-%OOOOOOOOOO-=OOOOO-", "@@@@@@@@@@OOO%$@@@#@###%@###-OOOOOOOO=@@$**%oo$X@@@1+%-OOOOOOOOO-%*+o*%o=OOOOOOOOO---OOOOOo", " *X@@&$@@@OOO-.@@@@@###%+###*OOOOOOOO*@@@#@&>&=-%%o$@@*OOOOOOOOO=o%-%.%--OOOOOO-OO-=OOOOOO ", " ***+$$@@-OOO&@@@@@##@%&#@#&OOOOOOOOO**+@@@@@@&o+%%%%%-OOOOOOOOO=%*=%%=OOOOOOOOOO--OOOOO% ", " ++++&$%OOO+@@@@@@@X%$##@@OOOOOOOO%@@$%%+...$$X&@$$*-OOOOOOOOO=--====OOOOOOOOO-%OOOOOO ", " +++++*OOO*XX@@@@$%1@@@##*OOOOOOO-@@#@@+*%%%=%*o+.+o-OOOOOOOO-%%%%=-OOO OOOOO--OOOOO- ", " oooo*OOO-.$@@@@-$$@$@@;@OOOOOOOO%&@@X@@@@@+oo%%---OOOOOOOOOO====-OOOO OO-%OOOOOO ", " o%%%*OO-+$X@$-o+$$.&$##OOOOOOOO%*o*o+$X&$++.&&>+&%OOOOOOOO-%%===-OOO- %=%OOOOO% ", " %%%OOO%++.=o&$$&++o&@%OOOOOOO=&@@@oo*%%==%%%*o+*=OOOOOOOO=%%%=-OOOO- o-OOOO- ", " %%-OO-%o-o+&X&$+%%o+o-OOOOOOO%o+.$@$X+o+o+%*%%%=OOOOOOOO%%*=o-OOOO-% oOOOOO ", " -OOO%%%$$X@@@@*==%o-OOOOOOO*ooo***o**+o$&X++++%-OOOOOO=%=%*-OOO-=%O OOOO ", " -OOO-.&$X@@@@ooo%%=OOOOOOO%$@X@++%%%==%*%%%%%-OOOOOOO==%o*-OOO-%oOO OO* ", " OOO%+..o+++&*%%*o%OOOOOOO=+..X&.&..o$.X.++o+%%OOOOOOO%oo%-OOO-%OOO o ", " OO=*++$XX@$$oo*=%OOOOOOOO%%%%*o++o*+.&oo%%%==OOOOOOO%oo=-OOO=-OOOO ", " %%%*++o++$X%++o%OOOOOOO-*.$&.**%%oo+*%%%%%%%=-OOOOO=%%%-OO-=OOOOO ", " %%%o+o&o*=**oo-OOOOOOO=+&+.o.oo$+&o+ooo%%%=OOOOOO--%%-OO=-OOOO- ", " %%%oo*.&*%*%%=OOOOOOOO=%*%%%**%%%%%*%**%%<=-OOOOO---OO=%OOOOO- ", " %%%+o*%%*%%*OOOOOOOOO%o*o%o%%o%%%*o%%%%**%=-OOOOOOO-%OOOOO-- ", " %%%o+o<<==%=OOOOOOOO=*%%%%%*%*%%**%%%%%%==OOOOOOOO-OOOOOO- ", " o*&+%-----OOOOOOOOO=<<**%*%*%%%%***%%o%=--OOOOO-OOOOOO-- ", " $$@.%*-OOOOOOOOOOOO--==<<%%%%o%o*oo%%%%--OOOOOOOOOOOO- ", " $$+%%-OOOOOOOOOOOOOOOOO-=%%%%%%%**oo%%--OOOOOOOOOOO- ", " **%=-OOOOOOOOOO -----OOO-=%%%*%*%%%%--OOOOOOOOOO- ", " *o*OOOOOOOOOOOO --OOO--%%%%%%%-OOOOOOOOOO-- ", " **+%OOOOOOOOOOO --OOOOOOOOOOOOOOOOOO--- ", " **o%OOOOOOOOOO ----OOOOOOOOOOOO---- ", " **%=OOOOO-OOO -------O----- ", " %%*-OOOOO ------- ", " %%%OOOOO -- ", " %%OOOO ", " OO ", " "}; xfishtank-3.2.2/src/fishes/fish08b.xpm0000644000000000000000000002027714622622722015761 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish08b_xpm[] = { "91 70 20 1", " c None", ". c #4448786E6B6D", "X c #504999929191", "o c #070013020600", "O c #3C276D6D606B", "+ c #6D6DA3B39992", "@ c #8590B4B5B3B5", "# c #5A4A8E91706D", "$ c #242452494047", "% c #50498590796E", "& c #3826626B4948", "* c #242448482424", "= c #46487F6F736D", "- c #180234261D03", "; c #9992C0D7BEB7", ": c #A1B3C2D7BEB7", "> c #584A808F5249", ", c #B9B6C2D7BAB6", "< c #2E255F4B2624", "1 c #6D6D9A92716D", " . X ", " . X ", " o. XX ", " O oo. XXO +++++++++++++++ ", " o oO XOO++++++++@@+@++#XXooooooo ", " ooOooO$$ooooo++++++++++%&$*oooooooooo&= ", " O ooooooooooo-O%++@+++++@+.$-oooooooooooooO= ", " &Oooooooooooo&X+++@@@@@+++X&-ooooooooooooooo$O ", " =&ooooooooooo-++@@@@@++++++=&-oooooooooooooooo*O ", " %oooooooooooo.+@@+@++@@@@++O-oooooooooooooooooo-$ ", " Xoooooooooooo-++@;;;;;+@@@@X*ooooooooooooooooooooo&O ", " Xooooooooooooo+@;:;;+@@;@;+$-ooooooooooooooooooooooO= ", " ++oooooooooooo-+;;@@+;:;;:@X-oooooooooooooooooooooooo$ ", " +@>oooooooooooo-++;;;;;;:+#++oooooooooooo-&ooooooooooo-O ", " X@@&ooooooooooooo+,;,;:@++,,+&oooooooooooo-=oooooooooooo$& ", " $@;@&oooooooooooo-@,@#+++:;+=+-oooooooooooo$#-ooooooo-oooo$O ", " o>@;;&oooooooooooo-+@+;;;,+++:@-oooooooooooo$+&ooooooo-oooo-O ", " oo+@:@*oooooooooooo-@;:;+##@:;@&ooooooooooooo&+.oooooooo-oooo$ ", " oo&@;;@&oooooooooooo-++#+;;;++++$ooooooooooooo&+=-ooooooo$oooo$& ", " ooo+:;:@-oooooooooooo-+;;@#+#;:;@-oooooooooooooO+.oooooooo$$oooo$ ", " ooo-@;::@$ooooooooooooO;+O+:;:@;;+-ooooooooooooo=X.ooooooooo&-ooo&O ", " oooo+;:::;*oooooooooooo$%+@@##++++#-ooooooooooooo++%-oooooooo$&ooo-O ", " ooo-+;;;;@>>>#*<<<*OO&+@@@@@+--;:*ooooooooo-#@#=&$.+++#%O&&oooooooooo-#++%.&&-ooooooooooo*$--ooo*", "OO##11##&***o**#@@@@@@+--;:@oooooooooo&++@+%&&&$O++++&oooooooooo$&&=#.$-ooooooooooo-<--ooo-", "+++++++++>ooo-1+++@@@@@--;;;ooooooooooO-$=+++++#&*--&%-ooooooooo$%%&-OO-$oooooooooo-*--ooo-", "++++++++++ooo$#+++@+@@@--@@@-oooooooo*++#&&$OO#X+++1.$-ooooooooo-$&.O&$O*oooooooooo-<-ooooO", " &X++%#+++ooo-=+++++@@@--@@@&oooooooo&+++@+%>%*-$$O#++&ooooooooo*O$-$=$--oooooooooo*<-oooo$", " &&&.##++-ooo%+++++@@+--@+@%ooooooooo&&.++++++%O.$$$$$-ooooooooo*$&*$$*ooooooooooo---oooo ", " ....%#$ooo.+++++++X--@@++oooooooo$++#$$.===##X%+##&-ooooooooo*--****oooooooooo$<--oooo ", " .....&ooo&XX++++#--+++@@&ooooooo-++@++.&$$$*$&O.=.O-oooooooo-$$$$*-oooooooooo-$$ooooo ", " OOOO&ooo-=#++++---+#++;+oooooooo$%++X+++++.OO$$---oooooooooo****-oooo ooooo$$$ooooo ", " O$$$&oo-.#X+#---##=%#@@oooooooo$&O&O.#X%#..=%%>.%$oooooooo-$$***-oooo ooo$$$ooooo$ ", " $$$ooo$..=---##%..O%+$ooooooo*%+++OO&$$**$$$&O.&*oooooooo*$$$*-ooooo ooO$$$ooooo ", " $$-oo-$O--.%X%#.$$O.O-ooooooo$O.=#+#X.O.O.$&$$$*oooooooo$$&*O-oooo-$ OOOOooooo$ ", " -ooo$$-##X++++&**$O-ooooooo&OOO&&&O&&.O#%X....$-oooooo*$*$&-oooo*$$ OOooooo$ ", " -ooo-=%#X++++OOO$$*ooooooo$#+X+..$$$**$&$$$$$-ooooooo**$O&-oooo$O$o ooooo$ ", " ooo$.==O...%&$$&O$ooooooo*.==X%=%==O#=X=..O.$$ooooooo$OO$-ooo-$$oo ooo$ ", " oo*&..#XX+##OO&*$oooooooo$$$$&O..O&.=%OO$$$**ooooooo$OO*-ooo*-oooo ", " $$$&..O..#X$..O$ooooooo-&=#%=&&$$OO.&$$$$$$$*-ooooo*$$$-ooo*$oooo ", " $$$O.O%O&*&&OO-ooooooo*.%.=O=OO#.%O.OOO$$$*oooooo--$$-oo*-oooo- ", " $$$OO&=%&$&$$*oooooooo*$&$$$&&$$$$$&$&&$$<*-ooooo---ooo$$oooo- ", " $$$.O&$$&$$&ooooooooo$O&O$O$$O$$$&O$$$$&&$*-oooooooo$$oooo-- ", " $$$O.O<<**$*oooooooo*&$$$$$&$&$$&&$$$$$$**oooooooo-$ooooo- ", " O&%.$-----ooooooooo*<<&&$&$&$$$$&&&$$O$*--oooooo-ooooo-- ", " &&#+=$&ooooooooooooo--**<<$$$$O$O&OO$$$$--ooooo-oooooo- ", " &##.$ooooooooooooooooooo-*$$$$$$$&&OO$$--ooooooooooo- ", " &&&&$oooooo oooooo -ooo-*$$$&$&$$$$--oooooooooo- ", " &&&Oooooo ooooo -oooo--$$$$$$$-oooooooooo-- ", " &&&&ooooo oo -ooooooooooooooooooo--- ", " &&&&oooooo -oooooooooooooooo---- ", " &&&&ooooo -ooooooooooooo--- ", " &&&&ooooo --oooooooo--- ", " &&&ooooo -ooooo-- ", " &&&oooo ---- ", " &&&oooo ", " ooooo "}; xfishtank-3.2.2/src/fishes/fish09a.xpm0000644000000000000000000002614614622622722015762 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish09a_xpm[] = { "108 86 20 1", " c None", ". c #212438262C25", "X c #060014020600", "o c #5A4A6A6C666C", "O c #1F03544A2E25", "+ c #2924544A554A", "@ c #0C0130251602", "# c #3426656C786E", "$ c #50498D919992", "% c #BAB6C0D7A8B4", "& c #666C8E91716D", "* c #CFD9D0D9B8B6", "= c #8D91AEB5AAB4", "- c #23244C491702", "; c #1B0332261202", ": c #5C4B7F6F3426", "> c #969297927F6F", ", c #5049564A3526", "< c #B0B5ACB49391", "1 c #818FAAB46D6D", " ", " ", " ", " ", " ......XXX ", " ooooooO+..@@@XXXXX ", " @@@++oo++Ooo+++O@@XX ", " @@O+@.+#O+O+.+OOO@@@ ", " @Oo.@.+++O..+OOO++@X ", " ++..@...+.+++.OO@O.@@XX ", " +++.@@.+++.OO.O@@OOO@@ ", " +$#.@@@.#OO.@O..@@@O@@ ", " o#+@@XX@.XX@@@@@@O@@O@ ", " %&#@.@.@.XXXX@@@@@OOOOO ", " **=&+@.O..@.XXXXX@@@@@@@@ ", " ***%o&+o++o+.@XXXX@X@@@@@@@ ", " oo&o#+#+++oo.+@XXXXXX@@@O@@ ", " @@@@.--@-.@OO..+.@XXXX@@@@@@@ ", " @@@XX@O@@;--OO-@@XXX@XXXX@X@@@@XXXX ", " @X@@X@@@O@OOOOO--@@XXXXXXXXX@@@@@@@XX ", " @;XX@@@@@@-OOOO-----@-@@@@XXXXXXX@@@@@@XX ", " XX@@@X@@@.@@OOOOOO-O@@@@.@@@@@@XXXXXX@@@@@X ", " XXX@@@;@@@O@@OOO@.O--@--@@@@@@@@@@@XXXXX@@@@X ", " XXXXXXX@@@@O..@OO@O.O-----@@O@O@@@@@@@@XXXX@@@@X ", " XXXXXX@X@@@OO+OOOOO++###o#+#O++#+++O@@XX@@XXXX@@@X XXXXX ", " XXXXXXX@@.OO+O+OO+OOO+########&%%%==$+O@@;X@@XXXX@XXX XXXXXXXX ", " XXXXXX@@O@+#++++#+OOO+####$#####$=%%%%%=&+O@@@XXXXXXXXX XXXXXXXXXX ", " XXXXX@X@@O+###++##++#OO#####&###o##==%===%$=$+O@@@XXXXXXX XXXXXXXXXXXX ", " XXXXXX:O...+#=$##++O-OO-OO+O++++++O+##o++$%$==&#O.@@XXXXXXX XX@@XXXXXXXXX ", " @XXXXX;>>oO+$===###OO@OO---.O++++OOO-OO-OO+oo$&$#$$#.@XXXXXXX XX@@@XXXXXXXXX ", " @@X@XXX,*>=+o***=$#O+O+O-@@----O-O---@.+OO-@O+O#++o&$o+@@XXXXXX XX@@@@XXXXXXXXX ", " @@@XXXXX>%%%&=***=$#++O--@@@----O--;;@-@-@O.OOO+O-OO+#$##.@@XXXXXX XXX@@@@@XXXXXXXXX ", " X-@XXXX;>%***%***<=o+OOO-@@@@;@-O@@@@@@X@@@X.;+o#+@@OO+$$#+.@XXXXXX XX@@@@@@@XXXXXXXXX ", " X@-@XXXX;<%&o*&***%==&o++-@@@@O@@-@@XXXXXXXXX@@@-++o+OOO+#$#+@XXXXXX XX@@@@@@@@@@@XXXXXX ", " @@O-XXXXX,>>>+%=%***%%%=+O---@@-@@@;-@@@@XXXXXXXXX@@OO+#+O+#$#+.@XXX XXX@@O@@@@@@@@@XXXXX ", " @@OO@XXXXX&+o+O+********%&+O+.O@@OOO#+OO+;@@XXX@XXXX@@-OO++###$$++X@XXXXX@@..+.@@@@@X@@XXXXX ", " @@OO;XXXX.,&><=><<********%=&=&OO;OOo#&O+&+@.@@X@X@@@@@OO+O#+###$=#@++.@@@..++.@@@@@@@@@XXXX ", " @@O#OXXXXX@Oo***>oo%%oo+&&>&&o>=&OO.O#o#&o&#O.@@@@@@@@.++++##########++++O++O++.@@@@@@@@@XXX ", " @@@OO@XXXXX@@>&>>o>***%&+O+O@O@@@@..@@OOOO+oOOO@@@X@@@@@O+++###$$$######+OO...++..@@@@@@@@XXX ", " @@.O-@XX;o+>;>%O.++>***%O.+>+@.@+%*%%O@OO@.@@..XXXXXXXXXXXXXXXXXXXX@@@@@@.OO+####$###++++..++...@@@@@@@@XXX ", " ......--;-X>&O.Oo+.OO.+%%&+O;@;.@@@.X@XXXXXXXXXXXXXXXXXXX@X@@@@@OOO#O++++####+++##++@@@@@@@@@@@XX ", " ...+O++XX@+>.&;-+%&+#.++o%+OO@@OO.@..@OXXXXXXXXXXXXXXXXXXXXXX@X@@OOO+O####$$####O#$##+++..@@@@@@XXX ", " ++#+o+@XXX.#>+..O=$O@@@++==O@@-.@..@..O@XXXXXXXXXXXXXXXXXXXXX@@@@OO+############+####++++++..@@@@XXX ", " +++o=>.>>>.+#o.@.##.@@@@+$$O.@@@-@@@O...@XXXXXXXXXXXXXXXXXXX@@OOOOOO#+OOO######+++##++++++++.@@@@@XXX ", " ###+o=>%>>=>.+#@O;OO@@@X@##$o+O@,@;@@;@O.@XXXXXXXXXXXXXXXXXX@@@@O.OO#++OO+# +++++++++.+++..@@@@@XXXX ", " ####o&%%XXX=&+O.@@O@X@XX@&#=@-@XO.X@XX@@.@@@@@XXXXXXXXXXXXX@@@@OOOO+O+++O, +++++++..++..@@@@@@XXXXX ", " O+#+O+%.XXXX==+O@@.XX@XX@.#+XXXXX@XXXXX@@XXX@@@@XXXXXXXXX@X@@@@OOOO+#+++.X +++@@+@.@@@.@@@XXXXXX", "+++#+..%XXXXX==@@@@O+XXXX@.++@;..XXXXXXXXXXXXX@XX@XXXX@XXXXX@X@@OOOO+++++@ @@@@@.@@@@@@XXXXXX", "+++$#O;XXXXX@==XX@@++XX@X.o@;OO+O@XXXXXXXXXXXXXXXXXXXXXXXXXX@@@OOOO.+++++XX @@@@@@@@XXXXXX", "++o$=$@@XXXXX=@XX.@+@XXX@.@XX+OOO.XXXXXXXXXXXXXXXXXXXXXXXXXX@@@@OO.+++++@XX @@@@XXXXX ", " +####&OXXXXX=XXX@@+@XXX@XXXX.@--.;XXXXXXXXXXXXXXXXXXXXXXX@X@@OOOO.++++@@XXX ", " #$##&OOOOXXXXX@.@.XXX@XXXXXX-;o+XXXXXXXXXXXXXXXXXXXXXXX@@@@@OOO++++.@XXXX ", " :##$##&&XXXXXXXXX&++XXX@XXXXXXXO&#.XXXXXXXXXXXXXXXXXXXXXX@@@OO+O+++++@XXXXX ", " ##$###O.XXXXXXXX@.+@@XX.XXXXXXX@.XXXXXXXXXXXXXXXXXXXXXX@@.@@..++++++@XXXXXX ", " 1$==$#@@XXXXX.@X@+X@.@XXX@XXXXX@XXXXXXXXXXXXXXXXXX@XXX@@.@O.+++###+@XXXXXXX ", " &==$#@@XXXX....@XXX@XX@XXXXXX@XXXXXXXXXXXXXXXXXXXXXXX@@@@..+++###+@XXXXXXX ", " 1$=$#XXXX@.X.X@@XX@XX-XXXXX@@.XXXXXXXXXXXXXXXXXXX@XX@@.@+++++##+@XXXXXXXX ", " #$#.X@@X.XX@+@X@@@@XXXXX@XX..XXXXXXXXXXXXXXXXX@XXXX@.+++#++++@.XXXXXXX ", " &o@@XXXXXX@.@@@@OXXXX@++.@Xo.XXXXXXXXXXXXXXXX@XX@@O++++####+XXXXXXX ", " @@@;;XXXX@XXX@XX@XX@&%>+#+XXXXXXXXXXXXXXX@XXX@@@@.++####+@@XXXXX ", " @@@;XX@.X@XXXX@XX++#=%#+XXXXXXXXXXXXX@XXXXX@@@@.O++###+.@XXXXXX ", " @X;;-,.-O@XXX@X.####$+@XXXXXXXXXXXXXXXXXX@.@@.@.+++##@@XXXXXXX ", " XXX@;-,oXXXX@@###++#@XXXXXXXXXXXXXXXXXXX@@+.@@+.+++..@XXXXXX ", " XXXXXXXXXX@@+##+.O.@XXXXXXXXXXXXXXXXX..+++++.++++.@XXXXXXX ", " XXXX;XXXX@@.+++@@@+XXX+XXXXXXXXXXX@@@++..++++++.@@XXXXXX ", " XXX.XXX@XXX@@@X@X@X@X&@XXXXXXXXX@@..+.+++++++@@@XXXXXX ", " X@.XX-XXXXXXXX@XXX.OXXXXXXXXX@+.++@++++#++.@@XXXXXXX ", " @X.X@X@XXXXX@@XXX@XXXXXXXXX@...@@@++++++O@@XXXXXX ", " @@@@X@@XXX@@@@XX.@XXXXXXX.@++@@@.++##+@.@@XXXXXX ", " @X+o.XXXXX@X@@X@@XXXXXXX@@@.@@@.++++.@.@XXXXXX ", " @<%<,@@X;@@XXX@XX@X@@@@@.@@@@O++O.O.@@XXXXXX ", " @o<%,>.XX@X@-@@@@@@.@@...++++++.@@@@XXXXXX ", " +++.=oXXX@-@@@@@@@@@..@+++#+OO.@@XXXXXXX ", " ....& c #969297927F6F", ", c #5049564A3526", "< c #B0B5ACB49391", "1 c #818FAAB46D6D", " ... ", " X..... ", " XXXX.... ", " oooXXXXXOOO ", " oo+o+oXXXXOO ", " XXXooo+++oo@+O ", " XXXXOO+++o+@@oOO ", " XXXOO@+OX+#@@@+XO ", " XXXXO@oXOX+@@@XXOO ", " +++++OXOXOX@XO+@X@O ", " +++++XOOXO@OX@@X@OOO ", " #++###XOOOX@@@XO@XXOO ", " ###+##OO..OX..OOOOOO@O ", " $##%#OXOXOX....OOOOO@@O ", " $$$$&%+OX@XXOX.....OOOOOO ", " $$$$*o%+o++o+XO....O.OOOOOO. ", " $$o%o#+#+++ooX+O......OOOOOOOOO ", " OOOOX==O=XO@@XX+XO....OOOOOOOOOOO ", " OOO..O@OO-==@@=OO...O....O.OOOO.OOO. ", " O.OO.OOO@O@@@@@==OO.........OOOOOOOOO. ", " O-..OOOOOO=@@@@=====O=OOOO.......OOOOOOOO ", " ..OOO.OOOXOO@@@@@@=@OOOOXOOOOOO......OOOOOO. ..... ", " ...OOO-OOO@OO@@@OX@==O==OOOOOOOOOOO.....OOOOO. ....... ", " .......OOOO@XXO@@O@X@=====OO@O@OOOOOOOO....OOOOO. ......... ", " ......O.OOO@@+@@@@@++###o#+#@++#+++@OO..OO....OOO... .......... ", " .......OOX@@+@+@@+@@@+########%***&&;+@OO-.OO....O... .OOOOO..... ", " ......OO@O+#++++#+@@@+####;#####;&*****&%+@OOO......... .OOOOOOO... ", " .....O.OO@+###++##++#@@#####%###o##&&*&&&*;&;+@OOO....... OOOOOOOO.... ", " ......:@XXX+#&;##++@=@@=@@+@++++++@+##o++;*;&&%#@XOO....... OOOOOOOOO.... ", " O.....->>o@+;&&&###@@O@@===X@++++@@@=@@=@@+oo;%;#;;#XO........ OOOOOOOOOO.... ", " OO.O...,$>&+o$$$&;#@+@+@=OO====@=@===OX+@@=O@+@#++o%;o+OO....... OOOOOOOOOO..... ", " OOO.....>***%&$$$&;#++@==OOO====@==--O=O=O@X@@@+@=@@+#;##XOO...... OOOOOOOOOO...... ", " .=O....->*$$$*$$$<&o+@@@=OOOO-O=@OOOOOO.OOO.X-+o#+OO@@+;;#+XO...... OOOOOOOOOOOO..... ", " .O=O....-<*%o$%$$$*&&%o++=OOOO@OO=OO.........OOO=++o+@@@+#;#+O...... OOOOOOOOOOOOO.... ", " OO@=.....,>>>+*&*$$$***&+@===OO=OOO-=OOOO.........OO@@+#+@+#;#+XO... OOOOOO@OOOOOOOO.... ", " OO@@O.....%+o+@+$$$$$$$$*%+@+X@OO@@@#+@@+-OO...O....OO=@@++###;;++.O..OOOOOXX++XOOOO.O... ", " OO@@-....X,%><&><<$$$$$$$$*&%&%@@-@@o#%@+%+OXOO.O.OOOOO@@+@#+###;&#O++XOOOXX+@+@XXOOOOO... ", " OO@#@.....O@o$$$>oo**oo+%%>%%o>&%@@X@#o#%o%#@XOOOOOOOOX++++##########++++@++@;@++X@OOOOOO.. ", " OOO@@O.....OO>%>>o>$$$*%+@+@O@OOOOXXOO@@@@+o@@@OOO.OOOOO@+++###;;;######+@@++XX+XXXXOOOOOO.. ", " OOX@=O..-o+>->*@X++>$$$<@@+@OOO........O.OOOOOO.OO.......OOOX@###;##&##;+++++XXO###OOOOOO... ", " XX@@@O....>*@X+>+OXO+*$**@O@@OXOOXX....................OOOOOOX@@+####;###+++;+XX+#;@OOOOOOO... ", " XXXXXX==-=.>%@X@o+X@@X+**%+@-O-XOOOX.O...................O.OOOOO@@@#@++++####@###@@##OOOOOOO... ", " XXX+@++..O+>X%-=+*%+#X++o*+@@OO@@XOXXO@......................O.OO@@@+@####;;###@##;#;+OOOOOOOO.. ", " ++#+o+O...X#>+XX@&;@OOO++&&@OO=XOXXOXX@O.....................OOOO@@+##########@#+######+OOOOOO.. ", " +++o&>X>>>X+#oXOX##XOOOO+;;@XOOO=OOO@XXXO...................OO@@@@@@#+@@@######+++#####+++OOOOO.. ", " ###+o&>*>>&>X+#O@-@@OOO.O##;o+@O,O-OO-O@XO..................OOOO@X@@#++@@+# ++++++#+##++++++OOOO... ", " ####o%**...&%+@XOO@O.O..O%#&O=O.@X.O..OOXOOOOO.............OOOO@@@@+@+++@, ++++++++++++++OOO... ", " @+#+@+*X....&&+@OOX..O..OX#+.....O.....OO...OOOO.........O.OOOO@@@@+#+++X. ++++++++++++XOOO.. ", "+++#+XX*.....&&OOOO@+....OX++O-XX.............O..O....O.....O.OO@@@@+++++O +++++++++++XOOO.. ", "+++;#@-.....O&&..OO++..O.XoO-@@+@O..........................OOO@@@@X+++++.. +++++++XXXOO.. ", "++o;&;OO.....&O..XO+O...OXO..+@@@X..........................OOOO@@X+++++O.. +++++XXOOO... ", "++####%@.....&...OO+O...O....XO==X-.......................O.OO@@@@X++++OO... +++XXOOOO... ", " %%#;##%@@@@.....OXOX...O......=-o+.......................OOOOO@@@++++XO.... +XOOOOO... ", "####;##%%.........%++...O.......@%#X......................OOO@@+@+++++O..... XOOOO.... ", "###;###@X........OX+OO..X.......OX......................OOXOOXX++++++O...... ...... ", " 1;&&;#OO.....XO.O+.OXO...O.....O..................O...OOXO@X+++###+O....... ...... ", " %&&;#OO....XXXXO...O..O......O.......................OOOOXX+++###+O....... .. ", " 1;&;#....OX.X.OO..O..=.....OOX...................O..OOXO+++++##+O....... ", " #;#X.OO.X..O+O.OOOO.....O..XX.................O....OX+++#++++OX....... ", " %oOO......OXOOOO@....O++XO.oX................O..OO@++++####+........ ", " OOO--....O...O..O..O%*>+#+...............O...OOOOX++####+OO....... ", " OOO-..OX.O....O..++#&*#+.............O.....OOOOX@++###+XO....... ", " O.--=,X=@O...O.X####;+O..................OXOOXOX+++##OO....... ", " ...O-=,o....OO###++#O...................OO+XOO+X+++XXO....... ", " ..........OO+##+X@XO.................XX+++++X++++XO....... ", " ....-....OOX+++OOO+...+...........OOO++XX++++++XOO...... ", " ...X...O...OOO.O.O.O.%O.........OOXX+X+++++++OOO....... ", " .OX..=........O...X@.........O+X++O++++#++XOO...... ", " O.X.O.O.....OO...O.........OXXXOOO++++++@OO....... ", " OOOO.OO...OOOO..XO.......XO++OOOX++##+OXOO...... ", " O.+oX.....O.OO.OO.......OOOXOOOX++++XOXO....... ", " O<*<,OO.-OO...O..O.OOOOOXOOOO@++@X@XOO....... ", " Oo<*,>X..O.O=OOOOOOXOOXXX++++++XOOOO....... ", " +++X&o...O=OOOOOOOOOXXO+++#+@@XOO...... ", " XXXX% c #756E756E5D4B", ", c #6F6D8F917B6E", "< c #B6B6BAB6A0B3", "1 c #8D91AEB5AAB4", " ............. ", " .........X........... ", " ....................XXX... ", " oX..XX.XXXXX......XXX..XX..X.. ", " .XXXOOXXOOXXXXXXXXX...XXX..XXXX.... ", " .XXXXOOOOO++++++OXXXXX.XX..XX.X..X.X... ", " @@OoooO@OOOOOOOOOO++O+OOOXXXXXXXXXX.XXXXX... ", " @@@ooo@@@@@OOOO+O@O+OOOO+OOOOXXX.X.XXXXXXXXX... ", " O@@@@@@@@@@@@@@O@@+O++OOOOOOO+OOXXX.XXXXXXXXXXX... ", " @@@@@@@@@@@@@@@@O@@++O+++O@OOOOOOOXXXXXXXXXXXXXXXXX. ", " @@@@@@@o@@@@@@@@@O@@+@++++++O@OOOO+OOOXXXXXXXXXXXXXXX.. ", " @@@@@@@@@@@@@@@@@@+@+O+++#+#++OOOOOOOOOOXXXXXXXXXXXXXXX.. XXXXX", " #####@#@@@@@@@@@O+++O+++O++#+++@OOOOOOO+OOXXXXXXXXXXXXXXXX.. Xo...XX ", " ##########@@@@@@@O++OOOOOO+OO@+OO@OOO+OOOOOOOOXXXXXXXXXXXXXX.. oXX.XX ", " ######@$######@@@@@@@OOOO@@O@OOOO@@OOOOOOOOOOOOXOOOOXXXXXXXXXX. XXX..XX ", " ########@@####@@@@@@@@@@OOO@OOOOOOOO@@O@OOOOOOOOOOOXOXOXXOXXXXXX. oXXXXXo ", " ##%#####@&@@@@@@@@@o@@@@O@@@OO@@OOOO@@@+OO@OOO+OOOOXOXXXXXXXXXOXXO oXXXXXX ", " ##*%%%*##@@@@@@@@o@@ooo@@@@@@@@@@@@@OO+OOOOOOOOO++OOOOOOOXOOOXXOXO OOXXXXXX ", " ##%%=-=*#@;;@@@@@@ooooo@@@@@@@@@O@@@@@@@O+OOO+O+++O+OOOOOOXXXOOXOO OOXXXXXXX ", " ###%=:-:=%&;;o@@ooooooooooo@@@@@@OO@@@+@@O+++++OO+++++++OOOOXXOXOO oOXXXXXXX ", " ####%=:=%#=@;o@@o@oooooooo@@@@@O@@O@@@@@+++O++++OO++++++++OOOXXOOO oOXXXOOXXX ", " ######%-%@@;@&;o@ooooooooo@@@@@O@@@@@OO@@O+O++OO+++O++++++++OOOOOX XXXOXOXXXOX ", " ###@@@@@oo&=&&>o@oo@ooooo@@@@@O#O@@@@@@@@OO+OO++OO++OO++++++OOOXXO OXXOOOOXXOXX ", " ###@@@@@@&;;;>=>o@@oooo@o@@@@@##+@@@O@@@@@@@@OO++OO+++O++++++++O+O oXXOOOXXOOOOX ", " ####@$@&@;>;>>@>o=@@@oo@@XX@O+@+@o@@O@@@@@@OOO++++OO+++++++++OOO+O OOXO+OOOOOOOXXX ", " ###@@@#@&>;;;>@&=@@oo@@XO@@O++++@o@OO@@@@@OOOOOO+OOO+++++++++OOOO @OOO+OOOOOXXXOXX ", " ####@@##$>>;>;>@@@@o@@@OX@XO#@#+@o@@O@@@@O@@O@OO++OO+OO++++++++++O+OOOO+OOOOXXOOXXX ", " ###@@@##;>;&,>,>#@@o@@XO@@O#@+#+o@@@@@@@@@@o@OOOOOOOOOOOO+++++++++OOOO++OXOOOXXXXXX ", " ###@@;$#;;;&>>,,o#o@@@@@XO#+@+O+O@@@o@@@O@@O@@OOOO+O+OOOOO++O+++++OOO+O++OOXXXXXXXXX ", " ####@@;#$;>o&,,,,#@o@OX@XO+O++++#O@o@@@@@@@@@O@@OOOOOOOOOOO++O##<@+O+OO+++OOOOXXOXXX ", " +###@@;;@;;>>>,,,@#@o@X@@O#O++++##Oooo@@@@o@@@@OOOOOOOOOOOOOOO#<<<,&,,,,#@@@X@XO#OO#++O+@oooooO@@@o@@OOOOOOOOOOOOOOOO++<+++OOOOOO++OOXXXXXXX ", "+++##@==&@;>>>&,,,o#&@XXOO++O+#+++++ooooooo@ooOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO++OOOOOXXXX ", "XXX@$@@@=oooo$>,,,##@@XO#++++++O+#++ooooooooO@OOOOOOOOOOOOOOOOOOOOXOOXOXOOOO+OOOXXXOXXX ", "XXXX$@@ooooo@;,,o+###oO#++++O+#++++OoooooooooOOOOOOOOOOOOOOOOOOOOOOOOOOXXXOOOO+OOOXXXXX ", "OOXXXOOoOo@@@oo@###@@@@++#O+++++O+@oooooooo@@O@OOOOOOOOOOOOOOOOOOXXOXXoXXXXOOOXOOOOOXXX ", " OOOOOO+##@@@+##@@&>o@@#+++++#+++#@ooooooooooO@OOOOOOOOOOOOOOOXXXXXOXXXX XOXXOOOXXOOOXX ", " OOO@+++#@@@@@@@@o,,o@+++#+++++O@ooooooooooo@OOOOOOOOOXOXOOXOXXXOX..XO XOXXOOXXXOOXX ", " OO@+@@o@@@oo@@ooooO##O+O+#+O+OooooooooooooOOOOOOOOXXXOOXXXXXOOXXXXXX XOXXXOXXXXOX ", " O@#@@@@@@oooooooo++#++++#+@ooooooooooooooOOOOOOOXXOXXXXXXOOOOOOOOO XXXXOOOXXX ", " O@OO@@@@@oooooooo+#+OO#+O+ooooooooooooooOOXOOOXXXXXXXXXOXXXXXXXOO XOXXXOXXX ", " @@@@@oooooooooooo+O+@@ooooooooooooooOOOOOOOoXXXXXXXOOOOXOXOXXOX oXXXXOXXX ", " O@ooooooooooooooooooooooooooooooooOOOOXXXXXXXXXXXXOOXXXXXXXXX oOXXXXXo ", " @OOooooooooooooooooooooooooooooooXXXOXOXOXOXXXXOOXXXOXXXXXXX. XOXXXXXX ", " XXOoooooooo,oooooooooooooooooooooXOOOXXXXXXXXXXOXXXXXXXXO. XOXXXXo ", " XXooooooo,oooooooooooooooooooooOOOXOXXXXXXOXXXXXXXXXXOX. XXXXXXX ", " XXXooooooooooooooooooooooooooXOXOXXXXXXXXXXXXXXXXXXXX. oXOXo ", " XXXXoooooooooooooooooooooooXXOOOXooXXXXXXXXXXXXXXXO. XX.XX ", " XXXoXoooooooooooooooooooXXOOOXXooXXXXXX..XXXXXXXX. XX.XX ", " XXXXoXXXXooXoooooXXXXXXOOXXXXXXX.XX.XXXXXXXOXX. Xo..X ", " XoooXXXXXXXXXXXXXXXXXXXXXXX.X.....XXXXXXXX.. XXX ", " .....XXXXXXXXXXXXXXXXXX.........XXXXXX.. ", " .......XXX oXX..............XXXXXXX.. ", " ........ ....11......X...XXXX.. ", " ....... ................ ", " ...... ......... ", " .... ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish10b.xpm0000644000000000000000000001716114622622722015750 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish10b_xpm[] = { "97 60 20 1", " c None", ". c #4A4887909391", "X c #2F256D6D7C6F", "o c #5049696C756E", "O c #3125574A6E6D", "+ c #25244B495F4B", "@ c #4648594A656C", "# c #29244B494448", "$ c #4E495D4B3226", "% c #29243F272724", "& c #696C656C4648", "* c #2E255B4B2824", "= c #4848818F544A", "- c #170231252A25", "; c #676C7D6F4248", ": c #190329241602", "> c #756E756E5D4B", ", c #6F6D8F917B6E", "< c #B6B6BAB6A0B3", "1 c #8D91AEB5AAB4", " ............. ", " ..................... ", " .....................XXX.. ", " ..oX..XX.XXXXX......XXX..XX..X. ", " ...XXXOOXXOOXXXXXXXXX...XXX..XXXX... ", " ..XXXXOOOOO++++++OXXXXX.XX..XX.X..X.X.. ", " @@OoooO@OOOOOOOOOO++O+OOOXXXXXXXXXX.XXXXX.. ", " @@@ooo@@@@@OOOO+O@O+OOOO+OOOOXXX.X.XXXXXXXXX.. ", " O@@@@@@@@@@@@@@O@@+O++OOOOOOO+OOXXX.XXXXXXXXXXX.. ", " @@@@@@@@@@@@@@@@O@@++O+++O@OOOOOOOXXXXXXXXXXXXXXXXX. ", " @@@@@@@o@@@@@@@@@O@@+@++++++O@OOOO+OOOXXXXXXXXXXXXXXX. XXXX ", " @@@@@@@@@@@@@@@@@@+@+O+++#+#++OOOOOOOOOOXXXXXXXXXXXXXXX.. XXX.XX ", " #####@#@@@@@@@@@O+++O+++O++#+++@OOOOOOO+OOXXXXXXXXXXXXXXXX. XX....X ", " ##########@@@@@@@O++OOOOOO+OO@+OO@OOO+OOOOOOOOXXXXXXXXXXXXXX. XXo...XX ", " ######@$######@@@@@@@OOOO@@O@OOOO@@OOOOOOOOOOOOXOOOOXXXXXXXXXX. XXX...XXX ", " ########@@####@@@@@@@@@@OOO@OOOOOOOO@@O@OOOOOOOOOOOXOXOXXOXXXXXX XXXXX.XoX ", " ##%#####@&@@@@@@@@@o@@@@O@@@OO@@OOOO@@@+OO@OOO+OOOOXOXXXXXXXXXOXX XXXXXXXXXX ", " ##*%%%*##@@@@@@@@o@@ooo@@@@@@@@@@@@@OO+OOOOOOOOO++OOOOOOOXOOOXXOXO OOXXXXXXXXX ", " ##%%=-=*#@;;@@@@@@ooooo@@@@@@@@@O@@@@@@@O+OOO+O+++O+OOOOOOXXXOOXOO OOXXOOXXXXX ", " ###%=:-:=%&;;o@@ooooooooooo@@@@@@OO@@@+@@O+++++OO+++++++OOOOXXOXOO oOXXOXXXXXXX ", " ####%=:=%#=@;o@@o@oooooooo@+@@@O@@O@@@@@+++O++++OO++++++++OOOXXOOO oOXXOXXOOXXXX ", " ######%-%@@;@&;o@ooooooooo@##@@O@@@@@OO@@O+O++OO+++O++++++++OOOOOX XXXOOXXOOXXXXX ", " ###@@@@@oo&=&&>o@oo@ooooo+#+@@oOO@@@@@@@@OO+OO++OO++OO++++++OOOXXO OXX+OOXXOOXXXXXX ", " ###@@@@@@&;;;>=>o@@oooo@o+#@@@@@@@@@O@@@@@@@@OO++OO+++O++++++++O+O oXX++OXOOOXXXXXX ", " ####@$@&@;>;>>#>o=@@@oo@+O#@oo@o@o@@O@@@@@@OOO++++OO+++++++++OOO+O OOXOO++OOOXXOOXXXX ", " ###@@@#@&>;;;>#&=@@oo@@XO+Oo@ooo@o@OO@@@@@OOOOOO+OOO+++++++++OOOO @OOOO++OOOXXOOXXXXX ", " ####@@##$>>;>;>##@@o@@@OO+O+o@@ooo@@O@@@@O@@O@OO++OO+OO++++++++++O+OOOO+++OOXOOOXXXXXX ", " ###@@@##;>;&,>,>#@@o@@XOOO+@@o@oo@@@@@@@@@@o@OOOOOOOOOOOO+++++++++OOOO+O++OOOXXXXXXXX ", " ###@@;$#;;;&>>,,##o@@@XO++++@oo@o@@@o@@@O@@O@@OOOO+O+OOOOO++O+++++OOO+OO+++OXXXXOOXXXX ", " ####@@;#$;>o&,,,,##o@+X++++O+oooo@@o@@@@@@@@@O@@OOOOOOOOOOO++O##<@+O+OOOO++OOOOOOXXXXXX ", " +###@@;;@;;>>>,,,##@o@XO+++O++oooooooo@@@@o@@@@OOOOOOOOOOOOOOO#<<<,&,,,,##@@XO+++OO#@oooooooooO@@@o@@OOOOOOOOOOOOOOOO++<+++OOOOOO+++OXXXXXXXXXX ", "+++##@==&@;>>>&,,,###@XX++++O+#@ooooooooooo@ooOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO++OOOXXXXXXXX ", " XX@$@@@=oooo$>,,,###@XO#+++++@@ooooooooooooO@OOOOOOOOOOOOOOOOOOOOXOOXOXOOOO+++OXXOXXXXXXX ", " X$@@ooooo@;,,o+###oO#++++O+#@oooooooooooooOOOOOOOOOOOOOOOOOOOOOOOOOOXXXOOOO+OOXXOOXXXXX ", " XXXOOoOo@@@oo@####@@@++#O+++@@ooooooooooo@@O@OOOOOOOOOOOOOOOOOOXXOXXoXXXXOO+++OOXXXOXXXX ", " O+OOO+##@@@+#####>o@@#+++++#@ooooooooooooooO@OOOOOOOOOOOOOOOXXXXXOXXXX XOXXO++OOOXXXXXXX ", " OO@+++#######@@o,,o@+++#++#ooooooooooooooo@OOOOOOOOOXOXOOXOXXXOX..XO XOXXOOXXOOXXXXXXX ", " @+@@###@oo@@ooooO##+OO@@ooooooooooooooooOOOOOOOOXXXOOXXXXXOOXXXXXX XOXXOOXXXOXXXXXX ", " @#@@@@@@ooooooo@++#+++@oooooooooooooooooOOOOOOOXXOXXXXXXOOOOOOOOO XXXXOOXXXOXXXXX ", " @OO@@@@@oooooo@#+#+OO#oooooooooooooooooOOXOOOXXXXXXXXXOXXXXXXXOO XXOXXOXXXOXXXX ", " @@@@@ooooooooo@@++O+@oooooooooooooooOOOOOOOoXXXXXXXOOOOXOXOXXOX XXXXXOXXXXXXX ", " O@oooooooooooo@++@ooooooooooooooooOOOOXXXXXXXXXXXXOOXXXXXXXXX XoOXXOOXoXXXX ", " @OOooooooooooooooooooooooooooooooXXXOXOXOXOXXXXOOXXXOXXXXXXX XXOXXXOXXXXX ", " XXOoooooooo,oooooooooooooooooooooXOOOXXXXXXXXXXOXXXXXXXXX. XXOXXXXoXXX ", " XXooooooo,oooooooooooooooooooooOOOXOXXXXXXOXXXXXXXXXXOX. XXXXXXXXXX ", " XXXooooooooooooooooooooooooooXOXOXXXXXXXXXXXXXXXXXXOX. XXo..XoXXX ", " XXXXoooooooooooooooooooooooXXOOOXooXXXXXXXXXXXXXXXX. XXX..XXXX ", " XXXoXoooooooooooooooooooXXOOOXXooXXXXXXXXXXXXXXXO. XXX...XX ", " XXXXoXXXXooXoooooXXXXXXOOXXXXXXX.XXX..XXXXXXXX. XX....X ", " XoooXXXXXXXXXXXXXXXXXXXXXXX.X.....XXXXXXOX.. XX..XX ", " ......XXXXXXXXXXXXXXXXXX........XXXXXXX.. XXXX ", " .........XXX oXX.............XXXXXXXX.. XX ", " ........... ................XXXXX.. ", " .......... ..11............... ", " ......... .............. ", " ........ ........ ", " ....... ", " ..... ", " .. "}; xfishtank-3.2.2/src/fishes/fish11a.xpm0000644000000000000000000001516614622622722015753 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish11a_xpm[] = { "116 42 20 1", " c None", ". c #16022B253826", "X c #180231251E03", "o c #000000000000", "O c #1E0352494B49", "+ c #190342482224", "@ c #2023554A3726", "# c #4348756E616B", "$ c #3E276F6D656C", "% c #2A25796E736D", "& c #2B25706D3926", "* c #22244E492524", "= c #3C27686C2124", "- c #564A9692B3B5", "; c #3C278590A7B4", ": c #1C035F4B716D", "> c #2023656C796E", ", c #5C4B9992BDB6", "< c #534A9592B1B5", "1 c #746EB8B69592", " .X..XX ", " ...X.XX.XXoXX ", " ......XXXo.XXXo.o ", " .....X.XX..oXXoXoo ", " ......X.X.o..oXooooo ", " O.+....XX.XoXXXXXXoooooooX ", " OO+O@@@+X++X+++XX.XooXXooooooX ", " OOO#$%####&&&&OO&@*++XoXooooooooX ", " OOOOO&&&===&&&&=====&&$$%&@++XXooooooX ", " OOOO&$#&&&##-;%X###X$&&OX$&==$$$O@@+*XoooX ", " OO&&=&X===&#XX&==========X==$$#==XO:O%$@OXXX ", " >OO*&####&#;;#&==&=##$$&$&%$@#&&X&&#&&X**$$@+XOOOOOOOXX$OOOO.. ", " OO*OO&#&X=##&X=&####=&$X=&$==*X&&&&&=&X$$O&XX$$$&#$+@.$O$$;#%OOO.Xooooo ", " O,,,$==;;###===&##%&;;===========&-;:$&&&&X$;;$&$&%$O@&O@#<%X%%%OO.XXooooooooo ", " O.,11&,#&#&##&&##<;&=X#&===&&=&&&&&&=&X=$;&&&&&&&;;##%@&;X-$#<;-;%:OO.XXooooooooooo ", " O@,1oo1&,O%XX&#-;####==###&=#%-;&&;;&=&&&$;&%$;$$#XX;$.#;$X;%;--%X;>OOO.X.Xoooooooooooooo ", " OOO@X;oo1&,*#=&#######-;&##;;=====&&=X=&&##&=&$XX&##&&%&+#%<;-<OOO.XXoXoooooooooooooooo ", " OOX+@@,;&&,*&#,,;X&##XX##;;#======&&&==&-;$$&==&&=&&&%###;$X$<#;-%$;X$OOO..XXooooooooooooooooooooo ", " OOO&&OX=@,,,+X,X=&X=#<;####&&=X=&=XX&$#=X*&=&&&&%&#-;&#;#$$#$$$;X$-<-%O%:O..XXooooooooooooooooooooooo ", " OX*$&X=$,$=X&&,%X&=X&&#####&===X=;;*X&=$=*===&&&-;&$$&&##X##&#%&#;; c #2023656C796E", ", c #5C4B9992BDB6", "< c #534A9592B1B5", "1 c #746EB8B69592", " .....X. ", " ....XXX.XX.XXoX ", " ....XXXoXooooXo. ", " ....XXXoXo.oooooo ", " ....XXXoX.o.ooXoooo ", " O.+..XXXX.XooXooXXoooooX ", " OO+O@@@+X++X+++XooXooXXoooooX ", " OOO#$%####&&&&OO&@*++XoXoooooooX ", " OOOOO&&&===&&&&=====&&$$%&@++XXoooooX ", " OOOO&$#&&&##-;%X###X$&&OX$&==$$$O@@+*XoooX ", " OO&&=&X===&#XX&==========X==$$#==XO:O%$@OXXX ooooooooooo ", " >OO*&####&#;;#&==&=##$$&$&%$@#&&X&&#&&X**$$@+XOOOOOOOXX$O#%OOO.XXXooooooooooooooooo ", " OO*OO&#&X=##&X=&####=&$X=&$==*X&&&&&=&X$$O&XX$$$&#$+@.$O$$;X%%%OO@.XXoooooooooooooooooooooo ", " O,,,$==;;###===&##%&;;===========&-;:$&&&&X$;;$&$&%$O@&O@#<%;-;%:OOO.X.oooooooooooooooooooooo ", " O.,11&,#&#&##&&##<;&=X#&===&&=&&&&&&=&X=$;&&&&&&&;;##%@&;X-$#<-%X;>OOO.XXoooooooooooooooooooooooo ", " O@,1oo1&,O%XX&#-;####==###&=#%-;&&;;&=&&&$;&%$;$$#XX;$.#;$X;%;-$;;%>OO..X.XXoooooooooooooooooooooo ", " OOO@X;oo1&,*#=&#######-;&##;;=====&&=X=&&##&=&$XX&##&&%&+#%<;-< c #4448736D2624", ", c #29244F494147", "< c #4C4989904848", " .................. ... ", " ..XXXXXXXXXXXXXXXX...... .... ", " ..................XXXXX...... ...... ", " ..........................XXXXXX.... ....... ", " ...................................XXXXX.... ..X..... ", " ............XXX.....X......................XXXX.... ..XX..... ", " oO...XoooXXoXXoXXo..X.X.XX.XX.....................XXXX..... ..XX....... ", " o.ooooooooooXooXoX.o..X.X.XX.oX.XXXX.................+@@XX... .XXX........ ", " oooOOoOo##o#o#oooooXXXXXXXo.XX.oX.O..XXXX.XXX.........+$$$@.. XXX........... ", " oooooOOOOoOo###oooXooooXoXXXXoXXXXXXoXXOXXX.XX.X........++$@... XX............. ", " XOoOOOOOOOOOO#O###o#o#oo#X#XXoXOX.#.XX.XXXXXXXXX.OX.XX.X........ XXX.............. ", " XXooOOOOOOO#O#O###O#O###o##o#o#OX#XXX.o#.#o.XXXXXXOOOXXOXOX.X.Xo..... XXX................ ", " .XXooO############################O##XX##X#o.#X.#.XX.XXXOXXXXOXXXXXXX..XXXXXXX................ ", " ..Xo#O#################################XooooXXXoXXo.XX..o..oXXOXXXX.OO.OOOXXXX...................", " .....o#..####################%########o#ooo.#.XOooo.o#.Xo..X.....XX.XXX.XXXX...X...XX.X...........", " .XXX...o&&..oooooooooo%%%%%%%%%########o#######o####o##X##.o#.ooXoX.XXXooXXX..XXXXXXX..XX..........", " .O####o*..&.%%%%%%%%%%%%%%%%%%==--=======+==++##+######o##X##.##o#oXoXX#o.o#X#####X................", ".X#####oo*.&.%%%%%%%%%%%##;;==--:>>>>>>>>>$$==+++##+##########o################XooX..........X......", "......oooo*oooooooo%####%==--:>>>>>>>>>>>>>:$=+,%%+%%+#########################XooX..XXX............", " o#######ooo#######%%%%%=:>>>>>>>>>>>>>>>>$-$=%,%%%%%+##%########################ooXXXOXXX..........", " ##############%%%%,=%=>>>>>>>>>>>>>>>>>>--,,,%%%%%%%#############################OXX#XXX......... ", " ###############%%%,%%-::<>><<><>:*;*:*:=*,=%%%#%##%%#############%################X#XXX.......... ", " ##############%%#%*,*&********&*&&*&&=*%%%%%%####%##%##%#######%%##%############XXX............ ", " ###########%####%++,&*;&&&&*&;;%;%%;%;%%%%%%%%%#%%####%##%##%#%#%%#############XXX............ ", " ##########%##%%+++,**;;;;;;%%%%%%%%%%%%%%%%%%%%%%##%##%##%##%###### X###XX........... ", " ###########%#oo+,+,%%%%%%%%%%%%%%%%%%%%%%%%#%#%%##%#%#########O#X XXXXXXXX........ ", " #########%Xoo.########%%%%%%%%%%%%%%%%%%%%%#%%%%#%##########XXX XXXXXX...... ", " ########XoX#####%###%%%%%%%%%%%%%%%%%%%%##%##%##########XXXX.. ..XXXX..... ", " ###.Xo.######%#%%%%%%%%%%%%%%%%%%%################XXXX.XX. .XXX.... ", " #.X..#######%%%%%%%%%%%%%%%%%%%##############XXXXX.XX.. ..X.. ", " ... ######%%%%%#%%%%#%%%%%%###########XXXXXXXX.XXX. .. ", " .. ############################OXXXXXX.X.XXX. ", " ####### XXXXX.XXX... ", " XX.XX.. ", " X.. "}; xfishtank-3.2.2/src/fishes/fish12b.xpm0000644000000000000000000001235114622622722015746 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish12b_xpm[] = { "100 35 19 1", " c None", ". c #050012020D01", "X c #0B011B032F25", "o c #18022A253025", "O c #10012C252124", "+ c #12023F273D27", "@ c #1D034B493226", "# c #3426656C3025", "$ c #26244C492524", "% c #1A03626B686C", "& c #3426756E696C", "* c #3226796E656C", "= c #22246D6D3E27", "- c #2824736D3A27", "; c #29247B6E574A", ": c #32267B6E3C27", "> c #4448736D2624", ", c #29244F494147", "< c #4C4989904848", " ", " ", " .................. ", " ...XXXXXXXXXXXXXXXoXXX.... ", " ........................XXXXXX... ...... ", " ............XXX.....X...........XXooX... ........ ", " Oo...XOOOXXOXXOXXO..X.X.XX.XX..........XXXXX.... ......... ", " O.OOOOOOOOOOXOOXOX.O..X.X.XX.OX.XXXX..........XXXXX.. ...XXX.... ", " OOOooOoO++O+O+OOOOOXXXXXXXO.XX.OX.o..XXXX.XXX......XXXXX... ....XX.......", " OOOOOooooOoO+++OOOXOOOOXOXXXXOXXXXXXOXXoXXX.XX.X.........XXXXX.. ...XXX........", " XoOoooooooooo+o+++O+O+OO+X+XXOXoX.+.XX.XXXXXXXXX.oX.XX.X...@#$+XXXX... ...XXX..........", " XXOOooooooo+o+o+++o+o+++O++O+O+oX+XXX.O+.+O.XXXXXXoooXXoXoX.X.XOO..... X....XXX............", " .XXOOo++++++++++++++++++++++++++++o++XX++X+O.+X.+.XX.XXXoXXXXoXXXXXXX..XXXXXXXXXX..............", " ..XO+o+++++++++++++++++++++++++++++++++XOOOOXXXOXXO.XX..O..OXXoXXXX.oo.oooXXXXXX.................", " .....O+..++++++++++++++++++++%++++++++O+OOO.+.XoOOO.O+.XO..X.....XX.XXX.XXXX...X...XX.............", " .XXX...O&&..OOOOOOOOOO%%%%%%%%%++++++++O+++++++O++++O++X++.O+.OOXOX.XXXOOXXX..XXXXXXX..XX..........", " .o++++O*..&.%%%%%%%%%%%%%%%%%%==--=======@==@@++@++++++O++X++.++O+OXOXX+O.O+X+++++X................", ".X+++++OO*.&.%%%%%%%%%%%++;;==--:>>>>>>>>>##==@@@++@++++++++++O++++++++++++++++XOOX.................", "......OOOO*OOOOOOOO%++++%==--:>>>>>>>>>>>>>:#=@,%%@%%@+++++++++++++++++++++++++XOOX...XX............", " O+++++++OOO+++++++%%%%%=:>>>>>>>>>>>>>>>>#-#=%,%%%%%@++%++++++++++++++++++++++++OOXX..XXX..........", " ++++++++++++++%%%%,=%=>>>>>>>>>>>>>>>>>>--,,,%%%%%%%+++++++++++++++++++++++++++++oXX..............", " +++++++++++++++%%%,%%-::<>><<><>:*;*:*:=*,=%%%+%++%%+++++++++++++%++++++++++++++++XXXXX...........", " ++++++++++++++%%+%*,*&********&*&&*&&=*%%%%%%++++%++%++%+++++++%%++%++++++++++++XXXXXX..........", " +++++++++++%++++%@@,&*;&&&&*&;;%;%%;%;%%%%%%%%%+%%++++%++%++%+%+%%+++++++++++++XXX..XXXX.......", " ++++++++++%++%%@@@,**;;;;;;%%%%%%%%%%%%%%%%%%%%%%++%++%++%++%++++++ .........XXX.....", " +++++++++++%+O.@,@,%%%%%%%%%%%%%%%%%%%%%%%%+%+%%++%+%+++++++++o+XX.. ........XX....", " +++++++++%+oO.++++++++%%%%%%%%%%%%%%%%%%%%%+%%%%+%++++++++++XXX.. .....XX...", " +++++++++oXX.+++%+++%%%%%%%%%%%%%%%%%%%%++%++%++++++++++XXXX. ........ ", " +++++OOOX.+++%+%%%%%%%%%%%%%%%%%%%++++++++++++++++XXXX. ...... ", " +++.XXOX.+++%%%%%%%%%%%%%%%%%%%++++++++++++++XXXXXX ... ", " ..XXX.++%%%%%+%%%%+%%%%%%+++++++++++XXXXXXXXX ", " .XX.+++++++++++++++++++++++++++oXXXXXXXXX ", " .. +++++++ XXXXXXX ", " ", " "}; xfishtank-3.2.2/src/fishes/fish13a.xpm0000644000000000000000000002437614622622722015760 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish13a_xpm[] = { "116 73 20 1", " c None", ". c #17022C250400", "X c #06000D010100", "o c #170215020400", "O c #1E032B251502", "+ c #3426534A3726", "@ c #696C9992A1B3", "# c #3A27736D7B6E", "$ c #5D4B5B4B3926", "% c #696C746E696C", "& c #21244A481B03", "* c #574A686C2124", "= c #6E6D818F4648", "- c #2F254C490700", "; c #242437260500", ": c #9D939F938B90", "> c #4E495C4B0500", ", c #464844482224", "< c #899084906D6D", "1 c #42482E250700", " . ", " .. ", " .X ", " o. ", " ... ", " .X. ", " .X ", " .XO ", " .X. ", " .XO ", " .X. ", " ++ + .X ", " +@+++++#+++++ .XO ", " +++ +##+O+@++O++++ + .o. ", " +@+++##OXO$#+O.%@++&&++ O.X. ", " +@+.*#+oX+#+oX*%#OX.#+++ + ..oX ", " ++#Oo*#+XO$##o.=#+XX&@++.&++ O.o. ", " $+++++#O.+#+X&###O-+#+XO$%OX.$+++ .oX. ", " $@+O&+#O;+++.+##+o*##Oo+#+Oo*%+&o.+& ..Xo. ", " $:+O&##&-##+&###+.+#+o&+#+X-$#OX.+++ ..Xoo. ", " $#+O&##&-##+O###+>$++O++#+o*++oo+#+O&&& .oXXo ", " $$%++%#&*##&+###&*#++O$#+&-+++o&+#OX;+& .XXXo ", " $$%+&@%+*##&+###&*##&&+#+o&++&&+++o;+++& .XXXXo ", " $@$+%%++##+=##$,$##++##+&+++&++++.+%&oo& .ooXXo ", " $@$+##++#$+$##+*###,###+&+#&++++O*++O.+OO ..XXXXo ", " $@%+##+$#$$$##$+###+###*+##&+#++>+++O+#OOO&&..o.XXo ", " $$$$$%$=======%%$%$$##$+##++##+&++#++++OO,OOoooXXXo ", " $$$$=======*===*=$=======%=%#$#++++#++++&+++Oo.oooXXo ", " $$$%%==**=%$%%$%$$$$$**>*>=$=%%=%%##+$+#+++++Ooo.o.XXo ...... ", " $$$$====%%<%%<<===**====%=$%$++****=%%%%%%####+++O.oooXXo .......... ", " $$$*$==%<====*===%===*%=$=***>>***=$%%====$=%%%%=*+&;.ooXXo ............ ", " $*$====<<=*=<<::<::<<<<<:<<<<%%%%$=**>>*<%%%%%=****+**,.ooXXo ............. ", " $*$**$==<==::=====**********>***=**==%==$$*****==$$,>,++>.oXXo .............. ", " 11,,,*$$$=<==*===<<<<<<<<<<<<<<=%=$%$**>>**==$$+,,>>>*+,,->,.XXX ............. ", " ;oooO11,$$$$====<<<==<==**=>>>***=**=====%%=$**>>****++1>;>,&-1..X .........;-.. ", " Oo...oo11$$,$=<===*===*=*===%===*$***>>>>***====$,,,1>***+,,>>,11;. ;;;........;;.. ", " Oo.XXX.o11,%,$==O*=<<<<=<<<%=<$==$,$,$,,$=:@@%=$>>-**++>11->>,&1>O-O# &;;;;............ ", " 1ooX111X.o1,%,$==%O*==<===<%======$$$$$,,,$<:::%+1>11>-->*+,11->,&>>+# ----;;;..Xooo...;.. ", " 1ooX1XX11Xo11$$*=<>->*>**=+,1111>1>>>->>,1->=$%### -&&--;;....XXXXX.o.. ", " 11oX1XXXX1Xo11$$>*::=O,**$$=**$%$=====%*$$*,*=$*>**>>*>11111,1111>*++*==%%%>>>>>>>->>>>-;;...XXXXXXXXoXX ", " 1111X11XXX1Xo11$$,==%=O***%%%%%$$$$$$*$$,,,,$,=%%$$+,>>>>-->>>>>111>*=%=%%=>>>>>>>-----;;.;ooXXXXXXXXXoXX ", "11111oX1111.XO,1+$,*==$OO=**$$$$$$===**$$$*,,+*$%$==**1>,+,,>>1>>111*===**->>>>>>>>;1;;;;...ooXXXXXXXXXXXX ", "111111XXXooXo1,,+$,===$OO**$**>**********>>1>*****>>**11>>>>>>>1>1OO1>>>>-->>>>11--;;;;;....oXXXXXXXXXXXX ", "111,111oXXooO,11*+>===$OOO$$$$,*$****$***,,1>*$+$=$+$+*11>>>>111>111>*++,,11---;;;1;;;;;;...oXXXXXXXXXXXX ", "111$<%11111111,1++,===$OOO,*$=$=%=$*=*$$,,,,,+*=$%##%$+11111111111111,-&---;;;;-;;;;;;;;;;...oXXXXX ", " 11,%<:%$11,,1,1,$>**=$OO>,,***$$==$=+$$$*,,*+>**+++>*,111,11O1111111-----------;;; ;;;;..oXXXXXXXX ", " 111,<<%%$11>>>$+>*==+OO$,O*>>>$****$==***>**>>**+++++>1>O1-,>11O11;;;1;O--- ;....ooXXXXXXX ", " 11111,<:+11*,$+*==$+OO::O*+$++=$=$$$=$+=+**,>>*$$$$$+,>O11>-,11;.;....X ....oXXXXXXXX ", " 11111,%@$,,>++$**+OO$$$O+%%##%$#$====*****,>>-*+++&-&,11111O1.1..;..XXX ....oXXXXXXXX ", " 11111+%#$,++***&O,11,*O=$$+==$$=**+**>**>>1,,+++&,>,,,,OO.........XXX ...XXXXXXXXX ", " 1111*+#+$===*1*$****,O$#$+*+=+,>,,++,+++&+&++&&&-,11O..O.......XXoX ...XXXXXXXX ", " 1111**************,OO*==$$$+++,&&&&&,,,,++++&&&&,,1;;.;.......XoXX oooXXXXXXX ", " ,,,,,,,,******+,,O,,,*,>&,&&&&,,+&&&&++++++++++++,,OO....XoXXoo ooXXXXXXX ", " ,,,,,O,>*>**>&O&,,+++++&,,,,,,, --,OOo.X.oXXo ooXXXXXX ", " ,,,,,,,,O,&&,&&O+ -----o.XoXXoo ooXXXXXX ", " +&++++++ ----;.o.Xoo.. oXXXXXXX ", " +,==$++&OOO ---;.o.oo... oXXXXXX ", " &+=++..O..o.O ---;.XO;...X XXXX ", " +++&O&+o.....OO ;;O;.....oXX ", " +,++&O.OO.o.OOO&& ;;;;...ooXX ", " ++++O+o.OOOo.OO&& ;;O..ooXX ", " ++&&OO&O..OOOO&O .O...XX ", " ++O&O.OOO.OO&&-&& .... ", " ++O+O.O&&+OO&&-& ", " +++o&.oOO&++&&-& ", " +++.OOoOOO&+ & ", " +++oOOO&&O+ ", " +++.&&&&&&& ", " +++&&&&&& ", " +++&&&&& ", " +&&&&&& ", " &&&& ", " && "}; xfishtank-3.2.2/src/fishes/fish13b.xpm0000644000000000000000000002437614622622722015761 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish13b_xpm[] = { "116 73 20 1", " c None", ". c #17022C250400", "X c #170215020400", "o c #06000D010100", "O c #3426534A3726", "+ c #696C9992A1B3", "@ c #3A27736D7B6E", "# c #1E032B251502", "$ c #5D4B5B4B3926", "% c #574A686C2124", "& c #6E6D818F4648", "* c #21244A481B03", "= c #2F254C490700", "- c #9D939F938B90", "; c #696C746E696C", ": c #464844482224", "> c #4E495C4B0500", ", c #899084906D6D", "< c #242437260500", "1 c #42482E250700", " ", " ", " .. ", " .X. ", " .X. ", " .. ", " .X ", " .X. ", " .Xo. ", " .X. ", " .Xo. ", " OOO O ..X. ", " O+OOoO@ OOO #X. ", " OOO O@@OOo$OOo.OOO O X.oX ", " O+OOX%OOo$@OOo&+OO*oOO .ooX ", " O+OX%OOoO$OOo.&@OO..OOO O .XooX ", " OO@OX%OOo$@@Oo.@@Ooo$+OOoOO #.XoXX ", " $OOO#O@OX%OOo$@@O=&@@Oo$$+Oo$%OO .XooX ", " $-O#*O@OOOO.O$@OO.@@OX.O@OX=%;OOXO* ..ooXX ", " $-O#*@*O@@Ooo@@O.%@OXoOO@Oo%;OOXoOO .oXoX ", " $-O#*@*=@@O#@@@O.%OO#OO@OX%;OOXo*@O*** .XoooX ", " $;OO;@*%@@*O@@@*.%OO#$O@O=OOOOX*O@OXO* .oooXX ", " $;O*+;O%@@*O@@@*.@@**O@@OXOOO*XO@OXOOO* .ooooXX ", " $+$O;;OO@@O&@@$:$@@OOO@O*OOOOO*OO.X;*OX* .XXooX ", " $+$O@@OO@$O$@@O%@@@:@@@O*O@*OOOO##>OOXO## ..ooooX ", " $+;O@@O$@$$$@@$O@@@O@@@%O@@*O@OO#>OOOX@###**..X.ooX ", " $$$$$;$&&&&&&&;;$;$$@@$O@@OO@@O*OO@OOOO##:##XXXoooX ", " $$$$&&&&&&&%&&&%&$&&&&&&&;&;@$@OOOO@OOOO*OOO#X.XXXooX ", " $$$;;&&%%&;$;;$;$$$$$%%>%>&$&;;&;;@@O$O@OOOOO#XX.X.ooX ", " $$$$&&&&;;,;;,,&&&%%&&&&;&$;$OO%%%%&;;;;;;@@@@OOO#.XXXooX ", " $$$%$&&;,&&&&%&&&;&&&%;&$&%%%>>%%%&$;;&&&&$&;;;;&%O*<.XXooX ", " $%$&&&&,,&%&,,--,--,,,,,-,,,,;;;;$&%%>>%,;;;;;&%%%%O%%:.XXooX ", " $%$%%$&&,&&--&&&&&%%%%%%%%%%>%%%&%%&&;&&$$%%%%%&&$$:>:OO>.XooX ...... ", " 11:::%$$$&,&&%&&&,,,,,,,,,,,,,,&;&$;$%%>>%%&&$$O::>>>%O::=>:.ooo ...........", " >>%%%&%%&&&&&;;&$%%>>%%%%OO1><>:*=1..o ..............", " #X...XX11$$:$&,&&&%&&&%&%&&&;&&&%$%%%>>>>%%%&&&&$:::1>%%%O::>>:11<. ................ ", " #X.ooo.X11:;:$&&#%&,,,,&,,,;&,$&&$:$:$::$&-++;&$>>=%%OO>11=>>:*1>#=#@ ................ ", " 1XXo111o.X1:;:$&&;#%&&,&&&,;&&&&&&$$$$$:::$,---;O1>11>==>%O:11=>:*>>O@ <<<.........<=... ", " 1XXo1oo11oX11$$%&,,#%%%%%%%%%$%%%%%%%%%%>>=>%>%%&O:1111>1>>>=>>:1=>&$;@@@ ===*<<<<........<<... ", " 11Xo1oooo1oX11$$>%--&#:%%$$&%%$;$&&&&&;%$$%:%&$%>%%>>%>11111:1111>%OO%&&;;;>>>>>> =**===<<<............. ", " 1111o11ooo1oX11$$:&&;&#%%%;;;;;$$$$$$%$$::::$:&;;$$O:>>>>==>>>>>111>%&;&;;&>>>>>>>>=>>>>=<<<<....oXXX...<.. ", "11111Xo1111.o#:1O$:%&&$#%&%%$$$$$$&&&%%$$$%::O%$;$&&%%1>:O::>>1>>111%&&&%%=>>>>>>>>=====<<.<...oooooooo.X.. ", "111111oooXXoX1::O$:&&&$##%%$%%>%%%%%%%%%%>>1>%%%%%>>%%11>>>>>>>1>1##1>>>>==>>>>11==<1<<<<...XXoooooooooXoo ", "111:111XooXX#:11%O>&&&$O#%$$$$:%$%%%%$%%%::1>%$O$&$O$O%11>>>>111>111>%OO::11===<<<1<<<<<....XXoooooooooooo ", "111$,;11111111:1OO:&&&$##::%$&$&;&$%&%$$:::::O%&$;@@;$O11111111111111:=*===<<<<=<<<<<<<<<...Xoooooooooooo ", " 11:;,-;$11::1:1:$>%%&$#1>::%%%$$&&$&O$$$%::%O>%%OOO>%:111:11#1111111===========<<<<<<<<<<...Xooooo oo ", " 111:,,;;$11>>>$O>%&&O#:$:#%>>>$%%%%$&&%%%>%%>>%%OOOOO>1>#1=:>11#11<<<1<#=== <<<<..Xooooooo ", " 11111:,-O11%:$O%&&$O#,--#%O$OO&$&$$$&$O&O%%:>>%$$$$$O:>#11>=:11<.<....o <....XXooooooo ", " 11111:;+$::>OO$%%O#1$$$#O;;@@;$@$&&&&%%%%%:>>=%OOO*=*:11111#1.1..<..ooo ....Xoooooooo ", " 11111O;@$:OO%%%*#:11:%#&$$O&&$$&%%O%%>%%>>1::OOO*:>::::##.........ooo ....Xooooooo ", " 1111%O@O$&&&%1%$%%%%:#$@$O%O&O:>::OO:OOO*O*OO***=:11#..#.......ooXoX ...oooooooo ", " 1111%%%%%%%%%%%%%%:##%&&$$$OOO:*****::::OOOO****::1<<.<.......oXoo ...ooooooo ", " ::::::::%%%%%%O::#:::%:>*:****::O****OOOOOOOOOOOO::##....ooooXXX .XXXooooo ", " :::::#:>%>%%>*#*::OOOOO*::::::: ==:##X.oo.ooXX XXXoooooo ", " ::::::::#:**:**#O =====X.oo.oXX XXXooooo ", " O*OOOOOO.... ===<...o.X... XXXoooo ", " :&&$OO*##X.... ==<...o..... XXooooo ", " *O&OO..#..X.#... ==<..#<...oo Xoooo ", " OO*#*OX....X##=== <#<.....Xoo oooo ", " :OO*#.##.X.###*#== <<<...XXoo oo ", " OOO#XX.####.##**== <#..XXoo ", " OOO##X#..O###*#=== #...oo ", " OOO#.X##.O *=*== ... ", " OOO#X###OO ", " OOO.X####O** ", " OOO##X####O** ", " OO*###**#O** ", " O****#**** ", " ******* ", " ****** ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish14a.xpm0000644000000000000000000001374714622622722015761 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish14a_xpm[] = { "78 54 18 1", " c None", ". c #C3D798920D01", "X c #BCB6A9B4666C", "o c #97929B92646C", "O c #859097923326", "+ c #5E4B766EB1B5", "@ c #DADAB9B60E01", "# c #796E7A6E766E", "$ c #808FA6B47C6F", "% c #4548616B5E4B", "& c #4A486B6D7B6E", "* c #808FA7B4A2B3", "= c #BEB7B9B69792", "- c #636C8890564A", "; c #BCB6A1B39091", ": c #776E5E4B2F25", "> c #2E2529242A25", ", c #46485C4B1502", " .........XXXXXXX ", " oooooO.....X....XXXXXXXXXXXXXXXX .+.+.+.oo", " ooo...........X.X.X.XXXX@XXXXX@XXXXXXXXXXX...#+....ooo ", " o$o.@@@....XXXXXXXXXXX..XXXXXXXXXXXXX@XXXXX..X...o#.ooo ", " oX@@@@@..XoXooOooXXXooXXXXoXXXXXXXXXXXXXXooXXX.......oo ", " oO@..@.XXXoXoooOoXoooXoXX.XXXXXXXXooXXoXXoooooOO.....o ", " %&++$oooooooooooooooooXoXXXXXXXXXXXXXXXXXXoooooOOO.Ooo ", " %%%%+++$$$$ooooooooooooX.oooXXXXXXXXXXoXXXoXooooOOO#++ ", " %%%%%++*$$$$oooooooo$oooXoXXoXXXXXXXoXXooXXXXoooOO.++ ", " &%%%+++*$$o$oo$ooo$o$ooXoooXoXXXXXXXXXXXXXoXXXooOO#= X ", " +++++++*$$*ooooo$o$$XooooXXXXo$XXXooXXXXXXXXXXoooO-+ X ", " --$$$$$$$$$XoXX$oooooXoooXoXXXXoXXXXXXXXXXXXXXXXooO#* .X ", " O-ooooo$$$$XXo;o$oXoooooooXXXXXXXXXXXXXXXXXXX;XoooO#= .X. ", " -Ooo-o$$$o*;XX;$oo$oo$oooooXooXXXXXoXXXXXXXXXXXXXooO&+ .X ", " --O--$$o$$$$o;X;oXo$ooooXo$XXooXXoXXXXXXXXXXXXXXXXXo-%+ .X. ", " o--O-Oo$o$$$$oXX$$$$o$$ooooooXoXXXXXXXXXXXXXXXXXXXXXXO&+ @.X. ", " o---+++oXo$ooX;*$$$$$oooooXXXXXXXXXXoXXXXXXXXXXXXXXXXXo-++ @@... ", " $--OOooo#@XX.X;X*$o$$X*$XXXXXooXoXXXXXXXoXoXXXXXXXXXXXXO-++ @@@... ", " $-OO@@:>OX.@XX..X+***$$ooX@@@XXoXXXXXXXXXXXXXXXXXXXXXXXX.O++ @@@@... ", " =O..@@.,>.@@..X.o+++*+*ooo..@X@XXXoXXXXXXXXXXXXXXXXXXXXXXX.OoX@@@@.... ", " ..@@@@Xo.XX@..o#++++++*oX..X.@@@XXXX;XXXXXXXXXXXXXXXXXXXXX.O..@@@@.... ", " -.@@@@@@@o$X@@@..#++#o*+$oO...X@X@XXXXXXXXoXXoXXXXXXXXXXXXX.X...@@@..... ", " *-.@@@@@@@@@@@@@@oo++#.o*+X.....XX@@XXXXXXXXXXXXXXXXXXXXXXXX.....@@@..... ", " ++*X@@@@@@@.@@@@@X..#++..$#....@.X@X@X;XXXXXXXXXXXXXXXXXXXXXXX....@@@..... ", ";**;X.@@@@@...@.@.X...++o@.+.......X@@$XXXXXXXXXXXXXXXXXXXXXXX@@...@@@.... ", "::O.X.@.@@....@@@@X...o++@.o.....X.XX@XoXXoXXXXXXXXXXXXXXXXXXXX....@@@..... ", "-:,:XX@@@.......@.X....##@.........@@$XXXXXoX;oXXXXXXXXXXXXXXXX....@@@..... ", " ::O;o.@......@@..o....+.@........O.@ooXoXoXXXXoXXXXXXXXXXXXXXX....@@@..... ", " %#$;o................oo.:,:....OO.XXooooXoXoXoXoXXXXXXXXXXXXXX.OO.@@@@.... ", " #*$$$$ooX.......X...o#O:>>>:..OoOO@o$ooo$oooXXoooXXXXXXXXXXXXXXOO.@@@@.... ", " $*$*$oooX.......@@.#O%>%%,>.OOOOOo*o$oooooo$X$XoXXXXXXXXXXXXXO#+ @@@.... ", " -$$$$oOO........o..&>%%%>:OO-OOo$##o$ooo$o$o$oXoXoXXoXXoXoo-&+* @@... ", " $--$$ooOO...o#oO...#%>>%>::---#o$$ooo#o$oooooooXXX$XXXXoXX--%+* @@... ", " $-------OO#++#+#o.o&>>>>::---#$#o##o$$o$oooooooooXo$Xoooo-,%&* @.X. ", " ;-$--#&#OO-::-OOOO#++%,O:-:-###+#o##o$$o$o$ooXoooXXooooo:,>%+ ..X ", " ;------OOOOOOOOOOO-&+-::%%#&&#&##o##o#$o$ooooooooooooo-:,,&+ .X. ", " $+++++##--OoOOO---OOO-:%%&&###&&###oo####o$ooooooooooO-:,,&+ .X. ", " ++++&##---$$------O--&&%&&&&&-##&#o####o$oooooooooooO:,,,%+ ..X ", " &++####$$$$--------&&&&&&&&&%&&&&#####oo$$ooo$ooo--O:,,,,+ .X ", " +&####$#-#---&-&&&&%%%%%%%%%%%&&##-####ooooooo---::,,,,,&+ X ", " #-&-----------&&&%%%%%%%%%%%%%%%%--#-oo-#--#---:::,,,,>,+ X ", " #-----------&&&&%%%%%%%%%%%%%%%%%--##O-------::::,,>>,>%+ ", " -%---------&%%%%%%%%%%%%%%%%%:%%------::-::::,,,,>,,,>%+ ", " --%-------%%%%%%%%%%,%%%%%,,%,%%%--:::::,,,,,,,,,,>>>>,&+ ", " -#-%:---%%--:::O-:::,,,,,,,,,,:%:,:,,,,,,,>>,,,,>,>>>,+#+ ", " ---:O.@@@@@....OO::,,,,,,,,,,,,,,,,,>>>>>>>>>>>>>>,,#++ ", " .:.@@@@@@@@...O:,,,,,,,,,>,,>>>>>>>>>>>>>>>>>,,:::..X ", " .o.@@@@@@@@@@.O,>>>>%>>>>>>>>>>>>>>>,>%%%%%:::::+.X ", " .X.@@@@@@@@@.O. +++++******++++==+++%%%%%++++++ ", " .X..@@..@..o ", " ...... ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish14b.xpm0000644000000000000000000001374714622622722015762 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish14b_xpm[] = { "78 54 18 1", " c None", ". c #C3D798920D01", "X c #BCB6A9B4666C", "o c #97929B92646C", "O c #859097923326", "+ c #DADAB9B60E01", "@ c #5E4B766EB1B5", "# c #808FA6B47C6F", "$ c #4548616B5E4B", "% c #4A486B6D7B6E", "& c #796E7A6E766E", "* c #808FA7B4A2B3", "= c #BEB7B9B69792", "- c #636C8890564A", "; c #BCB6A1B39091", ": c #776E5E4B2F25", "> c #2E2529242A25", ", c #46485C4B1502", " .........XXXXXXX ", " oooooO.....X....XXXXXXXXXXXXXXXX..... ", " ooo...........X.X.X.XXXX+XXXXX+XXXXXXXXXXX....@.@.@ ", " o#o.+++....XXXXXXXXXXX..XXXXXXXXXXXXX+XXXXX..X.X....... ", " oX+++++..XoXooOooXXXooXXXXoXXXXXXXXXXXXXXooXXXX.X....o.ooo ", " oO+..+.XXXoXoooOoXoooXoXX.XXXXXXXXooXXoXXoooooOO......oo ", " $%@@#oooooooooooooooooXoXXXXXXXXXXXXXXXXXXoooooOOO.Oooo ", " $$$$@@@####ooooooooooooX.oooXXXXXXXXXXoXXXoXooooOOO&@@ ", " $$$$$@@*####oooooooo#oooXoXXoXXXXXXXoXXooXXXXoooOO.@@ ", " %$$$@@@*##o#oo#ooo#o#ooXoooXoXXXXXXXXXXXXXoXXXooOO&= ", " @@@@@@@*##*ooooo#o##XooooXXXXo#XXXooXXXXXXXXXXoooO-@ ", " --#########XoXX#oooooXoooXoXXXXoXXXXXXXXXXXXXXXXooO&* ", " O-ooooo####XXo;o#oXoooooooXXXXXXXXXXXXXXXXXXX;XoooO&= ", " -Ooo-o###o*;XX;#oo#oo#oooooXooXXXXXoXXXXXXXXXXXXXooO%@ ", " --O--##o####o;X;oXo#ooooXo#XXooXXoXXXXXXXXXXXXXXXXXo-$@ .. ", " o--O-Oo#o####oXX####o##ooooooXoXXXXXXXXXXXXXXXXXXXXXXO%@ X.X ", " o---@@@oXo#ooX;*#####oooooXXXXXXXXXXoXXXXXXXXXXXXXXXXXo-@@ X...X ", " #--OOooo&+XX.X;X@#o##X*#XXXXXooXoXXXXXXXoXoXXXXXXXXXXXXO-@@ X.... ", " #-OO++:>OX.+XX..X@***##ooXXXXXXoXXXXXXXXXXXXXXXXXXXXXXXX.O@@ +++...X ", " =O..++.,>.++..X&o@@@@@*ooo+XXXXXXXoXXXXXXXXXXXXXXXXXXXXXXX.OoX++++...X ", " ..++++Xo.XX+..o&@@@@@@*oX..+XXXXXXXX;XXXXXXXXXXXXXXXXXXXXX.O..++++.... ", " -.+++++++o#X+++..&@@&o*@#oO...+XXXXXXXXXXXoXXoXXXXXXXXXXXXX.X...+++.... ", " *-.++++++++++++++oo@@&.o@@X....+XXX;XXXXXXXXXXXXXXXXXXXXXXXX.....+++.... ", " @@*X+++++++.+++++X..&@@&.#&....++XXXXX;XXXXXXXXXXXXXXXXXXXXXXX....+++.... ", ";**;X.+++++...+.+.X...@@o+.@.....+XXXX#XXXXXXXXXXXXXXXXXXXXXXX++...++..... ", "::O.X.+.++....++++X...o@@+.o.....+XXXoXoXXoXXXXXXXXXXXXXXXXXXXX....+++.... ", "-:,:XX+++.......+.X...&&&+.......+XXX#XXXXXoX;oXXXXXXXXXXXXXXXX....+++.... ", " ::O;o.+......++..o....@.+.......+XXXooXoXoXXXXoXXXXXXXXXXXXXXX....+++..... ", " $&#;o................oo.:,:....OXXXXooooXoXoXoXoXXXXXXXXXXXXXX.OO.+++..... ", " &*####ooX.......X...o&O:>>>:..O+OXoo#ooo#oooXXoooXXXXXXXXXXXXXXOO.++++.... ", " #*#*#oooX.......++.&O$>$$,>.OOOXXo*o#oooooo#X#XoXXXXXXXXXXXXXO&@ +++.... ", " -####oOO........o..%>$$$>:OO-OXo#&&o#ooo#o#o#oXoXoXXoXXoXoo-%@* +..XX ", " #--##ooOO...o&oO...&$>>$>::---&o##ooo&o#oooooooXXX#XXXXoXX--$@* ..X.. ", " #-------OO&@@&@&o.o%>>>>::---&#&o&&o##o#oooooooooXo#Xoooo-,$%* XX.X ", " ;-#--&%&OO-::-OOOO&@@$,O:-:-&&&@&o&&o##o#o#ooXoooXXooooo:,>$@ ..X ", " ;------OOOOOOOOOOO-%@-::$$&%%&%&&o&&o&#o#ooooooooooooo-:,,%@ X.X ", " #@@@@@&&--OoOOO---OOO-:$$%%&&&%%&&&oo&&&&o#ooooooooooO-:,,%@ X.X ", " @@@@%&&---##------O--%%$%%%%%-&&%&o&&&&o#oooooooooooO:,,,$@ ", " %@@&&&&####--------%%%%%%%%%$%%%%&&&&&oo##ooo#ooo--O:,,,,@ ", " @%&&&&#&-&---%-%%%%$$$$$$$$$$$%%&&-&&&&ooooooo---::,,,,,%@ ", " &-%-----------%%%$$$$$$$$$$$$$$$$--&-oo-&--&---:::,,,,>,@ ", " &-----------%%%%$$$$$$$$$$$$$$$$$--&&O-------::::,,>>,>$@ ", " -$---------%$$$$$$$$$$$$$$$$$:$$------::-::::,,,,>,,,>$@ ", " --$-------$$$$$$$$$$,$$$$$,,$,$$$--:::::,,,,,,,,,,>>>>,%@ ", " -&-$:---$$--:::O-:::,,,,,,,,,,:$:,:,,,,,,,>>,,,,>,>>>,,&@@ ", " ---:O.+++++....OO::,,,,,,,,,,,,,,,,,>>>>>>>>>>>>>>,,::.X ", " .:.++++++++...O:,,,,,,,,,>,,>>>>>>>>>>>>>>>>>,,:::..X ", " ...o++++++++.. ,>>>>$>>>>>>>>>>>>>>>,>$$$$$%%%&@@@ ", " ...+++++++++. @@@@@******@@@@==@@@ ", " ...++++++++.. ", " ...+++++++... ", " ....+++++... ", " .....++... ", " ..... "}; xfishtank-3.2.2/src/fishes/fish15a.xpm0000644000000000000000000001041214622622722015744 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish15a_xpm[] = { "64 41 17 1", " c None", ". c #8AA2BE", "X c #51ABCF", "o c #477CA5", "O c #54A1A0", "+ c #98AF7E", "@ c #528C73", "# c #869344", "$ c #5A8246", "% c #534C2C", "& c #5A649A", "* c #9ACDC6", "= c #D0D9C7", "- c #CDC98A", "; c #BEB034", ": c #C7BB64", "> c #1C2815", " ", " .XXXXX.XXX..XXXX.XoXXXXXXo ", " XX...X.XXoo....O..+oOOOo@@@+#$%%$%&&o ", " XX.......X..*oXXXXXXX++O@OOo@@&&&#&XXX@$#$# ", " +=......oX..XXXX.*++@+oXXXXXXXX@&oo%X&&& ", " +--=**....X..XX.*=**=+XXo*+##@X@$X&oo%X& ", " -;:;-*+..o..*XX=.-==+XXX*+=+-@X+#X%%&>&X ", " :;;;:-+*..o.*XX===-=XXX==--+-+X+##X%X&%%X ", " ;:-;-;;--+....Xo====.XX=--:+--+X--#X%%X%%%X ", " ;#--;;;;-++...Xo====.XX------;-X+-::X%X%>>>X ", " ##::;;;++++..Xo-+==XX.----=---X=--;X+%X%>>%X ", " oO++#:+#oo+..Xo---=XX---=-:--.X.--:#X@X%%%>>X ", " oOoO@+++oXXo..X+:++Xo--------XX*--::X:$X%%>>>X ", " ooooooo+@+X;-X+..+-oX*-------XX=-;:--X++$X>X>>>X ", " X@oooooo+oX-;Xo.ooXX-;---:-.X.-:;-;-+X:-X%%X>>X ... ", " o$--oooooo+oXXo.oooo---:--.XX-;:--::;X+:X%%X>>>X ..*... ", " %$->>-%ooooo+oo.oo;;+-----XX=-:----;;X+::X%%X%>%X ****.**. ", " ooX%->>-X@$@oo$..o;;$;;-;+XX.:-:---:;-X-:+:X%X%X%> ===*.*... ", " @@o#X%--$oXX&$X#$o;;$;;;oXXX:--::-:;:XX*:--X@+X%X%%%====*****. ", " >>o@$X%$@#$$XXX%#;;$;;$;*;:;:-:;--:XX*;--:+X##X%X%%%===***.... ", " ==>oo@XX@o&@##X%;;$;;$;;-+:;;::;;XX*;:;;:;X;#X%%X>%#====*****. ", " @@=>ooooXXXo&X%%;;;$$;$$;--;:;+XXX-;;:;:;X::;X%>X%%====***...# ", " $@=@ooooooXXX;X;;;;;;;;--OXXXX*--::+:;;Xo-#$X%X>%%=****.****# ", " &&&oooo@o&$X;%X;;;;$oooXXo+;#;;-;-:;;X.;;#X%%X>>>******..X#$ ", " >%&o@o&o&@X%%%X###$$-+##::;:--:-;;XXO;##X%%>>>$>O....O.*O# ", " &&%&o&&%&X%%X%######:-##-;;:OXXX-;##$X%%%>>oo @@@@@@@# ", " >%>>&&&&@X%%%#XXXXXXXXXXXXXX:--###@X$%X%%%oX %$@$$ ", " &>%>%%%&&X%%$#$##+###@+##::;#$##OX%%X%%>>&o $$$ ", " %%%%%%%#$#@XXX@$$$#$###::####oXX$$X%%%%&%X ", " >>%%%%%%$$$%@XXXXXXXXXXXXXXXX#$$X@$%%%X$o ", " >>%%%%%%%%X$%@$$$$&@@@@###$$$$X$%@%X%X%o ", " >%&%%%%%%XXXXXX%$%$$$%$%&XXX&$&%X&XoX ", " &X$>%%%%%%>>%>XXXXXXXXXX$$$$$&XX%X$o ", " &X;#;X; >>>%>%%%%$$$@@$$$$X@&X#o ", " &XX;o;@ >%%%$$#$$$$%%&oX#$X&X ", " &XX:X+ #%Xo$$#$$XXXX&XX#o ", " &X;#X oXoXoX@+$###Xo ", " &#; XoXoXo ", " &; ", " $ ", " "}; xfishtank-3.2.2/src/fishes/fish15b.xpm0000644000000000000000000001041214622622722015745 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish15b_xpm[] = { "64 41 17 1", " c None", ". c #8AA2BE", "X c #51ABCF", "o c #477CA5", "O c #5A8246", "+ c #54A1A0", "@ c #98AF7E", "# c #528C73", "$ c #869344", "% c #534C2C", "& c #5A649A", "* c #9ACDC6", "= c #D0D9C7", "- c #CDC98A", "; c #BEB034", ": c #C7BB64", "> c #1C2815", " ", " .XXXXX.XXX..X..X.XooXooXXoOOOOOoo ", " XX...X.XXoo....+..@o+++o###@$O%%O%&&oOO ", " XX.......X..*oXXXXXXX@@+#++o##&&&$&XXX#O$O$ ", " @=......oX..XXXX.*@@#@oXXXXXXXX#&oo%X&&& ", " @--=**....X..XX.*=**=@XXo*@$$#X#OX&oo%X& ", " -;:;-*@..o..*XX=.-==@XXX*@=@-#X@$X%%&>&X ", " :;;;:-@*..o.*XX===-=XXX==--@-@X@$$X%X&%%X ", " ;:-;-;;--@....Xo====.XX=--:@--@X--$X%%X%%%X ", " ;$--;;;;-@@...Xo====.XX------;-X@-::X%X%>>>X ", " $$::;;;@@@@..Xo-@==XX.----=---X=--;X@%X%>>%X ", " o+@@$:@$oo@..Xo---=XX---=-:--.X.--:$X#X%%%>>X ", " o+o+#@@@oXXo..X@:@@Xo--------XX*--::X:OX%%>>>X ", " ooooooo@#@X;-X@..@-oX*-------XX=-;:--X@@OX>X>>>X ", " X#oooooo@oX-;Xo.ooXX-;---:-.X.-:;-;-@X:-X%%X>>X ", " oO--oooooo@oXXo.oooX---:--.XX-;:--::;X@:X%%X>>>X .*.. ", " %O->>-%ooooo@oo.oo-X------XX=-:----;;X@::X%%X%>%X ****.** ", " ooX%->>-X#O#ooO..o--X---;@XX.:-:---:;-X-:@:X%X%X%> ===*.*.. ", " ##o$X%--OoXX&OX$Oo;;O;--oXXX:--::-:;:XX*:--X#@X%X%%%====*****. ", " >>o#OX%O#$OOXXX%$;OO;;OXX;:;:-:;--:XX*;--:@X$$X%X%%%===***.... ", " ==>oo#XX#o&#$$X%;;;;OOX--@:;;::;;XX*;:;;:;X;$X%%X>%$====*****. ", " ##=>ooooXXXo&X%%;OOO;;O----;:;@XXX-;;:;:;X::;X%>X%%====***.... ", " O#=#ooooooXXX;X;;;;O;----+XXXX*--::@:;;Xo-$OX%X>%%=****.****$ ", " &&&oooo#o&OX;%X;;;;;ooXXXo@;$;;-;-:;;X.;;$X%%X>>>******....O ", " >%&o#o&o&#X%%%X$$$OO-@$$::;:--:-;;XX+;$$X%%>>>O>+...**.##$ ", " &&%&o&&%&X%%X%$$$$$$:-$$-;;:+XXX-;$$OX%%%>>oo #######$ ", " >%>>&&&&#X%%%$XXXXXXXXXXXXXX:--$$$#XO%X%%%oX %O#OO ", " &>%>%%%&&X%%O$O$$@$$$#@$$::;$O$$+X%%X%%>>&o OOO ", " %%%%%%%$O$#XXX#OOO$O$$$::$$$$oXXOOX%%%%&%X ", " >>%%%%%%OOO%#XXXXXXXXXXXXXXXX$OOX#O%%%XOo ", " >>%%%%%%%%XO%#OOOO&####$$$OOOOXO%#%X%X%X ", " >%&%%%%%%XXXXXX%O%OOO%O%&XXX&O&%X&Xoo ", " &XO>%%%%%%>>%>XXXXXXXXXXOOOOO&XX%XOX ", " &X;$;X; >>>%>%%%%OOO##OOOOX#&X$o ", " &XX;o;# >%%%OO$OOOO%%&oX$OX&X ", " &XX:X@X $%XoXoXoXXXXX&XX$o ", " &X;$$; oXoXoXoX ", " &&&;O ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish16a.xpm0000644000000000000000000002527714622622722015764 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish16a_xpm[] = { "118 76 17 1", " c None", ". c #776EA5B4CDD8", "X c #39269B92CBD8", "o c #554A818FA0B3", "O c #9992C4D7C5D7", "+ c #9C92B8B6A1B3", "@ c #C9D8CFD98D91", "# c #DCDAE0FBDEDA", "$ c #C0D7B1B56B6D", "% c #4147796E9A92", "& c #7B6E91915B4B", "* c #7E6F808F3226", "= c #544A7A6E5C4B", "- c #3B274748544A", "; c #302534261E03", ": c #B3B5ADB53726", "> c #A5B49A921C03", " ", " .Xo..XXXX.XXXXXXX..XX .X.XX.XX...XX..o.XX ", " ..XX.X.XX.OOO+O..++++@+O.O.#O@@OO+@@O+@$ooo%+oXX%%%%XoX.X ", " oo.XXO.O.........X.XXX......++oo.++++++$+$&$$$$&*&$&$&**&===--%oXX ", " oXX..+.OO+OO.OOX....o.o+O+.....oooo....oXoXoo%ooo%o%=%%%==&*;&**&&=-o%X. ", " %o..+.+O+O#.O.++.X..O+O+OooXXX.o......O.oo++oooooooo+===;--;;;=-%======-==*&**& ", " XXoOOOO+.+++o.o....++.OOo.X.XXX+++++o+++++++ooooo.oo==%==o%-=o=;&;ooXo o===&&& ", " ++++O++@++.O.oO....+++Oo.X.X.X.+++++++++++..XXX.Xoooo%%oo%===%=%o&;X% ", " ++@@#+++++++++......o+O.XXX..OO++O++O@++@oXXX.oO@++&&&=o%===%=-;;;-;;% ", " +@$$@#@@++O++++O+oo.O+OO..X..+++@+@+@+@@+.XXXo.+@@+&++ooXXo==X===o;--;;X ", " @$@$@$@@@@++++O++.ooO++.oXX..O+@@@+@@@+++.XXX.+@+@@@$$ooX%+&*=%=-o-;;-;;X ", " +@$$$$@$$@@++++++O...OO++XXX.#@@@+@#@@@+.X...O+@@@+@@@:+XX%+&==oo=-;;-;-;;% ", " &@$$$$$$$$$@+++++++.%O++.o...@@@@@@@@@+.XXXX.@@@@@+O@@@@XXo@&===X==o-;;;-;;X ", " o@$$$:$$$$$@@@@++++...+OOoXX.@@@@@@$@@..XX.o@@@$@@@$@@$@.Xo@+&&&=X==o-;;;-;;o ", " $+$$$$$$$$$$$$@++++++o++oXXX#@@@@@@@@+XX..O@@@@@@$@@@@$@X..$+$&>+X%==o=;;;;;;- ", " &+$$$$$::$$$$$$@+++o++.&+XXo.@@@$@@@@+X.X.+@@@@@@@$@@$@$oXX@@+++>=Xo==X-;;;;;;o ", " =>:::$:::$:$$$@$+++++o+++%X..@@+@$#@@.XXX.$@$@$$@@$$@$$@+..+$@++$&o%=;;X;;;;;;;o ", " =+:+$:$:$:$::$@@@++$+++++oXoO@@@@@@@+XX..O@+@@$@@@@@$@$@.XX+$@@:++oX==--%;;;;;;;% ", " %&$$$:::$>:$:$$@@+++$++++ooXO@@++@@@+..XX@@@@@@@$@@$$@@@+X.+$$+@@:oX%&*=%%-;;;;;;% ", " o=++>$@$:@$:::+$$++&+++o++oX%@@+@@@@+X.XO@@@@@@@$@@@@$@@..X.@@@>$:$X%$===X;;-;;;;;X ", " o==o++++:$:::>@@+=o++o.oo$X.o$@@@@@@X.X.@@$@@@@@@$@@@@$@.X.@@$$@$:$oX+&=*;%-;-;;;;;o ", " %%%o++++++++::$+ooXo==+ooo%XX+@+@@@+.XX.+#@@@@@@@@$$$@@..XXO$@+@@:$oXo*&*=o-;;-;;;;;X ", " %%o+ooo+=&&&+++&XXoXoooo=ooo+@@$+@@.XX.@@$@@@@@@$@$$+..XX.+$$@$$@$@XX$>*=-X-;;-;;;;;o ", " =%=ooo%ooooo=&=&=oXo$oXooooXX+++@@+.XXX+@$@@@@$@@@@$@+..X.@@$@$$@$::XX++**-o-;;-;;;;;- ", " %%%%%o%%o%%ooooo==%$$$$Xoo%%X%++@@+o.X.@@@$$$@@@@@@$@.XXo+$@$$$$@@@@@X++$&*XX;;;-;;;;;- ", " %=%oo%%%o%%%oo%oo==%X$$oXo==%%++@@+XXXo@@@@@$@@@$@$@OXX.X$@@@$$@:@@$$.o$+=&=X-;;-%;;;;;o ... ", " -o%==o%%oooo%%%%ooo=%XooXo%oo%++++o.Xo@@$$$$@$$$$$@+XXX.@$@@$@:$$$$:@.X++++&%%--;o;;;;;;% ...o+.. ", " Xo---=%%%o%%%%%%o%oo==oXXoo%oo%+::o.X.$$@@$$@@$@:$+XXX.+$$$$$$:@@$$$:oXo@$+>&.=-;---;;;;;X o.OO...O.. ", " oXo-==@##=o%%%%%%oo%===o%==%=o&::&ooo@@@@@@$$$@$@.XXX#@@$@$$$$@@@$@$@XX++++>.o;;;%;;;;;;;o OO+OOO..OO. ", " =*oX=@-;-=--%%o%%%%%=o===%%oooo::::o+$$$+@:@@$$$o.XX.#@$@$$$$$@@$@$$&XX.@@+>$Xo=;;o;;;;;;- OOOOOOOO.....O ", " %;;*o=@=;;-@=%o%%o%%ooo%=%=o%%o:>>:&:$@@@$@$@:$..XX.@$$$@@@$$$$$$$$$.XX@$+@$>oX&*--;;;;;;;% #O#O#OOOOOOOOOOO. ", " =oXo$&;;#-;;;#=&====%o%o%=====o%>::;>>:>@+$@$$@...X.+$@@$$$@$@$$$$$:@..X+:@@@:$X%*==%;;;;;;; +##O#OOO+OOOOOOOO. ", " %%&ooXXo*;-;@##;-ooo**=o-=%-&%o%o:::::$:>:@:@$@..X.X.$@$$@@$$$$@$$$:$$.X.@$$@$+:oX+*&=o;;;;;;- %=@######...O.OOOOOO ", " o==o;&oXXo;;;;-=%XXXX%o==*X&*==%+::;>::::>:+Xo.XX.O$$$$$:$$$$$$$$$@$o.X.$@$>$$:*.=&&*=o;-o;;;;;;######O##O+OOOOOOOO ", " -=oo;&*=oXXoo;;*ooo=oXXooo%**===:::>>>;::::..XoO@$$@$$$$$@@$:$$$$$+XXX.$$::$@$$oX$&&;.=;-o;--;;$#######OOO#OOOO+OOO ", " +;=o.-==;*;oXXoo;*;;&;*oXX%%**=o$>;:>;>:>>::..o@@$@:$@@$@$$$$$$$$@.XXX+$$$$$::$oX%$&>=o=;;o;;;;;+##@##OOOOOOOOOOOOOO ", " ;++=%==%o===*&oXXo;******o%=*&&&:;>>:::>;&::$:+$$+$$$$$$$$$$$$+..XX.+$$$$@::@$+.o$>**o==;;%;;;;;@######O#O#OOOOO+OOO ", " ;&++++o=%oo%====oXoo*==&&oX=*>+;>::;>$:&::::$$:@:$$$@$$$:$$$@+..X.+$$$$$$$:$$:.o$$*>=o=;;;%;;;;;##O#######OOOOOO+O.O ", " ;-====o=%o%o%oo===XXXoo*&oX;*;;:::;>>:;::;:::$@$:$$$$::$$$@+..Xo+$$$$$$$$$$::.X=:+:*%=-;;%o;;;;$##O##O##OO#OOOOOOO. ", " ;;;-=o%%oo%%o%%%=;=ooXo>oX;&;::;;:::;::::::@$$@$$$$::$$o..XXX@$@$$@$$$$$:$:..O$+>:=.==;;%-;;;;####O##OOOOOOOOOO.O. ", " ;;-=%o%o%%%%%%oo*===oXooX;%;:;:::;;:>;>:::@@:$$::+oo..XX..@$$$$@$$$$$$:$:oXX$>&>:oo*&;=%;;;;;####O##OOOOOOOOO+... ", " ;-====%%%o%%%o%o%%*;oXX=*o;;;>;;>:;;>::::+@o=oooXXXXXoO@$$@@$$@$$@$+::$=.o$&>*>=X===;o;;;;;;O####O@OOOOOOOO.... ", " ;;=--%oo%%%%o-%%%==oX%::XXoX;:;;;:=>==ooXXXXo.XXo%$>:$$$$@:$$$+:::::+XX.$>>&>=X=;;;=-;;;;;;O#OOO+OOO.OOOOO.O@O ", " ;;;;==oooo%o=%o%%=o%*&=*=%Xo;;::>*&;%X%oXo.+@@+@$$:::@::::$@@@:$$$oXXo$>>>>&o%-=-;%;;;;;;;OOOOOO+O+O+OO..o>O@ ", " ;;;;=-o%oo%-%%%o%%=*;;;;=%X=:;;;;;:++>+@+&$@$@+$$@:$@$$$$:@$:::+XXXo+:>>&*oX=;;;-;;;;;;;=+O+O+.++..+OO.oo>@@ ", " ;;;;----=o-=---=%XX-;;;=*XX*:::::&$&++>::>:+@+@$$+$@$:$::$+oXX..+@>>>*>=X%=;;;;;;;%;;% -=+oooooooooooo=>@ ", " ;;;;---=o%--=*==-%X%-;=;%X=:*::&:+>++>>>&:>$:$++>+>:>@=oXoXXX.$>++>&**oo=;;;-;;;;%;;% ===========o==&= ", " ;;;;;;;%%oo-;;;;-oXX;;;%%&*=======&&@>>>++@::>>$=oooXXXXXo++@:::>&&=X%=-;-%-;;;;%-;% ============= ", " ;;;;;;;;-------===%X;===&*==%%XX%XXXXoXoo%%XXXXXXXXX%+$::@+@&&&$:=X%*;;;%=;-;;;X=;% =========; ", " ;;;;;;;;;;;;-;-;-o;;;;*==&*&=%o%%%X%XX%%X%%%%%+$$>>+@+@>&&+>>>oo%=;;;--;-;;;;%;;% ======;; ", " ;;;;;;;;;;;;;;=;X%&&====&&&&&&=&$+&*&&+>>&*&*>&$+:>+++++&>>=oX%&*;=-%--;;;;-%;;% ===== ", " ;;;;;;;;;;;;=*>==&&=%%%====*&&&&=&=&&&&**>$&>&+>>+>+>+>>=%oX%>==*=X-;;;;;;%%;;o = ", " ;;;;;;;;;;;****;*&&==o%X%%%%==*=&=&*&&>>*&+>>>>$+&&=%ooXXX&*====%;;;;;=-;%%;;X ", " ;;;;;;;;;;;;**;=**====%%%%%o%XX%%%%==*&**&=&===%oXXXX%o=:*==*=%===-=-=;;%-;-o ", " ;;;;;;;;;;;;;;;;****;=====%%%%%%%X%XXXXooXo%XX%XXX%=*=&==&*%%==-;;;;-;;%;;- ", " ;;;;;;;;;;;;;;;;;;==*;;-;;=*======%%o%%%%%==&***=*==&*==%%=;==;;;-;;-%;;% ", " ;;;;;;;;;;;;;;;;;;o%--;=;====;=;&==-&==**=&&===;==-==%X%=-=;;-;;%-;o%;;X ", " ;;;;;;;;;;;;;;;;;;--%%%%%===;;;===;;==*=*&==;===;=%%%%====%=---%;;oo&;X ", " ;;;;;;;;;;;;;;;;;;;;----%%%%%%-=-;-;;;;;=-=%%%%o%=====%%;=;;%-;;%-&;% ", " ;;&&;;;;;;;;;;;;;;;;;;;;---o%%%%o%%%%%%%%o%======-=%===-;%%*;o%;;- ", " ;X=&=&&>==& ;;;;;;;;;;;;;;;------;------=========;--;*=X==%X=*;X ", " %o>>>+>%+: ;;;;;;;;;;;;;;;;;=-=*==========**;%%=;;X%*;%% ", " %o:>:++$.%& ;;;;;;;;;=;=====%==-%=======;==%%=&*%%=*;X ", " oX:>>$o+$o& ;;;;;*;;=====*=======;====%%%%&:=%%==*% ", " oX:>>:$o$: -;-=====*=*=&====%====*&*&*;%X%=**% ", " oX:>&:>$o+ =-=%%%%%====**=;&*====o%X%o+&*=% ", " %$>$&:>$+ -=;;=o%%X%%%%XXX%X%%%o&&>**%X ", " o&>>$$*$+ %o==%&&;&&&*>>*==**&&;=% ", " &*>>>$+ %%%======:&&==%%o ", " ;*:$. %o%%%%%X ", " ;*>$ ", " *: ", " &*& ", " & ", " * ", " "}; xfishtank-3.2.2/src/fishes/fish16b.xpm0000644000000000000000000002527714622622722015765 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish16b_xpm[] = { "118 76 17 1", " c None", ". c #776EA5B4CDD8", "X c #39269B92CBD8", "o c #554A818FA0B3", "O c #9992C4D7C5D7", "+ c #9C92B8B6A1B3", "@ c #C9D8CFD98D91", "# c #DCDAE0FBDEDA", "$ c #C0D7B1B56B6D", "% c #4147796E9A92", "& c #7B6E91915B4B", "* c #7E6F808F3226", "= c #544A7A6E5C4B", "- c #3B274748544A", "; c #302534261E03", ": c #B3B5ADB53726", "> c #A5B49A921C03", " ", " .Xo..XXXX.XXXXXXX..XX .X.XX.XX...XX..o.XX ", " ..XX.X.XX.OOO+O..++++@+O.O.#O@@OO+@@O+@$ooo%+oXX%%%%XoX.X ", " oo.XXO.O.........X.XXX......++oo.++++++$+$&$$$$&*&$&$&**&===--%oXX ", " oXX..+.OO+OO.OOX....o.o+O+.....oooo....oXoXoo%ooo%o%=%%%==&*;&**&&=-o%X.&**&* ", " %o..+.+O+O#.O.++.X..O+O+OooXXX.o......O.oo++oooooooo+===;--;;;=-%======-==*==&& ", " XXoOOOO+.+++o.o....++.OOo.X.XXX+++++o+++++++ooooo.oo==%==o%-=o=;&;ooX ", " ++++O++@++.O.oO....+++Oo.X.X.X.+++++++++++..XXX.Xoooo%%oo%===%=%o&;X ", " ++@@#+++++++++......o+O.XXX..OO++O++O@++@oXXX.oO@++&&&=o%===%=-;;;-;;% ", " +@$$@#@@++O++++O+oo.O+OO..X..+++@+@+@+@@+.XXXo.+@@+&++ooXXo==X===o;--;;X ", " @$@$@$@@@@++++O++.ooO++.oXX..O+@@@+@@@+++.XXX.+@+@@@$$ooX%+&*=%=-o-;;-;;X ", " +@$$$$@$$@@++++++O...OO++XXX.#@@@+@#@@@+.X...O+@@@+@@@:+XX%+&==oo=-;;-;-;;% ", " &@$$$$$$$$$@+++++++.%O++.o...@@@@@@@@@+.XXXX.@@@@@+O@@@@XXo@&===X==o-;;;-;;X ", " o@$$$:$$$$$@@@@++++...+OOoXX.@@@@@@$@@..XX.o@@@$@@@$@@$@.Xo@+&&&=X==o-;;;-;;o ", " $+$$$$$$$$$$$$@++++++o++oXXX#@@@@@@@@+XX..O@@@@@@$@@@@$@X..$+$&>+X%==o=;;;;;;- ", " &+$$$$$::$$$$$$@+++o++.&+XXo.@@@$@@@@+X.X.+@@@@@@@$@@$@$oXX@@+++>=Xo==X-;;;;;;o ", " =>:::$:::$:$$$@$+++++o+++%X..@@+@$#@@.XXX.$@$@$$@@$$@$$@+..+$@++$&o%=;;X;;;;;;;o ", " =+:+$:$:$:$::$@@@++$+++++oXoO@@@@@@@+XX..O@+@@$@@@@@$@$@.XX+$@@:++oX==--%;;;;;;;% ", " %&$$$:::$>:$:$$@@+++$++++ooXO@@++@@@+..XX@@@@@@@$@@$$@@@+X.+$$+@@:oX%&*=%%-;;;;;;% ", " o=++>$@$:@$:::+$$++&+++o++oX%@@+@@@@+X.XO@@@@@@@$@@@@$@@..X.@@@>$:$X%$===X;;-;;;;;X ", " o==o++++:$:::>@@+=o++o.oo$X.o$@@@@@@X.X.@@$@@@@@@$@@@@$@.X.@@$$@$:$oX+&=*;%-;-;;;;;o ", " %%%o++++++++::$+ooXo==+ooo%XX+@+@@@+.XX.+#@@@@@@@@$$$@@..XXO$@+@@:$oXo*&*=o-;;-;;;;;X ", " %%o+ooo+=&&&+++&XXoXoooo=ooo+@@$+@@.XX.@@$@@@@@@$@$$+..XX.+$$@$$@$@XX$>*=-X-;;-;;;;; ", " =%=ooo%ooooo=&=&=oXo$oXooooXX+++@@+.XXX+@$@@@@$@@@@$@+..X.@@$@$$@$::XX++**-o-;;-;;;;;- ", " %%%%%o%%o%%ooooo==%$$$$Xoo%%X%++@@+o.X.@@@$$$@@@@@@$@.XXo+$@$$$$@@@@@X++$&*XX;;;-;;;;;- ", " %=%oo%%%o%%%oo%oo==%X$$oXo==%%++@@+XXXo@@@@@$@@@$@$@OXX.X$@@@$$@:@@$$.o$+=&=X-;;-%;;;;;o ", " -o%==o%%oooo%%%%ooo=%XooXo%oo%++++o.Xo@@$$$$@$$$$$@+XXX.@$@@$@:$$$$:@.X++++&%%--;o;;;;;;% ..o+ ", " Xo---=%%%o%%%%%%o%oo==oXXoo%>o%++:o.X.$$@@$$@@$@:$+XXX.+$$$$$$:@@$$$:oXo@$+>&.=-;---;;;;;X o.O...... ", " oXo-==@##=o%%%%%%oo%===o%==%>o&++Xooo@@@@@@$$$@$@.XXX#@@$@$$$$@@@$@$@XX++++>.o;;;%;;;;;;; OO+OOO..... ", " =*oX=@-;-=--%%o%%%%%=o===%%o>>o$+XXo+$$$+@:@@$$$o.XX.#@$@$$$$$@@$@$$&XX.@@+>$Xo=;;o;;;;;;- OOOOOOOO..... ", " %;;*o=@=;;-@=%o%%o%%ooo%=%=o%>>:+XXX$@@@@$@$@:$..XX.@$$$@@@$$$$$$$$$.XX@$+@$>oX&*--;;;;;;; #O#O#OOOOOOOOO.. ", " =oXo$&;;#-;;;#=&====%o%o%=====>>>:oXo$$$@+$@$$@...X.+$@@$$$@$@$$$$$:@..X+:@@@:$X%*==%;;;;;;; +##O#OOO+OOOOOO.. ", " %%&ooXXo*;-;@##;-ooo**=o-=%-&%o%>>::XX$$@$@@@$@..X.X.$@$$@@$$$$@$$$:$$.X.@$$@$+:oX+*&=o;;;;;;- %=@######...O.OOOOO ", " o==o;&oXXo;;;;-=%XXXX%o==*X&*==>>;::>$@$$$:+Xo.XX.O$$$$$:$$$$$$$$$@$o.X.$@$>$$:*.=&&*=o;-o;;;;;;######O##O+OOOOOOOO ", " -=oo;&*=oXXoo;;*ooo=oXXooo%**==>;::>>>$@$$X..XoO@$$@$$$$$@@$:$$$$$+XXX.$$::$@$$oX$&&;.=;-o;--;;$#######OOO#OOOO+OOO ", " +;=o.-==;*;oXXoo;*;;&;*oXX%%**=>>;::>:>$$XXXX.o@@$@:$@@$@$$$$$$$$@.XXX+$$$$$::$oX%$&>=o=;;o;;;;;+##@##OOOOOOOOOOOOOO ", " ;++=%==%o===*&oXXo;******o%=*&>>;:>;:::oXXX$$$+$$+$$$$$$$$$$$$+..XX.+$$$$@::@$+.o$>**o==;;%;;;;;@######O#O#OOOOO+OOO ", " ;&++++o=%oo%====oXoo*==&&oX=*>>;>:;:>$:&X$$$$$$@:$$$@$$$:$$$@+..X.+$$$$$$$:$$:.o$$*>=o=;;;%;;;;;##O#######OOOOOO+O.O ", " ;-====o=%o%o%oo===XXXoo*&oX;*;;::;:>;:::$$$@$$@$:$$$$::$$$@+..Xo+$$$$$$$$$$::.X=:+:*%=-;;%o;;;;$##O##O##OO#OOOOOOO. ", " ;;;-=o%%oo%%o%%%=;=ooXo>oX;&;::;;::::::$$$$@$$@$$$$::$$o..XXX@$@$$@$$$$$:$:..O$+>:=.==;;%-;;;;####O##OOOOOOOOOO.O. ", " ;;-=%o%o%%%%%%oo*===oXooX;%;:;::;:;:>:$$$$@@:$$::+oo..XX..@$$$$@$$$$$$:$:oXX$>&>:oo*&;=%;;;;;####O##OOOOOOOOO+... ", " ;-====%%%o%%%o%o%%*;oXX=*o;;;>;:;:::>$$$:+@o=oooXXXXXoO@$$@@$$@$$@$+::$=.o$&>*>=X===;o;;;;;;O####O@OOOOOOOO....@ ", " ;;=--%oo%%%%o-%%%==oX%::XXoX;::;:;=>o=oXXXXXo.XXo%$>:$$$$@:$$$+:::::+XX.$>>&>=X=;;;=-;;;;;;O#OOO+OOO.OOOOO.O@O@ ", " ;;;;==oooo%o=%o%%=o%*&=*=%Xo;;:;>*&XXX%oXo.+@@+@$$:::@::::$@@@:$$$oXXo$>>>>&o%-=-;%;;;;;;;OOOOOO+O+O+OO..o>OO@ ", " ;;;;=-o%oo%-%%%o%%=*;;;;=%X=:;:::XXo+>+@+&$@$@+$$@:$@$$$$:@$:::+XXXo+:>>&*oX=;;;-;;;;;;;=+O+O+.++..+OO.oo>O@ ", " ;;;;----=o-=---=%XX-;;;=*XX*:::$$+$&++>::>:+@+@$$+$@$:$::$+oXX..+@>>>*>=X%=;;;;;;;%;;% -=+oooooooooooo=>@@ ", " ;;;;---=o%--=*==-%X%-;=;%X=:*$++++>++>>>&:>$:$++>+>:>@=oXoXXX.$>++>&**oo=;;;-;;;;%;;% ===========o==&== ", " ;;;;;;;%%oo-;;;;-oXX;;;%%&*=======&&@>>>++@::>>$=oooXXXXXo++@:::>&&=X%=-;-%-;;;;%-;% ============== ", " ;;;;;;;;-------===%X;===&*==%%XX%XXXXoXoo%%XXXXXXXXX%+$::@+@&&&$:=X%*;;;%=;-;;;X=;% ==========; ", " ;;;;;;;;;;;;-;-;-o;;;;*==&*&=%o%%%X%XX%%X%%%%%+$$>>+@+@>&&+>>>oo%=;;;--;-;;;;%;;% ========= ", " ;;;;;;;;;;;;;;=;X%&&====&&&&&&=&$+&*&&+>>&*&*>&$+:>+++++&>>=oX%&*;=-%--;;;;-%;;% =====;; ", " ;;;;;;;;;;;;=*>==&&=%%%====*&&&&=&=&&&&**>$&>&+>>+>+>+>>=%oX%>==*=X-;;;;;;%%;;% === ", " ;;;;;;;;;;;****;*&&==o%X%%%%==*=&=&*&&>>*&+>>>>$+&&=%ooXXX&*====%;;;;;=-;%%;;X ", " ;;;;;;;;;;;;**;=**====%%%%%o%XX%%%%==*&**&=&===%oXXXX%o=:*==*=%===-=-=;;%-;- ", " ;;;;;;;;;;;;;;;;****;=====%%%%%%%X%XXXXooXo%XX%XXX%=*=&==&*%%==-;;;;-;;%;;- ", " ;;;;;;;;;;;;;;;;;;==*;;-;;=*======%%o%%%%%==&***=*==&*==%%=;==;;;-;;-%;;% ", " ;;;;;;;;;;;;;;;;;;o%--;=;====;=;&==-&==**=&&===;==-==%X%=-=;;-;;%-;o%;;X ", " ;;;;;;;;;;;;;;;;;;--%%%%%===;;;===;;==*=*&==;===;=%%%%====%=---%;;oo&;% ", " ;;;;;;;;;;;;;;;;;;;;----%%%%%%-=-;-;;;;;=-=%%%%o%=====%%;=;;%-;;%-&; ", " ;;&&;;;;;;;;;;;;;;;;;;;;---o%%%%o%%%%%%%%o%======-=%===-;%%*;o%;;- ", " ;X=&=&&>==& ;;;;;;;;;;;;;;;------;------=========;--;*=X==%X=*;% ", " %o>>>+>%+: ;;;;;;;;;;;;;;;;;=-=*==========**;%%=;;X%*;% ", " %o:>:++$.%& ;;;;;;;;;=;=====%==-%=======;==%%=&*%%=*;X ", " oX:>>$o+$o& ;;;;;*;;=====*=======;====%%%%&:=%%==*% ", " oX:>>:$o$: -;-=====*=*=&====%====*&*&*;%X%=*%% ", " oX:>&:>$o+ =-=%%%%%====**=;&*====o%X%o+&% ", " %$>$&:>$+$ -=;%=o%%X%%%%XXX%X%%%o&%>%% ", " o&>>$$*>$+ %o==%&%%%%%%>>%%%%%%%% ", " &*>>*:$.$ %%%====%% ", " ;*>: ", " *&*& ", " && ", " ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish17a.xpm0000644000000000000000000002343514622622722015757 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish17a_xpm[] = { "98 82 16 1", " c None", ". c #84908990838F", "X c #8D918B90554A", "o c #BFB79992686C", "O c #6E6D606B574A", "+ c #E2FBC1D75149", "@ c #DDDAC7D8ABB4", "# c #CAD89B923F27", "$ c #D4D9BFB78590", "% c #C3D7796E3F27", "& c #B8B64C492624", "* c #544A52492E25", "= c #646C25241D03", "- c #8590594A2E25", "; c #3F271A031903", ": c #180210011A03", " ", " ...XooOOO ", " + + + + +oXXooXXXXXXO.OO ", " ++ ++ ++ ++ ++@o@@@@@oo#oXXXXXO ", " + ++$ $+$ ++$$++$@oo+ooooo@@@@@@oooX. ", " ++ ++ ++$+oo@$$@$+++++++++o++ooo@@ooXX ", " ++$ $++@+#o+$@$$$++++++++#+##++++++oo@@oX. ", " +++ +oooo.ooo+$++$+++++++###++++++++++o@XOO ", " $$++$+$o$@$@+++++++$++++++++####++##++++o@oXO ", " #+#+X$$@@$+++++++++$$+++++++####++####++++o@oOO ", " $##oo$$$$$+++++++$$$$+++++++++#########++++o@XO ", " ###o@$$$$$+++++++o$$$$$++++++##########+++++o@oO ", " o#+o$$$$$$$++#+++++$$$$$$$$++##########++#+++o@oOO ", " ###o$@@$$$$$o++##+#$$$$$$$$$+++###########++++o@oXO ", " $##o$$$$$$$$$#####o$$$$$$$$$$++############+#++@$XX ", " o##o$$$$$$$$o#####o$$$$$$$$$++###############++o$oX ", " $#%#$$$$$oooo#%%%%##o$$$$$$$$$+####%%%%%####++++o@oX ", " o%%#oooooooo##%%&%%##o$o$$$$$$+####%**=-%####+++o@oXO ", " %&-%#ooooo#o#%%%%&%%oooo$$$$$$o####-;::;-###++++o@oOO ", " --&-%#oooo#oo#%&&&%%%o+oooo+$$$$##%%X::::*%###+++o@oO. ", " ----%%%#%o##%#%&&&&%%##oooooo$$$##%&*::::;%####+++@oOO ", " --*--%%%%%%%%%%-&&&&%%#oooooooo++##%&-:::::%###+#+oo.*O ", " oX-=---%%%%%%%%%%--&&&%#ooooooooo###%%=::::;X####++o@XOO ", " ----=---%%%%%%%%%%&-&&&%ooooooooo####%%-;:::*%##++#+o@oOO ", " -----=---%%%%%%%%%%-----%#%oooooo#o##o%&-;:::-%#+$+++o@oO. ", " X----;-=-%%%%%%%%%%--&&-%oooooooooo###%&&-=;=%%#$$+#++o.O. ", " --%---;==--X%%%%%%%%-----%#o#o#o$oooo##%&&&---%%#@@$##+o@O. ", " --%---;==*%%%%%%%%%%------oooooo##ooo##%&&&&&&%%o@@$###o@X$ ", " ---%---:==*-X%%o%-X%o------ooooooooooo##%&&&&&&%%$@$$##+o@Xo ", " -**%X---;===X-%%-%XooX-=----oooooooooooo##&&&&&&%%$@@@###o@O. ", " X==%-%--;=;=-XX-oXo%XX-=---*%%%ooooooooo##&&&&&&%#$$@$+###@O. ", " -*=*X---*;=;=X--oXX-XX-==---=Xooooooooooo#%&&&&&&%%@@@$o###@Oo ", " o*=*----*;=;=XXXXX-X--X==-===X%%oooooooo##%&&&&&&&%$@@@o##@X*O ", " -;;*----*;=;;XXX-OO--O-=====;X%oooooooooo##&&&&&&&%$@@@$##@X=O O ", " --;;*---*;;;:;X--OO-O-O-;=====X%%ooooooooo##&&&&&&&%+$@@$##@X; .*;O ", " O*;;*--*-;;=;;OOO****O--;;====-XXoooooooo##%-&---&&%+$@$$##@O* OO;;;:. ", " -*:;:*****;;=:;O*O*O***-**;====-XXXooooo%oo%%--&--&&%+$@@$##@XO oO*;:;:O ", " --*:;:***OO:=;:;O*O**O*OOO*:===;-XXXooooooo%%%-----&&%+$$@$##XX. XXO***;:;O ", " O*;::;;;***:=;:;OOOXOXOOO-*;====-XXXooooooo%%%---=--&%++$$o%#@X$ .OOO*;***;* ", " -O-:::;;**;;:==;;XXoXXOXXXXO;=-=;*oooooooooo%%%-----&&&o+$$$%#@o XOXOO*****;O ", " XO;:::;;*;;:;==;*X.Xo$$$$$$o----;Oooooooooooo%%------&&#++$$#@o$ $.oXXO******O ", " .O*:::*O****:====*oo$$ooo$o$o---==X$$$$oooooooo%X-----&&#++$+#$$@@ @@$XO******;O ", " -*O=$%%-XO*;;;=-=;O$$$$@@@@@@@**---.$$$$$$o$oo$o%X=----&&%#++#%$O;O@@@oXO**;;;;;* ", " OX-$-:-$oO**;;=-==Oo$@@$@$o$@@*---=o$$$$$$$$$$oo%-=-----&%##+#%%*:*$$$oX******;;* ", " XX--$:::@o***;;*-=*O$$$$o$@@@@o*-&-=o$$@@@@$$o$$$oX------&&o#o%%%;:O+$$oXXO*;;;;;* ", " $XoX--$-:-@O***;=-;*-Oo$$@@@@XX$oX---*.$$@$$$$@$@$ooX*-=----%##o%&%::Xo$$XOOOOOO*;;. ", " o$$oo%X-O-%%$OO***;=-=*-X.@$o$XXo@@@O-&--o@@@@$$$@$@$$oo------&%ooo%&%::Xo@$.XOO*;;*;;O ", " @$oooooo%OO;-**OO*O*:=--=**.@$$Xoo$X$$O-%%=o@@$$$$$@@$$$oo-------Xooo%&%;:o+@$..O**OO**;. ", " oXooo$$$$$ooo%oOXX=--.OO*O*:---;-;.$OOXXXo@@@X-&%-o@@@@@$$@$$$$$o------&%oo%%&%-=o$@$oXOOOO***;O ", " @@@@$$$$$$oooooXXX*-*..*OO*;--;--=***OooXXo$@O-%%-o$@@@$@$@@@$$$o-----&-X%%o%&%--+$@$oXXO*OO**;O ", " @o$$$@$$oooooXX--*OO*OOO;-;**=;***XXXooo@$--%%-o$@@@@$$$$@$$$o%-&--&-%%%%%&--%o$$oXOOOOOO**; ", " @ooooo$$$$$oooooXX--OOOOO*OO=;---*O*-XXXXo@$$X-%%-o@@@@@@$@@@@$$$-&&&&&-%ooo&&--@o$$oXXOO**O**O ", " @oo$$$$$$ooXoXXooX*-OO*OOOOO;;---*.XOoX$o@@$$*-%%-o@@@@@$$@$@$$$o%&&&&&-ooo#%%o#$@oooXO**O**O*O ", " ooo%-OO*-***OOOO--=---;.oOXoX@@@$@X-&%%o@@@@@@@@@@@@$o&&&&&&%oo$+###@o XXXO****;**O ", " ooo-O=-**OO*OXXO**--;O.OOoXX@@@@X-%%%o$@@@@@@@@@$$oo%&&&&&%o$$####$% @XXOO;*;;;*O ", " $oX-*--OOOXoO.X*--=..XOXo@@@$$O%%%-o@@@@@@@@@@@$oo%%&&&%%o$$####@#o $OO**;;;;O ", " ooXX--XOo.X.X.=-&-o$oXo$@@@$@-%%%%X@@@@@@@@@$@$oo%&&&&%%$$$####$#o .****;;;. ", " oXXoXOX..o.*-&-.$$Xo$@@@@@%%%%%o@@@@@@@@$$$$oo%%&&&%#$$+####@o% O**;;;* ", " OOOOXXXX.O=&-X@$oo$@@@@$X-%%%o$@@@@@@@@$@$$o%%&&&%o$@+####$o% *O;=*;O ", " oO*O..X..=%&X$@Xo$@@@@$o%%%%X$@$@@$@$$$$$oo%%&%%%o$$+####@@#X ***** ", " oOOOOO..O-%X$$oX$$$$$$$-%%%o$$$@@@$$$$$ooo%%%%%%$$+######$#X *X.O ", " OoX-OOOX*&%$$ooX...ooX-&&&Xo$$$$$$$$$ooo%%%%%%#$$+######@#$ ", " O.OOO*--X$oXXXXXXXX-&&&Oooo$ooooooooo%%%%%%#$$+######$#$ ", " OXO---o$$oooo%ooX&&&XoXooooXXooooo%%%%%%#$$+######@#X ", " Oo---XXXoX%%%oo&&%XX.XooXXXooooo%%%%%%#$+#######@#X ", " &%--OXXX&&&&%%&&%XXooXooooooo##%%%%%o$########@#o ", " &&&--%X%&&%%X@$oXXXoo$$$$oo###%%%%#+$########@#o ", " +&&-%%X%&&%o XXo$$$$$oo###%%%%%$$#######o@#X ", " &#&--%%-&&%% $%o$@$$$$+##%%%#%#$+#######@##X ", " &#&-X%%X&&%o X%o$$$o$o$###%%%##$+#######@#o ", " +&-X%X-&&&X %%o$$#+o+###%####+########$#$ ", " +&-X%X&&&% oo#$$#+##################o@#X ", " &%&-XX-&&o $$#$o####################@## ", " &#&-X-&% $+o####################@#$ ", " &+%%-%X #+o##################o@#X ", " &+#X$ $+oo#################@#o ", " XX ++$$#o############o@## ", " X#+ $#@@#########@@##X ", " X+ o#%@$$$@@$@@@##X ", " @X $+######@###o ", " X$++++XXX ", " "}; xfishtank-3.2.2/src/fishes/fish17b.xpm0000644000000000000000000002343514622622722015760 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish17b_xpm[] = { "98 82 16 1", " c None", ". c #E2FBC1D75149", "X c #84908990838F", "o c #8D918B90554A", "O c #BFB79992686C", "+ c #6E6D606B574A", "@ c #DDDAC7D8ABB4", "# c #CAD89B923F27", "$ c #D4D9BFB78590", "% c #C3D7796E3F27", "& c #B8B64C492624", "* c #544A52492E25", "= c #646C25241D03", "- c #8590594A2E25", "; c #3F271A031903", ": c #180210011A03", " ", " . . . XXXoOO+++ ", " .. .. . . .OooOOoooooo+X++ ", " . .. .. .. .. ..@O@@@@@OO#Oooooo+ ", " .. .. $. ..$$..$@OO.OOOOO@@@@@@OOOoX ", " .. .. ..$.OO@$$@$.........O..OOO@@OOoo ", " .. $..@.#O.$@$$$........#.##......OO@@OoX ", " ... .OOOOXOOO.$..$.......###..........O@o++ ", " $$..$.$O$@$@.......$........####..##....O@Oo+ ", " #.#.o$$@@$.........$$.......####..####....O@O++ ", " $##OO$$$$$.......$$$$.........#########....O@o+ ", " ###O@$$$$$.......O$$$$$......##########.....O@O+ ", " O#.O$$$$$$$..#.....$$$$$$$$..##########..#...O@O++ ", " ###O$@@$$$$$O..##.#$$$$$$$$$...###########....O@Oo+ ", " $##O$$$$$$$$$#####O$$$$$$$$$$..############.#..@$o+ ", " O##O$$$$$$$$O#####O$$$$$$$$$..###############..O$O+ ", " $#%#$$$$$OOOO#%%%%##O$$$$$$$$$.####%%%%%####....O@O+ ", " O%%#OOOOOOOO##%%&%%##O$O$$$$$$.####%**=-%####...O@O++ ", " %&-%#OOOOO#O#%%%%&%%OOOO$$$$$$O####-;::;-###....O@O++ ", " --&-%#OOOO#OO#%&&&%%%O.OOOO.$$$$##%%o::::*%###...O@O+X ", " ----%%%#%O##%#%&&&&%%##OOOOOO$$$##%&*::::;%####...@Oo+ ", " --*--%%%%%%%%%%-&&&&%%#OOOOOOOO..##%&-:::::%###.#.OOXo+ ", " Oo-=---%%%%%%%%%%--&&&%#OOOOOOOOO###%%=::::;o####..O@oo+ ", " ----=---%%%%%%%%%%&-&&&%OOOOOOOOO####%%-;:::*%##..#.O@Oo+ ", " -----=---%%%%%%%%%%-----%#%OOOOOO#O##O%&-;:::-%#.$...O@O+X ", " o----;-=-%%%%%%%%%%--&&-%OOOOOOOOOO###%&&-=;=%%#$$.#..OX+X ", " --%---;==--o%%%%%%%%-----%#O#O#O$OOOO##%&&&---%%#@@$##.O@+X ", " --%---;==*%%%%%%%%%%------OOOOOO##OOO##%&&&&&&%%O@@$###O@+$ ", " ---%---:==*-o%%O%-o%O------OOOOOOOOOOO##%&&&&&&%%$@$$##.O@+O ", " -**%o---;===o-%%-%oOOo-=----OOOOOOOOOOOO##&&&&&&%%$@@@###O@+X ", " o==%-%--;=;=-oo-OoO%oo-=---*%%%OOOOOOOOO##&&&&&&%#$$@$.###@+X ", " -*=*o---*;=;=o--Ooo-oo-==---=oOOOOOOOOOOO#%&&&&&&%%@@@$O###@oO ", " O*=*----*;=;=ooooo-o--o==-===o%%OOOOOOOO##%&&&&&&&%$@@@O##@ooo ", " -;;*----*;=;;ooo-++--+-=====;o%OOOOOOOOOO##&&&&&&&%$@@@$##@ooX ", " --;;*---*;;;:;o--++-+-+-;=====o%%OOOOOOOOO##&&&&&&&%.$@@$##@ooX X*; ", " +*;;*--*-;;=;;+++****+--;;====-ooOOOOOOOO##%-&---&&%.$@$$##@+oX ++;;;: ", " -*:;:*****;;=:;+*+*+***-**;====-oooOOOOO%OO%%--&--&&%.$@@$##@o+ O+;;:;: ", " --*:;:***++:=;:;+*+**+*+++*:===;-oooOOOOOOO%%%-----&&%.$$@$##ooX oo+***;:; ", " +*;::;;;***:=;:;+++o+o+++-*;====-oooOOOOOOO%%%---=--&%..$$O%#@o$ X+++*;*;;; ", " -+-:::;;**;;:==;;ooOoo+oooo+;=-=;*OOOOOOOOOO%%%-----&&&O.$$$%#@O o+o++*****;+ ", " o+;:::;;*;;:;==;*oXoO$$$$$$O----;+OOOOOOOOOOO%%------&&#..$$#@O$ $XOoo+******X ", " X+*:::*+****:====*OO$$OOO$O$O---==o$$$$OOOOOOOO%o-----&&#..$.#$$@@ @@$o++++++**+ ", " -*+=$%%-o+*;;;=-=;+$$$$@@@@@@@**---X$$$$$$O$OO$O%o=----&&%#..#%$+;+@@@Oo++******X ", " +o-$-:-$O+**;;=-==+O$@@$@$O$@@*---=O$$$$$$$$$$OO%-=-----&%##.#%%*:*$$$Oo++*++**;* ", " oo--$:::@O***;;*-=*+$$$$O$@@@@O*-&-=O$$@@@@$$O$$$Oo------&&O#O%%%;:+.$$Ooo++****;* ", " $oOo--$-:-@+***;=-;*-+O$$@@@@@@$Oo---*X$$@$$$$@$@$OOo*-=----%##O%&%::oO$$o+++****;;* ", " O$$OO%o-+-%%$++***;=-=*-oX@$O$@@@@o@+-&--O@@@@$$$@$@$$OO------&%OOO%&%::oO@$Xo++****;;+ ", " @$OOOOOO%++;-**++*+*:=--=**X@$$@OooooO+-%%=O@@$$$$$@@$$$OO-------oOOO%&%;:O.@$XX+*****;;* ", " oOOO$$$$$$OOO%O+oo=--X++*+*:---;-;X$++oooOOOOo-&%-O@@@@@$$@$$$$$O------&%OO%%&%-=O$@$Oo++**;;;;+ ", " OO@@$$$$$$OOOOOooo*-*XX*++*;--;--=***+OOooOOO+-%%-O$@@@$@$@@@$$$O-----&-o%%O%&%--.$@$Ooo**;;**;+ ", " @O$$$$$$OOOOOoo--*++*+++;-;**=;***oooOOooO--%%-O$@@@@$$$$@$$$O%-&--&-%%%%%&--%O$$Oo++*****;;+ ", " @@@OO$$$$$$OOOOOoo--+++++*++=;---*+*-ooooOOOOo-%%-O@@@@@@$@@@@$$$-&&&&&-%OOO&&--@O$$Ooo+**;;;;++ ", " @O$$$$$$$OOoOooOOo*-++*+++++;;---*Xo+OoOOOOoO*-%%-O@@@@@$$@$@$$$O%&&&&&-OOO#%%O#$@OOOo++****+*++ ", " OOO%-++*-***++++--=---;XOO++ooOOoOo-&%%O@@@@@@@@@@@@$O&&&&&&%OO$.###@O ooo+*+*****+ ", " OOO-+=-**++*+oo+**--;+XOOO+oooOOo-%%%O$@@@@@@@@@$$OO%&&&&&%O$$####$% @oo++**;;;*+ ", " $Oo-*--+++oO+Xo*--=XXoOoO@@@o$+%%%-O@@@@@@@@@@@$OO%%&&&%%O$$####@#O $+++**;;;;+ ", " OOoo--o+OXoXoX=-&-O$OoO$@@@$@-%%%%o@@@@@@@@@$@$OO%&&&&%%$$$####$#O X**+*;;;;+ ", " OooOo+oXXOX*-&-X$$oO$@@@@@%%%%%O@@@@@@@@$$$$OO%%&&&%#$$.####@O% +***;;;; ", " ++++ooooX+=&-o@$OO$@@@@$o-%%%O$@@@@@@@@$@$$O%%&&&%O$@.####$O% *+***;;+ ", " O+*+XXoXX=%&o$@oO$@@@@$O%%%%o$@$@@$@$$$$$OO%%&%%%O$$.####@@#o ****;+ ", " O+++++XX+-%o$$Oo$$$$$$$-%%%O$$$@@@$$$$$OOO%%%%%%$$.######$#o *oXX ", " +Oo-+++o*&%$$OOoXXXOOo-&&&oO$$$$$$$$$OOO%%%%%%#$$.######@#o ", " +X+++*--o$Ooooooooo-&&&+OOO$OOOOOOOOO%%%%%%#$$.######$#o ", " +o+---O$$OOOO%OOo&&&oOoOOOOooOOOOO%%%%%%#$$.######@#o ", " +O---oooOo%%%OO&&%ooXoOOoooOOOOO%%%%%%#$.#######@#o ", " &%--+ooo&&&&%%&&%ooOOoOOOOOOO##%%%%%O$########@#O ", " &&&--%o%&&%%o@$OoooOO$$$$OO###%%%%#.$########@#$ ", " .&&-%%o%&&%O ooO$$$$$OO###%%%%%$$#######O@#$ ", " &#&--%%-&&%% $%O$@$$$$.##%%%#%#$.#######@##$ ", " &#&-o%%o&&%O o%O$$$O$O$###%%%##$.#######@#o ", " .&-o%o-&&&o %%O$$#.O.###%####.########$#o ", " .&-o%o&&&% OO#$$#.##################O@#o ", " &%&-oo-&&O $$#$O####################@## ", " &#&-o-&% $.O####################@#o ", " &.%%-%o #.O##################O@#o ", " &.#o$ $.OO#################@#O ", " oo ..$$#O############O@## ", " o#. $#@@#########@@##$ ", " o. O#%@$$$@@$@@@#o$ ", " . $.######@###o ", " .@ o$....o$$ ", " "}; xfishtank-3.2.2/src/fishes/fish18a.xpm0000644000000000000000000001004014622622722015744 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish18a_xpm[] = { "63 37 16 1", " c None", ". c #9D939B92796E", "X c #A4B3756E626B", "o c #776E5C4B5249", "O c #CBD8DCDAC3D7", "+ c #BFB7A1B39F93", "@ c #98928F914748", "# c #696C818F3C27", "$ c #A4B3AFB5B6B6", "% c #736DA4B3646C", "& c #C7D8B8B6C5D7", "* c #8D9190919E93", "= c #786E828F7C6F", "- c #4F495A4A3D27", "; c #47483E274448", ": c #9391696C3E27", " ", " ........ .XXXXo.. ", " .O..O..O..... +.@###@@@... ", " +.O.+O@$O+.O......@ .@.@O%#O#@ ", " &****oX$==#..+.O+.O@@O..O#%O#@ ", " &****+=.#X=X=oo@.%%$%=#%#%%%## ", " $*$+.....=X*o%$==-o--%##%#%#O. ", " &**X**$$**X*+.oXoo--=-#-#%#-%O%. ooo ", " $**X=oo*$$*=oo.$$.===#o##-###%%%-# o;;;; ", " *$$******$$$*o-o$$*o=*@=##-####=#%. X;;;;;; ", " $$$$$$*****$$$=o=$$=-o*$=o--##%%%O#. ;;;;;;;;; ", " $$$$$$$$****$$$*==$$*--=$*;o=#-#-o## -;--;;;;;- ", " $$$$$&&&&$****$$$*=**$*;;o$*-;*=#--### -----;;;;;;- ", " $*$$+=$&&&$$$*$$$$=-=*$-;;;$*o;=o--## ----#-;;;;;;; ", " $$$$+OO=&$&&$$*=**=;;;*$-;;;**-;o-;-## o-----;;;;;;; ", " *$$$&O;;O*$XX$o-;;==;;;=*;;;;**;;o-;;o.=o=#--#;;;;;;;;; ", " **$&&&O;;O*Oo;X*;-=$$*==$*=;;=$=-;=-;;==--o-#-;;;;;;;;;; ", " $*$$$&&&*OO*&&**$$$$$&&$$$$$$=o$$*====--=o-o;-##--;;;;;;- ", " *$$$&&&&&&**O&+**$&$$$OO$$$$$$*$$$$**$*o-==o-;-#--;;;;;;;;; ", " $$*$&&&&&&&&&O&.***$$&&OO&$$O$$$*$$$**$*=o=oo-;---;;;;;;;;;= ", " $*$++&&OOOOO+X***+*&$+$&$$&$$$$$$$****=o==o=o----;;;;;;;;; ", " *XX ...&OOOOOOO.XX.**;+&OOOOOOO$$$$O$****=o#= .---;;;;;;;;X ", " *..XX..+&OOOOOOXXXX.;o+&+X+OOO&$$$$$$*=Xooo= --;--;;;;--- ", " ooo:XXX+++&++.XXX+o;o.&+*+$OO$$$$$...@o--. -o;;;oo- ", " oXooXXXX..X.X::;;;ooXX+++++$.$...X#o--o@%@ ", " .;;oooooo:o;;;;;-oooo#o##:oooo---oo:@@#@ ", " ;-;;;;---;;;;;;--;;o---------ooo:@@%:#@ ", " --o;;;;;+;;;;o;;;;----oo-o:#@@%#@ ", " ;+;;+OO;o-;;--------ooo@@::@ ", " -+;;;;O;-;;+;;-;;-+--o#:@@@ ", " ;+OO;;; ;;;;+;-+-;+--o:%@@. ", " ;;;OO; o;ooooooX--o@%:. ", " ;;O; oo:@%. ", " ;;; o@.-;. ", " ... ", " ", " "}; xfishtank-3.2.2/src/fishes/fish18b.xpm0000644000000000000000000001004014622622722015745 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish18b_xpm[] = { "63 37 16 1", " c None", ". c #9D939B92796E", "X c #A4B3756E626B", "o c #CBD8DCDAC3D7", "O c #BFB7A1B39F93", "+ c #98928F914748", "@ c #696C818F3C27", "# c #A4B3AFB5B6B6", "$ c #736DA4B3646C", "% c #C7D8B8B6C5D7", "& c #8D9190919E93", "* c #776E5C4B5249", "= c #786E828F7C6F", "- c #4F495A4A3D27", "; c #47483E274448", ": c #9391696C3E27", " ", " ........ XXXXX.. ", " .o..o..o...... .O.+@@@+++.. ", " O.o.Oo+#oO.o......+..+.+o$@o@+++ ", " %&&&&*X#==@..O.oO.o++o..o@$o@++ ", " %&&&&O=.@X=X=**+.$$#$=@$@$$$@@ ", " #&#O.....=X&*$#==-*--$@@$@$@o. ", " %&&X&&##&&X&O.*X**--=-@-@$@-$o$. ", " #&&X=**&##&=**.##.===@*@@-@@@$$$-@ ;;;; ", " &##&&&&&&###&*-*##&*=&+=@@-@@@@=@$. X;;;;;; ", " ######&&&&&###=*=##=-*&#=*--@@$$$o@ ;;;;;;;-= ", " ########&&&&###&==##&--=#&;*=@-@-*@@ -;--;;;--= ", " #####%%%%#&&&&###&=&&#&;;*#&-;&=@--@@ -----;;;;-- ", " #&##O=#%%%###&####=-=&#-;;;#&*;=*--@@ ----@-;;;;;;; ", " ####Ooo=%#%%##&=&&=;;;&#-;;;&&-;*-;-@@ *-----;;;;;;; ", " &###%o;;o&#XX#*-;;==;;;=&;;;;&&;;*-;;*.=*=@--@;;;;;;;;; ", " &&#%%%o;;o&o*;X&;-=##&==#&=;;=#=-;=-;;==--*-@-;;;;;;;;;; ", " #&###%%%&oo&%%&&#####%%######=*##&====--=*-*;-@@--;;;;;-; ", " &###%%%%%%&&o%O&&#%###oo######&####&&#&*-==*-;-@--;;;;---= ", " ##&#%%%%%%%%%o%.&&&##%%oo%##o###&###&&#&=*=**-;---;;;;;;;-= ", " #&#OO%%oooooOX&&&O&%#O#%##%#######&&&&=*==*=*----;;;;;;;; ", " &XX ...%ooooooo.XX.&&;O%ooooooo####o#&&&&=*@= .---;;;;;;;;; ", " &..XX..O%ooooooXXXX.;*O%OXOooo%######&=X***= --;--;;;;;;; ", " ***:XXXOOO%OO.XXXO*;*.%O&O#oo#####...+*--.+ -*;;;;;;; ", " *X**XXXX..X.X::;;;**XXOOOOO#.#...X@*--*+$+ ;;;;;;; ", " .;;******:*;;;;;;****@*@@:****---**:++@+ ;;;;; ", " ;-;;;;---;;;;O;;-***---------***:++$:@ ;; ", " --*;;O;;O;;***;;;;----**-*:@++$@+ ", " ;O;;O;***-;;--------***++::+ ", " ;;O;o;----;;O;;-;;-O--*@:++++ ", " ;o;;; ;;;;O;-O-;O--*:$++.+ ", " ;o;; *;******---*+$:.. ", " ;o;; *****:+$.... ", " ;o;; *+.$- ", " ;;; ", " ", " "}; xfishtank-3.2.2/src/fishes/fish19a.xpm0000644000000000000000000001170214622622722015753 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish19a_xpm[] = { "73 44 17 1", " c None", ". c #9A92C7D8A9B4", "X c #9992C0D78890", "o c #B6B6B5B69592", "O c #C2D7DADAA3B3", "+ c #D7DAE0FBD1D9", "@ c #9F93A2B39D93", "# c #6B6D7F6F5A4A", "$ c #7E6FA8B49C92", "% c #85909692818F", "& c #736D9D93564A", "* c #6C6D606B5249", "= c #4F49616B4748", "- c #9391AAB45D4B", "; c #392635262624", ": c #94918A90606B", "> c #F9FEF3FDE3FB", " ......... XXo ", " . .X..O.O.+.+oo. XX@X# ", " ....OOOOOO.XooOOO++++++O+ X.X$# ", " ....OO.O.%#&*=###XO+O+O+++OOOOooXX..X%## ", " .XX%X..X-#===;;==*#o@%.OO+O+O+OOOooXXX%## ", " ####&%OOX===*#;;;=;=*=;==#.OOOOOoOooX@%%# ", " #===#%O+@==#%%;;;;;=;;;;;;%X%.ooOoOooXX%# XX ", " %%O@#===#oO%==*O.#;;;=#;;;;;;--=*%@@oooooo@# oXXXXX ", " %:##+++%===OO#==&OO#;=;#X%=;;;=&=;;;%oXoooooo# oXoooXXX ", " ++%*=O+++@#%OO#=;%O+#=;;%.$=;;;=%=;;;;%X@ooooo oo@ooXX@X ", " o+>O#=:++++++++.#=*O+%=;=%..;;;;%@#;;;;=-X@oooo ooooX@X%:%% ", " oX*#>>@===#+++++++.#=@+.===.O$=;;#XX%=;=#==#%oooo oooo%X%:%%%% ", " o+O#=:++%==;:++++++.%=@++#;=.+$=;=...%==%.#;;=%ooo Ooooo@:%@%#:% ", " o@XX%==#++%;;=#%+++++%=@++#==o+.#;=.++#=#XO#;;;#oX OOoooX@X%::%%%%", " o$#==%%##o++*=;;=O+++O#=%+.#==@++@==%++#==.o%;;;:o -XOoooXoX%%%%::::", " oo#:::=o+o%@O%=;;;=o++@===@.*;=#++.==@++%=*++%;;-ooo#;*oOooXXXX%:%%%%%", " Oo@;;:=%+o***@=;==;=%+%==;%%*;==.+.==o+O*=#OO#;;#..%%;;%OooX-XXX%%%%%%", " Ooo@=;:=:O@**=##===;;=@*;==%#====$+@==%+.#=#..#;=@OO@=;;#oXX@XXXX-:::::", " OOo%##*:*%o%****:.===========*==;=#.#==#O.#=*.O%==%OOo=;;=oXoXX-XX%%%:%:", " +o%:%%%%:%%:#*#==O%==========#=====$#*=%+@==*.O%==.OOo*;;=-XXXXXX%####:#", "++@%%%%$%:######*=%o*======;=#o===;#$*==%.@*=#++@**O++.=;;;XXX%%%%%:#:#::", " ..++%%%%##*##*%=*#@%====*===:o*===*@#==*@%==*..%**%.O@*;;=Xo@%%%::##**##", "..%@%:###*******=#*#%*=======%%%====@@==*@%===%@%==#@@%=;;=XX%%%::%:####:", " #####*********==#%#%#*===*==%@:====%@*=#o%#==:@#=;=#:*===*XX%%###:######", " **#******======*@#%@%%%%%%%%%#*=;=::===%%*=*##*====****#%$%::#######*#:", " **********===**%*#@@@%@%####%#%==**===*#*===*==;;=%%X-$%%%%####**####:", " **=**=*====*=#**%@@%%%%#%##**#===*===*======;=;*%%% %$%%::#####***#:", " *****=**=***#####%%###%#%***#=================#%%$# %%#####****## ", " **=*=*=**==*###@**%###*%=*%=======*=*=======#%$%# %####*****#* ", " **=****=**%#*@**%#****#======*===========###%## ###******# ", " *****==*##%**%%*%##===========**===*####%%#* #:#*#*#** ", " ========##**##**=====***===####**##%%%%%%#* **#*#* ", " ========:#===**====#####*###%###%%%%%###* ", " =******#: =*###**##%*###%###%#%####* ", " =*==****** #:##%#%%#%###%%**##***===* ", " =*==***### #%%*%%#%## **######**=* ", " =*==***### ", " ******### ", " ****##### ", " ***###*# ", " ***##** ", " **** ", " *** ", " *** "}; xfishtank-3.2.2/src/fishes/fish19b.xpm0000644000000000000000000001170214622622722015754 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish19b_xpm[] = { "73 44 17 1", " c None", ". c #9A92C7D8A9B4", "X c #9992C0D78890", "o c #C2D7DADAA3B3", "O c #D7DAE0FBD1D9", "+ c #B6B6B5B69592", "@ c #9F93A2B39D93", "# c #7E6FA8B49C92", "$ c #6B6D7F6F5A4A", "% c #85909692818F", "& c #736D9D93564A", "* c #6C6D606B5249", "= c #4F49616B4748", "- c #9391AAB45D4B", "; c #392635262624", ": c #94918A90606B", "> c #F9FEF3FDE3FB", " ......... ", " . X..o.o.O.O++.. XX@XXX ", " ....oooooo.X++oooOOOOOOoO.++++ X.X#$$ ", " ....oo.o.%$&*=$$$XoOoOoOOOoooo++XX..X%$$ ", " .XX%X..X-$===;;==*$+@%.ooOoOoOooo++XXX%$$ ", " $$$$&%ooX===*$;;;=;=*=;==$.ooooo+o++X@%%$$ ", " $===$%oO@==$%%;;;;;=;;;;;;%X%.++o+o++XX%$ XXXX ", " %%o@$===$+o%==*o.$;;;=$;;;;;;--=*%@@++++++@$ ++XXXX ", " %:$$OOO%===oo$==&oo$;=;$X%=;;;=&=;;;%+X++++++$ ++X+++XX ", " OO%*=oOOO@$%oo$=;%oO$=;;%.#=;;;=%=;;;;%X@+++++ +++@++XX@X ", " +O>o$=:OOOOOOOO.$=*oO%=;=%..;;;;%@$;;;;=-X@++++ ++++X@X:%% ", " +X*$>>@===$OOOOOOO.$=@O.===.o#=;;$XX%=;=$==$%++++ ++++%X%:%%%% ", " +Oo$=:OO%==;:OOOOOO.%=@OO$;=.O#=;=...%==%.$;;=%+++ o++++@:%@::%% ", " +@XX%==$OO%;;=$%OOOOO%=@OO$==+O.$;=.OO$=$Xo$;;;$+X oo+++X@X%::%%% ", " +#$==%%$$+OO;=;;=oOOOo$=%O.$==@OO@==%OO$==.+%;;;:+ -Xo+++X+X%%%%::: ", " ++$:::=+O+%@o%=;;;=+OO@===@.*;=$OO.==@OO%=*OO%;;-+++$;*+o++XXXX%:%%%% ", " o+@;;:=%O+***@=;==;=%O%==;%%*;==.O.==+Oo*=$oo$;;$..%%;;%o++X-XXX%%%%% ", " o++@=;:=:o@**=$;===;;=@*;==%$====#O@==%O.$=$..$;=@oo@=;;$+XX@XXXX-:::: ", " oo+%$$*:*%+%****:.===========*==;=$.$==$o.$=*.o%==%oo+=;;=+X+XX-XX%%%:% ", " O+%:%%%%:%%:$*$==o%==========$=====#$*=%O@==*.o%==.oo+*;;=-XXXXXX%$$$$: ", "OO@%%%%#%:$$$$$$;=%+*======;=$+===;$#*==%.@*=$OO@**oOO.=;;;XXX%%%%%:$:$: ", " ..OO%%%%$$*$$*%=*$@%====*===:+*===*@$==*@%==*..%**%.o@*;;=X+@%%%::$**$$ ", "..%@%:$$$*****;*=$*$%*=======%%%====@@==*@%===%@%==$@@%=;;=XX%%%::%:$$$$ ", " $$$$$*********==$%$%$*===*==%======%@*=$+%$==:@$=;=$:*===*XX%%$$$:$$$$$ ", " **$******======*@$%@%%%%%%%%$===;=::===%%*=*$$*====****$%#%::$$$$$$*$$ ", " **********===**%*$@@@@@@$%$$%====**===*$*===*==;;=%%X-#%%%%$$$$**$$$$ ", " **=**=*====*=$**%@@@@%@%%$$======*===*======;=;*%%% %#%%::$$$$$**$$ ", " *****=**=***$$$$$%@@@$%$$*====================$%%#$ %%$$$$$****$$ ", " **=*=*=**==*$$$@**%%$$$===========*=*=======$%#%$ %$$$$*****$ ", " **=****=**%$*@%%%$$==*=======*===========$$$%$$ $$$******$ ", " *****==*$$%$$$$*==============**===*$$$$%%$* $$:$*$*$* ", " ========$$*==========***===$$$$**$$%%%%%%$* $*$$$$ ", " ========:$===**====$$$$$*$$$%$$$%%%%%$$$* ", " =******$:$ =*$$$**$$%*$$$%$$$%$%$$$$* ", " =*==*****$ $:$$%$%%$%$$$%%**$$***===* ", " *==***$$$ $%%*%%$%$$%%%**$$$$$$**=* ", " ==***$$$ %%%%%$ *$$$$$$$** ", " *****$$$ ", " **$$$$$ ", " *$$$*$ ", " *$$**$ ", " ***$ ", " *** ", " "}; xfishtank-3.2.2/src/fishes/fish20a.xpm0000644000000000000000000001150014622622722015737 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish20a_xpm[] = { "62 50 15 1", " c None", ". c #1F031F030000", "X c #E0FBE9FCC3D7", "o c #9892C0D78F91", "O c #8F91A6B40000", "+ c #DEDADADA3926", "@ c #8B904B490000", "# c #9D93AFB54648", "$ c #E4FBB3B54248", "% c #C0D794910000", "& c #8E919B92BBB6", "* c #D2D9C0D7ECFC", "= c #3F273F279C92", "- c #92914848ACB4", "; c #CBD8A4B3B5B6", " ", " ", " . ... ", " ... ... .. ", " ....... .. ", " . ..XXXXX. ... ... ", " ....XXoXXXXXXXX... ", " . ..Oo+oo+oo+ooooXXX... ", " .@@#o$+$$%$+%+$$$$oooXX... ", " ..oo+$$$$+$$+$$$%$+$$$ooXXX... ", " .oo$$+@$$@#$$@$+#$$+$$$$oooXX.. ", " ..o$+$$$+#$$+$#+$#@#$$%####$@@X.. ", " .@##$$$.$$#.##$##$##+#$+#%#%#%%@X.. ", " X.#$+#$+#$#+#$#.#+.#####@##%#%%%%@X.. ", " @X@###$##$###.$##$#+##$+#$#%#%#%#%%@X.. ", " @XX@o$$#$+#.#$#+#$+.##.#+.#+#%@%%#%%%@X. ", " @#XX@####.##+##+#.##$+#$#$$$#.#%%#%%%%@X.. ", " @#XXo#oo##$+##$.+###+##+.##+#%#%%%@%%%%@X. ", " ###XXoo#o#+##.#+##.#.#..###.#.+%.#%%%%%%@X.. ", " ####XXXoooo#.#####.+####+##+###%.#%%%%%%%@X.. ", " ####XXXo###o##+#.+###.#.#.#..#%++%%.#%@%%@X.. ", " @@##XXXXoo######.##+.#+#######+.#.##%%%%%%@X.. ", " &@#@#XXXXo#o#o#+.+#.#%%##+........#%.%.%%%%@X.. ", " #&@@#@XXXXoo##oo.###%%%%...##++##+#.##.%%@%%@X.. ", " #&.X.@#XXXXoooo####+%%%%##+#...#.#.%....#.%%%@X.. XX ", " .....X.@XXXXo####o+%%%%%%+...##..#.%.%.#.#%#%@X.. XXX ", " X..X.X.XXXX*oo#o##%%%%%%%.#+#..##+%.%.@.@.%.@X@. @*XXX ", " ...X...X.XXX*..####o%%%%%%#+#..#+%.%.%.%%#@@@%@@. ...XXXXX ", " ...==X..X..XXXo*.#o#o@%%%%%%+#.##%#.#.%%#%..@..@@ .@..XX*XX ", " ...=X....XXX*o.###@%%%%%%%..#+#.#.%+%.%.@@.@@..@@@@..XX+XX ", " ......X....XXoo*..#@%%%@%%%.+##+.%.#%..%.%%%@@@.@@@@..#+XXXX ", " ...X.X....XXooo..#.@%@%%%%###.#.+#%%.%#%.%@.@@@@@@@..XX++XX ", " .X.X....XXo#..##...%%@%#+#.#.#%.%.%%.%.@@....@@@@..XX++XX ", " X.X....XX#..##%%%.%@%+#.#.%#%.#.%#.%.%@@.@@@@@@@..XXX*XX ", " ..X...*X..@#%%%%.@%%%.%.%%.%.%%%.%%.%..@...@@@@..oX*XXX ", " X...X.&-O%%%##%%%.%.%%%.%.%%..%.%%.@@@.@.@@@@..oXXXXX ", " ....X*########%.%.%%.%.%%..%%%%%.@@%.@... .@..;XXXX ", " ..XX*######@@.%%%%.%.%%.%%%.%..%@..@@@... @..OXX*X ", " @X**####@@%%%%.%.%%%.%%%.%.%@%.@.@...... .o;##X ", " ****#@@@@@@%.%.@@%.%..@..@@%.@%@...@... o;;XX ", " *......@@@@@@@@%@.@..@@%..@@@@@.@..... oX ", " .........@@@@@@@.@@@.@@.@.@@....... ", " ........@@@@.@.@.@.@.@..@...... ", " .......@@@@..@@............. ", " .....@@@@@@@@@@..@....... ", " ..@@@@.@..@@........ ", " @.............. ", " ............ ", " ..... ", " "}; xfishtank-3.2.2/src/fishes/fish20b.xpm0000644000000000000000000001150014622622722015740 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish20b_xpm[] = { "62 50 15 1", " c None", ". c #1F031F030000", "X c #E0FBE9FCC3D7", "o c #9892C0D78F91", "O c #8F91A6B40000", "+ c #DEDADADA3926", "@ c #8B904B490000", "# c #9D93AFB54648", "$ c #E4FBB3B54248", "% c #C0D794910000", "& c #8E919B92BBB6", "* c #D2D9C0D7ECFC", "= c #3F273F279C92", "- c #92914848ACB4", "; c #CBD8A4B3B5B6", " ", " . ", " . .. . ", " ... ... .. ", " ....... .. . ", " . ..XXXXX. ... .. ", " ....XXoXXXXXXXX... . ", " . ..Oo+oo+oo+ooooXXX... ", " .@@#o$+$$%$+%+$$$$oooXX... ", " ..oo+$$$$+$$+$$$%$+$$$ooXXX... ", " .oo$$+@$$@#$$@$+#$$+$$$$oooXX.. ", " ..o$+$$$+#$$+$#+$#@#$$%####$@@X.. ", " .@##$$$.$$#.##$##$##+#$+#%#%#%%@X.. ", " X.#$+#$+#$#+#$#.#+.#####@##%#%%%%@X.. ", " @X@###$##$###.$##$#+##$+#$#%#%#%#%%@X.. ", " @XX@o$$#$+#.#$#+#$+.##.#+.#+#%@%%#%%%@X. ", " @#XX@####.##+##+#.##$+#$#$$$#.#%%#%%%%@X.. ", " @#XXo#oo##$+##$.+###+##+.##+#%#%%%@%%%%@X. ", " ###XXoo#o#+##.#+##.#.#..###.#.+%.#%%%%%%@X.. ", " ####XXXoooo#.#####.+####+##+###%.#%%%%%%%@X.. ", " ####XXXo###o##+#.+###.#.#.#..#%++%%.#%@%%@X.. ", " @@##XXXXoo######.##+.#+#######+.#.##%%%%%%@X.. ", " &@#@#XXXXo#o#o#+%%+.##+##+........#%.%.%%%%@X.. ", " #&@@#@XXXXoo##oo.%%#+#.....##++##+#.##.%%@%%@X.. ", " #&.X.@#XXXXoooo###%%...###+#...#.#.%....#.%%%@X.. XX ", " .....X.@XXXXo####o%%%%+##+...##..#.%.%.#.#%#%@X.. XXXX ", " X..X.X.XXXX*oo#o##%%%%#...#+#..##+%.%.@.@.%.@X@. @*XXXX ", " ..X...X.XXX*..####o%%%%.##+#..#+%.%.%.%%#@@@%@@. ...XXXXX ", " .==X..X..XXXo*.#o#o@%%%%+#+#.##%#.#.%%#%..@..@@ .@..XX*XX ", " .....=X....XXX*o.###@%%%%%##..#+#.#.%+%.%.@@.@@..@@@@..XX+X+ ", " ......X....XXoo*..#@%%@%%%#.+##+.%.#%..%.%%%@@@.@@@@..#+XXXX ", " ...X.X....XXooo..#.@%@%@%.###.#.+#%%.%#%.%@.@@@@@@@..XXX+XX ", " .X.X....XXo#..##...%%@##+#.#.#%.%.%%.%.@@....@@@@..XXXXXX ", " X.X....XX#..##%%%.%@%+#.#.%#%.#.%#.%.%@@.@@@@@@@..XXX*X+ ", " ..X...*X..@#%%%%.@%%%.%.%%.%.%%%.%%.%..@...@@@@..oX*XXX ", " X...X.&-O%%%##%%%.%.%%%.%.%%..%.%%.@@@.@.@@@@..oXXX+X ", " ....X*########%.%.%%.%.%%..%%%%%.@@%.@... .@..;XXXXX ", " ..XX*######@@.%%%%.%.%%.%%%.%..%@..@@@... @..OXX*X ", " @X**####@@%%%%.%.%%%.%%%.%.%@%.@.@...... .o;##XX ", " ****#@@@@@@%.%.@@%.%..@..@@%.@%@...@... o;;XXX ", " *......@@@@@@@@%@.@..@@%..@@@@@.@..... oXX ", " .........@@@@@@@.@@@.@@.@.@@....... XX ", " ........@@@@.@.@.@.@.@..@...... ", " .......@@@@..@@............. ", " .....@@@@@@@@@@..@....... ", " ..@@@@.@..@@........ ", " @.............. ", " ............ ", " ..... ", " "}; xfishtank-3.2.2/src/fishes/fish21a.xpm0000644000000000000000000002742314622622722015753 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish21a_xpm[] = { "100 100 16 1", " c None", ". c #686C6C6D3426", "X c #5E4B6F6D5049", "o c #776E9A925B4B", "O c #706D7A6E5D4B", "+ c #7E6FACB49A92", "@ c #C0D7D1D9BEB7", "# c #A4B3BEB7A9B4", "$ c #6E6D838F8A90", "% c #B7B6C5D79692", "& c #44484D492624", "* c #B5B6C5D7686C", "= c #A5B490917A6E", "- c #9D93B2B54A48", "; c #1A031A031602", ": c #A8B47F6F3B27", " ", " ", " .Xoo ", " oooO+@ooooo.o ", " o+#++#@+X..X.X.o.. ", " o++#@o@@#OXX++$oX.oX... ", " O+@@##$#@+X+@@@@@+..X...... ", " o+@#@+@++@++++++oX$..XX....... ", " +@+#+@#++@@+o$$++@@+@#@@o..Xo... ", " $+@+@@@#o+#@@+++@#+@+@@++oX....XoX. ", " o@@@+#@#oo@@@+O+++$$O+$OX$X++@@X..o.. ", " ####+###O+@##oO+@@+X+++XOXX+@++O....o.. ", " ++@#@+@@@o+#@#+o@@@@o@@@#o+Xo++OO..XX..oo. ", " o@###++##@o@@#ooo#@OXO#@#@#@%@#+@@#@#@.Xooo. ", " +###@@o+##%o##oXX+@@@oO@@o..XooXXXXX++oX...ooo. ", " +@@@#%++@#+o+#@oo@@@@O+#@#..O+O++oX..XOXXX&X..... ", " o#@@#++#%#@o######@%oOO@@#XOo@@#@@#@@+.++#@@+X..o.. ", " +###+####%+#%@+o#@%OXo@@o..%@@@XXOO+@#OX+@oX....Xo..o ", " o+#####@@++++##oOXooX$@#@Oo#@#@oXX+@#oOXXOXX.X.XX....... ", " ##@#@#+++oo+#oo$######@@+#@@@%OXO+@@+OXo#O&Oo+@@+X&.....& ", " +@%++o++o+#####@@#@@##%oO%###XXXO#@@O..++@@oX&+XX&X+X..+X.. ", " ++o+++++##@##@%###%###oOXXX$XX+#@@@@.X+@@@#@@X.X.XX++...X.... ", " ++@#@##@%###+oooooXOooo+%#@*XO#@@#@#X.@@@#O.+@@XX&o@+XX..&..... ", " +#@%@#%++#+ooooo%##+ooOo+##@#%##+##o.X+@@o....+X..XOX....+X.....& ", " +@#@++ooooo+oo+%#@%#@#+@oXo+*+@%@oX..XoOOXXXooO..@++X.XX.+oX.&..... ", " +@@#oooooo+#+#@##%%o+#@##OO.XXOo*O.XO@##oX+@#@@@@@@O..@#....&.&...&. ", " ++#%#++##@@#@###@@oOO.O###@##oOXX.XX###@@###@@@@@@o$@@X&XX.&&++.&..... ", " ++##+o++#@##@%++##oX++#oO$+@#@#@%#o$+##@oX+@#@+OX.X.XX@@X&.oo.X&&....&.o ", " ++@@+%##@+oooooo+oo+#@@#oOOXX++#++#@@@@++.X.XXX..X..X.XO$..+@$.&........ ", " +@@@@o###+oooo+###ooo#@+o+++oO.XX.Xo++XXXO++o.X..O+@X#@+XXX.XXX&.&..o..X. ", " +@@@++++++o+###@@@++##@%o##@#@##O$+O..XX.X++++#####@@#@@#O@@XX&X..X&&..... ", " +#@#++#@%%o%#@#%#+oo@@#@o#@####+#@++###+++o&o%++##@@@@@@+.o#@XX..&...&&.... ", " +#oo++#####@@@#o*oo+#@@+oo@+ooO+@#+#@+++@#++..XX++#oXXXXXX.+@+.X&XX..&...&oo ", " ++#%#@@@=++++++%o#@%@%+-oooOOOo$OXOXXXXXoXX$++++X.X..XXX.XX...+X&o&&.o..&... ", " ++@##@#@+++++o++##@@@oooo+@@####@#oOOoOX.XXXXo+++@+oX++++@%##+.+O&+..&&&X&X.. ", " ++++++++++####@@@@@#+o+%%#@@@@@@@%#O+#@#++##X.XX$+@++@++o+@@@@X+@X&&&.&&&&... ", " +++++++++##@@@@@@@+%++#@@@@#++o+oo@###@@##@#+O+oO.XOo#oXoXX++@+.++.&X&&.&&&.. ", " #@@###@#+@@#@@@###%+##@@@####oooOooO@@@oXOXXoO#@@#X.X...........X@+..+.&&..&.. ", " +++++#@@##@@#+###%%@@@@#+*+##@+##@#%+$++oXOOO++o+++ooXX.X+oXX.&.+@@.XX&&&&X.. ", " +##+@@+++#@#++%#++@@@@@#+@%%o%@@#@#@ooo+@###@oXXOXo+@@++@++#+o+o.+@@oX&&o&&.& ....&;; ", " %++@#+++@+#@#+###@@@@@%@%=##@##@@#*@o##+##@+++#+++o.XOo.oXXXX++++oXXXX.X&.&X.& &&.X..&&; ", " +@+@@@@@@@#@@#@@@@@@#%@%##@@@@@%ooo-+@#@+oOXX+@@@@@+..X.....&XX++++.XX.&&.&&& .&&.....&&; ", " ++@@###@@@@@@#@@#%@@%@#%#@@@@@@@+o+-#+@@@++O+oo+oOO+@+++++@o+..X..Xo&++&.&&&. &&&&&.;.o.&&; ", " ++++@+##+#@@###@+#+%#@@#@@@#=o*+#@@#@%oo#+#o@#oo.oXo+oo+##o$++X&XX.XX++.&&& &&;&&.;;&o..&&; ", " $@#@+++XXX+@@@%#@@+##@@@#@##%##+##@@@@+o-oo+o+@+o#@#oXXXX.X.X.OOXO+o&+..&&&& &&&&;&;&o.o&..&&; ", " ++@##+X$+:XX+@%##@@#@##@@@++#@@@@@@+@@@###+#+++@+#+++o$+o+o@o..oX.X+X+oXXX;&;&.;&;;;;;;;..&&;; ", " +@++@@+X:=+O:X@%##@@#@#%#@@#@@#@@@#+o+%@@@@@#%@++#+XXOXXo#++++@XO+.XX&&X&&&&&&;;.;;;&.&o&oo&&;; ", " +@@@#@+:+..+:X@@@@##+@@####@@@##*#=o@=%@###+oOoo+@o+#+++.XXXXOo.XXo++XX&&&.;&&X;;;&&;;;;;&.&&;; ", " +@+#@@+o=XX+:X@#@@#@#@@@@@#@@@#%%+#@@#@@+++#+++++oo+@+#++++X..X..X$+o.o&X&&&&&;&&&;;.&oo.o&&&; ", " ++###@@X:+oO:+@#@##@@@@@@@@###@@@@@@@@@@##@@#@@#%o##OO.XX++@o+++o.X.XX.&&;&&X&;;;;&;;;;;;.&&;; ", " ++@@@@@@+X::XX@@@@##@#@#@#@@@##@@@@#+o+##@@@@##++#@@@oXO+o.O+#+#o+@@...X&&;o;;&;&;&;&;&.o.o&&;; ", " ++@@@@#@@+XXo+@#@#@@@#@#@#@@@@@@#%++o++=@@@+#ooo+#+oo+++++Xo++X.XXOX+XX.&&&X&.;;&;;;;;;;;;&&&;; ", " +XX#@@@@#@@@++@@@#@@@@@#@@@@@#@@@@#%#####@######++#+Ooo+@+OXX..X+oo..X.$o&.&&o&&.&;;&;&;&..o&&;;; ", " X#X@@@@@#@@@@#@@#@#@@##@@@@#@@@+#@@@#@@@@@##@@#@@@###+o++.ooXoO+@o+++o#++..$o&;;;&;;&;;;;;.&&;;; ", " ##+@@@@#@@@@@@@@@@@@#@o@#@@@@@#@@@@@@+#@@@@@##oOo##@#o++$o++*OX..XOooXXXX&$.XXX&;&&;;;.&o.o&;;; ", " X#X@@@@@@##@@@@@@@@@#@@@@@*@@@@@@%@#-ooo=#@@#+ooooo+oooOXX++@Xo+Ooo.XX&X...&&&&&;&;;;&&;;;;;&&;; ", " +XX@#@@@@@@@@@@@@@#@@@@#@@@%@@@#@@#@#o+@#++++=+o++@oooO+ooO.X.X+@@++XX.X+++O++&&;;;&&&;;;&o.o&&;; ", " ++@@+@@@@@@@+@@@@@@@@@@@o##@@@@##+####@@@@%@@@#@+++@o+@o++oXo+#++XX++++++XX+#&&&&;&;&;&.;;;.&&&; ", " +@@@@@@@@##@@@@@@@#@%@##o@@##@##%+@@++#@@##@@@ooo+##+@O#++@@@#.X.Xo+++OX+@oX;&&;&;&&&;&.o.;.&&;; ", " +@@@@@@@#@@@@@@@@@@o@+#++@#@@@@@+@@#o+@@@#@@+oo+@+o#+oOXo#++X.XX.XXXXXo@@@X&&;&&&;;&&;;.oo.&&&; ", " #+@@@@@@@@@@@@@@@@#@@#++#++@@@@@###@#+#@#*=o+#++o#+#+XXXXX..+++o....+@@+@.&&& &&&&;&o.;..o.&&; ", " +@@@@@@@@@@@@@@*@@@@#+$@+##@#@##+@@#%*ooo++#+##@#o+#++ooo+@+@++++++@X$@.&+& &&&&;;&o;...&&; ", " #@@@@@@@@@@@@@@@#@@@+####+##++++##+++@@#+++@#@@oo+++++@#++X$+++@++o.+@.&&; &&&&;&o...&&; ", " #@@#@@@@@@@@@@@#@@@@@###@##++@+++oo##@oo+++oOo+#o+XX+@+oX.XXXoXX...X+X&&;; &&&&&&&&&&; ", " #@@@@@@@@@@@@@@@@@#@#@####+#@@+@+O%#@oOOO+++##@#oo+XXXo++OX.XXX.@+XX.X&;; ;;&&&&;;; ", " +#@@@@@@@@@@@@@%**%%@#@###%o@@@#@oooo##++###@##@++oXXX+#@++@@@@+@@.+&.+o; ;;;;;; ", " +@@@@@@@@@@@@@%===#@@@@@@@*o*#@@@@##@@@@@@+XX.ooo++@@#OXX+#+@@+@@X.X&&& ", " #@@@@@@@@@@@@@@@@@#@@@@@@@#o=#@#@@o@+#ooOo###+XO+#@oXX.XXXXXXX+@X&X&.& ", " o@@@@@@@@@@@@@@@@@%**##*%#@#*ooo#@+ooO++o+#@@+oXooX.+####oX...X+o&X+O&; ", " #@@@@@@@@@@%#%%%@@@*%#=*+@@@#@#+@@+++@@@##ooXX+XXo+@#@#@@@@oX.X&.+o&;; ", " +@@@@@@@@@%***@@@@@#%#@o#@@@@@##@@##@##@XXO+++@+@@@@+XO@@@@@+.&&&&&X; ", " #+@@@@@@@@@@%%%@@@@#@@@#@@@@@@@@@@@+##o+###+#@#@oX.ooX.XX+@@X.X+X;&; ", " ##@@%%@@@@@@@@@@@@@@@+#oo@*+oooOX..X+@#@#OXX@@XX.X@@+X.XX&&&.X+X; ", " #+@+o#@#@@@@%@@@o%oo%=#+o%ooXo++##@@#@oXO.+@@@+X+@@@+...OX.&;; ", " +@@@@@@@#=*@@@*+##@@@#@@#@#@@@##+#o.X###X@@@@+XX+@@+X.X$+$X; ", " ##=@@@@@@@=%@@@@@@#@@@@#@@#@@@@o.Xo@#@@%$@@@@X..XOX&XX.X;; ", " ##@X+@@@@@%=#@@@@@@@#@@@#@@+@#%###@@#@@X..X@@##@+XX$+@+&;; ", " #O@Xoo@@@@@=@O:=o=*OOOoOXXOO.O@@@@+XXXO...+@@@@+X.&;XX;; ", " +@O@.XX@@@@%%@@=:+-*=oo##o+ooX##@@##+@@@o.+@+#XX+@+.&;;; ", " #@O@X.X@@@@@@@@@@@@@@@@@@@#@@XXX+@@@@@@#.XXoX..XO++@&; ", " O==X@X&+@@@#@@@#@@@@@@@@@#@@@@oXX#+o+@@#XX.oooX..&&;;; ", " #@X.o.X+#@=O@@oXOo$O+o+#@@@@@@%XOX.X#@@@@#+X+@@+&;; ", " X#:XX@XX=@@.@@@@+o@+OXX..XXX#@o+@@+.X+@@@..o++XX&&; ", " o:OXX.X##@@=+@@@@@@@@@@@@+XXX.$@@@+XX.XoXX.XXX;;; ", " .:.:..$Oo@@OoO+@@@@@@@@@@#@@@@@@@@o+o@@@+.&&&;; ", " .:..O.ooX@-@:.OX@o@@@@@@@@@@@@@+@@X.XXO+X.&;; ", " ::.::X.X+@O@O@#X.XXX+o+@#oOOXXX+@+++o&.&&&&; ", " ::: :&..@X@@$@@%O.X+X.$.X.+o.XX$@@@#@@o;; ", " ::: :& o.o@Oo+@@oX@@X...X@@@X...&..&;;;; ", " ::. .. o@ooX@@@oX@@@O.XX$@@#.X&.&&&; ", " ::. .. oX#o$++@XX@@@+XX.O+#@+&&;;; ", " :: .. X.+X+@X++$@@XX.XXXXX&;; ", " ::. . X+X+o$@XX@@..&&&;&;; ", " :: X$ X+oX$@o&;&;; ", " .:: . &;&&;; ", " :: ", " :: ", " : ", " ", " "}; xfishtank-3.2.2/src/fishes/fish21b.xpm0000644000000000000000000002742314622622722015754 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish21b_xpm[] = { "100 100 16 1", " c None", ". c #686C6C6D3426", "X c #5E4B6F6D5049", "o c #776E9A925B4B", "O c #706D7A6E5D4B", "+ c #7E6FACB49A92", "@ c #C0D7D1D9BEB7", "# c #A4B3BEB7A9B4", "$ c #6E6D838F8A90", "% c #B7B6C5D79692", "& c #44484D492624", "* c #B5B6C5D7686C", "= c #A5B490917A6E", "- c #9D93B2B54A48", "; c #1A031A031602", ": c #A8B47F6F3B27", " ", " ", " .Xoo ", " oooO+@o...o.o ", " o+#++#@+X..X.X.... ", " o++#@o@@#OXX++$oX.oXo.. ", " O+@@##$#@+X+@@@@@+..X..ooo. ", " o+@#@+@++@++++++oX$..XX...oo... ", " +@+#+@#++@@+o$$++@@+@#@@o..Xo... ", " $+@+@@@#o+#@@+++@#+@+@@++oX....XoX. ", " o@@@+#@#oo@@@+O+++$$O+$OX$X++@@X..... ", " ####+###O+@##oO+@@+X+++XOXX+@++O....... ", " ++@#@+@@@o+#@#+o@@@@o@@@#o+Xo++OO..XX...o.. ", " o@###++##@o@@#ooo#@OXO#@#@#@%@#+@@#@#@.X.... ", " +###@@o+##%o##oXX+@@@oO@@o..XooXXXXX++oX....... ", " +@@@#%++@#+o+#@oo@@@@O+#@#..O+O++oX..XOXXX&X..... ", " o#@@#++#%#@o######@%oOO@@#XOo@@#@@#@@+.++#@@+X..o... ", " +###+####%+#%@+o#@%OXo@@o..%@@@XXOO+@#OX+@oX....Xo..o ", " o+#####@@++++##oOXooX$@#@Oo#@#@oXX+@#oOXXOXX.X.XX....... ", " ##@#@#+++oo+#oo$######@@+#@@@%OXO+@@+OXo#O&Oo+@@+X&.....& ", " +@%++o++o+#####@@#@@##%oO%###XXXO#@@O..++@@oX&+XX&X+X..+X.. ", " ++o+++++##@##@%###%###oOXXX$XX+#@@@@.X+@@@#@@X.X.XX++...Xooo. ", " ++@#@##@%###+oooooXOooo+%#@*XO#@@#@#X.@@@#O.+@@XX&o@+XX..&.oo.. ", " +#@%@#%++#+ooooo%##+ooOo+##@#%##+##o.X+@@o....+X..XOX....+X..oo.& ", " +@#@++ooooo+oo+%#@%#@#+@oXo+*+@%@oX..XoOOXXXooO..@++X.XX.+oX.&ooo.. ", " +@@#oooooo+#+#@##%%o+#@##OO.XXOo*O.XO@##oX+@#@@@@@@O..@#....&.&o..&. ", " ++#%#++##@@#@###@@oOO.O###@##oOXX.XX###@@###@@@@@@o$@@X&XX.&&++.&..... ", " ++##+o++#@##@%++##oX++#oO$+@#@#@%#o$+##@oX+@#@+OX.X.XX@@X&.oo.X&&....&.. ", " ++@@+%##@+oooooo+oo+#@@#oOOXX++#++#@@@@++.X.XXX..X..X.XO$..+@$.&......... ", " +@@@@o###+oooo+###ooo#@+o+++oO.XX.Xo++XXXO++o.X..O+@X#@+XXX.XXX&.&..o..X.. ", " +@@@++++++o+###@@@++##@%o##@#@##O$+O..XX.X++++#####@@#@@#O@@XX&X..X&&...... ", " +#@#++#@%%o%#@#%#+oo@@#@o#@####+#@++###+++o&o%++##@@@@@@+.o#@XX..&...&&..... ", " +#oo++#####@@@#o*oo+#@@+oo@+ooO+@#+#@+++@#++..XX++#oXXXXXX.+@+.X&XX..&...... ", " ++#%#@@@=++++++%o#@%@%+-oooOOOo$OXOXXXXXoXX$++++X.X..XXX.XX...+X&o&&.o..&.... ", " ++@##@#@+++++o++##@@@oooo+@@####@#oOOoOX.XXXXo+++@+oX++++@%##+.+O&+..&&&X&X.. ", " ++++++++++####@@@@@#+o+%%#@@@@@@@%#O+#@#++##X.XX$+@++@++o+@@@@X+@X&&&.&&&&oo. ", " +++++++++##@@@@@@@+%++#@@@@#++o+oo@###@@##@#+O+oO.XOo#oXoXX++@+.++.&X&&.&&&o. &&; ", " #@@###@#+@@#@@@###%+##@@@####oooOooO@@@oXOXXoO#@@#X.X...........X@+..+.&&..&.. &&&;; ", " +++++#@@##@@#+###%%@@@@#+*+##@+##@#%+$++oXOOO++o+++ooXX.X+oXX.&.+@@.XX&&&&X.. &&&o.&; ", " +##+@@+++#@#++%#++@@@@@#+@%%o%@@#@#@ooo+@###@oXXOXo+@@++@++#+o+o.+@@oX&&o&&.& &&&o..&;; ", " %++@#+++@+#@#+###@@@@@%@%=##@##@@#*@o##+##@+++#+++o.XOo.oXXXX++++oXXXX.X&.&X.& &&...;.o&; ", " +@+@@@@@@@#@@#@@@@@@#%@%##@@@@@%ooo-+@#@+oOXX+@@@@@+..X.....&XX++++.XX.&&.&&& &&.&.;.o..&; ", " ++@@###@@@@@@#@@#%@@%@#%#@@@@@@@+o+-#+@@@++O+oo+oOO+@+++++@o+..X..Xo&++&.&&&. &&&;;;.o...&; ", " ++++@+##+#@@###@+#+%#@@#@@@#=o*+#@@#@%oo#+#o@#oo.oXo+oo+##o$++X&XX.XX++.&&& &&;;&&.o.;..&; ", " $@#@+++XXX+@@@%#@@+##@@@#@##%##+##@@@@+o-oo+o+@+o#@#oXXXX.X.X.OOXO+o&+..&&&& &&&;;&&...;;..&; ", " ++@##+X$+:XX+@%##@@#@##@@@++#@@@@@@+@@@###+#+++@+#+++o$+o+o@o..oX.X+X+oXXX;&;&.;;&&&.;;..oo&; ", " +@++@@+X:=+O:X@%##@@#@#%#@@#@@#@@@#+o+%@@@@@#%@++#+XXOXXo#++++@XO+.XX&&X&&&&&&;;.;&&;;;.oo.&&; ", " +@@@#@+:+..+:X@@@@##+@@####@@@##*#=o@=%@###+oOoo+@o+#+++.XXXXOo.XXo++XX&&&.;&&X;;;;;;&o....&&; ", " +@+#@@+o=XX+:X@#@@#@#@@@@@#@@@#%%+#@@#@@+++#+++++oo+@+#++++X..X..X$+o.o&X&&&&&;&&;;&.&.&;;&&&; ", " ++###@@X:+oO:+@#@##@@@@@@@@###@@@@@@@@@@##@@#@@#%o##OO.XX++@o+++o.X.XX.&&;&&X&;;;;&&;;;;..o&;; ", " ++@@@@@@+X::XX@@@@##@#@#@#@@@##@@@@#+o+##@@@@##++#@@@oXO+o.O+#+#o+@@...X&&;o;;&;&;&;&.&&ooo&&; ", " ++@@@@#@@+XXo+@#@#@@@#@#@#@@@@@@#%++o++=@@@+#ooo+#+oo+++++Xo++X.XXOX+XX.&&&X&.;;&;;;;;;;;;.&&; ", " +XX#@@@@#@@@++@@@#@@@@@#@@@@@#@@@@#%#####@######++#+Ooo+@+OXX..X+oo..X.$o&.&&o&&.&;;&;&.&&oo.o;; ", " X#X@@@@@#@@@@#@@#@#@@##@@@@#@@@+#@@@#@@@@@##@@#@@@###+o++.ooXoO+@o+++o#++..$o&;;;&;;&;;;;;;.&;; ", " ##+@@@@#@@@@@@@@@@@@#@o@#@@@@@#@@@@@@+#@@@@@##oOo##@#o++$o++*OX..XOooXXXX&$.XXX&;&&;&&.&oo.o;; ", " X#X@@@@@@##@@@@@@@@@#@@@@@*@@@@@@%@#-ooo=#@@#+ooooo+oooOXX++@Xo+Ooo.XX&X...&&&&&;&;;;&&;;;..&&; ", " +XX@#@@@@@@@@@@@@@#@@@@#@@@%@@@#@@#@#o+@#++++=+o++@oooO+ooO.X.X+@@++XX.X+++O++&&;;;;&&&;;&.;;&&; ", " ++@@+@@@@@@@+@@@@@@@@@@@o##@@@@##+####@@@@%@@@#@+++@o+@o++oXo+#++XX++++++XX+#&&&&;&;;&&.oo..&&& ", " +@@@@@@@@##@@@@@@@#@%@##o@@##@##%+@@++#@@##@@@ooo+##+@O#++@@@#.X.Xo+++OX+@oX;&&;&;&&;&&&.ooo&&; ", " +@@@@@@@#@@@@@@@@@@o@+#++++@@@@@+@@#o+@@@#@@+oo+@+o#+oOXo#++X.XX.XXXXXo@@@X&&;&;;&&.;;;;..o&&; ", " #+@@@@@@@@@@@@@@@@#@@#++$+++++@@###@#+#@#*=o+#++o#+#+XXXXX..+++o....+@@+@.&&&&&;;&&&.oo;..o&; ", " +@@@@@@@@@@@@@@*@@@@++$$++++++##+@@#%*ooo++#+##@#o+#++ooo+@+@++++++@X$@.&+& &&;;;&&&&.;..&; ", " #@@@@@@@@@@@@@@@#@@@++++++++++++##+++@@#+++@#@@oo+++++@#++X$+++@++o.+@.&&; &&&;;;;.o...&; ", " #@@#@@@@@@@@@@@#@@@@@###@##++@+++oo##@oo+++oOo+#o+XX+@+oX.XXXoXX...X+X&&;; &&&&;;;.o&; ", " #@@@@@@@@@@@@@@@@@#@#@####+#@@+@+O%#@oOOO+++##@#oo+XXXo++OX.XXX.@+XX.X&;; &&&..;.&; ", " +#@@@@@@@@@@@@@%**%%@#@###%o@@@#@oooo##++###@##@++oXXX+#@++@@@@+@@.+&.+o; &&&o.;;; ", " +@@@@@@@@@@@@@%===#@@@@@@@*o*#@@@@##@@@@@@+XX.ooo++@@#OXX+#+@@+@@X.X&&& &&&&&; ", " #@@@@@@@@@@@@@@@@@#@@@@@@@#o=#@#@@o@+#ooOo###+XO+#@oXX.XXXXXXX+@X&X&.& &&; ", " o@@@@@@@@@@@@@@@@@%**##*%#@#*ooo#@+ooO++o+#@@+oXooX.+####oX...X+o&X+O&; ", " #@@@@@@@@@@%#%%%@@@*%#=*+@@@#@#+@@+++@@@##ooXX+XXo+@#@#@@@@oX.X&.+o&;; ", " +@@@@@@@@@%***@@@@@#%#@o#@@@@@##@@##@##@XXO+++@+@@@@+XO@@@@@+.&&&&&X; ", " #+@@@@@@@@@@%%%@@@@#@@@#@@@@@@@@@@@+##o+###+#@#@oX.ooX.XX+@@X.X+X;;; ", " ##@@%%@@@@@@@@@@@@@@@+#oo@*+oooOX..X+@#@#OXX@@XX.X@@+X.XX&&&.X+;; ", " #+@+o#@#@@@@%@@@o%oo%=#+o%ooXo++##@@#@oXO.+@@@+X+@@@+...OX.&;; ", " +@@@@@@@#=*@@@*+##@@@#@@#@#@@@##+#o.X###X@@@@+XX+@@+X.X$+$;; ", " ##=@@@@@@@=%@@@@@@#@@@@#@@#@@@@o.Xo@#@@%$@@@@X..XOX&XX.X;; ", " ##@X+@@@@@%=#@@@@@@@#@@@#@@+@#%###@@#@@X..X@@##@+XX$+@+&;& ", " #O@Xoo@@@@@=@O:=o=*OOOoOXXOO.O@@@@+XXXO...+@@@@+X.&;XX;; ", " +@O@.X@@@@@%%@@=:+-*=oo##o+ooX##@@##+@@@o.+@+#XX+@+.&;;& ", " #@O@X.@@@@@@@@@@@@@@@@@@@@#@@XXX+@@@@@@#.XXoX..XO++@&; ", " O@O@XX&+@@@#@@@#@@@@@@@@@#@@@@oXX#+o+@@#XX.oooX..&&;;; ", " #@O@o.X+#@=O@@oXOo$O+o+#@@@@@@%XOX.X#@@@@#+X+@@+&;; ", " X#O@XXXX=@@.@@@@+o@+OXX..XXX#@o+@@+.X+@@@..o++XX&;; ", " o@O@X.X##@@=+@@@@@@@@@@@@+XXX.$@@@+XX.XoXX.XXX;;; ", " .O.:..$Oo@@OoO+@@@@@@@@@@#@@@@@@@@o+o@@@+.&&&;; ", " .:..O.ooX@-@:.OX@o@@@@@@@@@@@@@+@@X.XXO+X.&;& ", " :::.::X.X+@O@O@#X.XXX+o+@#oOOXXX+@+++o&.&&&;; ", " .::::&....@X@@$@@%O.X+X.$.X.+o.XX$@@@#@@o;; ", " ::. .& o.o@Oo+@@oX@@X...X@@@X...&..&;;;; ", " ::. &. o@ooX@@@oX@@@O.XX$@@#.X&.&&&; ", " .:: .. oX#o$++@XX@@@+XX.O+#@+&&;;; ", " :: . X.+X+@X++$@@XX.XXXXX&;; ", " ::. .. X+X+o$@XX@@..&&&;;;& ", " .:: . X$ X+oX$@o&;&;; ", " :: . &;&&;; ", " :: ", " :: ", " :: ", " : ", " "}; xfishtank-3.2.2/src/fishes/fish22a.xpm0000644000000000000000000001253414622622722015751 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish22a_xpm[] = { "63 57 16 1", " c None", ". c #8890A2B3766E", "X c #746E8E915B4B", "o c #5A4A656C3A27", "O c #716D6B6D544A", "+ c #8D917A6E3926", "@ c #A7B4A3B3606B", "# c #8490B1B59892", "$ c #B2B5C7D8828F", "% c #A6B4DADAA4B3", "& c #9A929A923F27", "* c #B9B6C3D7626B", "= c #3F2737263025", "- c #C3D7C4D78F91", "; c #BAB6AEB53626", ": c #8E91BBB6ADB5", " ", " .XX.X.X.... ", " ..X....X....XoO ", " ..X..X.oXX+OoX.XXX. ", " ...X.@oXX@X...XXOooXX+ ", " X#XXo@.$..$@X+XXOoooXXXX. ", " OXXXX.%$XXX++$.$@$$#XOooXX+O ", " X....XO++&$$$@+++++X.XXooXXX+ ", " X..XOoX@$$.+&+++@$$.$@@XXoXXX++. ", " ..OooX$$XX++++&$$@+++++XXXXOoOoX+O ", " ooo&..Xooo+*$$$@++++&@$$$@@.XoXXX+++O ", " =oooooooo+Xooo++++@--%@+X+XXXXXooo+ooooO ", " .==oooo+X&...@&XX+++++X++X++++XooXoX+oooooo ", " ==oooooooooooo+@.$**.@+&X.%$@$$@@XXooX+oooo ", " =======ooo+@@@&@++++++@$$$+&@$+++XXoXoo+ooO ", " ===oo=ooo&XX+++++&@*@&+++++++++++$$.oXoooo. ", " ===+oooo+ooo++++&@&+++&$$$$@@$@++&X+.XOooo ", " =====oooooo+&&@@++++++++&&&@&@$-@$%X.XXoo. ", " ===oo+oXoo+&&X+++++++@&+&&&&&++++X+@XX+Xo. ", " ===oooooo@X++++++&@*@&+&@&&@@&$@&X+++@XXO ", " ==oo+Xoo+@+o+++&&&&&+&+++;&&&++&&$$X$@+.X ", " ==oooo+@+oo++&;&++++++&&&&@@@@&&++++X@Xo. ", " ==o=oX+ooo+&&&&++++&&&&&&&&&&&&&&&+++++@o ", " ===ooo+oo++++&&+&&&&&&&&&&&&&&&&@&&&+&&&X .XXXXoooo. ", " ===;;=XoX&++++&&;&&+&&;;&&;;;&&&&&&;&&++++o#OOX@XXXoo@@ooO ", " ==;==%XoX+@+++&&&;&&;;;;;&;;;;;;&;&&&&&&@X+$oo@XXo@+@ooooo ", " ==;==%o++X+&++&&&&&;;;;;&&&;;;;;;*;;@&;;&++@oo+XXXXoooooo= ", " ===o;%o@&+@+@++&;;&&&;;;;;&;;;;;&;;;;;&;;;&+&oo@&XXo@o@o@oo ", " =oo===o@@&&&&++&&;;&;;;;;;;;;;;;*;;;;&+&&;&+&ooX@X+ooooooo= ", " ==ooXoo&&&&&@;&+&&;+;;;;;;;;;;;;;*;;;;;&&;&++&oooXX+@o@o@ooO ", " +=oo+o&&&;&*;;+&;;;&;;;;;;;;;;;;;&;;;&++&&++@ooooX@+ooooooO ", " =o+oooo@@&&**;=++++&&;;;;;;;;;;;;;&;&&&+&;*-@%ooooo+o@oooo== ", " =oooo@&@@;*;=o++++++;;;;;;;;;;;;;&;&&&+@-&&&$ .o++X+o@@oo. ", " =ooo@@+&*;&=o++++++;;;;;;;;;;**@&&&;*$+&&@&#o. .&+++oooo ", " =oo&@&@;;+;=o+++++;;;;;;;;*;;;&&&@@@+@@*.X#oo$ .&+oo+o ", " =o&@&;;&+;=o+++++;;;;;*;;;;&;;&&$$++&++o.Xo=@$ .Xoo. ", " =+@;;;&&;&o+++++;;;;;;&&;;&&*&&+@*%X$.oXoo=+&$ ", " oo+&&+&&&+++++;;;;;;;;;$**$%-$%%$XoXXX.===+&&$ ", " =o+++&&;&++&+;;$*;;;-@*$$@@++&X@.XoooX#==o+@& ", " =o+++&;;;&&&;;;;*;;&+&+;*$$+&+*.%#oooO==o+++X ", " .o++++&;;;;;;;;;$%$**$@$%%%%.oooX#..O==ooo&+ ", " oo+&&&&&**&$$@;@$$-%%X+OO+..Xoooooo=ooo++ ", " ++&++;&@@@&&%%.@+++@$.$#ooX###X#.===o+X ", " X+@&+@$$%%%@%%%%%%%@.%%.OooooXX===X+O ", " $ooo@+&@.+++O+XX@.OXooX#%:##.X==oooO ", " O$o=.+&.*$$$$**....%#XoooooOXOo=ooO ", " o$= O&.%.XX.$.%%%###:%###%X===ooO ", " === Ooo....XXXoooXooX#XooOooOoO ", " == XooXX..%%%%%%.oooX#Xo===O ", " O= =XooooooXoXoO#::#X==OOoO ", " == = O XOoooXoXo=o==Oo=== ", " Oo = .oOo==Oo==OXXooo. ", " + O OOooo=o =o. ", " OO ", " o ", " . ", " "}; xfishtank-3.2.2/src/fishes/fish22b.xpm0000644000000000000000000001253414622622722015752 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish22b_xpm[] = { "63 57 16 1", " c None", ". c #8890A2B3766E", "X c #746E8E915B4B", "o c #5A4A656C3A27", "O c #716D6B6D544A", "+ c #8D917A6E3926", "@ c #A7B4A3B3606B", "# c #8490B1B59892", "$ c #B2B5C7D8828F", "% c #A6B4DADAA4B3", "& c #9A929A923F27", "* c #B9B6C3D7626B", "= c #3F2737263025", "- c #C3D7C4D78F91", "; c #BAB6AEB53626", ": c #8E91BBB6ADB5", " ", " .XX.X.X.... ", " ..X....X....XoO ", " ..X..X.oXX+OoX.XXX. ", " ...X.@oXX@X...XXOooXX+ ", " X#XXo@.$..$@X+XXOoooXXXX++ ", " OXXXX.%$XXX++$.$@$$#XOooXX+O+ ", " X....XO++&$$$@+++++X.XXooXXX+++ ", " X..XOoX@$$.+&+++@$$.$@@XXoXXX++++ ", " ..OooX$$XX++++&$$@+++++XXXXOoOoX+Ooo ", " ooo&..Xooo+*$$$@++++&@$$$@@.XoXXX++oOoooo ", " =oooooooo+Xooo++++@--%@+X+XXXXXooo+ooooOoooo ", " .==oooo+X&...@&XX+++++X++X++++XooXoX+oooooo ", " ==oooooooooooo+@.$**.@+&X.%$@$$@@XXooX+oooo ", " =======ooo+@@@&@++++++@$$$+&@$+++XXoXoo+oo. ", " ===oo=ooo&XX+++++&@*@&+++++++++++$$.oXoooo. ", " ===+oooo+ooo++++&@&+++&$$$$@@$@++&X+.XOooo. ", " =====oooooo+&&@@++++++++&&&@&@$-@$%X.XXoo. ", " ===oo+oXoo+&&X+++++++@&+&&&&&++++X+@XX+Xo. ", " ===oooooo@X++++++&@*@&+&@&&@@&$@&X+++@XX. ", " ==oo+Xoo+@+o+++&&&&&+&+++;&&&++&&$$X$@+.X ", " ==oooo+@+oo++&;&++++++&&&&@@@@&&++++X@Xo. ", " ==o=oX+ooo+&&&&++++&&&&&&&&&&&&&&&+++++@o ooo ", " ===ooo+oo++++&&+&&&&&&&&&&&&&&&&@&&&+&&&X .XXXXooooo ", " ===;;=XoX&++++&&;&&+&&;;&&;;;&&&&&&;&&++++o#OOX@XXXoooo@o ", " ==;==%XoX+@+++&&&;&&;;;;;&;;;;;;&;&&&&&&@X+$oo@XXo@+o@@oo ", " ==;==%o++X+&++&&&&&;;;;;&&&;;;;;;*;;@&;;&++@oo+XXXXo@ooo= ", " ===o;%o@&+@+@++&;;&&&;;;;;&;;;;;&;;;;;&;;;&+&oo@&XX@ooooo= ", " =oo===o@@&&&&++&&;;&;;;;;;;;;;;;*;;;;&+&&;&+&ooX@X+oo@o@oo ", " ==ooXoo&&&&&@;&+&&++;;;;;;;;;;;;;*;;;;;&&;&++&oooXX+o@o@ooo ", " +=oo+o&&&;&*;;+&+++&;;;;;;;;;;;;;&;;;&++&&++@ooooX@@ooooo= ", " =o+oooo@@&&**;=+++++&;;;;;;;;;;;;;&;&&&+&;*-@%ooooo+oo@ooo= ", " =oooo@&@@;*;=o+++++;;;;;;;;;;;;;;&;&&&+@-&&&$ .o++X+o@@oo ", " =ooo@@+&*;&o=++++;;;;;;;;;;;;**@&&&;*$+&&@&#o. .&+++o@oo ", " =oo&@&@;;+;o=+++;;;;;;;;;;*;;;&&&@@@+@@*.X#oo$ .&+oo+o ", " =o&@&;;&+;oo+++;;;;;;;*;;;;&;;&&$$++&++o.Xo=@ .Xooo ", " =+@;;;&&;&o++;;;;;;;;;&&;;&&*&&+@*%X$.oXoo=+$ oo ", " oo+&&+&&;++;;;;;;;;;;;;$**$%-$%%$XoXXX.===+&$ ", " =o+++&&;;;;;;;;$*;;;-@*$$@@++&X@.XoooX#==o+$ ", " =o+++&;;;&&&;;;;*;;&+&+;*$$+&+*.%#oooO==o++X ", " .o++++&;;;;;;;;;$%$**$@$%%%%.oooX#..O==oo++ ", " oo+&&&&&**&$$@;@$$-%%X+OO+..Xoooooo=ooo++ ", " ++&++;&@@@&&%%.@+++@$.$#ooX###X#.===o+++ ", " X+@&+@$$%%%@%%%%%%%@.%%.OooooXX===X+O+ ", " $ooo@+&@.+++O+XX@.OXooX#%:##.X==oooO+ ", " O$o=.+&.*$$$$**....%#XoooooOXOo=ooO ", " O$o= O&.%.XX.$.%%%###:%###%X===ooO ", " O$= Ooo....XXXoooXooX#XooOooOoO ", " O= =XooXX..%%%%%%.oooX#Xo===O ", " OO= = XooooooXoXoO#::#X==OOoO ", " O= = XOoooXoXo=o==Oo=== ", " OOo O .oOo==Oo==OXXooo. ", " O+ OOooo=o =o. ", " OO ", " o. ", " ", " "}; xfishtank-3.2.2/src/fishes/fish23a.xpm0000644000000000000000000001743114622622722015753 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish23a_xpm[] = { "176 36 8 1", " c None", ". c #202320232023", "X c #404740474047", "o c #606B606B606B", "O c #808F808F808F", "+ c #F0FDF0FD0000", "@ c #A0B3A0B3A0B3", "# c #F0FDF0FDF0FD", " ", " ........... ", " ..XXXXXXXXXXX... ......... ", " ...XoooXXOOooooXX... .................. ", " ....XooOo++@OOOOoooXX.. ............XXXXXX....... ", " ......XooOOOoo@OOOOOoooXX.. ..........XXXXXXooooooXXX..... ", " .....XXXooOOOOOOOOOOOOoooXX.. ......XXXXXXooooooooOOooooooX..... ", " ..XXXXXXooOO@@@OOOOOOOOoooXX... ...XXXXXXoooooooOOOOOOOOOOOOOooo...... ", " ........XooOO@@@@@@O@OOOoooXX... ...XXXXoooooOOOOOOooooooooooooOOOooXX.... ", " # # # # .XoOO@@OOOOOOOO@OOoooX... ..XXXoooO@OOOOOoooooXXXXXXXXXXoooOOOooXX.... ", " # .....XXoO@@OOOOOOOOOOO@OOOoX.... ..XXooOOOOOOOooooXXXXXX.......XXXXoooOOoXXX... ", " ....XXXXXoooooooOOOooooooOOOOooXX... ..XXooO@OoooooXXX.................XXXooOOoooX.... ", " ......XXXXXXooooooooXXXXooO@OooXX... ...XooO@OOoooXXXX......... .....XXooOOoooXX... ", " .........XXXXXXXXXXXXXXXXXO@OooXX... ...XoOOOOoooXXX...... ....XXooO@OooXX.. ", " .......XoOOOoXX....XXXOOOooXX... ...XXoO@OOoooX..... ....XXooOOOooXX... ", " ..XXoOoXX.......XXO@OooXX... .....XooOOOooooX.... ...XXooOOOOooXX.. ", " ...XoX.. ....XXO@OoooXX... ......XXoO@OOoooXX... ...XXoooO@OooXX.. ", " ..... ..XXoO@oooXXX... ........XXXoOOOOOoooX... ..XXXooOOOooXX.. ", " ..XXoO@OooXXXX..........XXXXXooOO@OOooXX... ..XXXooO@OoooX... ", " ..XXoO@OOoXXXXXXXXXXXXXXXXooo@@@OoooXX.. ...XXoooOOOooXX.. ............. ", " ..XXoO@@OoooXXoXXoXooooOOO@@OOoooXX... ..XXooo@OOooXX.. ..................... ", " ..XXooO@@@OOOOoOOOOOOO@@@OOooooXX.. ...Xooo@OOOooX... ........XXXXXXX....... ", " ..XXooOO@@@@@@@@@@@@@OOoooooXX.. ..XooOO@OOooXX... ........XXXXXX......... ", " ...XXoooO@@@@@@@@OOoooooXXX... ..XXoOO@OOOoXXX... .....XXXXXXXXX...... ", " ...XXoXXoXoOOoOoXooXXXX.... ..XXooOO@@OOoXXX...........XXXXoooooXX.... ", " ....XXXXXXXXXXXXX..... ..XXXoOOO@@OOoXXXXX...XXXXXooOOooXX... ", " ............... ..XXXooOOO@OOOOoXXXXXooooOOOOoXX... ", " ..... ...XXooOOO@@@@OOOOOOO@@@OOOXXX.. ", " ...XXooOOOOO@@@@@@@OOOOXXX... ", " ..XXXXooOOOOOOOOOOXXXXXX.. ", " ....XXXXoooooXXXXXX.... ", " .....XXXXXX...... ", " ........ ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish23b.xpm0000644000000000000000000001743114622622722015754 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish23b_xpm[] = { "176 36 8 1", " c None", ". c #202320232023", "X c #404740474047", "o c #606B606B606B", "O c #808F808F808F", "+ c #F0FDF0FD0000", "@ c #A0B3A0B3A0B3", "# c #F0FDF0FDF0FD", " ", " ........... ", " ..XXXXXXXXXXX... ......... ", " ...XoooXXOOooooXX... .................. ", " ....XooOo++@OOOOoooXX.. ............XXXXXX....... ", " ......XooOOOoo@OOOOOoooXX.. ..........XXXXXXooooooXXX..... ", " .....XXXooOOOOOOOOOOOOoooXX.... .......XXXXXXooooooooOOooooooX..... ........... ", " ..XXXXXXooOO@@@OOOOOOOOoooXX..........XXXXXoooooooOOOOOOOOOOOOOooXX..... ................. ", " ........XooOO@@@@@@O@OOOoooXXXX...XXXXXoooooOOOOOOooooooooooooOOOoXXX..... ...........XXXX....... ", " # # # # .XoO@@OOOOOOOOO@OOoooXXXXXXXoooO@OOOOOoooooXXXXXXXXXXoooOOOoXXX.... ......XXXXXXXooooXXXXX..... ", " # # #..XXo@@OOOOOOOOOOOO@OOOooooooooOOOOOOooooXXXXXX.......XXXXoooOOoXXXX... .....XXXooooOOOOOOooooXXXXX... ", " # ..XoooooOOoOOOooooooOOOOOOOOOOO@OoooooXXX.................XXXooOOooXXX... ....XXoooOOOOOOOOOO@OOOOOOOXXX... ", " # ...XXXXXXXooooooooXXXXooo@OOOOOOOOoooXXXX......... .....XXXo@OooooXX.. ...XXooOOOOoXXXXXooOOO@@@@@OOOOXX... ", " ..........XXXXXXXXXXXXXXXXXoooooooooXXXX...... ....XXooO@ooooX... ....XXooOOooXX.....XXXooOOOOO@@@OOOXX... ", " ..... ...XoOOOOoXX....XXXXXXXXXXXXX.... ....XXXoOOOoooXX.. ...XXooOOOoXX..........XXXXXXoOOOO@@OoXX... ", " .XXoOOoXX.......XXXXXXXXX.... ...XXXooO@oooXX.. ...XXXoOOOooXX.... ......XXXXXooO@ooXX... ", " ..XXXXX.. .............. ....XXooOOOooXX... ...XXXoOOOoXXX... .....XXXXoOoooXX.... ", " ....... ......... ...XXXoO@OooXX... ....XXooOOOoXX... .....XXXXXXXXX...... ", " ..... ...XXXoO@OOooXX... .....XXXoOOOOoXX... ........XXXXXX......... ", " ..XXXooO@OooXXX... .....XXXXooOOOOoXX.. ........XXXXXXX....... ", " ...XXooO@OooXXXX..........XXXXXoooO@OooXX.. ..................... ", " ...XXXoO@OOooXXXXXXXXXXXXXXXooo@@OOoXXX.. ............. ", " ..XXXoO@@OoooXXoXXoXooooooO@@OOooXX... ", " ...XXooO@@@OOOOoOOOOOOO@@@OOoooXX.. ", " ...XXooOO@@@@@@@@@@@@@OOooooXXX.. ", " ...XXoooO@@@@@@@@OOoooooXXX... ", " ...XXoXXoXoOOoOoXooXXXX.... ", " ....XXXXXXXXXXXXX..... ", " ......XXXX..... ", " ........ ", " ", " ", " ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish24a.xpm0000644000000000000000000006273014622622722015756 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish24a_xpm[] = { "266 91 9 1", " c None", ". c #404740474047", "X c #676C676C676C", "o c #A0B3A0B3A0B3", "O c #000000000000", "+ c #FFFFFFFFFFFF", "@ c #E4FBE4FBE4FB", "# c #D7DAD7DAD7DA", "$ c #B6B6B6B6B6B6", " ", " .. ", " .... ", " ...... ", " ...X.... ", " ......X.. ", " ...X.X.... ", " ........... ", " ...X.X.X.X.. ", " .X.X.X.X.X... ", " ....XXX.X.XXX... ", " .X..X.X.X.X.X.X.. ", " ...X.X.X.X.X.X.X. ", " .X.X.XXX.X.X.X.X.. ", " .X.X.X.X.X.X.XXX.X. ", " .XXX.XXXXXXXXX.X.X.X. ", " X.X.X.XX.X.XXXX.X.X.X ", " X.X.XXXX.XXXXX.XX.XXX. ", " .X.XXXX.XXXXXX.XXXXX.X.X ", " .X.XXX.XX.XX.XXXXX.X.X.X.X ", " X.XXXXXXXXX.XXXX.XXXXXXXX. ", " XXXXX.XX.XXXXXXXXXXX.X.X.XX ", " XXX.X.XXXXXXXXXXXX..XXXXXXXXXX ", " XX.XXXXX.XXXXoXXXXXXXXXX.X.XX.XX ", " XXXX.XXXXoXXXXXXoXXXXX.XXXXXXXXX ", " ooo XXX.XXXXXXXXXXXoXXXXXXXXXXXX.XX.XXX ", " ooooXoXooXooooooXooooooooo XXXXXXXXXXoXoXoXXXXXXXXXXX.XXX.XXX.X ", " oooooXoXoXoXoXXoXXXooXooXoXoooXoooo XXXoXXXXXoXXXXXXXXXXXoXXXXXXXXXXXXXXX. ", " oooXooooXoXXoX.Xo.XoXXooooXooXooooooooXXXXXoXXXXXXoXoXoXXXXXoXXXXX..X.X.XXXX ", " XXXooooXXX.oX.XXoXXoXoXoooooooooooooooooooXXXXoXXoXXoXXXXXXXXXXXXoXXXoXXXX.XXX ", " ....XXXXXooXoXXXXoo.Xoo.XoXXooooooooXoooooooooooXXXXXXXXXXoXoXoXXXXXXXXXXX.XXXX.X ", " .OOOO....ooXoXX.XX....XXoXoXoooXooooooXXooXooXoooooooooooXXXXXXXXXoXXXXXXXXXXXXXXXX ", " .OOO+.oo@#.........XXX.oXoXXoXooooXooXooooXoXooooooXoooXoooooooooXXXXXXXoXXXXXX.XX.XX ", " ...ooOOO.oo@##ooo++oo..XXoXXXooXooooXooXooo.XoooXoXXXooooooooXooXoooooooXXXXXXXoXXXoXXXXX ", " .Xoo.oOO.o@@#+oo++#o..XXXo.Xo.XXoooXooXoXooo.oo.ooXooXoXoooooooooooooooXooooooXXXXXXXXXX.XX ", " ..oooXo.ooo@@#++++#o..XX.X.XoXXXXoXoXoXooooooooooXXoXoXooXXooXooooXoooooooooooXoooooXXXXXoXXXX ", " ..XoXoXoo.o@#+++XXXXoo..XXooXoXooXoXoooooooooXooXoooXo.oXo.ooXoooXoooXoooXoXooooooooXooXXXXXXXX ", " .XooXoooXXXoXoXoXXXXXXXXX.XX.XoX.XooooXXooXooooooXo..XoXoXoXoooXoooooXooooooooooXooooooooooXXXXX ", " ...XXooXoXoooXoooXoXXo.X.XXXoXoXooXXXooooooooooooooooooXXoooooXoXXoooooooooooooooooooooooXoooooXXXX ", " ....XXXXooXXooXXXooXooXXXXX.X.X.oXoXooXXoooXooXoo.ooXXoooXX.XooooooooXoooXoooooooooooXooooooooXoXoXXXXXX ", " #@#@..XXoXoooXoXoXooo..X.XXoXoooXoXooooooXooooXoooooo.oXoXoooooXooooooooXooXoooooXoooooooooXooooXooXooXoX ", " @#@#@..XXXooXooXoooXXXXXXXoXX.X.ooXXooXoooooXooooXXoXo.oooXoXoXoXooXooooooooXooooooooooooooooXoXoXoXXoooXXXX ", " +@+@@..XXXXoXoXoXo.X..XXX.XooXXXoooooooooooooooooXoooooXoooXooooXooooooooooXXoooooooXooooXoXoXoooooooXoXoooXXX ", " +++@@...XXXoXXooXX.X.XX.X.oXoXXoXXoooXooXooXooooooooooooooooXoooooooooooXXoooXooooooXooooXoooX+++++oooooXoooXX OOOOO ", " +++@@....XXXoX.XXXXXXXXXXoXoooooXXoooooooXoooooXXoooXXoXooXXXooooooXooooooooooXoooXoooXooXoooo+++++ooXoooXooXXXO++++oO ", " ++@##...XX.X..XXXX.XXoooXoXXooXooXoooooooooXoXoXooooooooXooooXooXoooXooooo.ooooooooooXoXoXoooo++++++oXooXoXoX+ooXXoO ", " +@####.X.XXXX..XXoXXXXooXoooXooXooXoooooooooooooooooooooooooooooooooXooooX...ooooooooooooXoooX++++++ooooooooooooXXOOOO ", " #####..X.X.XXXXXXXoXoXXoXoXXoooXooooXoXooXooXoooXXXoooooXoooooooooXoXoXoXo.X..ooooooooooooooXXX++++++++++ooooooooXXXOOOOOO ", " ##..XXXXXX.XXoXXXXXoXXXoooXXXXoXXooooooooooooooXooooXoooooooooXoooooooXo.oX..oooXoXoooXoXooXXXX++++++++++++++oooooooXXXOOOOOOOOOOO ", " X...X.XXXXXXXXXoXoXoXoXXXooXXoXXoXoXoXXoXXoooooXoooooooXooXoooooXooooXoX.XX...ooooXooooooXoXoX+++++++++++++++++++ooooooooooooXXXOOOOOOOOOOO ", " X..X.XXXXoXXoXXXXXXXXXX.oXXoXXoXoXXXXooooooooXoooooooooooooooooooooXoX.oXo.XXX..oooooXoXooXoX@ +++++++++++++++oooooooooooooooXOOOOOOOOOOO ", " X...XX.XXXXXXXXXXXXXoXXXXXoXXoXXXoXXXoXXoooXooooooXXXooooooooXooXXooXXoX.XXX.....oXoXooooXoX@ +++++++++++++++++++oooooooooooooOOOOOOOOOOO ", " X..XX.XXXXXXoXXXoXXXoXXXoXoXXXXX.XXoXooooooooooooXXoooooXoooXoXoo.oXX.XXX...XXXooooooXooXoX@ ++++++++@@@@@@@@@oooooooooooOOOOOOOOOOO ", " X....X.XXXXXXXXXXXXXXXXXXXoX.XXXXoXooooooooooooooooooooXooXoXX.XXXX.X.... @@@XXXooXooooooX@ @@@@@@@@@@@@@@@@@oooooooOOOOOOOOOOOO ", " X..XX.XXXXXXXXXXoXXXXXX.XXXXXoXXXXoXoooooooooooooXoooXXoXXXXOOXXOXO @@@ooXoooXoXoX@ ###############ooooooOOOOOOOOOOO ", " X...XXXXXX.XXXXXXXXXXXXXXXoXXXXXoXoooXoooooXooooooooooOXXXO @XoooXooXoX@ #####$$$$$$$$$oooOOOOOOOOOOO ", " X...XX.XXXXXXXXXX.XXXXXXXXXXXoXXoXoooooooooooXXoXOXXX @oXoXoXoXX@ $$$$$$$$$$$$$OOOOOOOOOOOO ", " X....XXXXXXXX.XXXXX.XXXXXXXXXXoXooXoooXXXoooXXXX @XXXXXX@@ $$$oooooOOOOOOOOOOOOO ", " X...X.XXXXXXXXXXXXXXXX.XXXXXXooXoXooXXooXXXX @@@@@ oooooOOOOOOOOOOOO ", " X....XX..XX.XX.XXXXXXXXXXoXXoXXoooooXXXX ooooOOOOOOOO ", " X...XX.XXXXXXXXXX.XXXXXXXXXXoooXoXXX ", " X....X.XX.XXXXXXXXXoXXoXoXooXoXXX ", " X..X.XX.XXX.XXXXXXXXXXXXXXXXX ", " X...X.XXX.XX..XXXXXoXXXXXXXX ", " X....XXXX.XXXXXXoXXXXXXX ", " X...XX.X.XXXXXXXXXXXXX ", " X...XXXX.XXXXXXXXX ", " X....X.XXXXXXXXXX ", " X..XXXXX.X.XX ", " X..X..XXOO ", " X.X.XXO ", " X.XXXO ", " ..XO ", " OO ", " O ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish24b.xpm0000644000000000000000000006273014622622722015757 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish24b_xpm[] = { "266 91 9 1", " c None", ". c #404740474047", "X c #676C676C676C", "o c #A0B3A0B3A0B3", "O c #000000000000", "+ c #FFFFFFFFFFFF", "@ c #E4FBE4FBE4FB", "# c #D7DAD7DAD7DA", "$ c #B6B6B6B6B6B6", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ....... ", " ........... ", " .....X.X...... ", " .....X.X..X.X... ", " ....XX...X..X..X.. ", " .XX.X.X.X.X.X..X.X.. ", " ..X.XXXX.XX.XXX.X.X... ", " ..XX.X.XXXXXXX.XXX...X.. ", " .XX.XXXXX.XX.XoXXX.X..X... ", " .XXXXXX.XXXXoXXXXXXoXXX.XXX.. ", " ooo XXXX.X.XXX..XXXXoXX.XXXXXX.XX. ", " ooooXoXooXooooooXooooooooo XXX.XXXX.XXXXoXXXXXXXX.XXX.XXXXX.. ", " oooooXoXoXoXoXXoXXXooXooXoXoooXooooXXXXoXXXXXoXXXXXXXXXXXoXXXXX.X.X.. ", " oooXooooXoXXoX.Xo.XoXXooooXooXooooooooXXXXXoXXXXXXXXoXXX.XXXXX.XXXXXXX. ", " XXXooooXXX.oX.XXoXXoXoXoooooooooooooooooooXXXXXXXoXXXXXXXXXXXoXXXXX..X.X. ", " ....XXXXXooXoXXXXoo.Xoo.XoXXooooooooXoooooooooooXXXXXXXXXXoXXXoXXXXXoXXXoXXXX ", " .OOOO....ooXoXX.XX....XXoXoXoooXooooooXXooXooXoooooooooooXXXXXXXXXXXXXXXXXX.X.XX ", " .OOO+.oo@#.........XXX.oXoXXoXooooXooXooooXoXooooooXoooXoooooooooXXoXXXXXX.XXXXXXX ", " ...ooOOO.oo@##ooo++oo..XXoXXXooXooooXooXooo.XoooXoXXXooooooooXooXoooXXXXXXXoXXXXXX.XX. ", " .Xoo.oOO.o@@#+oo++#o..XXXo.Xo.XXoooXooXoXooo.oo.ooXooXoXoooooooooooooooooXXXXXXXoXXXoXXX ", " ..oooXo.ooo@@#++++#o..XX.X.XoXXXXoXoXoXooooooooooXXoXoXooXXooXooooXooooooXooooooXXXXXXXXXX. ", " ..XoXoXoo.o@#+++XXXXoo..XXooXoXooXoXoooooooooXooXoooXo.oXo.ooXoooXoooXoooooooooXoooooXXXXXoXXX ", " .XooXoooXXXoXoXoXXXXXXXXXXXX.XoX.XooooXXooXooooooXo..XoXoXoXoooXoooooXoooXoXooooooooXooXXXXXXXX ", " ...XXooXoXoooXoooXoXXo.X.XoXoXoXooXXXooooooooooooooooooXXoooooXoXXoooooooooooooooXooooooooooXXXXX ", " ....XXXXooXXooXXXooXooXXXXXXX.XooXoXooXXoooXooXoo.ooXXoooXX.XooooooooXoooooooooooooooooooXoooooXXXX ", " #@#@..XXoXoooXoXoXooo..X.XXoXoooXoXooooooXooooXoooooo.oXoXoooooXooooooooXXoooooooooooXooooooooXoXoXXXXXX ", " @#@#@..XXXooXooXoooXXXXXXXooX.X.ooXXooXoooooXooooXXoXo.oooXoXoXoXooXooooooXoooooXoooooooooXooooXooXooXoX ", " +@+@@..XXXXoXoXoXo.XX.XXX.XooXXXoooooooooooooooooXoooooXoooXooooXooooooooooXooooooooooooooooXoXoXoXXoooXXXX ", " +++@@...XXXoXXooXX.X.XXXXXoXoXXoXXoooXooXooXooooooooooooooooXooooooooooooXXoooooooXooooXoXoXoooooooXoXoooXXX..... ", " +++@@....XXXoX.XXXXXXXXXXoXoooooXXoooooooXoooooXXoooXXoXooXXXoooooooooXXoooXooooooXooooXoooXo++++oooooXoooXXXXX..OO ", " ++@##...XX.X..XXXXooXoooXoXXooXooXoooooooooXoXoXooooooooXooooXooXoooooooXooXoooXXooXooXooooo++++ooXoooXooXXoXoXoOO ", " +@####.X.XXXX..XXoXXXXooXoooXooXooXoooooooooooXooooXooooooooooXoooXooooo.oooooooXooXoXoXoooo++++++oXooXoXoX@@@@oO ", " #####..X.X.XXXXXXXoXoXXoXoXXoooXooooXoXooXooXXooXXXoooooXoooooooooXooooXoXooooXoooXooooXXooXo+++++ooooooooooXXoO ", " ##..XXXXXX.XXoXXXXXoXXXoooXXXXoXXoooooooooooXooXooooXooooooooooXoXoXoXo.X.oooXXoXooXoooXoXXXo+++++++++oooooXXOOOOOOOO ", " X...X.XXXXXXXXXoXoXoXoXXXooXXooXoooXoXoXXXXoooXXooooooooooooXoooooooXoooo.oXooXoXooXXXXooXXXXo+++++++++oooooXXXoooXOOOOOOOOO ", " X..X.XXXXooXoXoXoXoXXXX.oXXoXooXooXoooooXoXooXoooooooooXooXoooooXooooXoXoXXoooXoooXooooooXoXoX+++++++++++++@@@@++ooXXoooooooOOOOOOOOOO ", " X...XX.XXXXXXXoXXXXXoXXoXXoXooXoooXXXXXXXoXXoooXooXooooooooooooooooXoXoXooXoXX.XXXoXoXoXooXoX@ ++++++++++++@@@+++++oooooooooooOOOOOOOOOO ", " X..XX.XXXoXXoXXooXoXooXooXooXooX.XXoXXooXoXoooXXoXoooooooooooXooooooooooooXXXXXooXXoXooooXoX@ +++++++++++++++ooooooooooOOOOOOOOOO ", " X....XXXXXXXXXooXXXooXoXXXoX.oXXXoXo.XXXoXooooooooooooooXoooXoXooooXXoooXoooXoXXoXoXXXXXXoX@ ++++++++@@@ooooooooooOOOOOOOOOOO ", " X..XXXXXXoXXoXoXooXXXXXooXooXoX.XXoXXoXXoooooooooXooooXoooXoXoooooXoXXXXX.ooXooXXXXXoXXooX@ @@@@@@@@@@oooooooooooOOOOOOOOO ", " X..XXXXXXX.XXXXXXXXXoXXXXX.XXXX.XXoXoXXooXoXooooooooooooXoooooXoooOXoo.oXXXXoXXoXXoXXXXX#@ ###########OOOOOOOOOO ", " X....XX.XXXXXXXXXooXoXXoXXXoXXoXXoXoXXXooooooooXoooooXXXXooXXXXXXXXXXXXXXXXXXXXXXXXXXX## ####ooooooOOOOOOOOOOO ", " X..X.XXXXXXoooXoXXX.XoXXoXoXXXoXX.XXooXoXoooXXoooXXoXoooXXXXXXXXXXXX @####X## ##$$$$$$$$$oooOOOOOOOOOOO ", " X...XXXXXoXXXXXoXoXXoo.XXXX..XoX.XXoXooooooXXooXXXXoXXXXXXX $$$$$$$$$$$$$OOOOOOOOOOOO ", " X..XXXX.XXo.XXoXXoXoXXXXX.XXXXXXooXooXooXoooooXooXXXXX $$$oooooOOOOOOOOOOOOO ", " X...XX.XXXXXXXoXXoXXXXXXXXXXXXXXoXXXooXXXoXXoXXXXX oooooOOOOOOOOOOOO ", " X....XXXX.XXXXXoXXX.XX.X.Xo..XXXXXXXXXooooXXXXX ooooOOOOOOOO ", " X...X.XX.XXX.XXXXXXXXXXXXXXXXXXXXXXoXooXXXXX ", " X..XXX.XXX.XX..XXXoX.XXXXXXXoXXXXooXoXoXXX ", " X.....X.XX.XXXXXX.XXXX.XXXXXXXXXoXXXXXXX ", " X...XXX.X.XXoXXXXXXXXXXXXoXXXXXXoXXXXX ", " X..XXXXXX.XXX..X.X.XXXXXXXXXXXXXXXX ", " X....XX.XXXXXXXXXXXoXXXXXXXXXXXX ", " X.XXX.XXX.XXXoXXXXXXXXXXXXXXXX ", " X..X.XX.XXOOXXXXXXXXXXXXXXX ", " X...X.XXOXXXXX.XXXXXXXXXX ", " ...XXXXOXX.XXXXXXXXXXXXX ", " X..X.X.XX.XX.XXXX.XXXX. ", " X..OO.X.X.XXXXXXXX.X ", " X...XX.XXXXXXX..XX ", " X..XXX.XX.X.X.X. ", " ....XXX.XXXXXXX ", " X..XX.XXXX.XX. ", " X..X.X.X..XX. ", " ....XXX.XXX. ", " X..X..X.X... ", " ....XXX... ", " X....X.. ", " ...X... ", " ..... ", " .... ", " .... ", " ... ", " ... ", " .. ", " . ", " . ", " "}; xfishtank-3.2.2/src/fishes/fish25a.xpm0000644000000000000000000002621614622622722015756 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish25a_xpm[] = { "118 81 10 1", " c None", ". c #000000002023", "X c #00002023A0B3", "o c #A0B3A0B3A0B3", "O c #606B606B606B", "+ c #E0FBA0B34047", "@ c #E0FBE0FB606B", "# c #606B606BE0FB", "$ c #A0B3808F606B", "% c #2023808FE0FB", " ", " .. .. ... ", " ... ... ... ... ", " ...X. ..o. ..o. ..... ", " . ..o.X. ..oO. ..oO. ...O...... ", " .. ..oo.XX. ..oOX..oOX....oO..... ", " . .... ..oo..O....oXX..oOX...oO...o...... ", " .. ..oX. ......................oOX..oOX... ", " ... ..oX.........................OX.oOX.oOO..... ", " .oX. ...........O+..+..o.OO.O..O.....oO.oO.X.O.. ", " .. .oX..........+.@..@...o..o....O...O....Oo.XOoOO..... ", " ... .o.......+.@....@..............OO...O.....OOO.X.... ", " .OX.......+.@...@.......+.O#..##.XO..O.O.O.O.....XOoO...... ", " .oX.....+.@...@......+.+O+.OO#.#.X......o.O.O......O.XO.. ", " ..o...+.....@......+@++++..####XX...o.$.o.o.O.O.O....Oo...... ", " .........@.......+@@+@+..#####XX...+.+.++..#..O#.OO...OO........ ", " .....+.@...o....@@+@+O.###%#XX...+++++++.$...O.O..#......X.@...... ", " ...+.....@....+@@@@+..##%%XXXO.O+@+@++++...##O.#O.O.O..O...+@@+...... ", " ......o.@.....+@@@@..###%#XX..O+@@+@+@+..#####XX.X.X..OO.O...++.@@+..... ", " ...+..@.@.....+@@@..#####XXX..+@@+@@@@+.######XX................+@+@.@...... ", " ..+...........@$$..#####XXX..O+@@@@@@+..#####XX....+.+.+.X..O.....+.@@+........ ", " .....@.@.o....@$$..##%##XX..O+@@@@@@+..####XX.....#.++.@+.+X...O....+@+.@@@....... ", " ..+...........@$$..##%#XX...@@@@@@@+..####XX....#####.+@+@+.+X........+.@@+.@@...... ", " .......@.o....@$$..#%#XXX..@@@$$@@+..####XX...+++.#####.+@@@@+..X.......++..@@..@...... ", " ...+.@.......+@@..#X#XX..@@@$$$@+..##%#XX....+@@++.#####.o+$$.+.#X......+.@++.@@++...... ", " ........@.....@@..#XXX.OO@@$$$$@..####XX...XX..+@@++.##%##.o+@@+o.X.X.....++..@@++........ ", " ..+.@..@.....+@@.XXXX..@@$$$@@..#%##XX....##XX..+@@@+..##%X..@@@.o#..O......+@++...@++.... ", " .............+@@..XXX..@@$$@@..###XXX....++.###XX.+@@@++.####X..@..o.X.O....+.++..@++..... ", " ..+..@.o.....@@..XXX..@$$$@..####XX...X..+++..#%XX..+@@@+..##%XX..##.#.O.....+..+++...... .... ", " ...@.........@@..XXXX.+@$@..##XXXX....XXX..+++..#%%XX..+@@@+.####XX..#.O.......++....+... ...... ", " ..+...@.....@++.XXXX.+@@..XXXXX....+..###X..+@++.##%#XX.+@@@+..#%%#OX.X#.X.....O...+... O....... ", " ............+++..XXX.@@+..XXXX......++..###X..+@@+..###XX..+@$++..#%##OO..O.......+.... O.....o.. ", " ..++@@........+..XXX.@@@..XXX...##X..++++.#%%XX.+@@+..###%XX..+$$++..##..#.XX.....O.... O......@O.o ", " ..................X..+@+..XX.....###X..+@@+.#%%XX.o+@@+..###%XX..+$$++..##..O.......... O.......oo.O ", " ..###O.......X.......+@+..XX...@@..###X..+@@+.#%%XX.o+@$@+..###%XX..+@@++...#..X....... .....#..O@O.o ", " .............XX..+...+++..XX..X.@@@.#.......@@+.#%%XXX.o@$$@+..##%%XX..+@@@+..#........ ..o...#...@o.O ", " oO.+@@..OOO..OXXX..+....+..XX..##X.@.....@@...@@@+X#%%#XX.o+$$$@+..#%##XX...++.#....... ..@O...#...o@O. ", " oO.......O$..O..XXX..+..#...XX..@.#X....+@@@..X..@@@++.#%#XXX.o+$$$@+..###XXXX....#...o ..O@O...#...O@o.o ", " O....%##...o...O..XXX.O@..O#..X..@@@....++@@....#X..+@@@+.####XXX.o+$$$@+..XXXXXXX...... ...+o....#O...o@OO ", " O.....#%#..O..$O.Oo..#XO.+@...#....@@@...++....+@..###X..+@@@..###XXXX.o+@@@+@...XXXOX.#O.. ...O@O....#X...O@o. ", " O..OXXX#X#..+....$$oO.##X.O@O...#...X.@......++@@@....%%#X..+@@$+..###%XXX.o++@+@+@...#XO..O.. ...O+@O....X#....@@. ", " ...........+@........#%#O.@@....#...#X....++++@.....@..###XX..+$$@+..##%%XXX..o@+++++O#..#.........++@.....O#X...@$. ", " ....++@@@@........###..@@....#..............+@@..@@..####X...$$$@+..#%%##XXX...o+++O#O.........O+@@.....O#X...@$. ", " ....O.O+@@@........#%#..@@O..............O+++@@..@@@@@..###XX..+$$$@+...#%###XXX....XXOXO.......++@$......%X...@$. ", " O..++@@.......X##..@@+.....ooo.............X..@@@@..####XX..+$$$@+...######XXXO............++@$......%X...@$. ", " oO.O++.......X#X..@@+....OOOOo....++@@...##XX.@@@@@..####XX..+@@@@@+...XXXXXXX.#.#........O+@$......#X...@@. ", " O..O.......X#X..@++....oo@oO.........@@.#%XX..@@@@@..####XX...+@@@@@+....XXO.#...........+@$.....O#X...@o. ", " O........XXO.O++....oXXXX......XX.@@@@..##XX..@@$@@..####XX....+@+@+@+.......X... .....O+@O....O#...O@OO ", " O......XX..++....OXo@@@XXXX..#XX.@@@@@.###XX..@@$$@..#####XX....+@++++..#XO... o....+@o....X#...oo. ", " ....XXO.o+.....OoXXXX@@@@O..#XX..@@@@..##%XX..@@$$@..#####XXX....++.#O..... o...O+@....#X..O@.O ", " ......o......OOO@@@@XXXX@@..#%XX.+@@$@..###XX..@@@@@...XXXXXXXXX.....o...... ....+@O...#X..oo.o ", " ..........O.Oo@XXXX@@@@XXXX.###X..+@$+@..###XX...@@@+@...XXXXXO.#.#..o@@@@... ...O@o...#O.O@O. ", " .......OOo.OXX@@@@XXXX@@@XXX.###X..+@$$@..###XX....@+@+@.....#.#.#.......@@.. ...+@...#..@o.O ", " oO.O.O...OOO@XXXXO@@@@XXXX@@..###%X..+$$@@..####XX...+++++++...............@.. .OO@o..#..@O.o ", " oO....O.o...O@O@XXXXX@@@@XXXX..###X..+@$$@@...####XX....+++#..#....oo..##..@.. ..+@..#.oo.O ", " oO.....O.oO..OO@@@@XXXX@@@@XX..###X..+@$@+@+..XXXXXXX...........++o...#...@.. ..@..o.@O.o ", " oO.......OOooXXXX@@@@XXXXO.O..####X..@+@+@++...XXXX.#.#.#....++@O...##...@.. ......@.. ", " oO........oOO@XXXXO@O@XX@X...####X...+++++++....#........+@+@.....#...@.. O....@.. ", " oO...........O@XXXXX....X....####XX...++++.X.........+@+@$o.....#...@... oO..... ", " .........OO.OO.O.OOOOX.O.....#XXXXXX.....X.......+@+@$$oO.....#...@... oO... ", " ...O.....OO.OO.OO..O.O.........#..O..#.......+@+@@$$oO......##...@... ", " ..OO........O...OO.O....O..O.O...........++@@$oO..........##...O@... ", " ..O..OO................OO.......++@@@@@@@oO...........####...Oo@... ", " ...O..OOO.. ........@.....................###%##%%##.....o+@O... ", " ...O.@..#... ...@.....@..X.....o@+.......######.....o+@@o... ", " ......@..#..... ..@.....@...X......o@+............Oo+@@@@o.... ", " ...#.@@..##.. ...@....@@..XX..@.....o+@@@@@@@@@@@@@@@oO.... ", " ....#.@@.... ..... ..@...X....@......Oo@$$$$$$@@OO....o.O ", " .@..#.... .... .@@..XX....@..##.................+o. ", " ..@.##.. ... ..@@..XX....@..##%##%##.......+@+o. ", " .@..#.. .. ..@...XX....@...###.......+@+@oO. ", " ..@..#.. . ..@..X... ..@o......o+@+@@@oO. ", " .o@..#. ..@.... ..@@@@+@@@@@$.O.. ", " .o@@... ..@... ..O@$@$@OO...O ", " ..@@.. ..... O.......Oo ", " ..o.. .... ", " .... ", " ..o ", " .. ", " . ", " "}; xfishtank-3.2.2/src/fishes/fish25b.xpm0000644000000000000000000002621614622622722015757 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish25b_xpm[] = { "118 81 10 1", " c None", ". c #000000002023", "X c #00002023A0B3", "o c #A0B3A0B3A0B3", "O c #606B606B606B", "+ c #E0FBA0B34047", "@ c #E0FBE0FB606B", "# c #606B606BE0FB", "$ c #A0B3808F606B", "% c #2023808FE0FB", " ", " .. .. ... ", " ... ... ... ... ", " ...X. ..o. ..o. ..... ", " . ..o.X. ..oO. ..oO. ...O...... ", " .. ..oo.XX. ..oOX..oOX....oO..... ", " . .... ..oo..O....oXX..oOX...oO...o...... ", " .. ..oX. ......................oOX..oOX... ", " ... ..oX.........................OX.oOX.oOO..... ", " .oX. ...........O+..+..o.OO.O..O.....oO.oO.X.O.. ", " .. .oX..........+.@..@...o..o....O...O....Oo.XOoOO..... ", " ... .o.......+.@....@..............OO...O.....OOO.X.... ", " .OX.......+.@...@.......+.O#..##.XO..O.O.O.O.....XOoO...... ", " .oX.....+.@...@......+.+O+.OO#.#.X......o.O.O......O.XO.. ", " ..o...+.....@......+@++++..####XX...o.$.o.o.O.O.O....Oo...... ", " .........@.......+@@+@+..#####XX...+.+.++..#..O#.OO...OO........ ", " .....+.@...o....@@+@+O.###%#XX...+++++++.$...O.O..#......X.@...... ", " ...+.....@....+@@@@+..##%%XXXO.O+@+@++++...##O.#O.O.O..O...+@@+...... ", " ......o.@.....+@@@@..###%#XX..O+@@+@+@+..#####XX.X.X..OO.O...++.@@+..... ", " ...+..@.@.....+@@@..#####XXX..+@@+@@@@+.######XX................+@+@.@...... ", " ..+...........@$$..#####XXX..O+@@@@@@+..#####XX....+.+.+.X..O.....+.@@+........ ", " .....@.@.o....@$$..##%##XX..O+@@@@@@+..####XX.....#.++.@+.+X...O....+@+.@@@....... ", " ..+...........@$$..##%#XX...@@@@@@@+..####XX....#####.+@+@+.+X........+.@@+.@@...... ", " .......@.o....@$$..#%#XXX..@@@$$@@+..####XX...+++.#####.+@@@@+..X.......++..@@..@...... ", " ...+.@.......+@@..#X#XX..@@@$$$@+..##%#XX....+@@++.#####.o+$$.+.#X......+.@++.@@++...... ", " ........@.....@@..#XXX.OO@@$$$$@..####XX...XX..+@@++.##%##.o+@@+o.X.X.....++..@@++........ ", " ..+.@..@.....+@@.XXXX..@@$$$@@..#%##XX....##XX..+@@@+..##%X..@@@.o#..O......+@++...@++.... ", " .............+@@..XXX..@@$$@@..###XXX....++.###XX.+@@@++.####X..@..o.X.O....+.++..@++..... ", " ..+..@.o.....@@..XXX..@$$$@..####XX...X..+++..#%XX..+@@@+..##%XX..##.#.O.....+..+++...... ", " ...@.........@@..XXXX.+@$@..##XXXX....XXX..+++..#%%XX..+@@@+.####XX..#.O.......++....+... .... ", " ..+...@.....@++.XXXX.+@@..XXXXX....+..###X..+@++.##%#XX.+@@@+..#%%#OX.X#.X.....O...+... ...... ", " ............+++..XXX.@@+..XXXX......++..###X..+@@+..###XX..+@$++..#%##OO..O.......+.... O...... ", " ..++@@........+..XXX.@@@..XXX...##X..++++.#%%XX.+@@+..###%XX..+$$++..##..#.XX.....O.... O......@. ", " .................XX..+@+..XX.....###X..+@@+.#%%XX.o+@@+..###%XX..+$$++..##..O.......... O.......oo. ", " ..###O...............+@+..XX...@+..###X..+@@+.#%%XX.o+@$@+..###%XX..+@@++...#..X....... ....#...O@O. ", " .............XX.+....+++..XX..X.@...####X...@@+.#%%XXX.o@$$@+..##%%XX..+@@@+..#........ ..o..#....@o. ", " oO.+@@..OOO..OXXX.+....++..XX..##X..@...###X..@@@+X#%%#XX.o+$$$@+..#%##XX...++.#....... ..@O..#....o@O. ", " oO.......O$..O..XXX.++.#....XX..@.#X.++.+..###X..@@@++.#%#XXX.o+$$$@+..###XXXX....#...o ..O@O..#....O@o. ", " O....%##...o...O..XX..O@..#..XX..@@@......@+..###X..+@@@+.####XXX.o+$$$@+..XXXXXXX...... ...+o...#.....@@. ", " O.....#%#..O..$O.Oo..#X..+@..#..XX.@@@...++@.@@+..####X..+@@@..###XXXX.o+@@@+@...XXXOX.#O.. ...O@O...#X....@@. ", " O..OXXX#X#..+....$$oO.##X.O@O..#..XXX.@........+@@++..%%#X..+@@$+..###%XXX.o++@+@+@...#XO..O.. ...O+@O...XX....@@. ", " ...........+@........#%#O.@@...#..O##X.....++@..+@@@+..###XX..+$$@+..##%%XXX..o@+++++O#..#.........++@....OXX...@$. ", " ....@@@@........###..@@...#..........+....X.+@@@+..####X...$$$@+..#%%##XXX...o+++O#O.........O+@@....O#X...@$. ", " ......O+@@@........#%X.@@@O....OO........O+.##X..+@@@@..###XX..+$$$@+...#%###XXX....XXOXO.......++@$.....#X...@$. ", " ........++@@.......X#X.@@++....oooo...........##X..+@@@..####XX..+$$$@+...######XXXO............++@$.....#X...@$. ", " oO.O++.......X#..@@+....OOOOOo....+.@@@..##XX.@@@@@..####XX..+@@@@@+...XXXXXXX.#.#........O+@$.....#X...@@. ", " O..O.......XX..@++....o@@@oO.......@@@@.#%XX..@@@@@..####XX...+@@@@@+....XXO.#...........+@$....O#X...@@. ", " O........XX..++....OXXXXX......XX.@@@@..##XX..@@$@@..####XX....+@+@+@+.......X... .....O+@O...O#....@@. ", " O......XX..+....oX@@@@@XXXX..#XX.@@@@@.###XX..@@$$@..#####XX....+@++++..#XO... o....+@o...X#....@o. ", " ....XX..o....OOXXXXXX@@@@O..#XX..@@@@..##%XX..@@$$@..#####XXX....++.#O..... o...O+@...#X...O@O. ", " ......o....Ooo@@@@@@XXXX@@..#%XX.+@@$@..###XX..@@@@@...XXXXXXXXX.....o..... ....+@O..#X...oo. ", " ..........O.XXXXXXX@@@@XXXX.###X..+@$+@..###XX...@@@+@...XXXXXO.#.#..o@@@@.. ...O@o..##..O@O. ", " .......OOo.OX@@@@@XXXX@@@XXX.###X..+@$$@..###XX....@+@+@.....#.#.#.......@.. ...+@..#...@o. ", " oO.O.O...OOO@XXXXO@@@@XXXX@@..###%X..+$$@@..####XX...+++++++..............@.. .OO@o.#...@O. ", " oO....O.o...O@O@XXXXX@@@@XXXX..###X..+@$$@@...####XX....+++#..#....oo..##.@@. ..+@.#..oo. ", " oO.....O.oO..OO@@@@XXXX@@@@XX..###X..+@$@+@+..XXXXXXX...........++o...#...@. ..@.o..@. ", " oO.......OOooXXXX@@@@XXXXO.O..####X..@+@+@++...XXXX.#.#.#....++@O...##..@@. ....... ", " oO........oOO@XXXXO@O@XX@X...####X...+++++++....#........+@+@.....#...@.. ...... ", " oO...........O@XXXXX....X....####XX...++++.X.........+@+@$o.....#...@.. .... ", " .........OO.OO.O.OOOOX.O.....#XXXXXX.....X.......+@+@$$oO.....#...@.. ", " ...O.....OO.OO.OO..O.O.........#..O..#.......+@+@@$$oO......##...@... ", " ..OO........O...OO.O....O..O.O...........++@@$oO..........##...O@... ", " ..O..OO................OO.......++@@@@@@@oO...........####...O@@... ", " ...O..OOO.. ........@.....................###%##%%##.....o@@O... ", " ...O.@..#... ...@.....@..X.....o@+.......######.....o+@@o... ", " ......@..#..... ..@.....@...X......o@+............Oo+@@@@o.... ", " ...#.@@..##.. ...@....@@..XX..@.....o+@@@@@@@@@@@@@@@oO.oo. ", " ....#.@@.... ..... ..@...X....@......Oo@$$$$$$@@OO....o. ", " .@..#.... .... .@@..XX....@..##................@+o. ", " .@.##.. ... ..@@..XX....@..##%##%##......@+@+.. ", " .@..##.. .. ..@...XX....@...###......@+@+@o. ", " .@..##. . ..@..X... ..@o......o+@+@@@... ", " .@..#. ..@.... ..@@@@+@@@@@$... ", " .@@... ..@... ..O@$@$@O.... ", " .@@.. ..... ....... ", " .o.. .... ", " ... ", " ... ", " .. ", " ", " "}; xfishtank-3.2.2/src/fishes/fish26a.xpm0000644000000000000000000002677514622622722015771 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish26a_xpm[] = { "187 53 16 1", " c None", ". c #190329242824", "X c #534A5A4A544A", "o c #1D0342483E27", "O c #070015021302", "+ c #0A012B252224", "@ c #7D6F7B6E6E6D", "# c #8590818F716D", "$ c #4E49838F776E", "% c #2824696C544A", "& c #8D9195928890", "* c #89908990796E", "= c #B4B5B4B5A1B3", "- c #A8B4A8B49792", "; c #6D6D99929191", ": c #9B92A5B49992", " .. ", " ..... ", " ....... ", " .XXX.XX. ", " XXXXXXXXX ", " XXXXXXXXXX ", " XXXXXXXXXX ", " XX.XXoXXXXX ", " X.....ooooXX ", " ........ooooX ", " ..........oo ", " ..........ooo ", " ............o ", " .............. ", " ............... .. ", " ................ o.oo", " ............... ooo.o", " ................ .....o.o", " ................. ......o.oo", " ................... ...........o ", " .....O....O......... OOOOOOO....o. ", " XX....................+. @@.O OOOOOOO....o.o ", " XXXX......................... @XXoo. OOOOOOOOO......o ", " ####XXXXXX..............oXo....ooo.... XX@$X%o. OOOOOOOOOO+.....o ", " &&&@@*#@XXXXXXXX..............ooXXXXXXXXXo........ooooo .oXX$X%o. OOOOOOOOOOOOO+.....o ", " XXXX&====-&&@XXXXX..............o.ooXXXXXXX.o............oooXXXXXXXX .OOO..XX%o. OOOOOOOOOOOOOO++..... ", " XXXX$;-=====-&*@XXX................ooXXXXXXX................oooXXXXXXXXXXXX$$$$$$$X..+OOO+oo..+ OOOOOOOOOOOOOOO+...... ", " XXXXXX$$$;:======&*@XX.....................o.ooo.................oXXXXX%XXXXX@@@@$$@#@X..OOOOOOOO.+O OOOOOOOOOOOOOOOO++..... ", " &$$$$$&@@&&$$;&:==-:&&@XX...........................+.................ooXXXXXXXXXXXXXX@@@X......O........ OOOOOOOOOOOOOOOOOO++..... ", " &&$$&&&;*$&@@@$$$$;;&&&&*@XXX...........+..............O......O...............o..ooooooooXXXX......OoXX%oooo............. ...OOOOOOOOOOOOOOOO+O+++++ ", " ;&;;;;;;;;&$$$@@$$$;;;&&-=-&**XXX................................O..O......+.O...+..................O..........................OOOOOOOOOOOOOOOOOOOO+++ ", " $$$$$$;;;;;;$;$$$$$X$$$$;;&:::-&&*@XX......O................................+O..+.+.+..+.+..........+OOOOOOOOOOOOOOOOOOOOOOOOOO.++OOOOOOOOOOOOOOOOOO+++++ ", " $$$$$$$$$$;;;;&;;$$$$$X$$$$;;;&&&#&@XXXX....OO......................+..+.....O+O.++++++.+++...+..O..OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO++++.. ", " XXXXX$$$$$$$;&;;;;;;;;;$$$$$$$$$$;;;$@@@@XXX....O....O.....O.........+...+.++..O++OOOOOOOO+O++++++++OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO++++. ", " &&&&@XXXXXXXXXXX$$$;;;;;;;;;;;;;&$$XXXXXXX$XXXXXXXXX....O...+.......+....+..++.+....+...++OOO+OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO+++ ", " $$$&&&&#@@XXXXXXXXXXXXXX$$$$$$$;$$$$$$$XXo.o%XX%XXXXXXXXX............+.........+++.+...+.+++.++++OO+OOOO++++++++++++++++++++++++++++++++O++++++OOOOOOOOOOOOOOOOOOOO++. ", " $$:=-::&&&*@@@XXXXXXXXXXXXXXXXXXXX$O$;O$;O%Xo.........o%%XXXo..........+.....+++.++++++.++...+.+.+++++++++++++...++++++.+.+++++++++++++++++++++++++++++O++OO+OOOOOOOOO++. ", "$$==&&@@XXXXXXXXXXXXXXXXXXXXXXoXooooO%%O%%O%.+...O....+....ooo.............+..+.++.++.............++++++.....+++++++++++..+++++++++++++++++++++++++++++.++OOO+OOOOOOOO++O ", " $:&@@XXXXXXX&&XXXXXXXX@XXXXXXXoooooO%%OO%OO.+.OOOO......................++..........+.+..........+++++++++++.+++++++..++++++++++++++ooooo++++.......+++++OOOOOOOOOOOO+. ", " $%XXX@XXX.@O&...oXX@@@$;&@Xooo...oOO%OO%OO....OOO..............ooo...+.+++.++++++++++++++.+++..++++++++++++++++++++++++++++ooo+.oo++++++ O+OOOOOOOOOOOO++. ", " $oo.....@+..+.oX$@&@$$%o++.++ooOO%OO%OO....OO..OO.....ooooooooooooo.oo+++.o.++++++++++++..++++++++++++.++++++++++oooo+++++++++++++++ OOOOOOOOOOOOO+. ", " @@@..+++oo@###X%%%%%%oooo+.+oOO%O%%OO.+.O.X$&$$XX.O..ooooo%%%%%ooooooooooooo.o..+++.+..++++O+OOO+++.+.+oooooooooo++++++++++++++++ +OOOOOOOOOO++ ", " @X%%%%%%%ooooooO%%O%%O%.+.$X$$$;;;&;$Xo.+..oo%%%oooooooooooooooo+.+++....+.O+OOOOOOOO++++ooooooooo..++O+OOO+O..+ .OOOOOOOOO++ ", " X..oo%%%%%%%%%%%%%O%%%%%O%o%%%%%%%$$;;&:&;$X.+++o%%%oooooo+oooo...+++.+..++.++OOOOOOOOO+++++o +++++O+OO..+ OOOOOOOOOO+ ", " ooo%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%$$$&&@Xo+o%%%%ooooooooooooooooooooo+.+..OOOOO++..+++o +++OOO+++ OOOOOOOO++ ", " #########X%%%%%%%%%%%%%%%X###### ###&&&===@X%%%%%%%%%%%%%%%%oooooooooooooXXXo...+.+++oo ++OOO+++ OOOOOOO++ ", " XXXXoo.....$$ ++O++ OOOOOO++ ", " XXXXoo..o$$@ ++ OOOO++ ", " XXXoX &$ XOOOO+X ", " XXX XXXO.X ", " XXXXX ", " XX ", " "}; xfishtank-3.2.2/src/fishes/fish26b.xpm0000644000000000000000000002677514622622722015772 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish26b_xpm[] = { "187 53 16 1", " c None", ". c #190329242824", "X c #534A5A4A544A", "o c #1D0342483E27", "O c #070015021302", "+ c #7D6F7B6E6E6D", "@ c #0A012B252224", "# c #4E49838F776E", "$ c #2824696C544A", "% c #8590818F716D", "& c #8D9195928890", "* c #89908990796E", "= c #B4B5B4B5A1B3", "- c #A8B4A8B49792", "; c #6D6D99929191", ": c #9B92A5B49992", " .. ", " ..XX. ", " ..XXXXX ", " .XXXXXXX ", " XXXXXXXXX ", " XXXXooXXXX ", " XXooooooXX ", " XX...oooooX ", " X.......oooX ooo ", " ..........ooX o.oooo ", " ..........oo ....oo ", " ............o O..oo.o ", " ............. OOO....o ", " .............. OOOO...o ", " ............... OOOOOO...o ", " ................ OOOOOOO...o ", " ............... OOOOOOOO....o ", " ................ OOOOOOOOO...o ", " ................. OOOOOOOOOO... ", " ................... OOOOOOOOOO...o ", " .....O....O......... ++.O .OOOOOOOOOO... ", " XX....................@o +XXoo. .OOOOOOOOOOO... ", " XXXX....................ooo.. XX+#X$o. ..OOOOOOOOOOO... ", " %%%%XXXXXX..............oXoooooXXX.... .oXX#X$o. ...OOOOOOOOOOO... ", " XX&++*%+XXXXXXXX............ooooXXXXXXXXXooo......ooooo .OOO..XX$o. ....OOOOOOOOOOOO.. ", " XXXXX====-&&+XXXXX.............ooooXXXXXXXXooo...........oooXXXXXXXX ###X..@OOO@oo..@ ....OOOOOOOOOOOOO.. ", " XXXXX;-=====-&*+XXX................ooXXXXXXXo...............oooXXXXXXXXXXXX####+%+X..OOOOOOOO.@O .......OOOOOOOOOOOOO.. ", " XXXXXXX##;:======&*+XX....................oooooo.................oXXXXX$XXXXX++++##+++X......O.......................OOOOOOOOOOOOOOO. ", " &XXXX#&++&&##;&:==-:&&+XX...........................@.................ooXXXXXXXXXXXXXXXXX......OoXX$oooo...........OOOOOOOOOOOOOOOOOOO. ", " &&##&&&;*#&+++####;;&&&&*+XXX...........@..............O......O...............o..ooooooooX........O.............OOOOOOOOOOOOOOOOOOOOOOOOO. ", " #;&;;;;;;;;&###++###;;;&&-=-&**XXX................................O..O......@.O...@..............@OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ", " #######;;;;;;#;#####X####;;&:::-&&*+XX......O................................@O..@.@.@..@.@........OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ", " XX##########;;;;&;;#####X####;;;&&&%&+XXXX....OO......................@..@.....O@O.@@@@@@.@@@...@..OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ", " &&XXXXXXX#######;&;;;;;;;;;##########;;;#++++XXX....O....O.....O.........@...@.@@..O@@OOOOOOOO@O@@@@@@@@OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ", " :&&&&+XXXXXXXXXXX###;;;;;;;;;;;;;&##XXXXXXX#XXXXXXXXX....O...@.......@....@..@@.@....@...@@OOO@OOOOOOOOOOOOOOO@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@O@@OO@OOOOOO ", " :###&&&&%++XXXXXXXXXXXXXX#######O#####O#XXo.o$XX$XXXXXXXXX............@.........@@@.@...@.@@@.@@@@OO@OOOO@@@@@@@@@@@.@.@@@@@@@@@@@@@@@@@@@@@@@@@@@@.@@OOO@OOOOOO ", " ##:=-::&&&*+++XXXXXXXXXXXXXXXXXXXX#O#;O#;O$Xo.........o$$XXXo..........@.....@@@.@@@@@@.@@...@.@.@@@@@@@@@@@@@...@@@@@@..@@@@@@@@@@@@@@@@@@@@@@@@@@.@@@@@OOOOOOOOOO@ ", "##==&&++XXXXXXXXXXXXXXXXXXXXXXoXooo#OO$OO$OO.@...O....@....ooo.............@..@.@@.@@.............@@@@@@.....@@@@@@@@@@@@@@@@@@@@@@@@ooooo@@@@...... OOOOOOOOOOO@ ", " #:&++XXXXXXX&&XXXXXXXX+XXXXXXXoooooOO$OO$OO.@.OOOO......................@@..........@.@..........@@@@@@@@@@@.@@@@@@@..@@@@@oooooooooo@@@ OOOOOOOOOO@@ ", " #$XXX+XXX.+O&...oXX+++#;&+Xooo...oOO$OO$OO....OOO..............ooo...@.@@@.@@@@@@@@@@@@@@.@@@..@@@@@@@@@@@@@@@@@@@@@@oo@@@@@@@@@@@@@@@ OOOOOOOO@@@ ", " #oo.....+@..@.oX#+&+##$o@@.@@ooOO$OO$OO....OO..OO.....ooooooooooooo.oo@@@.o.@@@@@@@@@@@@..@@@@@@@@@@@@.@@@@@@@@@@o@@@@@OO@@@@@@@@@ OOOOOOO@@@ ", " +++..@@@oo+%%%++$$$$$oooo@.@oOO$OO$OO.@.O.X####XX.O..ooooo$$$$$ooooooooooooo.o..@@@.@..@@@@@@@@@@@@.@.@oooooooo@..@@OOOOO@O..@. OOOOOOO@@@ ", " +$$$$$$$ooooo$O$$OO$O$.@.#X####;;&;#X@.@..oo$$$oooooooooooooooo@.@@@....@.@@OOOOOOOO@@@@oooooooo@ @@@@OOOO..@. OOOOO@@@X ", " .+o$$$$$$$$$$$$$O$$O$$O$o$$$$$$$##;;&:&;#@.@@@o$$$oooooo@oooo...@@@.@..@@.@@OOOOOOOOOOO@@@o @@OOOO@@. OOO@@@XX ", " ..o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%;;==:#&&@@@@o$$$$ooooooooooooooooooooo@.@.OOOOOOOOOOO@#o @OOO@@@ OOO@@XXX ", " o$$$$$%%%%%X$$$$$$$$$$$$$$$X$$$$$$$$%%%;==:&==@@X$$$$$$$$$$$$$$$$ooooooooooooo.......@.@@@#o O@@. O@XXX ", " %%%%%%% $$$$$$$$%%#;==:;&= .....#....## @ O@X ", " $$$$$$$%%#;;==;;= XX###X## ", " $$$$$$$%%#;;==;; ", " $$$$$%%%;;==; ", " $$$$$%%;;=; ", " $$$$;;;; ", " ;; "}; xfishtank-3.2.2/src/fishes/fish27a.xpm0000644000000000000000000001511314622622722015752 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish27a_xpm[] = { "76 63 18 1", " c None", ". c #B4B5C8D8ADB5", "X c #D5D9DEDAC8D8", "o c #A8B4BCB69692", "O c #756E9491786E", "+ c #9892ABB47E6F", "@ c #8C919291DCDA", "# c #6F6D85905249", "$ c #9792A6B4746E", "% c #594A5D4B686C", "& c #544A626B4948", "* c #6B6D766E9892", "= c #37263E274147", "- c #362646482824", "; c #5B4B5F4B3726", ": c #93918B90656C", "> c #2D2526241C03", ", c #000000000000", " ..... ", " .XX.XX...... ", " ..XXXXXX....o.. ", " XXXXXXXXX......o.. ", " .XXXXXXXXXXX......ooo. ", " XXXXXXXXXXXXXXXX.....ooooO ", " .XXXXXXXXXXXXXXXXX....o.o++OOO ", " XXXXXXXXXXXXXXXXXXXXXX....o+OOOOO ", " ..XXXXXXXXXXXXXXXXXXXXXX..ooo+OOOOOO ", " .XXXXXXXXXXXXXXXXXXXXXXXXX..ooo+OOOOOOo ", " XXXXXXXXXXXXXXXXXXXXXXXXXX..ooooOOOOOOOo ", " .XXXXXXXXXXXXXXXXXXXXXXXXXXXX..ooo++OOOOOO@o ", " XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.ooo++OOOOO@OOO ", " XXXXXXXXXXXXXXXXXXXXXXXX.XXXXX..ooooo+OOOOOOO#O ", " XXXXXXXXXXXXXXXXXXXXXXXXX...XXX..oooooo+OOOOO@#@O ", " XXXXXXXXXXXXXXXXXXXXXXXXX.oo.XX..ooooooo+OOO#O#O#O ", " XXXXXXXXXXXXXXXXXXX..XXXXXooo.XX.o+ooooo+$O##@#O@OO ", " .XXXXXXXXXXXXX.XXXXX...XXX.o$O$oXXo$O+ooo+OOOO###O#O ", " .XXXXXXXXXXXX...XXXXX.o.XXX.+#O$oXXoOO+oo+OOO##O#@%@O ", " oXXXXXXXXXXXXX.ooXXXXX.o.XXXoO#&+.X.$##oooOO#OO##%%%%O O%O ", " &oXXXXXXXXXXXX.Oo.XXXXXo+.XX*oO&&O.XoO&#oooO###O@&@%*% %=-%O", " &&$X.o.XXXXXXXXoOOoXX*X.+o.XXX$;&#+.XoO&&+.o#%%###%%&%% %=%-@O", " ---oX::+.XXXXXX.oO+.XXX.oO+.XX.O=-&O.*o#=&+oo#&%#%%*%@% %-@%-*%", " -->.X&;:+XXXXX.o:#Oo*XX.oOO.XX.O&--O..o#-#OooO&&@%%%%=% %>%-%--O", " ->--XX-;;#oXXX.X+;;$oXXX.OOO.XX.O--;O..o%--$o*#%%%%@%*% %=-%-=%- ", " >>>>&X.--;;+*..*oO-&&.XXX.O#$.*X.#--;O..o#--Ooo#=@%%%%=%%%=-@=%>@% ", " >>>>&Xo-->;o..o.o%-;$.X*..O#O.XX*O---O..o#--+o+#-%%*%@%&&@%-*>=%*O ", " >>>>>oX+;--;oooooO%--+.XX.+%O$.XX.#---#.*o#--+*oO--#%%=&-%%=>%@==>% ", " >>>>>>XX+>->;ooO*.+&>&oXXX.%#&oXXX.#---#o..#--+ooO--&&-%=@=-*=%>-%>O ", " >>>>>>%XX+-;-#o*oo*O->&.*XX.O&OoXXX.O>--O...#-;+.oO-=&%==-==->@%=->- ", " >>>>>>>+XX%->-&+$+.o%->#.XX*oO&#.X*.o#---O.X*#-&+.oO--##&=>@==-===%@& ", " >>>&&&>oXX&---&OO*.o&>>%X*XXo&&#.XX.o#>--$...O-&+ooO--###=>==-===-%*% ", " >&>&-,-&XXo---=&OOoo$&-;+XXXXO#;O.*X.o&&-&#*..O--$*oO->##%=>%=@=%*@=-O ", " &-&>&,,,&XX%>>>-&#Oo.*;--oX.Xo+%&o.XXXo#>=-O...O-#+.oO--#O#=>%-=-=-%%=% ", " ;&--&>&-,-&XX;>>>-&##ooO--;+O***O&;O.XX*.O---#...O-#o.oO--#O#=-==-%=%%==O ", ";;;;-;->&&&+Xo->>>--&#+oO--****%***;o.X.Xo#---O...*&;oooO->#O#-%%@%=*@=%@% ", "--#&;;;->->XX+->>>>-&#OoO=*%%%%%%%*&oX*X..O---#oXo+&;Ooo+--;#&&%%*&-%%%@%O ", "##-&&;;;;-;XX:->>>>-&;$o%%%%%%%%%%%&oXX.X.#&--O*..+;-Ooo*--O# O%#%%=%==%%O ", "###&;;&;-;;XX#->>>>--;$%%&&&&%%%%%%;o.XX..O---O...+&-Oo+O>& #;&--=%%%% ", " ;#&;;;;--;.X&;>->>&&&%&&=&&&%%%%%*&oX*X*.O&--O...*&-#o+#>& #%%%*@%%%O ", " -&&;&&;;-;oo&;;->--&&&&&==&&&%%%*&#.XXXX.+;--#...o#-O+$#>& %%&%%=%@% ", " --;&;;;;;##&&&---&&&&&=&=&%&&%%*&OoX.X..O&--#o*oo&-OoO=&&# O%&%%*%O ", " ---;&;&;##&;&&&-&&%&&&==&%%%%%##%+.X*..o&--#oooo#;++#&#@# O%%%%%O ", " >---;;;#&;&&&&&&&&&&=&==%%%%*OO#$o...*o#--#o*oo##O+##### %%%%%O ", " >>-;&;##&&-;;&--&&&&=&&%%%%#OOOOo....oO&-#o..o##OOOO#@OO O%%%O ", " ----;&##%&&&&&&&&&=&%=%%&;#++%OOo.*..O&-#o..o*#OOOO###O O%O ", " -->>---===%&&&&&&&&%=--;#$o*O#Oo.o.oo#;#Oo.o#;OO@OO#@O %O ", " >>>>>>>>>>---&--&&>>-#O+ooOOO+oooo*#&#+ooO#OOOOO@O#O ", " >>>>>>>>-------&&>>-#O+*ooOOO+o*o+##O$o$OOOOOOOO#@O ", " >>>>>>>>>->>-&&;;-;#Oooo*+OO$oooO###O$OOOOO@OO####O ", " >>>>>>>>>>>---;#&&#O++o+OO##O$OO###$ooOOOOOOOO##@O ", " >>>>>>>>>>>-;;#;;##OO#####OOO$OOOoo+OOOOOO@OO##O ", " >>>>,>>,>--&##&########O++oooO++OOOOOOOOO##O@O ", " >>>->>>>>>----&##&-&OOoooooOOOO@OOOOOOOO@##O ", " >>>-->>>>>>>--->&#O++oOOOOOOOOOOO@O#O#@ ", " >>>>>--->>>-->&#$O+oOOOOOOO@OOOO###O ", " ----->>>%##O+O@OOOOOOOO##@#@O ", " ---&%+@OO@OOOOO@##OO#O ", " OOO#OOOOO@O##O##@O ", " O@#@OOOOO#@O#O ", " OOO#######@OO ", " O@#@#@OOO ", " OOOOO "}; xfishtank-3.2.2/src/fishes/fish27b.xpm0000644000000000000000000001511314622622722015753 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish27b_xpm[] = { "76 63 18 1", " c None", ". c #B4B5C8D8ADB5", "X c #D5D9DEDAC8D8", "o c #A8B4BCB69692", "O c #756E9491786E", "+ c #9892ABB47E6F", "@ c #8C919291DCDA", "# c #6F6D85905249", "$ c #9792A6B4746E", "% c #594A5D4B686C", "& c #544A626B4948", "* c #6B6D766E9892", "= c #37263E274147", "- c #362646482824", "; c #5B4B5F4B3726", ": c #93918B90656C", "> c #2D2526241C03", ", c #000000000000", " ", " .XX.XX..... ", " .XXXXXXXXX....o.. ", " .XXXXXXXXXXX......o.. ", " .XXXXXXXXXXXXXX......ooo. ", " .XXXXXXXXXXXXXXXXXX.....ooooO ", " XXXXXXXXXXXXXXXXXXXX....o.o++OOO ", " .XXXXXXXXXXXXXXXXXXXXXXX....o+OOOOO ", " XXXXXXXXXXXXXXXXXXXXXXXXXX..ooo+OOOOOO ", " .XXXXXXXXXXXXXXXXXXXXXXXXXXX..ooo+OOOOOOo ", " XXXXXXXXXXXXXXXXXXXXXXXXXXXXX..ooooOOOOOOOo ", " XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..ooo++OOOOOO@o ", " XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.ooo++OOOOO@OOO ", " .XXXXXXXXXXXXXXXXXXXXXXXX.XXXXX..ooooo+OOOOOOO@O ", " XXXXXXXXXXXXXXXXXXXXXXXXX...XXX..oooooo+OOOOO@#OO ", " XXXXXXXXXXXXXXXXXXXXXXXXX.oo.XX..ooooooo+OOO@O#O# ", " XXXXXXXXXXXXXXXXXXX..XXXXXooo.XX.o+ooooo+$O##O#OOO ", " .XXXXXXXXXXXXX.XXXXX...XXX.o$O$oXXo$O+ooo+OOOO##@O@O ", " .XXXXXXXXXXXX...XXXXX.o.XXX.+#O$oXXoOO+oo+OOO##O#%%%O OO ", " oXXXXXXXXXXXXX.ooXXXXX.o.XXXoO#&+.X.$##oooOO#OO##@%%% O%OO", " &oXXXXXXXXXXXX.Oo.XXXXXo+.XX*oO&&O.XoO&#oooO###O@&%%*% %=-%O", " &&$X.o.XXXXXXXXoOOoXX*X.+o.XXX$;&#+.XoO&&+.o#%%###%%@% %=%-%%", " ---oX::+.XXXXXX.oO+.XXX.oO+.XX.O=-&O.*o#=&+oo#&%#%%*%%% %-@%-*@", " -->.X&;:+XXXXX.o:#Oo*XX.oOO.XX.O&--O..o#-#OooO&&@%%%%=% %>%-%--O", " ->--XX-;;#oXXX.X+;;$oXXX.OOO.XX.O--;O..o%--$o*#%%%%@%*% %=-%-=%-%", " >>>>&X.--;;+*..*oO-&&.XXX.O#$.*X.#--;O..o#--Ooo#=@%%%%=%%%=-@=%>%%O", " >>>>&Xo-->;o..o.o%-;$.X*..O#O.XX*O---O..o#--+o+#-%%*%@%&&@%-*>=%*@%", " >>>>>oX+;--;oooooO%--+.XX.+%O$.XX.#---#.*o#--+*oO--#%%=&-%%=>%@==>%O", " >>>>>>XX+>->;ooO*.+&>&oXXX.%#&oXXX.#---#o..#--+ooO--&&-%=@=-*=%>-%>OO", " >>>>>>%XX+-;-#o*oo*O->&.*XX.O&OoXXX.O>--O...#-;+.oO-=&%==-==->@%=->-%%", " >>>>>>>+XX%->-&+$+.o%->#.XX*oO&#.X*.o#---O.X*#-&+.oO--##&=>@==-===%%@%%", " >>>&&&>oXX&---&OO*.o&>>%X*XXo&&#.XX.o#>--$...O-&+ooO--###=>==-===-%*%%%", " >&>&-,-&XXo---=&OOoo$&-;+XXXXO#;O.*X.o&&-&#*..O--$*oO->##%=>%=@=%*%=-O% ", " &-&>&,,,&XX%>>>-&#Oo.*;--oX.Xo+&&o.XXXo#>=-O...O-#+.oO--#O#=>%-=-=-%@=%% ", " ;&--&>&-,-&XX;>>>-&##ooO--;+.XXXo&;O.XX*.O---#...O-#o.oO--#O#=-==-%=%%==%% ", ";;;;-;->&&&+Xo->>>--&#+oO@**@$.X*o&;o.X.Xo#---O...*&;oooO->#O#-%%@%=*%=%%%% ", "-##&;;;->->XX+->>>>-&#Oo*%%%**.X.o&&oX*X..O---#oXo+&;Ooo+--;#&&%%*&-%@%%%%% ", "#--&&;;;;-;XX:->>>>-&;$*%%%%%*XXXo&&oXX.X.#&--O*..+;-Ooo*--O# O%#%%=%==%%@ ", "####;;&;-;;XX#->>>>--;$%%%%%%@X.Xo&;o.XX..O---O...+&-Oo+O>& #;&--=%%@%% ", " ;&&;;;;--;.X&;>->>&&&%%%%%%%%.X.o&&oX*X*.O&--O...*&-#o+#>& #%%%*%%%%%% ", " -&&;&&;;-;oo&;;->--&&&%%=%%%%*X*o&#.XXXX.+;--#...o#-O+$#>& %%&%%=%%%% ", " --;&;;;;;##&&&---&&%&%%%%%%%%.Xo&OoX.X..O&--#o*oo&-OoO=&&# O%&%@*%% ", " ---;&;&;##&;&&&-&&%%%%==%%%%..o#%+.X*..o&--#oooo#;++#&#@# O%%%%@% ", " >---;;;#&;&&&&&&&&&%%%%%%%%..OO#$o...*o#--#o*oo##O+##### %%%%%%% ", " >>-;&;##&&-;;&--&%%%&%%%%$.#OOOOo....oO&-#o..o##OOOO#@OO O%%%% ", " ----;&##%&&&&&&&&&%%%=%%$$#++%OOo.*..O&-#o..o*#OOOO###O O%%% ", " -->>---===%&&&&&&&&%=--;$$o*O#Oo.o.oo#;#Oo.o#;O@OOO@OO %O ", " >>>>>>>>>>---&--&&>>-#O+ooOOO+oooo*#&#+ooO#OOOO@OO#O ", " >>>>>>>>-------&&>>-#O+*ooOOO+o*o+##O$o$OOOOOOOO@OO ", " >>>>>>>>>->>-&&;;-;#Oooo*+OO$oooO###O$OOOOO@OO####O ", " >>>>>>>>>>>---;#&&#O++o+OO##O$OO###$ooOOOOOOOO#@OO ", " >>>>>>>>>>>-;;#;;##OO#####OOO$OOOoo+OOOOOO@OO##O ", " >>>>,>>,>--&##&########O++oooO++OOOOOOOOO##@OO ", " >>>->>>>>>----&##&-&OOoooooOOOO@OOOOOOO@O##O ", " >>>-->>>>>>>--->&#O++oOOOOOOOOOOO@O#O@O ", " >>>>>--->>>-->&#$O+oOOOOOOO@OOOO###O ", " ----->>>%##O+O@OOOOOOOO#@O@OO ", " ---&%+@OO@OOOOO@##OO#O ", " OOO#OOOOO@O##O#@OO ", " O@#@OOOOO@OO#O ", " OOO#######@OO ", " O@#@#@OOO ", " OOOO "}; xfishtank-3.2.2/src/fishes/fish28a.xpm0000644000000000000000000001346214622622722015760 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish28a_xpm[] = { "64 64 13 1", " c None", ". c #F8FE0000F9FE", "X c #B6B60000A7B4", "o c #C5D700003426", "O c #FFFFFFFFFFFF", "+ c #FFFFD0D90000", "@ c #646CA1B30000", "# c #00000000564A", "$ c #2F256F6DEDFC", "% c #FFFF00000000", "& c #0000E7FCFFFF", "* c #000000000000", "= c #3E273E279091", " ", " ", " ", " ", " ..XXo ", " OO..XXoo +", " OO .XXoo ++", " OO .XXoo @@+ ", " OO OO.XXoo @@++ ", " O OOOO.XXoo @+++ ", " OO OOO .XXoo @@#++ ", " OO O.XXoo @#+++ ", " OOO.Xoo @@++ ", " OOO XXoo $#+++ ", " OOO XXoo $@#++ ", " O OO.XXoo % $$@#++ ", " OOO.XXoo %% $@#+++ ", " OOO .XXo .+ $@@++ ", " OO OO.Xoo .+ $@@#+ ", " OO.XXoo ..+ $$@##+ ", " OOO .Xooo .#+ $##+++ ", " OOO OXooooo ##+ $@@+++ ", " OO.Xooooooooooo ##+ $$@@+++ ", " OOO.XXoooooooooo ###. $@@@##+ ", " OO O.Xooooo&&oo ###### $###+++ ", " OO Xoooo&**&o########## $$@@@+++ ", " O OOXXooo&&ooo========== $@@@@+++ ", " OOOO.Xooooooo=========== $$@@@###+ ", " O O...ooooo===========$$####@+++ ", " %%%%O%O..ooooo$$$$$$$$$$$@@@@@@+++ ", " %%%%%%%%%O..Xooooo$+++$++$++$++++++++ ", " %% %%%%%%%%%%%%%%..Xoooo++$++$+$++$++#####+ ", " %% %%%%%%%%%%%%%%%OO%..ooooo$$$$$$$$$$@@@@@@+++ ", " %%%%%%%%% O%%O..oooooo$$$$$$$$$$@@@@@@++++ ", " OOOO...ooooooo&&&&&&&&&$$$@@@@++++ ", " OO .XXooooooo &&&&&& $$$@#@####+ ", " O OO.XXooooooo $$@@@++++ ", " O .XXoooooo $$@@@+++ ", " OO.XXoooooo $@@@+++ ", " OO .XXooooooo $###+++ ", " OOO.Xooooooo $@@@##+ ", " O OOXXoooo $$@@+++ ", " OO .Xoooo $$@@+++ ", " O OO.XXooo $@#+++ ", " O O.Xooo $@@+++ ", " OO .Xooo $$@##+ ", " OO OO.Xooo @+#+ ", " OO O.XXoo @+++ ", " O OO XXoo @+++ ", " OO OO.Xoo #@++ ", " OOO O.Xoo @#++ ", " OOO .XXo @++ ", " OO OO.XXoo @## ", " OO O.XXoo @@++", " OOO .XXo +", " OO.XXoo ", " OXXXo ", " .XXo ", " .X ", " ", " ", " ", " ", " "}; xfishtank-3.2.2/src/fishes/fish28b.xpm0000644000000000000000000001346214622622722015761 0ustar0000000000000000/* XPM */ /* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ static const char * fish28b_xpm[] = { "64 64 13 1", " c None", ". c #FFFFD0D90000", "X c #646CA1B30000", "o c #00000000564A", "O c #2F256F6DEDFC", "+ c #FFFF00000000", "@ c #F8FE0000F9FE", "# c #C5D700003426", "$ c #FFFFFFFFFFFF", "% c #0000E7FCFFFF", "& c #B6B60000A7B4", "* c #000000000000", "= c #3E273E279091", " ", " ", " ", " . ", " . ", " . ", " . ", " X. ", " XX. ", " X.. ", " XXo. ", " XX.. ", " Xo.. ", " OXX.. ", " Oo.. ", " OOX.. ", " OXoo. ", " OXo.. ", " ++ Ooo.. ", " @+ OOXX.. ", " @@@. OXX... ", " @oo. OXX... ", " ###### ooo. OOXXo.. ", " ######## ooo@ OXXo... ", " $ ########## oooooo OXoX... ", " $$###$#######$############%%##oooooooooo OoXXX... ", " #####$$###$$&&$###$&######&###%**%##========== OXXXX... ", " @@@&&@@$$&&#$$@@$$&@$@#$&&#$@####%%###=========== OOXXXXo. ", " $$$ $$$$$$$$$ $$$+$$+$$$$+$$++++#####===========OOooooX.. ", " $$ $$@@#$$#@@$&$&$$$$$$$$$$@#########OOOOOOOOOOOXXXXXX.. ", " $$ $$###$$###$###$$#$#################O...O..O..O....... ", " $ $ $$ $######### ##############..O..O.O..Oo.ooo.. ", " $ $ #############OOOOOOOOOOXXXXXX.. ", " $ ############OOOOOOOOOOXoXXXX.. ", " ###### %%%%%%%%%OOOXoXo.. ", " %%%%%% OOOXXXoo. ", " OOXXX... ", " OOXXX.. ", " OoXX.. ", " Oooo.. ", " OXXo.. ", " OOXX.. ", " OOoX.. ", " OXX.. ", " OXoo.. ", " OOXX.. ", " X.. ", " X.. ", " oo. ", " XX. ", " XX. ", " X. ", " X. ", " X. ", " . ", " . ", " . ", " . ", " ", " ", " ", " ", " ", " "}; xfishtank-3.2.2/src/fishes.h0000644000000000000000000000776514622622722014150 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ #pragma once #define NUM_FISH 29 #define NUM_FRAMES 2 #include "fishes/fish00a.xpm" #include "fishes/fish00b.xpm" #include "fishes/fish01a.xpm" #include "fishes/fish01b.xpm" #include "fishes/fish02a.xpm" #include "fishes/fish02b.xpm" #include "fishes/fish03a.xpm" #include "fishes/fish03b.xpm" #include "fishes/fish04a.xpm" #include "fishes/fish04b.xpm" #include "fishes/fish05a.xpm" #include "fishes/fish05b.xpm" #include "fishes/fish06a.xpm" #include "fishes/fish06b.xpm" #include "fishes/fish07a.xpm" #include "fishes/fish07b.xpm" #include "fishes/fish08a.xpm" #include "fishes/fish08b.xpm" #include "fishes/fish09a.xpm" #include "fishes/fish09b.xpm" #include "fishes/fish10a.xpm" #include "fishes/fish10b.xpm" #include "fishes/fish11a.xpm" #include "fishes/fish11b.xpm" #include "fishes/fish12a.xpm" #include "fishes/fish12b.xpm" #include "fishes/fish13a.xpm" #include "fishes/fish13b.xpm" #include "fishes/fish14a.xpm" #include "fishes/fish14b.xpm" #include "fishes/fish15a.xpm" #include "fishes/fish15b.xpm" #include "fishes/fish16a.xpm" #include "fishes/fish16b.xpm" #include "fishes/fish17a.xpm" #include "fishes/fish17b.xpm" #include "fishes/fish18a.xpm" #include "fishes/fish18b.xpm" #include "fishes/fish19a.xpm" #include "fishes/fish19b.xpm" #include "fishes/fish20a.xpm" #include "fishes/fish20b.xpm" #include "fishes/fish21a.xpm" #include "fishes/fish21b.xpm" #include "fishes/fish22a.xpm" #include "fishes/fish22b.xpm" #include "fishes/fish23a.xpm" #include "fishes/fish23b.xpm" #include "fishes/fish24a.xpm" #include "fishes/fish24b.xpm" #include "fishes/fish25a.xpm" #include "fishes/fish25b.xpm" #include "fishes/fish26a.xpm" #include "fishes/fish26b.xpm" #include "fishes/fish27a.xpm" #include "fishes/fish27b.xpm" #include "fishes/fish28a.xpm" #include "fishes/fish28b.xpm" static const char **fishes[] = { fish00a_xpm, fish00b_xpm, fish01a_xpm, fish01b_xpm, fish02a_xpm, fish02b_xpm, fish03a_xpm, fish03b_xpm, fish04a_xpm, fish04b_xpm, fish05a_xpm, fish05b_xpm, fish06a_xpm, fish06b_xpm, fish07a_xpm, fish07b_xpm, fish08a_xpm, fish08b_xpm, fish09a_xpm, fish09b_xpm, fish10a_xpm, fish10b_xpm, fish11a_xpm, fish11b_xpm, fish12a_xpm, fish12b_xpm, fish13a_xpm, fish13b_xpm, fish14a_xpm, fish14b_xpm, fish15a_xpm, fish15b_xpm, fish16a_xpm, fish16b_xpm, fish17a_xpm, fish17b_xpm, fish18a_xpm, fish18b_xpm, fish19a_xpm, fish19b_xpm, fish20a_xpm, fish20b_xpm, fish21a_xpm, fish21b_xpm, fish22a_xpm, fish22b_xpm, fish23a_xpm, fish23b_xpm, fish24a_xpm, fish24b_xpm, fish25a_xpm, fish25b_xpm, fish26a_xpm, fish26b_xpm, fish27a_xpm, fish27b_xpm, fish28a_xpm, fish28b_xpm, }; xfishtank-3.2.2/src/gen_ui_xml.sh0000755000000000000000000000372614622622722015174 0ustar0000000000000000#!/bin/sh # -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# # create C code to get ui.xml in a string # ISO C stipulates that the length of a string constant should # not be larger than 4096, so we create a definition as in # char xfishtank[] = {60,63,120,109,108,32,118,101,0}; # root="${1:-..}" in="ui.xml" out="ui_xml.h" echo "/* This file is generated from '$in' by '$0' */" > "$out" echo "/* -copyright-" >> "$out" echo "*/" >> "$out" echo "#pragma once" >> "$out" echo "char xfishtank_xml[] = {" >> "$out" sed 's/^ *//' "$root/src/$in" | awk -v FS="" \ 'BEGIN{for(n=0;n<256;n++)ord[sprintf("%c",n)]=n;} {for (i=1;i<=NF;i++) printf "%d,", ord[$i]; printf "%d,\n",ord["\n"];}' >> "$out" echo "0};">> "$out" if [ -x "$root/addcopyright.sh" ] ; then "$root/addcopyright.sh" "$out" ; fi xfishtank-3.2.2/src/ixpm.c0000644000000000000000000002201614622622722013621 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ #include #include #include #include #include #include "ixpm.h" #include "debug.h" #include "utils.h" // from the xpm package: static void xpmCreatePixmapFromImage( Display *display, Drawable d, XImage *ximage, Pixmap *pixmap_return) { GC gc; XGCValues values; *pixmap_return = XCreatePixmap(display, d, ximage->width, ximage->height, ximage->depth); /* set fg and bg in case we have an XYBitmap */ values.foreground = 1; values.background = 0; gc = XCreateGC(display, *pixmap_return, GCForeground | GCBackground, &values); XPutImage(display, *pixmap_return, gc, ximage, 0, 0, 0, 0, ximage->width, ximage->height); XFreeGC(display, gc); } void paintit(XImage *img, long int color) { int x,y; for (y=0; yheight; y++) for (x=0; xwidth; x++) { XPutPixel(img, x,y,color); } } // reverse characters in string, characters taken in chunks of l // if you know what I mean static void strrevert(char*s, size_t l) { assert(l>0); size_t n = strlen(s)/l; size_t i; char *c = (char *)malloc(l*sizeof(*c)); char *a = s; char *b = s+strlen(s)-l; for (i=0; i0); idata = (char **)malloc(lines*sizeof(*idata)); for (i=0; i (size_t)cpp + 6) { sscanf(xpm[i]+cpp,"%*s %100s",s); if(!strcasecmp(s,"none")) { free(code); code = strndup(xpm[i],cpp); break; } } } int y; unsigned char c = 0; int j = 0; if (is_little_endian()) for (y=0; y>= 1; if (cpp*x + cpp <= l) { if (strncmp(s+cpp*x,code,cpp)) c |= 0x80; } k++; if (k == 8) { bits[j++] = c; k = 0; } } if (k) bits[j++] = c>>(8-k); } else for (y=0; y0); *out = (char**)malloc(sizeof(char *)*(n+3)); char **x = *out; int j; for (j=0; j<2; j++) x[j] = strdup(data[j]); x[2] = (char *)malloc(5+strlen(color)); x[2][0] = '\0'; strcat(x[2],". c "); strcat(x[2],color); P("c: [%s]\n",x[2]); for (j=3; j extern int iXpmCreatePixmapFromData(Display *display, Drawable d, const char **data, Pixmap *p,Pixmap *s, XpmAttributes *attr, int flop); extern Region regionfromxpm(const char **data, int flop); extern void xpm_set_color(char **data, char ***out, int *lines, const char *color); extern void xpm_destroy(char **data); extern int xpmtobits(char *xpm[],unsigned char **bitsreturn, int *wreturn, int *hreturn, int *lreturn); extern void xpm_print(char **xpm); xfishtank-3.2.2/src/main.c0000644000000000000000000006406614622622722013603 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ /* * Original Author Unknown. * 8/10/88 - Ported from X10 to X11R3 by: Jonathan Greenblatt (jonnyg@rover.umd.edu) * Cleaned up by Dave Lemke (lemke@sun.com) * Ported to monocrome by Jonathan Greenblatt (jonnyg@rover.umd.edu) * 05/02/1996 Added TrueColor support by TJ Phan (phan@aur.alcatel.com) */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include "xfishtank.h" #include "vroot.h" #include "bubbles.h" #include "debug.h" #include "transwindow.h" #include "utils.h" #include "fishes.h" #include "ixpm.h" #include "ui.h" #include "xdo.h" #ifdef DOUBLE_BUFFER #include static int UseXdbe; static XdbeSwapAction BMETHOD; static int XdbeAvailable = -42; #endif extern unsigned char *ReadBitmap(); /* externals for pixmap and bimaps from xfishy.h */ /* typedefs for bubble and fish structures, also caddr_t (not used in X.h) */ typedef struct _bubble { float x; float y; int size; // size of bubble float bstep; // increment in placement } bubble; typedef struct _fish { float x; float y; int direction; // direction: 0: r->l int frame; // animation frames: 0 .. NUM_FRAMES int type; float fstep; // increment in placement int animtime; // # drawings between change of frame } fish; typedef struct _fishtype { Pixmap pix; GC gc; int w; int h; } fishtype; static int binc[] = { 0, 64, 56, 48, 40, 32, 24, 16, 8 }; /* bubble increment and yes check tables */ static int DoubleBuf = 0; /* Should we use double buffering */ static int width; /* width of initial window in pixels */ static int height; /* height of initial window in pixels */ static int screen; /* Default screen of this display */ static int inxscreensaver = 0; /* are we running in xscreensaver? */ static float smooth = 0.02; /* smoothness increment multiplier */ static bubble *binfo = NULL; /* bubble info structures, allocated dynamically */ static fish *finfo = NULL; /* fish info structures, allocated dynamically */ static Window root_window; static fishtype xfish[NUM_FISH][2][NUM_FRAMES]; /* [type][left/right][frame] */ static Pixmap xbubbles[9]; /* bubbles bitmaps (1 to 8, by size in pixels) */ static Window wid; /* aquarium window */ static Window wid1; static Window UserWindow = 0; static Pixel white; static Pixel black; static Pixel bcolor; static Pixel bgcolor; static GC bgc; static int xfishtank_trans = 0; static XdbeBackBuffer backbuf = 0; static int WantXdbe = 1; static const int maxanimtime = 20; static int ForceRoot = 0; static int HaltedByInterrupt = 0; static int Done = 0; static Pixel AllocNamedColor(Display *display, char *colorName, Pixel dfltPix); static char *display_name=NULL; static int do_move(void *dummy); static int do_testfish(void *dummy); static int do_write_flags(void *dummy); static void erasebubble(bubble *b); static void erasefish(fish *f); static void init_pixmap(void); static void init_signals(void); static void initialize(void); static void move_fish(void); static void movefish(fish *f); static void new_bubble(bubble *b, int init); static void new_fish(fish *f0, int init); static void parse(int argc, char **argv); static void putbubble(bubble *b, unsigned long c); static void remove_all_bubbles(void); static void remove_all_fishes(void); static void setanimtime(fish*f); static void step_bubbles(void); static void Usage(void); static void Thanks(void); static void SigHandler(int signum); static void print_changelog(void); static void selfrep(void); Display *Dpy = NULL; Window xfishtankWin; int counter; int blimit = 32; /* bubble limit */ int flimit = 10; /* fish limit */ char *bcolorstring = NULL; char *bgcolorstring = NULL; float speedfactor; char *DesktopSession; xdo_t *myxdo; int nomenu = 0; /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * parse command line * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ void parse(int argc, char *argv[]) { int p = 0; #define CHECK do{if(++p >= argc){ Usage(); Thanks(); exit(1);}}while(0) while (++p < argc) { P("argv[p] %s\n",argv[p]); if (!strcmp(argv[p],"-b")) { CHECK; blimit = strtod(argv[p],NULL); } else if (!strcmp(argv[p],"-f")) { CHECK; flimit = strtod(argv[p],NULL); } else if (!strcmp(argv[p],"-display")) { CHECK; display_name = strdup(argv[p]); } else if (!strcmp(argv[p],"-bc")) { CHECK; if(bcolorstring) free(bcolorstring); bcolorstring = strdup(argv[p]); } else if (!strcmp(argv[p],"-bgc")) { CHECK; if(bgcolorstring) free(bgcolorstring); bgcolorstring = strdup(argv[p]); } else if (!strcmp(argv[p],"-double")) { CHECK; WantXdbe = (strtod(argv[p],NULL)>0); } else if (!strcmp(argv[p],"-speed")) { CHECK; speedfactor = (strtod(argv[p],NULL)/100.0); } else if (!strcmp(argv[p],"-h")) { Usage(); Thanks(); } else if (!strcmp(argv[p],"-v")) { printf("xfishtank version %s\n",VERSION); Thanks(); } else if (!strcmp(argv[p],"-defaults")) { set_defaults(); } else if (!strcmp(argv[p],"-nomenu")) { nomenu = 1; } else if (!strcmp(argv[p],"-root")) { ForceRoot = 1; } else if (!strcmp(argv[p],"--root")) { ForceRoot = 1; } else if (!strcmp(argv[p],"-window-id")) { CHECK; UserWindow = strtod(argv[p],NULL); } else if (!strcmp(argv[p],"--window-id")) { CHECK; UserWindow = strtod(argv[p],NULL); } else if (!strcmp(argv[p],"-changelog")) { print_changelog(); Thanks(); } #ifdef SELFREP else if (!strcmp(argv[p],"-selfrep")) { selfrep(); exit(0); } #endif else { printf("Not understood: %s\n",argv[p]); Usage(); Thanks(); } } } void set_defaults() { flimit = 10; blimit = 32; if(bcolorstring) free(bcolorstring); bcolorstring = strdup("lightblue"); if(bgcolorstring) free(bgcolorstring); bgcolorstring = strdup("darkblue"); speedfactor = 1.0; } void Usage() { printf("\nUsage: xfishtank [options]\n\n"); printf("Options:\n"); printf(" -b n number of bubbles (default 32)\n"); printf(" -f n number of fish (default 10)\n"); printf(" -bc color color of bubbles (default \"lightblue\")\n"); printf(" -bgc color color of background (default \"darkblue\")\n"); printf(" only when running under xscreensaver or in a non-compositing WM\n"); printf(" -double n 1: double buffering, 0: do not use (default: 1)\n"); printf(" -speed speed of fishes (default: 100)\n"); printf(" -defaults all options to default\n"); printf(" -nomenu minimize menu (NOTE: in xmonad e.d. the 'hide menu' button will not work)\n"); printf(" -display DISPLAY to draw on (default \"\")\n"); printf(" -root use root-window or xscreensaver-provided window to draw in\n"); printf(" --root same as -root\n"); printf(" -window-id window to draw on\n"); printf(" --window-id same as -window-id\n"); printf(" -h show this info\n"); printf(" -v show version\n"); printf(" -changelog show ChangeLog and exit\n"); #ifdef SELFREP printf(" -selfrep output gzipped tarfile of the source and exit\n"); #endif printf("\nXSCREENSAVER\n"); printf(" If you want to run xfishtank under xscreensaver, add the following\n"); printf(" line to $HOME/.xscreensaver:\n"); printf(" xfishtank -root \\n\\\n"); printf("\n"); } int do_write_flags(void *dummy) { if (FlagsChanged) { FlagsChanged = 0; WriteFlags(); } return TRUE; (void)dummy; } void erasefish(fish *f) { /* * for something as small as a bubble, it was never worth the * effort of using clipmasks to only turn of the bubble itself, so * we just clear the whole rectangle. */ //XClearArea(Dpy, wid, f->x, f->y, rwidth[f->type], rheight[f->type], False); fishtype *ft = &xfish[f->type][f->direction][f->frame]; XClearArea(Dpy, wid, f->x, f->y, ft->w, ft->h, False); } /* * This function can only be called if DoClipping is True. It is used to * move a clipmasked fish. First the area under the fish is cleared, * and then the new fish is masked in. * The parameters x, y, amd d are from the old fish that is being * erased before the new fish is drawn. */ void movefish(fish *f) { fishtype *ft = &xfish[f->type][f->direction][f->frame]; XSetClipOrigin(Dpy, ft->gc, f->x, f->y); XCopyArea(Dpy, ft->pix, wid,ft->gc,0,0, ft->w, ft->h, f->x, f->y); P("movefish: %#lx %d %d %d %d %d %d %d\n",wid,f->type,f->direction,f->frame,(int)f->x,(int)f->y,ft->w,ft->h); f->animtime --; if (f->animtime <= 0) { setanimtime(f); f->frame = (f->frame + 1)%NUM_FRAMES; } } void setanimtime(fish*f) { f->animtime = 0.75*(drand48()+0.333)*maxanimtime; } void erasebubble(bubble *b) { XClearArea(Dpy, wid, b->x, b->y, b->size, b->size, 0); P("erasebubble: %d %d %d\n",b->x, b->y, b->size); } void putbubble(bubble *b, unsigned long c) { XGCValues gcv; int s = b->size; gcv.foreground = c; gcv.clip_mask = xbubbles[s]; gcv.clip_x_origin = b->x; gcv.clip_y_origin = b->y; XChangeGC(Dpy, bgc, GCForeground | GCClipMask | GCClipXOrigin | GCClipYOrigin, &gcv); XFillRectangle(Dpy, wid, bgc, b->x, b->y, s, s); P("putbubble: %d %d\n", b->x, b->y); } /* Allocate a color by name. */ Pixel AllocNamedColor(Display *display, char *colorName, Pixel dfltPix) { Pixel pix; XColor exactcolor; XColor scrncolor; if (XAllocNamedColor(display, DefaultColormap(display, DefaultScreen(Dpy)), colorName, &scrncolor, &exactcolor)) pix = scrncolor.pixel; else pix = dfltPix; return pix; } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Calibrate the pixmaps and bitmaps. The right-fish data is coded in xfishy.h, this is transformed to create the left-fish. The eight bubbles are coded in bubbles.h as a two dimensional array. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ void init_pixmap() { XWindowAttributes attr; XGetWindowAttributes(Dpy, wid, &attr); XpmAttributes attributes; attributes.valuemask = ( XpmExactColors | XpmCloseness | XpmDepth); attributes.exactColors = False; // does not matter, true or false attributes.closeness = 40000; // recommended in xpm manual attributes.depth = attr.depth; // essential int k; // debugging : print all fishes if(0) for (k=0; kpix, &pix, &attributes, i); ft->gc = XCreateGC(Dpy, wid, 0, NULL); XSetClipMask(Dpy, ft->gc, pix); XFreePixmap(Dpy,pix); sscanf(fishes[2*k][0],"%d %d",&(ft->w),&(ft->h)); } } } int i; for (i = 1; i <= 8; i++) xbubbles[i] = XCreateBitmapFromData(Dpy, wid, (char *) xbBits[i], i, i); } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Initialize signal so that SIGUSR1 causes secure mode to toggle. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ void init_signals() { } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Variety of initialization calls, including getting the window up and running. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ void initialize() { XWindowAttributes winfo; XSetWindowAttributes attr; (void)attr; XGCValues vals; int i,j,k; root_window = VirtualRootWindowOfScreen(DefaultScreenOfDisplay(Dpy)); XGetWindowAttributes(Dpy, root_window, &winfo); width = winfo.width; height = winfo.height; DoubleBuf=0; int x,y; unsigned int w,h,b,depth; Window root, searchWin; GtkWidget *gtkwin; XGetGeometry(Dpy,root_window,&root, &x, &y, &w, &h, &b, &depth); gtkwin = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_title (GTK_WINDOW(gtkwin),"Xfishtank-A"); gtk_window_set_skip_taskbar_hint (GTK_WINDOW(gtkwin),TRUE); gtk_window_set_skip_pager_hint (GTK_WINDOW(gtkwin),TRUE); if (ForceRoot) { searchWin = DefaultRootWindow(Dpy); // Are we started by xscreensaver? if (getenv("XSCREENSAVER_WINDOW")) { searchWin = strtol(getenv("XSCREENSAVER_WINDOW"),NULL,0); inxscreensaver = 1; nomenu = 1; } } else if(UserWindow) { searchWin = UserWindow; } else { int HaveTrans = make_trans_window(gtkwin, 1 /*fullscreen*/, 1 /*sticky*/, 1 /* below*/, 1 /* dock*/ , NULL, &searchWin); if (HaveTrans) { xfishtank_trans = 1; } else { searchWin = root_window; // Maybe, it is LXDE: find window with name pcmanfm { char *a = DesktopSession; while (*a) { *a = toupper(*a); a++; } if (!strncmp(DesktopSession,"LXDE",4)) { Window w = largest_window_with_name(myxdo, "^pcmanfm$"); if(w) { searchWin = w; printf("LXDE session found, using window pcmanfm\n"); } } } if(DesktopSession) free(DesktopSession); } if(xfishtank_trans) { XMoveWindow(Dpy,searchWin,0,0); XSetWindowBackground(Dpy,searchWin,0); } } P("searchWin: %#lx\n",searchWin); wid = searchWin; xfishtankWin = searchWin; vals.foreground = vals.background = bcolor; vals.graphics_exposures = False; bgc = XCreateGC(Dpy, wid, GCForeground | GCBackground | GCGraphicsExposures, &vals); for (i = 0; i < NUM_FISH; i++) for (j=0; j<2; j++) for (k=0; kpix = 0; ft->gc = 0; ft->w = 42; ft->h = 42; } init_pixmap(); init_signals(); binfo = (bubble *) malloc(blimit * sizeof(bubble)); wid1 = wid; #ifdef DOUBLE_BUFFER int xdbemajor; int xdbeminor; if (XdbeAvailable == -42) XdbeAvailable = XdbeQueryExtension(Dpy,&xdbemajor,&xdbeminor); #else XdbeAvailable = 0; #endif UseXdbe = XdbeAvailable && WantXdbe; #ifdef DOUBLE_BUFFER //BMETHOD = XdbeBackground; BMETHOD = XdbeBackground; // BMETHOD = XdbeUndefined; // BMETHOD = XdbeUntouched; // BMETHOD = XdbeCopied; // use this to check if dbe works; fishes and bubbles will not be erased if (UseXdbe) { if (backbuf) XdbeDeallocateBackBufferName(Dpy,backbuf); backbuf = XdbeAllocateBackBufferName(Dpy, wid1, BMETHOD); wid = backbuf; printf("Using double buffer: %#lx window: %#lx\n",backbuf,wid1); } else printf("Using window: %#lx\n",wid); #endif if(xfishtank_trans) printf("This is a new transparent window.\n"); else { if(UserWindow) printf("This is an existing window.\n"); else printf("This is an existing window, probably the root window.\n"); } XClearWindow(Dpy,wid1); // drawing on wid, XClearWindow, XSetWindowBackground on wid1 } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Create a new bubble. Placement along the x axis is random, as is the size of the bubble. Increment value is determined by speed. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ void new_bubble(bubble *b, int init) // init=0: postions at bottom, else random { int s; b->x = 5+(width-10) * drand48(); if (init) b->y = (height / 16) * (16*drand48() + 1) - 1; else b->y = height - 1; b->size = s = 1.0 + 8*drand48(); if ((b->bstep = smooth * height / (float) binc[s]) == 0) b->bstep = 1; P("newbubble %d %d\n",b->x, b->y); } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Erase old bubbles, move and draw new bubbles. Random left-right factor can move bubble one size-unit in either direction. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ void step_bubbles() { int i, j, s; (void)j; (void)s; bubble *b; for (i = 0; i < blimit; i++) { b = &binfo[i]; s = b->size; /* clear */ /* if ((b->y > 0) && (b->erased == 0)) { erasebubble(b, s); } */ if ((b->y -= b->bstep) > 0) { double r = drand48(); if (r < 0.25) { b->x -= 1; } else if (r > 0.75) { b->x += 1; } putbubble(b, bcolor); } else { if (drand48() < 0.25) { new_bubble(b,0); } } } XFlush(Dpy); } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Create a new fish. Placement along the y axis is random, as is the side >from which the fish appears. Direction is determined from side. Increment is also random. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ void new_fish(fish *f0, int init) // init 0: position at edge, else position at random { int i, collide; fish *f = f0; f->type = drand48() * NUM_FISH; fishtype *ft = &xfish[f->type][0][0]; for (i = 0, collide = 1; (i < 16) && (collide); i++) { f->y = (height - ft->h) * drand48(); if ((f->fstep = smooth * width / (8.0 * (1.0 + 8*drand48()))) == 0) f->fstep = 1; } if (drand48() < 0.5) { f->direction = 0; if (init) f->x = ft->w + drand48()*width; else f->x = width; } else { f->direction = 1; if (init) f->x = drand48()*width-ft->w; else f->x = -ft->w; } f->frame = 0; setanimtime(f); P("newfish %d %d\n",(int)f->x,(int)f->y); } void remove_all_fishes() { int i; for (i = 0; i < flimit; i++) erasefish(&finfo[i]); XFlush(Dpy); } void remove_all_bubbles() { int i; for (i = 0; i < blimit; i++) erasebubble(&binfo[i]); XFlush(Dpy); } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Move all the fish. Clearing old fish is accomplished by masking only the exposed areas of the old fish. Random up-down factor can move fish 1/4 a fish height in either direction, if no collisions are caused. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ void move_fish() { int i, y, done = 0; fish *f; for (i = 0; i < flimit; i++) { f = &finfo[i]; fishtype *ft = &xfish[f->type][f->direction][f->frame]; if (f->direction == 0) done = ((f->x -= speedfactor*f->fstep) < -ft->w); else if (f->direction == 1) done = ((f->x += speedfactor*f->fstep) > width); if(1) // spontaneous change direction now and then if (f->x > ft->w && f->x < width - 2*ft->w && drand48() < 0.001) { f->direction = 1-f->direction; P("direction: %d\n",f->direction); } if (1) { if (!done) { double r = drand48(); if (r < 0.25) y = f->fstep / 4; else if (r > 0.75) y = f->fstep / -4; else y = 0; if (y) f->y += y; movefish(f); } else { erasefish(f); new_fish(f,0); } } } XFlush(Dpy); } int do_move(void *dummy) { (void)dummy; if (Done) { gtk_main_quit(); return FALSE; } #ifdef DOUBLE_BUFFER if (UseXdbe) { XdbeSwapInfo swapInfo; swapInfo.swap_window = wid1; swapInfo.swap_action = BMETHOD; XdbeSwapBuffers(Dpy, &swapInfo, 1); if(xfishtank_trans) XSetWindowBackground(Dpy,wid1,0); } else { XFlush(Dpy); remove_all_bubbles(); remove_all_fishes(); } #else XFlush(Dpy); remove_all_bubbles(); remove_all_fishes(); #endif move_fish(); step_bubbles(); return TRUE; } int do_testfish(void *dummy) { (void)dummy; static int x = 100; static int y = 100; int w = 64; int h = 41; w= 64; h=59; XClearArea(Dpy, wid, x,y,w,h,0); x += 1; y += 1; if (x > 500) { x = 100; y = 100; } GC gc = xfish[0][1][0].gc; XSetClipOrigin(Dpy, gc, x, y); XCopyArea(Dpy, xfish[0][1][0].pix, wid, gc,0,0,w,h,x,y); XFlush(Dpy); return TRUE; } void create_fishes(int n) { int i; static int prev = 0; flimit = n; finfo = (fish *)realloc(finfo,sizeof(fish)*flimit); if(finfo == NULL) { fprintf(stderr,"Realloc error in %s:%d\n",__FILE__,__LINE__); exit(1); } for (i = prev; i < flimit; i++) new_fish(&finfo[i],1); prev = flimit; } void create_bubbles(int n) { int i; static int prev = 0; blimit = n; binfo = (bubble *)realloc(binfo,sizeof(bubble)*blimit); if(binfo == NULL) { fprintf(stderr,"Realloc error in %s:%d\n",__FILE__,__LINE__); exit(1); } for (i = prev; i < blimit; i++) new_bubble(&binfo[i],1); prev = blimit; } void setspeed(float s) { speedfactor = s; } void setbcolor() { bcolor = AllocNamedColor(Dpy,bcolorstring,white)|0xff000000; } void setbgcolor() { if (inxscreensaver && !xfishtank_trans && bgcolorstring && strlen(bgcolorstring)) { P("bgcolorstring '%s'\n",bgcolorstring); bgcolor = AllocNamedColor(Dpy,bgcolorstring,black)|0xff000000; XSetWindowBackground(Dpy, wid1, bgcolor); XClearWindow(Dpy,wid1); } } void Thanks() { if (HaltedByInterrupt) printf("\nxfishtank: Caught signal %d\n",HaltedByInterrupt); if (Dpy) { XClearWindow(Dpy,wid1); XFlush(Dpy); XCloseDisplay(Dpy); } printf("\nThank you for using xfishtank\n"); exit(0); } void SigHandler(int signum) { HaltedByInterrupt = signum; Done = 1; } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ int main(int argc, char *argv[]) { // Circumvent wayland problems:before starting gtk: make sure that the // gdk-x11 backend is used. setenv("GDK_BACKEND","x11",1); signal(SIGINT, SigHandler); signal(SIGTERM, SigHandler); signal(SIGHUP, SigHandler); if (getenv("DESKTOP_SESSION")) { DesktopSession = strdup(getenv("DESKTOP_SESSION")); } else DesktopSession = strdup("unknown"); srand48(time(NULL)); counter = 0; set_defaults(); ReadFlags(); parse(argc, argv); gtk_init(&argc, &argv); printf("xfishtank version %s\n",VERSION); printf("Detected desktop session: %s\n",DesktopSession); Dpy = XOpenDisplay(display_name); if(!Dpy) { char *name = display_name; if (!display_name) { if(getenv("DISPLAY")) name = getenv("DISPLAY"); } printf("Cannot open display: '%s'\n",name); Thanks(); exit(1); } screen = DefaultScreen(Dpy); myxdo = xdo_new_with_opened_display(Dpy,NULL,0); if(myxdo == NULL) { I("xdo problems\n"); exit(1); } myxdo->debug = 1; white = WhitePixel(Dpy, screen); black = BlackPixel(Dpy, screen); initialize(); setbcolor(); setbgcolor(); srand((unsigned) getpid()); create_bubbles(blimit); create_fishes(flimit); if (!nomenu) ui(); g_timeout_add_full(G_PRIORITY_DEFAULT, 30, do_move ,NULL, NULL); g_timeout_add_full(G_PRIORITY_DEFAULT, 500, do_write_flags ,NULL, NULL); if(0) g_timeout_add_full(G_PRIORITY_DEFAULT, 40, do_testfish ,NULL, NULL); gtk_main(); Thanks(); return 0; } void print_changelog() { #include "changelog.inc" } #ifdef SELFREP static unsigned char tarfile[] = { #include "tarfile.inc" }; void selfrep() { if(sizeof(tarfile) > 1000 && isatty(fileno(stdout))) { printf("Not sending tar file to terminal.\n"); printf("Try redirecting to a file (e.g: xfishtank -selfrep > xfishtank.tar.gz),\n"); printf("or use a pipe (e.g: xfishtank -selfrep | tar zxf -).\n"); } else { ssize_t rc = mywrite(fileno(stdout),tarfile,sizeof(tarfile)); if (rc < 0) fprintf(stderr,"xfishtank: Problems encountered during production of the tar ball.\n"); } } #endif xfishtank-3.2.2/src/test1.sh0000755000000000000000000000274114622622722014102 0ustar0000000000000000#!/bin/sh # -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# XFISHTANK=xfishtank if [ -x ./xfishtank ]; then XFISHTANK=./xfishtank fi # test if 'xfishtank -h' more or less works: $XFISHTANK -h | grep -q -i xfishtank if [ $? -ne 0 ] ; then echo "Error in executing: $XFISHTANK -h" exit 1 fi xfishtank-3.2.2/src/toascii.sh0000755000000000000000000000304614622622722014474 0ustar0000000000000000#!/bin/sh # -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# cat << eof > toascii.c #include int main() { int c; int i = 0; while((c = getchar()) != EOF) { if (i>20) { i = 1; printf("\n"); } printf("%d,",c); i++; } } eof ${CC:-cc} $CFLAGS -o toascii toascii.c >/dev/null 2>&1 ./toascii rm -f toascii toascii.c xfishtank-3.2.2/src/tocc.sh0000755000000000000000000000244414622622722013772 0ustar0000000000000000# -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# sed 's/\\/\\\\/g;s/"/\\"/g;s/^/ printf("%s\\n","/;s/$/");/' xfishtank-3.2.2/src/transwindow.c0000644000000000000000000002065214622622722015227 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ #include #include #include #include "transwindow.h" #include "debug.h" static int setvaria(GtkWidget *widget); /* * creates transparent window using gtk3/cairo. * transwindow: (input) GtkWidget to create transparent window in * fullscreen: (input) full-screen or not full screen * sticky: (input) visible on all workspaces or not * below: (input) 1: below all other windows 2: above all other windows 0: no action * dock: (input) make it a 'dock' window: no decoration and not interfering with xsnow, xpenguins * NOTE: with dock=1, gtk ignores the value of below: window is above all other windows * NOTE: with decorations set to TRUE (see gtk_window_set_decorated()), * the window is not click-through in Gnome * So: dock = 1 is good for Gnome, or call gtk_window_set_decorated(w,FALSE) * before this function * gdk_window: (output) GdkWindow created * x11_window: (output) Window X11 window created */ int make_trans_window(GtkWidget *transwindow, int fullscreen, int sticky, int below, int dock, GdkWindow **gdk_window, Window *x11_window) { if(gdk_window) *gdk_window = NULL; if(x11_window) *x11_window = 0; // We take full responsibility for drawing background etc. // Also, this is essential to obtain the desired effect. gtk_widget_set_app_paintable(transwindow, TRUE); // essential in Gnome: gtk_window_set_decorated(GTK_WINDOW(transwindow),FALSE); // essential everywhere: gtk_window_set_accept_focus(GTK_WINDOW(transwindow), FALSE); // take care that 'below' and 'sticky' are taken care of in gtk_main loop: g_signal_connect(transwindow, "draw", G_CALLBACK(setvaria), NULL); // remove our things from transwindow: g_object_steal_data(G_OBJECT(transwindow),"trans_sticky"); g_object_steal_data(G_OBJECT(transwindow),"trans_below"); g_object_steal_data(G_OBJECT(transwindow),"trans_nobelow"); g_object_steal_data(G_OBJECT(transwindow),"trans_done"); static char somechar; if (sticky) g_object_set_data(G_OBJECT(transwindow),"trans_sticky",&somechar); switch(below) { case 0: g_object_set_data(G_OBJECT(transwindow),"trans_nobelow",&somechar); break; case 1: g_object_set_data(G_OBJECT(transwindow),"trans_below",&somechar); break; } /* To check if the display supports alpha channels, get the visual */ GdkScreen *screen = gtk_widget_get_screen(transwindow); if (!gdk_screen_is_composited(screen)) { P("No alpha\n"); gtk_window_close(GTK_WINDOW(transwindow)); return FALSE; } // Ensure the widget (the window, actually) can take RGBA gtk_widget_set_visual(transwindow, gdk_screen_get_rgba_visual(screen)); // set full screen if so desired: if(fullscreen) { P("fullscreen\n"); XWindowAttributes attr; Display *display = XOpenDisplay(NULL); XGetWindowAttributes(display,DefaultRootWindow(display),&attr); gtk_widget_set_size_request(GTK_WIDGET(transwindow),attr.width,attr.height); XCloseDisplay(display); } else { P("NOT fullsscreen\n"); } gtk_widget_show_all(transwindow); GdkWindow *gdkwin = gtk_widget_get_window(GTK_WIDGET(transwindow)); // so that apps like xsnow will ignore this window: if(dock) gdk_window_set_type_hint(gdkwin,GDK_WINDOW_TYPE_HINT_DOCK); gdk_window_hide(gdkwin); if(fullscreen) gdk_window_move(gdkwin,0,0); gdk_window_show(gdkwin); if (x11_window) *x11_window = gdk_x11_window_get_xid(gdkwin); if (gdk_window) *gdk_window = gdkwin; usleep(200000); // seems sometimes to be necessary with nvidia // just to be sure all settings are communicated with the server gtk_widget_hide(transwindow); gtk_widget_show_all(transwindow); // set some things, but note that this has to be repeated in the gkt_main loop. P("explicitly call setvaria\n"); setvaria(transwindow); P("end explicit call\n"); g_object_steal_data(G_OBJECT(transwindow),"trans_done"); return TRUE; } // for some reason, in some environments the 'below' and 'stick' properties // disappear. It works again, if we express our wishes after starting gtk_main // and the best place is in the draw event. // int setvaria(GtkWidget *widget) { // We want to reset the settings at least once to be sure. // Things like sticky and below should be stored in the widget beforehand. // Use the value of p itself, not what it points to. // Following the C standard, we have to use an array to subtract pointers. enum {rep = 1,nrep}; // must be >= 0, and is equal to the number of times the settings // will be done when called more than once static char something[nrep]; char *p = (char *)g_object_get_data(G_OBJECT(widget),"trans_done"); if (!p) p = &something[0]; P("setvaria %p %p %d\n",p,&something,(int)(p-&something[0])); if (p - &something[0] >= rep) return FALSE; p++; g_object_set_data(G_OBJECT(widget),"trans_done",p); P("setvaria %p %p %d\n",p, (void *)widget,(int)(p - &something[0])); GdkWindow *gdk_window1 = gtk_widget_get_window(widget); const int Usepassthru = 0; if(Usepassthru) gdk_window_set_pass_through(gdk_window1,TRUE); // does not work as expected else { cairo_region_t *cairo_region1 = cairo_region_create(); gdk_window_input_shape_combine_region(gdk_window1, cairo_region1, 0,0); cairo_region_destroy(cairo_region1); } P("setvaria %d widget: %p gdkwin: %p passthru: %d\n",counter++,(void *)widget,(void *)gdk_window1,gdk_window_get_pass_through(gdk_window1)); if(!g_object_get_data(G_OBJECT(widget),"trans_nobelow")) { if(g_object_get_data(G_OBJECT(widget),"trans_below")) setbelow(GTK_WINDOW(widget)); else setabove(GTK_WINDOW(widget)); } if(1) { if(g_object_get_data(G_OBJECT(widget),"trans_sticky")) gtk_window_stick(GTK_WINDOW(widget)); else gtk_window_unstick(GTK_WINDOW(widget)); } return FALSE; } // Force window below or above other windows. // It appears that, to get a window below other windows, it can be necessary // to do first the opposite, and then vice-versa. // These codes are probably somewhat too exuberant .... void setbelow(GtkWindow *w) { gtk_window_set_keep_above(GTK_WINDOW(w), TRUE); gtk_window_set_keep_below(GTK_WINDOW(w), TRUE); GdkWindow *gdkw = gtk_widget_get_window(GTK_WIDGET(w)); Window xwin = gdk_x11_window_get_xid(gdkw); XWindowChanges changes; changes.stack_mode = Below; Display *display = XOpenDisplay(NULL); XConfigureWindow(display,xwin,CWStackMode,&changes); P("setbelow %#lx\n",xwin); XCloseDisplay(display); } void setabove(GtkWindow *w) { gtk_window_set_keep_below(GTK_WINDOW(w), TRUE); gtk_window_set_keep_above(GTK_WINDOW(w), TRUE); GdkWindow *gdkw = gtk_widget_get_window(GTK_WIDGET(w)); Window xwin = gdk_x11_window_get_xid(gdkw); XWindowChanges changes; changes.stack_mode = Above; Display *display = XOpenDisplay(NULL); XConfigureWindow(display,xwin,CWStackMode,&changes); P("setabove %#lx\n",xwin); XCloseDisplay(display); } xfishtank-3.2.2/src/transwindow.h0000644000000000000000000000277514622622722015242 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ #include #include #pragma once extern int make_trans_window(GtkWidget *Transwindow, int Fullscreen, int sticky, int below, int dock, GdkWindow **gdk_window, Window *x11_window); void setbelow(GtkWindow *w); void setabove(GtkWindow *w); xfishtank-3.2.2/src/ui.c0000644000000000000000000003544714622622722013275 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ #include #include #include "ui_xml.h" #include "ui.h" #include "debug.h" #include "xfishtank.h" #include "utils.h" #include "fishes.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef __cplusplus #define MODULE_EXPORT extern "C" G_MODULE_EXPORT #else #define MODULE_EXPORT G_MODULE_EXPORT #endif int FlagsChanged = 1; static int human_action = 1; /* is it a human who is playing with the buttons? */ #define NTYPES 16 static GtkBuilder *builder; static GtkWidget *hauptfenster; static GtkStyleContext *hauptfenstersc; static char buf[100]; static GtkWidget *id_fishes; static GtkWidget *id_fishesvalue; static GtkWidget *id_speed; static GtkWidget *id_speedvalue; static GtkWidget *id_bubbles; static GtkWidget *id_logo1; static GtkWidget *id_logo2; static GtkWidget *id_logo3; static GtkWidget *id_bubble_color; static GtkWidget *id_bg_color; static GtkWidget *id_bubblesvalue; static int logo[3]; static int flip[3]; static int iconified = 0; static void handle_css(void); static void init_ids(void); static void init_pixmaps(void); static FILE *openflagsfile(char *mode); static float scale_to_bubblesfactor(float scale); static void ab(float Max, float Min, float *a, float *b); static float fishes_to_scale(float n); static float bubblesfactor_to_scale(float n); static float scale_to_fishes(float scale); static float speedfactor_to_scale(float n); static float scale_to_speedfactor(float scale); static void init_pixmap(GtkWidget *id, int n, int flip); static int do_animate(void *dummy); static int do_test_iconified(void *dummy); static gboolean callback_func(GtkWidget *widget, GdkEventWindowState *event, gpointer user_data); // Sometimes it is good to have a logarithmic scale, such that // // V = a*M*10**s + b // // where: V = parameter (e.g. SpeedFactor) // M = desired maximum of V (e.g. 4.0) // s = value of the gtkscale (0 .. 1.0) // Furthermore: m = desired minimum of V (e.g. 0.2) // // Then: // a = (M - m)/(9*M) // b = m - a*M // // The placement of a is a logical choice, the placement of b is // more or less random. I need a constant next to a, because I want // to define minimum V AND maximum V. // // Given V, compute s: // // s = log10((V-b)/(a*M)) // void ab(float Max, float Min, float *a, float *b) { *a = (Max - Min)/(9.0*Max); *b = Min - (*a)*Max; } static const float MaxBubbles = 500; static const float MinBubbles = 1; static const float MaxFishes = 200; static const float MinFishes = 1.0; static const float MaxSpeed = 400; static const float MinSpeed = 30; void handle_css() { } void show_dialog(int type, const char *format, const char *text) { GtkMessageType message_type; if (type == 1) message_type = GTK_MESSAGE_ERROR; else message_type = GTK_MESSAGE_INFO; GtkWidget *m = gtk_message_dialog_new(GTK_WINDOW(hauptfenster), GTK_DIALOG_MODAL, message_type, GTK_BUTTONS_OK, format, text ); g_signal_connect(m,"response",G_CALLBACK(gtk_main_quit),NULL); gtk_widget_show_all(m); } void init_ids() { id_fishes = GTK_WIDGET(gtk_builder_get_object(builder, "id-fishes")); id_fishesvalue = GTK_WIDGET(gtk_builder_get_object(builder, "id-fishesvalue")); id_speed = GTK_WIDGET(gtk_builder_get_object(builder, "id-speed")); id_speedvalue = GTK_WIDGET(gtk_builder_get_object(builder, "id-speedvalue")); id_logo1 = GTK_WIDGET(gtk_builder_get_object(builder, "id-logo1")); id_logo2 = GTK_WIDGET(gtk_builder_get_object(builder, "id-logo2")); id_logo3 = GTK_WIDGET(gtk_builder_get_object(builder, "id-logo3")); id_bubble_color = GTK_WIDGET(gtk_builder_get_object(builder, "id-bubble-color")); id_bg_color = GTK_WIDGET(gtk_builder_get_object(builder, "id-bg-color")); id_bubbles = GTK_WIDGET(gtk_builder_get_object(builder, "id-bubbles")); id_bubblesvalue = GTK_WIDGET(gtk_builder_get_object(builder, "id-bubblesvalue")); } int do_animate(void *dummy) { (void)dummy; int m = drand48()*3; P("m: %d %d\n",m, logo[m]); // needs adjustment if NUM_FRAMES != 2 if (logo[m]%NUM_FRAMES) logo[m]--; else logo[m]++; GtkWidget *id; switch(m) { case 0: id = id_logo1; break; case 1: id = id_logo2; break; default: id = id_logo3; break; } init_pixmap(id, logo[m], flip[m]); return TRUE; } void init_pixmap(GtkWidget *id, int n, int flip) { if(nomenu) return; int w,h; float w0,h0; GdkPixbuf *pixbuf, *pixbuf1, *pixbuf2; pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **)fishes[n]); w0 = gdk_pixbuf_get_width(pixbuf); h0 = gdk_pixbuf_get_height(pixbuf); if (w0 > h0) { w = 64; h = h0/w0*w; } else { h = 64; w = w0/h0*h; } pixbuf1 = gdk_pixbuf_scale_simple(pixbuf,w,h,GDK_INTERP_BILINEAR); g_object_unref(pixbuf); if(flip) { pixbuf2 = gdk_pixbuf_flip(pixbuf1,1); gtk_image_set_from_pixbuf(GTK_IMAGE(id),pixbuf2); g_object_unref(pixbuf2); } else { gtk_image_set_from_pixbuf(GTK_IMAGE(id),pixbuf1); } g_object_unref(pixbuf1); } void init_pixmaps() { int i; for (i=0; i<3; i++) { logo[i] = NUM_FRAMES*(int)(drand48()*NUM_FISH); flip[i] = drand48()*2; } init_pixmap(id_logo1,logo[0],flip[0]); init_pixmap(id_logo2,logo[1],flip[1]); init_pixmap(id_logo3,logo[2],flip[2]); } void set_buttons() { int h = human_action; human_action = 0; gtk_range_set_value(GTK_RANGE(id_fishes), fishes_to_scale(flimit)); sprintf(buf,"%d",flimit); gtk_label_set_text(GTK_LABEL(id_fishesvalue),buf); gtk_range_set_value(GTK_RANGE(id_bubbles),bubblesfactor_to_scale(blimit)); sprintf(buf,"%d",(int)(blimit)); gtk_label_set_text(GTK_LABEL(id_bubblesvalue),buf); gtk_range_set_value(GTK_RANGE(id_speed),speedfactor_to_scale(100*speedfactor)); P("speedfactor: %f %f\n",speedfactor, speedfactor_to_scale(100*speedfactor)); sprintf(buf,"%d",(int)(100*speedfactor)); gtk_label_set_text(GTK_LABEL(id_speedvalue),buf); GdkRGBA color; P("bcolor: %s\n",bcolorstring); gdk_rgba_parse(&color, bcolorstring); gtk_color_chooser_set_rgba(GTK_COLOR_CHOOSER(id_bubble_color),&color); P("bgcolor: %s\n",bgcolorstring); gdk_rgba_parse(&color, bgcolorstring); gtk_color_chooser_set_rgba(GTK_COLOR_CHOOSER(id_bg_color),&color); human_action = h; FlagsChanged = 1; } MODULE_EXPORT void button_fishes(GtkWidget *w) { if (!human_action) return; float value = gtk_range_get_value(GTK_RANGE(w)); P("fishes: %f\n",value); create_fishes(scale_to_fishes(value)); FlagsChanged = 1; sprintf(buf,"%d",flimit); gtk_label_set_text(GTK_LABEL(id_fishesvalue),buf); } MODULE_EXPORT void button_bubbles(GtkWidget *w) { if (!human_action) return; float value = gtk_range_get_value(GTK_RANGE(w)); P("bubbles: %f %d\n",value,blimit); create_bubbles(scale_to_bubblesfactor(value)); FlagsChanged = 1; sprintf(buf,"%d",blimit); gtk_label_set_text(GTK_LABEL(id_bubblesvalue),buf); } MODULE_EXPORT void button_speed(GtkWidget *w) { if (!human_action) return; float value = gtk_range_get_value(GTK_RANGE(w)); P("speedfactor: %f %f\n",value,speedfactor); setspeed(scale_to_speedfactor(value)); P("speedfactor: %f\n",speedfactor); FlagsChanged = 1; sprintf(buf,"%d",(int)(100*speedfactor)); gtk_label_set_text(GTK_LABEL(id_speedvalue),buf); } MODULE_EXPORT void button_defaults() { set_defaults(); create_fishes(flimit); create_bubbles(blimit); setbcolor(); setbgcolor(); setspeed(speedfactor); if (!human_action) return; set_buttons(); } MODULE_EXPORT void button_iconify() { if (!human_action) return; iconify(); } MODULE_EXPORT void button_bubble_color(GtkWidget *w) { GdkRGBA color; if (!human_action) return; gtk_color_chooser_get_rgba(GTK_COLOR_CHOOSER(w),&color); free(bcolorstring); rgba2color(&color,&bcolorstring); setbcolor(); FlagsChanged = 1; } MODULE_EXPORT void button_bg_color(GtkWidget *w) { GdkRGBA color; if (!human_action) return; gtk_color_chooser_get_rgba(GTK_COLOR_CHOOSER(w),&color); free(bgcolorstring); rgba2color(&color,&bgcolorstring); setbgcolor(); FlagsChanged = 1; } FILE *openflagsfile(char *mode) { char *h = getenv("HOME"); if (h == NULL) return NULL; char *flagsfile = (char*)malloc((strlen(h)+strlen(FLAGSFILE)+2)*sizeof(char)); flagsfile[0] = 0; strcat(flagsfile,h); strcat(flagsfile,"/"); strcat(flagsfile,FLAGSFILE); FILE *f = fopen(flagsfile,mode); P("openflagsfile %s %s\n",flagsfile,mode); free(flagsfile); return f; } void ReadFlags() { FILE *f = openflagsfile(_("r")); if (f == NULL) { I("Cannot read $HOME/%s\n",FLAGSFILE); return; } int lineno = 1; while(1) { char *line = NULL; size_t n = 0; int m = getline(&line,&n,f); if (m<0) break; P("ReadFlags: %d [%s]\n",lineno,line); char *flag = (char*)malloc((strlen(line)+1)*sizeof(char)); m = sscanf(line, "%s", flag); if (m == EOF || m == 0) continue; char *rest = line + strlen(flag); char *p; p = rest; while (*p == ' ' || *p == '\t' || *p == '\n') p++; rest = p; p = &line[strlen(line)-1]; while (*p == ' ' || *p == '\t' || *p == '\n') p--; *(p+1) = 0; P("ReadFlags: %s [%s]\n",flag,rest); if(!strcmp(flag,"fishes")) { flimit = atoi(rest); P("flimit: %d\n",flimit); } else if(!strcmp(flag,"bubbles")) { blimit = atoi(rest); P("bubbles: %d\n",blimit); } else if(!strcmp(flag,"speed")) { speedfactor = atoi(rest)/100.0; P("speedfactor: %d\n",(int)(100*speedfactor)); } else if(!strcmp(flag,"bc")) { if(bcolorstring) free(bcolorstring); bcolorstring = strdup(rest); P("bcolorstring: %s\n",bcolorstring); } else if(!strcmp(flag,"bgc")) { if(bgcolorstring) free(bgcolorstring); bgcolorstring = strdup(rest); P("bcolorstring: %s\n",bgcolorstring); } lineno++; free(line); free(flag); } fclose(f); } void WriteFlags() { FILE *f = openflagsfile(_("w")); if (f == NULL) { I("Cannot write $HOME/%s\n",FLAGSFILE); return; } fprintf(f, "fishes %d\n", flimit); fprintf(f, "bubbles %d\n", blimit); if (bcolorstring && strlen(bcolorstring)) fprintf(f, "bc %s\n", bcolorstring); if(bgcolorstring && strlen(bgcolorstring)) fprintf(f, "bgc %s\n", bgcolorstring); fprintf(f, "speed %d\n", (int)(100*speedfactor)); fclose(f); init_pixmaps(); } float bubblesfactor_to_scale(float n) { float a,b; ab(MaxBubbles, MinBubbles,&a,&b); return mylog10f((n-b)/(a*MaxBubbles)); } float scale_to_bubblesfactor(float scale) { float a,b; ab(MaxBubbles, MinBubbles,&a,&b); return a * MaxBubbles*myexp10f(scale) + b; } float fishes_to_scale(float n) { float a,b; ab(MaxFishes, MinFishes, &a, &b); float rc = mylog10f((n-b)/(a*MaxFishes)); P("ftos %f %f\n",n,rc); return rc; } float scale_to_fishes(float scale) { float a,b; ab(MaxFishes, MinFishes, &a, &b); return a * MaxFishes*myexp10f(scale) + b; } float speedfactor_to_scale(float n) { float a,b; ab(MaxSpeed, MinSpeed, &a, &b); float rc = mylog10f((n-b)/(a*MaxSpeed)); P("stos %f %f\n",n,rc); return rc; } float scale_to_speedfactor(float scale) { float a,b; ab(MaxSpeed, MinSpeed, &a, &b); return 0.01*(a * MaxSpeed*myexp10f(scale) + b); } void iconify() { gtk_window_iconify(GTK_WINDOW(hauptfenster)); g_timeout_add_full(G_PRIORITY_DEFAULT,40, do_test_iconified, NULL, NULL); return; } int do_test_iconified(void *dummy) { (void)dummy; static int counter = 0; P("do_test_iconified %d\n",counter); if(iconified) { P("is iconified\n"); return FALSE; } counter++; if (!iconified && counter > 10) { P("hiding hauptfenster %d\n",counter); gtk_widget_hide(GTK_WIDGET(hauptfenster)); iconified = 1; counter = 0; return FALSE; } return TRUE; } gboolean callback_func(GtkWidget *widget, GdkEventWindowState *event, gpointer user_data) { (void)widget; (void)user_data; if(event->new_window_state & GDK_WINDOW_STATE_ICONIFIED) { iconified = 1; P("iconified\n"); } return TRUE; } void ui() { P("here is uiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii\n"); builder = gtk_builder_new_from_string (xfishtank_xml, -1); gtk_builder_connect_signals (builder, builder); hauptfenster = GTK_WIDGET(gtk_builder_get_object(builder, "hauptfenster")); { g_signal_connect(G_OBJECT(hauptfenster), "window-state-event", G_CALLBACK(callback_func), NULL); } hauptfenstersc = gtk_widget_get_style_context(hauptfenster); handle_css(); char wtitle[100]; wtitle[0] = 0; strcat(wtitle,"XfishtanK"); #ifdef HAVE_CONFIG_H strcat(wtitle,"-"); strncat(wtitle,VERSION,99 - strlen(wtitle)); #endif gtk_window_set_title(GTK_WINDOW(hauptfenster),wtitle); gtk_window_set_resizable(GTK_WINDOW(hauptfenster),False); gtk_widget_show_all (hauptfenster); g_signal_connect (GTK_WINDOW(hauptfenster), "delete-event", G_CALLBACK (gtk_main_quit), NULL); g_signal_connect (GTK_WINDOW(hauptfenster), "destroy", G_CALLBACK (gtk_main_quit), NULL); init_ids(); init_pixmaps(); set_buttons(); g_timeout_add_full(G_PRIORITY_DEFAULT, 150, do_animate ,NULL, NULL); } xfishtank-3.2.2/src/ui.h0000644000000000000000000000273014622622722013267 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ extern int FlagsChanged; extern void ui(void); extern void set_buttons(void); extern void WriteFlags(); extern void ReadFlags(void); extern void show_dialog(int type, const char *format, const char *text); extern void iconify(void); xfishtank-3.2.2/src/ui.xml0000644000000000000000000004471614622622722013652 0ustar0000000000000000 1 0.01 0.10 3 300 1 10 1 0.01 0.10 1 0.01 0.10 False True False 32 80 True False 527 395 64 64 True False gtk-apply 29 123 64 64 True False gtk-apply 248 7 64 64 True False gtk-apply 452 124 140 161 True False 64 True False bubbles 2 0 34 120 True True Define number of bubbles vertical bubbles-adjustment True 3 3 False False 2 2 64 True False fishes 0 0 34 120 True True Define number of fishes vertical fishes-adjustment True 3 3 False False 0 2 True False label 2 1 True False label 0 1 64 True False speed 1 0 True False label 1 1 34 120 True True Speed factor for the fishes: the higher, the speedier vertical speed-adjustment True False False 1 2 135 114 205 80 True False 64 64 True True True Reset all values to defaults 64 64 True False gtk-undo 5 0 0 64 64 True True True Hide menu 64 64 True False gtk-leave-fullscreen 5 1 0 64 64 True True True Quit xfishtank 64 64 True False gtk-quit 5 2 0 151 314 64 True False vertical True False color False True 0 True False bubbles False True 1 41 41 True True True Choose your favorite bubble color center start False True 2 True False 5 screensaver background False True 3 41 41 True True True Choose background color. Works only when using xfishtank as screensaver (option -root) . center start False True 4 339 114 xfishtank-3.2.2/src/utils.c0000644000000000000000000000574114622622722014012 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "utils.h" #include "debug.h" #include "xfishtank.h" #include "xdo.h" ssize_t mywrite(int fd, const void *buf, size_t count) { const size_t m = 4096; // max per write size_t w = 0; // # written chars char *b = (char *)buf; while (w < count) { size_t l = count - w; if (l > m) l = m; ssize_t x = write(fd, b+w, l); if (x < 0) return -1; w += x; } return 0; } int is_little_endian(void) { int endiantest = 1; return (*(char *)&endiantest) == 1; } // find largest window with name Window largest_window_with_name(xdo_t *myxdo, const char *name) { xdo_search_t search; memset(&search,0,sizeof(xdo_search_t)); search.searchmask = SEARCH_NAME; search.winname = name; search.limit = 0; search.require = SEARCH_ANY; search.max_depth = 4; Window *windows = NULL; unsigned int nwindows; xdo_search_windows(myxdo, &search, &windows, &nwindows); P("nwindows: %s %d\n",search.winname,nwindows); unsigned int i; Window w = 0; unsigned int maxsize = 0; for (i=0; ired*255),lrint(c->green*255),lrint(c->blue*255)); } xfishtank-3.2.2/src/utils.h0000644000000000000000000000332414622622722014012 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ #pragma once #include #include #include #include "xdo.h" #define myexp10f(x) (expf(2.3025850930f*x)) #define mylog10f(x) (0.4342944819f*logf(x)) extern ssize_t mywrite(int fd, const void *buf, size_t count); extern Window largest_window_with_name( xdo_t *xdo, const char *name); //extern Window Window_With_Name( Display *dpy, Window top, const char *name); extern void rgba2color(GdkRGBA *c, char **s); extern int is_little_endian(void); xfishtank-3.2.2/src/vroot.h0000644000000000000000000001350514622622722014025 0ustar0000000000000000/*****************************************************************************/ /** Copyright 1991 by Andreas Stolcke **/ /** Copyright 1990 by Solbourne Computer Inc. **/ /** Longmont, Colorado **/ /** **/ /** All Rights Reserved **/ /** **/ /** Permission to use, copy, modify, and distribute this software and **/ /** its documentation for any purpose and without fee is hereby **/ /** granted, provided that the above copyright notice appear in all **/ /** copies and that both that copyright notice and this permis- **/ /** sion notice appear in supporting documentation, and that the **/ /** name of Solbourne not be used in advertising **/ /** in publicity pertaining to distribution of the software without **/ /** specific, written prior permission. **/ /** **/ /** ANDREAS STOLCKE AND SOLBOURNE COMPUTER INC. DISCLAIMS ALL WARRANTIES **/ /** WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF **/ /** MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ANDREAS STOLCKE **/ /** OR SOLBOURNE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL **/ /** DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA **/ /** OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER **/ /** TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE **/ /** OR PERFORMANCE OF THIS SOFTWARE. **/ /*****************************************************************************/ /* * vroot.h -- Virtual Root Window handling header file * * This header file redefines the X11 macros RootWindow and DefaultRootWindow, * making them look for a virtual root window as provided by certain `virtual' * window managers like swm and tvtwm. If none is found, the ordinary root * window is returned, thus retaining backward compatibility with standard * window managers. * The function implementing the virtual root lookup remembers the result of * its last invocation to avoid overhead in the case of repeated calls * on the same display and screen arguments. * The lookup code itself is taken from Tom LaStrange's ssetroot program. * * Most simple root window changing X programs can be converted to using * virtual roots by just including * * #include * * after all the X11 header files. It has been tested on such popular * X clients as xphoon, xfroot, xloadimage, and xaqua. * It also works with the core clients xprop, xwininfo, xwd, and editres * (and is necessary to get those clients working under tvtwm). * It does NOT work with xsetroot; get the xsetroot replacement included in * the tvtwm distribution instead. * * Andreas Stolcke , 9/7/90 * - replaced all NULL's with properly cast 0's, 5/6/91 * - free children list (suggested by Mark Martin ), 5/16/91 * - include X11/Xlib.h and support RootWindowOfScreen, too 9/17/91 * * Jamie Zawinski , 28-Apr-1997 * - use ANSI C * * Jamie Zawinski , 3-Sep-2003 * - if the environment variable "XSCREENSAVER_WINDOW" is set, use that * as the root window instead of searching for __SWM_VROOT. */ #ifndef _VROOT_H_ #define _VROOT_H_ #define _XSCREENSAVER_VROOT_H_ #if !defined(lint) && !defined(SABER) static const char vroot_rcsid[] = "#Id: vroot.h,v 1.5 2003/09/04 01:04:38 jwz Exp #" "\n" "#Id: vroot.h,v 1.4 1991/09/30 19:23:16 stolcke Exp stolcke #"; #endif #include #include #include static Window #ifdef __STDC__ /* ANSIfication added by jwz, to avoid superfluous warnings. */ VirtualRootWindowOfScreen(Screen * screen) #else /* !__STDC__ */ VirtualRootWindowOfScreen(screen) Screen *screen; #endif /* !__STDC__ */ { static Screen *save_screen = (Screen *) 0; static Window root = (Window) 0; if (screen != save_screen) { Display *dpy = DisplayOfScreen(screen); Atom __SWM_VROOT = None; int i; Window rootReturn, parentReturn, *children; unsigned int numChildren; /* first check for a hex or decimal window ID in the environment */ const char *xss_id = getenv("XSCREENSAVER_WINDOW"); if (xss_id && *xss_id) { unsigned long id = 0; char c; if (1 == sscanf(xss_id, " 0x%lx %c", &id, &c) || 1 == sscanf(xss_id, " %lu %c", &id, &c)) { root = (Window) id; save_screen = screen; return root; } } root = RootWindowOfScreen(screen); /* go look for a virtual root */ __SWM_VROOT = XInternAtom(dpy, "__SWM_VROOT", False); if (XQueryTree(dpy, root, &rootReturn, &parentReturn, &children, &numChildren)) { for (i = 0; i < (int)numChildren; i++) { Atom actual_type; int actual_format; unsigned long nitems, bytesafter; Window *newRoot = (Window *) 0; if (XGetWindowProperty(dpy, children[i], __SWM_VROOT, 0, 1, False, XA_WINDOW, &actual_type, &actual_format, &nitems, &bytesafter, (unsigned char **) &newRoot) == Success && newRoot) { root = *newRoot; break; } } if (children) XFree((char *) children); } save_screen = screen; } return root; } #undef RootWindowOfScreen #define RootWindowOfScreen(s) VirtualRootWindowOfScreen(s) #undef RootWindow #define RootWindow(dpy,screen) VirtualRootWindowOfScreen(ScreenOfDisplay(dpy,screen)) #undef DefaultRootWindow #define DefaultRootWindow(dpy) VirtualRootWindowOfScreen(DefaultScreenOfDisplay(dpy)) #endif /* _VROOT_H_ */ xfishtank-3.2.2/src/wmctrl.c0000644000000000000000000002705114622622722014160 0ustar0000000000000000/* -copyright- #-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, #-# Vincent Renardias, Jim Rees, Willem Vermin #-# #-# Permission is hereby granted, free of charge, to any person #-# obtaining a copy of this software and associated documentation #-# files (the “Software”), to deal in the Software without #-# restriction, including without limitation the rights to use, #-# copy, modify, merge, publish, distribute, sublicense, and/or #-# sell copies of the Software, and to permit persons to whom #-# the Software is furnished to do so, subject to the following #-# conditions: #-# #-# The above copyright notice and this permission notice shall #-# be included in all copies or substantial portions of the Software. #-# #-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, #-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES #-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND #-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT #-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, #-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #-# OTHER DEALINGS IN THE SOFTWARE. #-# */ /* * This works with EWHM/NetWM compatible X Window managers, * so enlightenment (for example) is a problem. * In enlightenment there is no way to tell if a window is minimized, * and on which workspace the focus is. * There would be one advantage of enlightenment: you can tell easily * if a window is on the screen (minimized or not) by looking at __E_WINDOW_MAPPED */ #include #include #include #include #include #include #include #include "wmctrl.h" //#include "windows.h" //#include "dsimple.h" #include "xfishtank.h" #include "debug.h" int GetWindows(WinInfo **windows, int *nwin) { Atom type; int format; unsigned long b; unsigned char *properties = NULL; (*windows) = NULL; static Display *getdisplay;; Window *children; long unsigned int nchildren; static Atom atom_gtk_frame_extents; static Atom atom_net_client_list; static Atom atom_net_frame_extents; static Atom atom_net_showing_desktop; static Atom atom_net_wm_desktop; static Atom atom_net_wm_state; static Atom atom_net_wm_window_type; static Atom atom_win_client_list; static Atom atom_win_workspace; static Atom atom_wm_state; static Window Rootwindow; static int firstcall = 1; if(firstcall) { firstcall = 0; getdisplay = Dpy; atom_gtk_frame_extents = XInternAtom(getdisplay, "_GTK_FRAME_EXTENTS" ,False); atom_net_client_list = XInternAtom(getdisplay, "_NET_CLIENT_LIST" ,False); atom_net_frame_extents = XInternAtom(getdisplay, "_NET_FRAME_EXTENTS" ,False); atom_net_showing_desktop = XInternAtom(getdisplay, "_NET_SHOWING_DESKTOP" ,False); atom_net_wm_desktop = XInternAtom(getdisplay, "_NET_WM_DESKTOP" ,False); atom_net_wm_state = XInternAtom(getdisplay, "_NET_WM_STATE" ,False); atom_net_wm_window_type = XInternAtom(getdisplay, "_NET_WM_WINDOW_TYPE" ,False); atom_win_client_list = XInternAtom(getdisplay, "_WIN_CLIENT_LIST" ,False); atom_win_workspace = XInternAtom(getdisplay, "_WIN_WORKSPACE" ,False); atom_wm_state = XInternAtom(getdisplay, "WM_STATE" ,False); Rootwindow = DefaultRootWindow(getdisplay); } XGetWindowProperty(getdisplay, DefaultRootWindow(getdisplay), atom_net_client_list, 0, 1000000, False, AnyPropertyType, &type, &format, &nchildren, &b, (unsigned char**)&children); if(type == XA_WINDOW) { P("_NET_CLIENT_LIST succeeded\n"); } else { P("No _NET_CLIENT_LIST, trying _WIN_CLIENT_LIST\n"); if(children) { XFree(children); children = NULL; } XGetWindowProperty(getdisplay, DefaultRootWindow(getdisplay), atom_win_client_list, 0, 1000000, False, AnyPropertyType, &type, &format, &nchildren, &b, (unsigned char**)&children); if(type == XA_WINDOW) { P("_WIN_CLIENT_LIST succeeded\n"); } } if(type != XA_WINDOW) { P("No _WIN_CLIENT_LIST, trying XQueryTree\n"); if(children) { XFree(children); children = NULL; } Window dummy; unsigned int n; XQueryTree(getdisplay,DefaultRootWindow(getdisplay),&dummy,&dummy,&children,&n); nchildren = n; } P("----------------------------------------- nchildren: %ld\n",nchildren); (*nwin) = nchildren; (*windows) = NULL; if(nchildren>0) (*windows) = (WinInfo *)malloc(nchildren*sizeof(WinInfo)); WinInfo *w = (*windows); int k = 0; // and yet another check if window is hidden (needed e.g. in KDE/plasma after 'hide all windows') int globalhidden = 0; { if (atom_net_showing_desktop) { Atom type; unsigned long nitems, b; int format; unsigned char *properties = NULL; P("hidden3 try _NET_SHOWING_DESKTOP\n"); XGetWindowProperty(getdisplay, Rootwindow, atom_net_showing_desktop, 0, (~0L), False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if(format == 32 && nitems >=1) { if(*(long*)(void*) properties == 1) globalhidden = 1; P("hidden3 hidden:%d\n",globalhidden); } if(properties) XFree(properties); } } unsigned long i; for (i=0; iid = children[i]; XWindowAttributes winattr; XGetWindowAttributes(getdisplay, w->id, &winattr); x0 = winattr.x; y0 = winattr.y; w->w = winattr.width; w->h = winattr.height; depth = winattr.depth; P("%d %#lx %d %d %d %d %d\n",counter++,w->id,x0,y0,w->w,w->h,depth); // if this window is showing nothing, we ignore it: if (depth == 0) continue; Window child_return; XTranslateCoordinates(getdisplay, w->id, Rootwindow, 0, 0, &xr, &yr, &child_return); w->xa = xr - x0; w->ya = yr - y0; P("%d %#lx %d %d %d %d %d\n",counter++,w->id,w->xa,w->ya,w->w,w->h,depth); XTranslateCoordinates(getdisplay, w->id, xfishtankWin, 0, 0, &(w->x), &(w->y), &child_return); enum{NET,GTK}; Atom type; int format; unsigned long nitems,b; unsigned char *properties = NULL; XGetWindowProperty(getdisplay, w->id, atom_net_wm_desktop, 0, 1, False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if(type != XA_CARDINAL) { if(properties) XFree(properties); properties = NULL; XGetWindowProperty(getdisplay, w->id, atom_win_workspace, 0, 1, False, AnyPropertyType, &type, &format, &nitems, &b, &properties); } if(properties) { w->ws = *(long*)(void*) properties; if(properties) XFree(properties); } else w->ws = 0; // maybe this window is sticky: w->sticky = 0; properties = NULL; nitems = 0; XGetWindowProperty(getdisplay, w->id, atom_net_wm_state, 0, (~0L), False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if (type == XA_ATOM) { int i; for(i=0; (unsigned long)iid); w->sticky = 1; if(s) XFree(s); break; } if(s) XFree(s); } } // another sticky test, needed in KDE en LXDE: if (w->ws == -1) w->sticky = 1; if(properties) XFree(properties); // check if window is a "dock". w->dock = 0; properties = NULL; nitems = 0; XGetWindowProperty(getdisplay, w->id, atom_net_wm_window_type, 0, (~0L), False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if(format == 32) { int i; for(i=0; (unsigned long)iid, counter++); w->dock = 1; if(s) XFree(s); break; } if(s) XFree(s); } } if(properties) XFree(properties); // check if window is hidden w->hidden = globalhidden; if(!w->hidden) { if (winattr.map_state != IsViewable) { P("map_state: %#lx %d\n",w->id,winattr.map_state); w->hidden = 1; } } // another check on hidden if (!w->hidden) { properties = NULL; nitems = 0; XGetWindowProperty(getdisplay, w->id, atom_net_wm_state, 0, (~0L), False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if(format == 32) { unsigned long i; for (i=0; i