>>> Unpacking source... >>> Unpacking bsdgames_2.17-7.diff.gz to /var/tmp/portage/games-misc/bsd-games-2.17-r3/work >>> Unpacking bsd-games-2.17.tar.gz to /var/tmp/portage/games-misc/bsd-games-2.17-r3/work * Applying bsdgames_2.17-7.diff.gz ...  [ ok ] * Applying bsd-games-2.17-64bit.patch ...  [ ok ] * Applying bsd-games-2.17-headers.patch ...  [ ok ] * Applying bsd-games-2.17-bg.patch ...  [ ok ] * Applying bsd-games-2.17-gcc4.patch ...  [ ok ] * Applying bsd-games-2.17-gcc43.patch ...  [ ok ] >>> Source unpacked in /var/tmp/portage/games-misc/bsd-games-2.17-r3/work >>> Compiling source in /var/tmp/portage/games-misc/bsd-games-2.17-r3/work/bsd-games-2.17 ... For normal usage the installation prefix will be empty. If you wish to install everything in another directory to that in which it will finally be located (so that your packaging system can then move it there) you should name that directory here. This is most likely to be the case if you are packaging bsd-games for a Linux distribution. Installation prefix [/var/tmp/portage/games-misc/bsd-games-2.17-r3/image/] [ Using default ] There may be some programs here you have from another package and so do not want to build and install. The most likely ones are banner, factor and fortune. Games not to build [dm banner fortune factor] [ Using default ] Games to build [adventure arithmetic atc backgammon banner battlestar bcd boggle caesar canfield countmail cribbage dab dm factor fish gomoku hack hangman hunt mille monop morse number phantasia pig pom ppt primes quiz rain random robots sail snake tetris trek wargames worm worms wtf wump] [ Using default ] *** NOTE - The default directories for installation follow the *** Filesystem Hierarchy Standard version 2.0 (FHS). If your *** system still uses the older FSSTND 1.2, or if you wish to install *** under /usr/local, you will need to check the paths and make *** changes as appropriate. If this is your first installation with *** the new FHS paths, you may need to remove some old files after *** installation. Games directory [/usr/games/bin] [ Using default ] Hunt includes a daemon for coordinating games with multiple players Daemon directory [/usr/games/bin] [ Using default ] You may wish to restrict the use of games by user, terminal, load, etc.. This can be done by the use of dm. If you use this configuration, then games will be kept in a non-world-searchable directory such as /usr/lib/games/dm and replaced by symlinks to dm. Even if you don't choose this option, you will still be asked for the directory name, since you are building dm, and can change manually later. It is strongly recommended that you keep the default answer of 'n'. Use dm and hide games [n] [ Using default ] Directory for hidden games [/usr/lib/games/dm] [ Using default ] Section 6 manpage directory [/usr/share/man/man6] [ Using default ] Section 8 manpage directory [/usr/share/man/man8] [ Using default ] Section 5 manpage directory [/usr/share/man/man5] [ Using default ] Directory for miscellaneous documentation [/usr/share/doc/bsd-games] [ Using default ] Library directory for constant data (architecture independent) [/usr/share/games/bsd-games] [ Using default ] Library directory for variable data [/var/games] [ Using default ] Set owners/groups on installed files [n] [ Using default ] See SECURITY for a discussion of security issues related to score files. There are at least two possible security policies if you want them to work. You can make the files world-writable, and then anyone who wants can put anything in them, which may not be desirable if you think people might cheat this way. Or you can make the games that use them setgid games, and give the files permissions 0664. Note, however, that some of the games may well be insecure when this is done and malicious users may still be able to overwrite anything writable by group games, since the games were probably not designed with security in mind, although version 2.2 is more secure than earlier versions. The default is neither of these: it creates scorefiles with permissions 0644 and gives the games no special privileges, which is more secure but means that the games will fail when trying to write to their scorefiles. Binary permissions [0755] [ Using default ] Game with scorefile permissions [0755] [ Using default ] Daemon permissions [0755] [ Using default ] Directory for hidden games permissions [0750] [ Using default ] dm permissions [2755] [ Using default ] Manpage permissions [0644] [ Using default ] Constant data permissions [0644] [ Using default ] Variable data permissions [0644] [ Using default ] Permissions on variable data that should not be world readable [0640] [ Using default ] Use .so or symlinks for manpages [symlinks] [ Using default ] Gzip manpages [n] [ Using default ] It is presumed in some places by the Makefiles that the compiler will be some form of gcc. C compiler [gcc] [ Using default ] C++ compiler [g++] [ Using default ] Optimize flags [-g -O2] [ Using default ] The default warning flags should give a compile with few warnings. C compiler warning flags [-Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings] [ Using default ] C++ compiler warning flags [-Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings] [ Using default ] You probably want the default here, or could use -lncurses_g for debugging ncurses. Use -lcurses -ltermcap if you want to try that, but note that this is no longer supported and may not work. Ncurses library [-lncurses] [ Using default ] If you have a directory /usr/include/ncurses with the ncurses include files in it, and the , , etc. in /usr/include are for BSD curses/termcap, you will need to put -I/usr/include/ncurses here. Otherwise (if the ncurses includes are in /usr/include), leave this blank. Leave it blank if /usr/include/ncurses is a symbolic link to /usr/include. Ncurses includes [] [ Using default ] factor can use libcrypto from OpenSSL to handle large numbers. Use libcrypto [y] [ Using default ] If the OpenSSL includes (with files such as bn.h) are not in /usr/include/openssl, then you will need to specify a -I option here, naming a directory containing an "openssl" subdirectory with the OpenSSL headers. OpenSSL includes [] [ Using default ] If the OpenSSL libcrypto library is not in a location searched by the compiler by default, or has a strange name, you will need to specify the appropriate options to find it here (for example, -L/usr/ssl/lib -lcrypto); otherwise, leave the default, which is probably correct. OpenSSL libcrypto library [-lcrypto] [ Using default ] Other CFLAGS [] [ Using default ] Other LDFLAGS [] [ Using default ] Checking for getloadavg...found. Checking for fgetln...not found. Checking for strlcpy...not found. Checking for sig_t...found. Checking for getprogname...not found. For some special purposes you may want to link all games with a particular library, in addition to those they would normally be linked with. Unless you know you want this, you can leave it empty. Base libraries [] [ Using default ] Yacc program [bison -y] [ Using default ] Lex program [flex] [ Using default ] Lex library [-lfl] [ Using default ] You can choose the default pager for those games that use one (for example, for viewing instructions). This can be an absolute path, or the name of the pager to be searched for via the PATH at runtime. All these games will also honour the PAGER environment variable if set, in the correct (POSIX.2) way. Pager [/usr/bin/less] [ Using default ] Sail needs its own directory it can write to for temporary files to synchronise among multiple players. Note that with the default permissions given here this will not work: you may want to choose permissions appropriate to the security policy you are using. It may be more secure if this directory is not world accessible (e.g. mode 2770). Directory for sail temporary files [/var/games/sail] [ Using default ] Sail directory permissions [0750] [ Using default ] You can configure the exact names used for data files by various of the games. Most probably the defaults are OK. Note that bsd-games no longer comes with its own word list. For hangman you should specify the path to a word list to be read at runtime (probably /usr/share/dict/words or /usr/dict/words). For boggle you should specify one to be used at compile time to generate boggle's own data. In both cases they should probably be English dictionaries; all words which do not consist entirely of lower-case ASCII letters will be silently ignored. Directory for atc static data [/usr/share/games/bsd-games/atc] [ Using default ] Score file for atc [/var/games/atc_score] [ Using default ] Score file for battlestar [/var/games/battlestar.log] [ Using default ] Dictionary for boggle (CHECK ANSWER) [/usr/share/dict/words] [ Using default ] Directory for boggle static data [/usr/share/games/bsd-games/boggle] [ Using default ] Score file for canfield [/var/games/cfscores] [ Using default ] File for cribbage instructions [/usr/share/games/bsd-games/cribbage.instr] [ Using default ] Score file for cribbage [/var/games/criblog] [ Using default ] Configuration file for dm [/etc/dm.conf] [ Using default ] File to disable games playing [/etc/nogames] [ Using default ] Log file for dm [/var/games/games.log] [ Using default ] File for fish instructions [/usr/share/games/bsd-games/fish.instr] [ Using default ] Directory for hack variable data [/var/games/hack] [ Using default ] This directory will need to be writable by hack at runtime. Note that with the default permissions given here this will not work: you may want to choose permissions appropriate to the security policy you are using (e.g. 2775 root.games for setgid games). Hack directory permissions [0755] [ Using default ] Words file for hangman (CHECK ANSWER) [/usr/share/dict/words] [ Using default ] File for monop cards [/usr/share/games/bsd-games/monop-cards.pck] [ Using default ] Directory for phantasia variable data [/var/games/phantasia] [ Using default ] Directory for quiz static data [/usr/share/games/bsd-games/quiz] [ Using default ] Score file for robots [/var/games/robots_roll] [ Using default ] Score file for sail [/var/games/saillog] [ Using default ] Score file for snake [/var/games/snake.log] [ Using default ] Raw score file for snake [/var/games/snakerawscores] [ Using default ] Score file for tetris [/var/games/tetris-bsd.scores] [ Using default ] Acronym database for wtf [/usr/share/games/bsd-games/acronyms] [ Using default ] File for wump info [/usr/share/games/bsd-games/wump.info] [ Using default ] Generating Makeconfig from Makeconfig.in Generating hide-game from hide-game.in Generating install-man from install-man.in Generating install-score from install-score.in Generating atc/pathnames.h from atc/pathnames.h.in Generating battlestar/pathnames.h from battlestar/pathnames.h.in Generating boggle/boggle/bog.h from boggle/boggle/bog.h.in Generating canfield/canfield/pathnames.h from canfield/canfield/pathnames.h.in Generating cribbage/pathnames.h from cribbage/pathnames.h.in Generating dm/pathnames.h from dm/pathnames.h.in Generating fish/pathnames.h from fish/pathnames.h.in Generating hack/pathnames.h from hack/pathnames.h.in Generating hangman/pathnames.h from hangman/pathnames.h.in Generating monop/pathnames.h from monop/pathnames.h.in Generating phantasia/pathnames.h from phantasia/pathnames.h.in Generating quiz/pathnames.h from quiz/pathnames.h.in Generating robots/pathnames.h from robots/pathnames.h.in Generating sail/pathnames.h from sail/pathnames.h.in Generating snake/snake/pathnames.h from snake/snake/pathnames.h.in Generating tetris/pathnames.h from tetris/pathnames.h.in Generating wump/pathnames.h from wump/pathnames.h.in Generating the main GNUmakefile, please wait... make -j14 'OPTIMIZE=-O2 -pipe' GNUmakefile:814: adventure/crc.d: No such file or directory GNUmakefile:814: adventure/data.d: No such file or directory GNUmakefile:814: adventure/done.d: No such file or directory GNUmakefile:814: adventure/init.d: No such file or directory GNUmakefile:814: adventure/io.d: No such file or directory GNUmakefile:814: adventure/main.d: No such file or directory GNUmakefile:814: adventure/save.d: No such file or directory GNUmakefile:814: adventure/subr.d: No such file or directory GNUmakefile:814: adventure/vocab.d: No such file or directory GNUmakefile:814: adventure/wizard.d: No such file or directory GNUmakefile:821: adventure/setup.d: No such file or directory GNUmakefile:828: arithmetic/arithmetic.d: No such file or directory GNUmakefile:828: lib/getprogname.d: No such file or directory GNUmakefile:835: atc/extern.d: No such file or directory GNUmakefile:835: atc/grammar.d: No such file or directory GNUmakefile:835: atc/graphics.d: No such file or directory GNUmakefile:835: atc/input.d: No such file or directory GNUmakefile:835: atc/lex.d: No such file or directory GNUmakefile:835: atc/list.d: No such file or directory GNUmakefile:835: atc/log.d: No such file or directory GNUmakefile:835: atc/main.d: No such file or directory GNUmakefile:835: atc/tunable.d: No such file or directory GNUmakefile:835: atc/update.d: No such file or directory GNUmakefile:835: lib/strlcpy.d: No such file or directory GNUmakefile:842: backgammon/backgammon/extra.d: No such file or directory GNUmakefile:842: backgammon/backgammon/main.d: No such file or directory GNUmakefile:842: backgammon/backgammon/move.d: No such file or directory GNUmakefile:842: backgammon/backgammon/text.d: No such file or directory GNUmakefile:842: backgammon/backgammon/version.d: No such file or directory GNUmakefile:842: backgammon/common_source/allow.d: No such file or directory GNUmakefile:842: backgammon/common_source/board.d: No such file or directory GNUmakefile:842: backgammon/common_source/check.d: No such file or directory GNUmakefile:842: backgammon/common_source/fancy.d: No such file or directory GNUmakefile:842: backgammon/common_source/init.d: No such file or directory GNUmakefile:842: backgammon/common_source/odds.d: No such file or directory GNUmakefile:842: backgammon/common_source/one.d: No such file or directory GNUmakefile:842: backgammon/common_source/save.d: No such file or directory GNUmakefile:842: backgammon/common_source/subs.d: No such file or directory GNUmakefile:842: backgammon/common_source/table.d: No such file or directory GNUmakefile:849: backgammon/teachgammon/data.d: No such file or directory GNUmakefile:849: backgammon/teachgammon/teach.d: No such file or directory GNUmakefile:849: backgammon/teachgammon/ttext1.d: No such file or directory GNUmakefile:849: backgammon/teachgammon/ttext2.d: No such file or directory GNUmakefile:849: backgammon/teachgammon/tutor.d: No such file or directory GNUmakefile:856: banner/banner.d: No such file or directory GNUmakefile:863: battlestar/battlestar.d: No such file or directory GNUmakefile:863: battlestar/command1.d: No such file or directory GNUmakefile:863: battlestar/command2.d: No such file or directory GNUmakefile:863: battlestar/command3.d: No such file or directory GNUmakefile:863: battlestar/command4.d: No such file or directory GNUmakefile:863: battlestar/command5.d: No such file or directory GNUmakefile:863: battlestar/command6.d: No such file or directory GNUmakefile:863: battlestar/command7.d: No such file or directory GNUmakefile:863: battlestar/cypher.d: No such file or directory GNUmakefile:863: battlestar/dayfile.d: No such file or directory GNUmakefile:863: battlestar/dayobjs.d: No such file or directory GNUmakefile:863: battlestar/fly.d: No such file or directory GNUmakefile:863: battlestar/getcom.d: No such file or directory GNUmakefile:863: battlestar/globals.d: No such file or directory GNUmakefile:863: battlestar/init.d: No such file or directory GNUmakefile:863: battlestar/misc.d: No such file or directory GNUmakefile:863: battlestar/nightfile.d: No such file or directory GNUmakefile:863: battlestar/nightobjs.d: No such file or directory GNUmakefile:863: battlestar/parse.d: No such file or directory GNUmakefile:863: battlestar/room.d: No such file or directory GNUmakefile:863: battlestar/save.d: No such file or directory GNUmakefile:863: battlestar/words.d: No such file or directory GNUmakefile:863: lib/fgetln.d: No such file or directory GNUmakefile:870: bcd/bcd.d: No such file or directory GNUmakefile:877: boggle/boggle/bog.d: No such file or directory GNUmakefile:877: boggle/boggle/help.d: No such file or directory GNUmakefile:877: boggle/boggle/mach.d: No such file or directory GNUmakefile:877: boggle/boggle/prtable.d: No such file or directory GNUmakefile:877: boggle/boggle/timer.d: No such file or directory GNUmakefile:877: boggle/boggle/word.d: No such file or directory GNUmakefile:884: boggle/mkdict/mkdict.d: No such file or directory GNUmakefile:891: boggle/mkindex/mkindex.d: No such file or directory GNUmakefile:898: caesar/caesar.d: No such file or directory GNUmakefile:905: canfield/canfield/canfield.d: No such file or directory GNUmakefile:912: canfield/cfscores/cfscores.d: No such file or directory GNUmakefile:919: cribbage/cards.d: No such file or directory GNUmakefile:919: cribbage/crib.d: No such file or directory GNUmakefile:919: cribbage/extern.d: No such file or directory GNUmakefile:919: cribbage/instr.d: No such file or directory GNUmakefile:919: cribbage/io.d: No such file or directory GNUmakefile:919: cribbage/score.d: No such file or directory GNUmakefile:919: cribbage/support.d: No such file or directory GNUmakefile:926: dab/algor.d: No such file or directory GNUmakefile:926: dab/board.d: No such file or directory GNUmakefile:926: dab/box.d: No such file or directory GNUmakefile:926: dab/gamescreen.d: No such file or directory GNUmakefile:926: dab/human.d: No such file or directory GNUmakefile:926: dab/main.d: No such file or directory GNUmakefile:926: dab/player.d: No such file or directory GNUmakefile:926: dab/random.d: No such file or directory GNUmakefile:926: dab/ttyscrn.d: No such file or directory GNUmakefile:933: dm/dm.d: No such file or directory GNUmakefile:933: dm/utmpentry.d: No such file or directory GNUmakefile:933: lib/getloadavg.d: No such file or directory GNUmakefile:940: factor/factor.d: No such file or directory GNUmakefile:940: primes/pr_tbl.d: No such file or directory GNUmakefile:947: fish/fish.d: No such file or directory GNUmakefile:954: gomoku/bdinit.d: No such file or directory GNUmakefile:954: gomoku/bdisp.d: No such file or directory GNUmakefile:954: gomoku/main.d: No such file or directory GNUmakefile:954: gomoku/makemove.d: No such file or directory GNUmakefile:954: gomoku/pickmove.d: No such file or directory GNUmakefile:954: gomoku/stoc.d: No such file or directory GNUmakefile:961: hack/alloc.d: No such file or directory GNUmakefile:961: hack/hack.Decl.d: No such file or directory GNUmakefile:961: hack/hack.apply.d: No such file or directory GNUmakefile:961: hack/hack.bones.d: No such file or directory GNUmakefile:961: hack/hack.d: No such file or directory GNUmakefile:961: hack/hack.cmd.d: No such file or directory GNUmakefile:961: hack/hack.do.d: No such file or directory GNUmakefile:961: hack/hack.do_name.d: No such file or directory GNUmakefile:961: hack/hack.do_wear.d: No such file or directory GNUmakefile:961: hack/hack.dog.d: No such file or directory GNUmakefile:961: hack/hack.eat.d: No such file or directory GNUmakefile:961: hack/hack.end.d: No such file or directory GNUmakefile:961: hack/hack.engrave.d: No such file or directory GNUmakefile:961: hack/hack.fight.d: No such file or directory GNUmakefile:961: hack/hack.invent.d: No such file or directory GNUmakefile:961: hack/hack.ioctl.d: No such file or directory GNUmakefile:961: hack/hack.lev.d: No such file or directory GNUmakefile:961: hack/hack.main.d: No such file or directory GNUmakefile:961: hack/hack.makemon.d: No such file or directory GNUmakefile:961: hack/hack.mhitu.d: No such file or directory GNUmakefile:961: hack/hack.mklev.d: No such file or directory GNUmakefile:961: hack/hack.mkmaze.d: No such file or directory GNUmakefile:961: hack/hack.mkobj.d: No such file or directory GNUmakefile:961: hack/hack.mkshop.d: No such file or directory GNUmakefile:961: hack/hack.mon.d: No such file or directory GNUmakefile:961: hack/hack.monst.d: No such file or directory GNUmakefile:961: hack/hack.o_init.d: No such file or directory GNUmakefile:961: hack/hack.objnam.d: No such file or directory GNUmakefile:961: hack/hack.options.d: No such file or directory GNUmakefile:961: hack/hack.pager.d: No such file or directory GNUmakefile:961: hack/hack.potion.d: No such file or directory GNUmakefile:961: hack/hack.pri.d: No such file or directory GNUmakefile:961: hack/hack.read.d: No such file or directory GNUmakefile:961: hack/hack.rip.d: No such file or directory GNUmakefile:961: hack/hack.rumors.d: No such file or directory GNUmakefile:961: hack/hack.save.d: No such file or directory GNUmakefile:961: hack/hack.search.d: No such file or directory GNUmakefile:961: hack/hack.shk.d: No such file or directory GNUmakefile:961: hack/hack.shknam.d: No such file or directory GNUmakefile:961: hack/hack.steal.d: No such file or directory GNUmakefile:961: hack/hack.termcap.d: No such file or directory GNUmakefile:961: hack/hack.timeout.d: No such file or directory GNUmakefile:961: hack/hack.topl.d: No such file or directory GNUmakefile:961: hack/hack.track.d: No such file or directory GNUmakefile:961: hack/hack.trap.d: No such file or directory GNUmakefile:961: hack/hack.tty.d: No such file or directory GNUmakefile:961: hack/hack.u_init.d: No such file or directory GNUmakefile:961: hack/hack.unix.d: No such file or directory GNUmakefile:961: hack/hack.vault.d: No such file or directory GNUmakefile:961: hack/hack.version.d: No such file or directory GNUmakefile:961: hack/hack.wield.d: No such file or directory GNUmakefile:961: hack/hack.wizard.d: No such file or directory GNUmakefile:961: hack/hack.worm.d: No such file or directory GNUmakefile:961: hack/hack.worn.d: No such file or directory GNUmakefile:961: hack/hack.zap.d: No such file or directory GNUmakefile:961: hack/rnd.d: No such file or directory GNUmakefile:968: hack/makedefs.d: No such file or directory GNUmakefile:975: hangman/endgame.d: No such file or directory GNUmakefile:975: hangman/extern.d: No such file or directory GNUmakefile:975: hangman/getguess.d: No such file or directory GNUmakefile:975: hangman/getword.d: No such file or directory GNUmakefile:975: hangman/main.d: No such file or directory GNUmakefile:975: hangman/playgame.d: No such file or directory GNUmakefile:975: hangman/prdata.d: No such file or directory GNUmakefile:975: hangman/prman.d: No such file or directory GNUmakefile:975: hangman/prword.d: No such file or directory GNUmakefile:975: hangman/setup.d: No such file or directory GNUmakefile:982: hunt/hunt/connect.d: No such file or directory GNUmakefile:982: hunt/hunt/hunt.d: No such file or directory GNUmakefile:982: hunt/hunt/otto.d: No such file or directory GNUmakefile:982: hunt/hunt/playit.d: No such file or directory GNUmakefile:982: hunt/huntd/pathname.d: No such file or directory GNUmakefile:989: hunt/huntd/answer.d: No such file or directory GNUmakefile:989: hunt/huntd/ctl.d: No such file or directory GNUmakefile:989: hunt/huntd/ctl_transact.d: No such file or directory GNUmakefile:989: hunt/huntd/draw.d: No such file or directory GNUmakefile:989: hunt/huntd/driver.d: No such file or directory GNUmakefile:989: hunt/huntd/execute.d: No such file or directory GNUmakefile:989: hunt/huntd/expl.d: No such file or directory GNUmakefile:989: hunt/huntd/extern.d: No such file or directory GNUmakefile:989: hunt/huntd/faketalk.d: No such file or directory GNUmakefile:989: hunt/huntd/get_names.d: No such file or directory GNUmakefile:989: hunt/huntd/makemaze.d: No such file or directory GNUmakefile:989: hunt/huntd/shots.d: No such file or directory GNUmakefile:989: hunt/huntd/terminal.d: No such file or directory GNUmakefile:996: mille/comp.d: No such file or directory GNUmakefile:996: mille/end.d: No such file or directory GNUmakefile:996: mille/extern.d: No such file or directory GNUmakefile:996: mille/init.d: No such file or directory GNUmakefile:996: mille/mille.d: No such file or directory GNUmakefile:996: mille/misc.d: No such file or directory GNUmakefile:996: mille/move.d: No such file or directory GNUmakefile:996: mille/print.d: No such file or directory GNUmakefile:996: mille/roll.d: No such file or directory GNUmakefile:996: mille/save.d: No such file or directory GNUmakefile:996: mille/types.d: No such file or directory GNUmakefile:996: mille/varpush.d: No such file or directory GNUmakefile:1003: monop/cards.d: No such file or directory GNUmakefile:1003: monop/execute.d: No such file or directory GNUmakefile:1003: monop/getinp.d: No such file or directory GNUmakefile:1003: monop/houses.d: No such file or directory GNUmakefile:1003: monop/jail.d: No such file or directory GNUmakefile:1003: monop/misc.d: No such file or directory GNUmakefile:1003: monop/monop.d: No such file or directory GNUmakefile:1003: monop/morg.d: No such file or directory GNUmakefile:1003: monop/print.d: No such file or directory GNUmakefile:1003: monop/prop.d: No such file or directory GNUmakefile:1003: monop/rent.d: No such file or directory GNUmakefile:1003: monop/roll.d: No such file or directory GNUmakefile:1003: monop/spec.d: No such file or directory GNUmakefile:1003: monop/trade.d: No such file or directory GNUmakefile:1010: monop/initdeck.d: No such file or directory GNUmakefile:1017: morse/morse.d: No such file or directory GNUmakefile:1024: number/number.d: No such file or directory GNUmakefile:1031: phantasia/fight.d: No such file or directory GNUmakefile:1031: phantasia/gamesupport.d: No such file or directory GNUmakefile:1031: phantasia/interplayer.d: No such file or directory GNUmakefile:1031: phantasia/io.d: No such file or directory GNUmakefile:1031: phantasia/main.d: No such file or directory GNUmakefile:1031: phantasia/misc.d: No such file or directory GNUmakefile:1031: phantasia/phantglobs.d: No such file or directory GNUmakefile:1038: phantasia/setup.d: No such file or directory GNUmakefile:1045: pig/pig.d: No such file or directory GNUmakefile:1052: pom/pom.d: No such file or directory GNUmakefile:1059: ppt/ppt.d: No such file or directory GNUmakefile:1066: primes/pattern.d: No such file or directory GNUmakefile:1066: primes/primes.d: No such file or directory GNUmakefile:1073: quiz/quiz.d: No such file or directory GNUmakefile:1073: quiz/rxp.d: No such file or directory GNUmakefile:1080: rain/rain.d: No such file or directory GNUmakefile:1087: random/random.d: No such file or directory GNUmakefile:1094: robots/auto.d: No such file or directory GNUmakefile:1094: robots/extern.d: No such file or directory GNUmakefile:1094: robots/flush_in.d: No such file or directory GNUmakefile:1094: robots/init_field.d: No such file or directory GNUmakefile:1094: robots/main.d: No such file or directory GNUmakefile:1094: robots/make_level.d: No such file or directory GNUmakefile:1094: robots/move.d: No such file or directory GNUmakefile:1094: robots/move_robs.d: No such file or directory GNUmakefile:1094: robots/play_level.d: No such file or directory GNUmakefile:1094: robots/query.d: No such file or directory GNUmakefile:1094: robots/rnd_pos.d: No such file or directory GNUmakefile:1094: robots/score.d: No such file or directory GNUmakefile:1101: sail/assorted.d: No such file or directory GNUmakefile:1101: sail/game.d: No such file or directory GNUmakefile:1101: sail/globals.d: No such file or directory GNUmakefile:1101: sail/dr_1.d: No such file or directory GNUmakefile:1101: sail/dr_2.d: No such file or directory GNUmakefile:1101: sail/dr_3.d: No such file or directory GNUmakefile:1101: sail/dr_4.d: No such file or directory GNUmakefile:1101: sail/dr_5.d: No such file or directory GNUmakefile:1101: sail/dr_main.d: No such file or directory GNUmakefile:1101: sail/lo_main.d: No such file or directory GNUmakefile:1101: sail/main.d: No such file or directory GNUmakefile:1101: sail/misc.d: No such file or directory GNUmakefile:1101: sail/parties.d: No such file or directory GNUmakefile:1101: sail/pl_1.d: No such file or directory GNUmakefile:1101: sail/pl_2.d: No such file or directory GNUmakefile:1101: sail/pl_3.d: No such file or directory GNUmakefile:1101: sail/pl_4.d: No such file or directory GNUmakefile:1101: sail/pl_5.d: No such file or directory GNUmakefile:1101: sail/pl_6.d: No such file or directory GNUmakefile:1101: sail/pl_7.d: No such file or directory GNUmakefile:1101: sail/pl_main.d: No such file or directory GNUmakefile:1101: sail/sync.d: No such file or directory GNUmakefile:1101: sail/version.d: No such file or directory GNUmakefile:1108: snake/snake/snake.d: No such file or directory GNUmakefile:1115: snake/snscore/snscore.d: No such file or directory GNUmakefile:1122: tetris/input.d: No such file or directory GNUmakefile:1122: tetris/scores.d: No such file or directory GNUmakefile:1122: tetris/screen.d: No such file or directory GNUmakefile:1122: tetris/shapes.d: No such file or directory GNUmakefile:1122: tetris/tetris.d: No such file or directory GNUmakefile:1129: trek/abandon.d: No such file or directory GNUmakefile:1129: trek/attack.d: No such file or directory GNUmakefile:1129: trek/autover.d: No such file or directory GNUmakefile:1129: trek/capture.d: No such file or directory GNUmakefile:1129: trek/cgetc.d: No such file or directory GNUmakefile:1129: trek/check_out.d: No such file or directory GNUmakefile:1129: trek/checkcond.d: No such file or directory GNUmakefile:1129: trek/compkl.d: No such file or directory GNUmakefile:1129: trek/computer.d: No such file or directory GNUmakefile:1129: trek/damage.d: No such file or directory GNUmakefile:1129: trek/damaged.d: No such file or directory GNUmakefile:1129: trek/dcrept.d: No such file or directory GNUmakefile:1129: trek/destruct.d: No such file or directory GNUmakefile:1129: trek/dock.d: No such file or directory GNUmakefile:1129: trek/dumpgame.d: No such file or directory GNUmakefile:1129: trek/dumpme.d: No such file or directory GNUmakefile:1129: trek/dumpssradio.d: No such file or directory GNUmakefile:1129: trek/events.d: No such file or directory GNUmakefile:1129: trek/externs.d: No such file or directory GNUmakefile:1129: trek/getcodi.d: No such file or directory GNUmakefile:1129: trek/getpar.d: No such file or directory GNUmakefile:1129: trek/help.d: No such file or directory GNUmakefile:1129: trek/impulse.d: No such file or directory GNUmakefile:1129: trek/initquad.d: No such file or directory GNUmakefile:1129: trek/kill.d: No such file or directory GNUmakefile:1129: trek/klmove.d: No such file or directory GNUmakefile:1129: trek/lose.d: No such file or directory GNUmakefile:1129: trek/lrscan.d: No such file or directory GNUmakefile:1129: trek/main.d: No such file or directory GNUmakefile:1129: trek/move.d: No such file or directory GNUmakefile:1129: trek/nova.d: No such file or directory GNUmakefile:1129: trek/out.d: No such file or directory GNUmakefile:1129: trek/phaser.d: No such file or directory GNUmakefile:1129: trek/play.d: No such file or directory GNUmakefile:1129: trek/ram.d: No such file or directory GNUmakefile:1129: trek/ranf.d: No such file or directory GNUmakefile:1129: trek/rest.d: No such file or directory GNUmakefile:1129: trek/schedule.d: No such file or directory GNUmakefile:1129: trek/score.d: No such file or directory GNUmakefile:1129: trek/setup.d: No such file or directory GNUmakefile:1129: trek/setwarp.d: No such file or directory GNUmakefile:1129: trek/shield.d: No such file or directory GNUmakefile:1129: trek/snova.d: No such file or directory GNUmakefile:1129: trek/srscan.d: No such file or directory GNUmakefile:1129: trek/systemname.d: No such file or directory GNUmakefile:1129: trek/torped.d: No such file or directory GNUmakefile:1129: trek/visual.d: No such file or directory GNUmakefile:1129: trek/warp.d: No such file or directory GNUmakefile:1129: trek/win.d: No such file or directory GNUmakefile:1136: worm/worm.d: No such file or directory GNUmakefile:1143: worms/worms.d: No such file or directory GNUmakefile:1150: wump/wump.d: No such file or directory ./mkdep wump/wump.c wump/wump.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iwump ./mkdep worms/worms.c worms/worms.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iworms ./mkdep worm/worm.c worm/worm.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iworm ./mkdep trek/win.c trek/win.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/warp.c trek/warp.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/visual.c trek/visual.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/torped.c trek/torped.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/systemname.c trek/systemname.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/srscan.c trek/srscan.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/snova.c trek/snova.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/shield.c trek/shield.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/setwarp.c trek/setwarp.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/setup.c trek/setup.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/score.c trek/score.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/schedule.c trek/schedule.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/rest.c trek/rest.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/ranf.c trek/ranf.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/ram.c trek/ram.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/play.c trek/play.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/phaser.c trek/phaser.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/out.c trek/out.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/nova.c trek/nova.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/move.c trek/move.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/main.c trek/main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/lrscan.c trek/lrscan.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/lose.c trek/lose.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/klmove.c trek/klmove.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/kill.c trek/kill.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/initquad.c trek/initquad.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/impulse.c trek/impulse.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/help.c trek/help.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/getpar.c trek/getpar.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/getcodi.c trek/getcodi.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/externs.c trek/externs.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/events.c trek/events.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/dumpssradio.c trek/dumpssradio.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/dumpme.c trek/dumpme.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/dumpgame.c trek/dumpgame.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/dock.c trek/dock.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/destruct.c trek/destruct.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/dcrept.c trek/dcrept.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/damaged.c trek/damaged.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/damage.c trek/damage.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/computer.c trek/computer.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/compkl.c trek/compkl.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/checkcond.c trek/checkcond.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/check_out.c trek/check_out.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/cgetc.c trek/cgetc.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/capture.c trek/capture.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/autover.c trek/autover.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/attack.c trek/attack.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep trek/abandon.c trek/abandon.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itrek ./mkdep tetris/tetris.c tetris/tetris.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itetris ./mkdep tetris/shapes.c tetris/shapes.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itetris ./mkdep tetris/screen.c tetris/screen.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itetris ./mkdep tetris/scores.c tetris/scores.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itetris ./mkdep tetris/input.c tetris/input.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Itetris ./mkdep snake/snscore/snscore.c snake/snscore/snscore.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isnake/snscore -Isnake/snake ./mkdep snake/snake/snake.c snake/snake/snake.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isnake/snake ./mkdep sail/version.c sail/version.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/sync.c sail/sync.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/pl_main.c sail/pl_main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/pl_7.c sail/pl_7.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/pl_6.c sail/pl_6.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/pl_5.c sail/pl_5.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/pl_4.c sail/pl_4.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/pl_3.c sail/pl_3.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/pl_2.c sail/pl_2.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/pl_1.c sail/pl_1.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/parties.c sail/parties.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/misc.c sail/misc.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/main.c sail/main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/lo_main.c sail/lo_main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/dr_main.c sail/dr_main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/dr_5.c sail/dr_5.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/dr_4.c sail/dr_4.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/dr_3.c sail/dr_3.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/dr_2.c sail/dr_2.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/dr_1.c sail/dr_1.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/globals.c sail/globals.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/game.c sail/game.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep sail/assorted.c sail/assorted.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Isail ./mkdep robots/score.c robots/score.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/rnd_pos.c robots/rnd_pos.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/query.c robots/query.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/play_level.c robots/play_level.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/move_robs.c robots/move_robs.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/move.c robots/move.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/make_level.c robots/make_level.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/main.c robots/main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/init_field.c robots/init_field.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/flush_in.c robots/flush_in.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/extern.c robots/extern.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep robots/auto.c robots/auto.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DFANCY -DMAX_PER_UID=5 -Iinclude -Irobots ./mkdep random/random.c random/random.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Irandom ./mkdep rain/rain.c rain/rain.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Irain ./mkdep quiz/rxp.c quiz/rxp.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iquiz ./mkdep quiz/quiz.c quiz/quiz.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iquiz ./mkdep primes/primes.c primes/primes.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -D_GNU_SOURCE -Iinclude -Iprimes ./mkdep primes/pattern.c primes/pattern.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -D_GNU_SOURCE -Iinclude -Iprimes ./mkdep ppt/ppt.c ppt/ppt.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ippt ./mkdep pom/pom.c pom/pom.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ipom ./mkdep pig/pig.c pig/pig.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ipig ./mkdep phantasia/setup.c phantasia/setup.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iphantasia ./mkdep phantasia/phantglobs.c phantasia/phantglobs.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iphantasia ./mkdep phantasia/misc.c phantasia/misc.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iphantasia ./mkdep phantasia/main.c phantasia/main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iphantasia ./mkdep phantasia/io.c phantasia/io.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iphantasia ./mkdep phantasia/interplayer.c phantasia/interplayer.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iphantasia ./mkdep phantasia/gamesupport.c phantasia/gamesupport.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iphantasia ./mkdep phantasia/fight.c phantasia/fight.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iphantasia ./mkdep number/number.c number/number.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -D_GNU_SOURCE -Iinclude -Inumber ./mkdep morse/morse.c morse/morse.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imorse ./mkdep monop/initdeck.c monop/initdeck.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/trade.c monop/trade.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/spec.c monop/spec.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/roll.c monop/roll.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/rent.c monop/rent.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/prop.c monop/prop.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/print.c monop/print.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/morg.c monop/morg.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/monop.c monop/monop.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/misc.c monop/misc.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/jail.c monop/jail.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/houses.c monop/houses.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/getinp.c monop/getinp.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/execute.c monop/execute.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep monop/cards.c monop/cards.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imonop ./mkdep mille/varpush.c mille/varpush.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/types.c mille/types.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/save.c mille/save.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/roll.c mille/roll.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/print.c mille/print.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/move.c mille/move.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/misc.c mille/misc.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/mille.c mille/mille.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/init.c mille/init.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/extern.c mille/extern.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/end.c mille/end.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep mille/comp.c mille/comp.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Imille ./mkdep hunt/huntd/terminal.c hunt/huntd/terminal.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/shots.c hunt/huntd/shots.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/makemaze.c hunt/huntd/makemaze.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/get_names.c hunt/huntd/get_names.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/faketalk.c hunt/huntd/faketalk.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/extern.c hunt/huntd/extern.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/expl.c hunt/huntd/expl.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/execute.c hunt/huntd/execute.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/driver.c hunt/huntd/driver.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/draw.c hunt/huntd/draw.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/ctl_transact.c hunt/huntd/ctl_transact.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/ctl.c hunt/huntd/ctl.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/answer.c hunt/huntd/answer.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/huntd/pathname.c hunt/huntd/pathname.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/huntd ./mkdep hunt/hunt/playit.c hunt/hunt/playit.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/hunt -Ihunt/huntd ./mkdep hunt/hunt/otto.c hunt/hunt/otto.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/hunt -Ihunt/huntd ./mkdep hunt/hunt/hunt.c hunt/hunt/hunt.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/hunt -Ihunt/huntd ./mkdep hunt/hunt/connect.c hunt/hunt/connect.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS -DOTTO -DINTERNET -DLOG -DBSD_RELEASE=44 -DUSE_CURSES -DSIGNAL_TYPE=void -DHUNTD=\"/usr/games/bin/huntd\" -Iinclude -Ihunt/hunt -Ihunt/huntd ./mkdep hangman/setup.c hangman/setup.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihangman ./mkdep hangman/prword.c hangman/prword.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihangman ./mkdep hangman/prman.c hangman/prman.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihangman ./mkdep hangman/prdata.c hangman/prdata.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihangman ./mkdep hangman/playgame.c hangman/playgame.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihangman ./mkdep hangman/main.c hangman/main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihangman ./mkdep hangman/getword.c hangman/getword.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihangman ./mkdep hangman/getguess.c hangman/getguess.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihangman ./mkdep hangman/extern.c hangman/extern.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihangman ./mkdep hangman/endgame.c hangman/endgame.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihangman ./mkdep hack/makedefs.c hack/makedefs.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack -c hack/makedefs.c -o hack/makedefs.o ./mkdep gomoku/stoc.c gomoku/stoc.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Igomoku ./mkdep gomoku/pickmove.c gomoku/pickmove.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Igomoku ./mkdep gomoku/makemove.c gomoku/makemove.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Igomoku ./mkdep gomoku/main.c gomoku/main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Igomoku ./mkdep gomoku/bdisp.c gomoku/bdisp.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Igomoku ./mkdep gomoku/bdinit.c gomoku/bdinit.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Igomoku ./mkdep fish/fish.c fish/fish.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ifish ./mkdep primes/pr_tbl.c primes/pr_tbl.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -D_GNU_SOURCE -Iinclude -Iprimes ./mkdep factor/factor.c factor/factor.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -D_GNU_SOURCE -Iinclude -Ifactor -Iprimes ./mkdep lib/getloadavg.c lib/getloadavg.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ilib ./mkdep dm/utmpentry.c dm/utmpentry.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -D_GNU_SOURCE -DSUPPORT_UTMPX -DSUPPORT_UTMP -Iinclude -Idm ./mkdep dm/dm.c dm/dm.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -D_GNU_SOURCE -DSUPPORT_UTMPX -DSUPPORT_UTMP -Iinclude -Idm ./mkdep dab/ttyscrn.cc dab/ttyscrn.d g++ -O2 -pipe -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Idab ./mkdep dab/random.cc dab/random.d g++ -O2 -pipe -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Idab ./mkdep dab/player.cc dab/player.d g++ -O2 -pipe -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Idab ./mkdep dab/main.cc dab/main.d g++ -O2 -pipe -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Idab ./mkdep dab/human.cc dab/human.d g++ -O2 -pipe -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Idab ./mkdep dab/gamescreen.cc dab/gamescreen.d g++ -O2 -pipe -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Idab ./mkdep dab/box.cc dab/box.d g++ -O2 -pipe -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Idab ./mkdep dab/board.cc dab/board.d g++ -O2 -pipe -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Idab ./mkdep dab/algor.cc dab/algor.d g++ -O2 -pipe -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Idab ./mkdep cribbage/support.c cribbage/support.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Icribbage ./mkdep cribbage/score.c cribbage/score.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Icribbage ./mkdep cribbage/io.c cribbage/io.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Icribbage ./mkdep cribbage/instr.c cribbage/instr.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Icribbage ./mkdep cribbage/extern.c cribbage/extern.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Icribbage ./mkdep cribbage/crib.c cribbage/crib.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Icribbage ./mkdep cribbage/cards.c cribbage/cards.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Icribbage ./mkdep canfield/cfscores/cfscores.c canfield/cfscores/cfscores.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Icanfield/cfscores -Icanfield/canfield ./mkdep canfield/canfield/canfield.c canfield/canfield/canfield.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Icanfield/canfield ./mkdep caesar/caesar.c caesar/caesar.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Icaesar ./mkdep boggle/mkindex/mkindex.c boggle/mkindex/mkindex.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iboggle/mkindex -Iboggle/boggle ./mkdep boggle/mkdict/mkdict.c boggle/mkdict/mkdict.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iboggle/mkdict -Iboggle/boggle ./mkdep boggle/boggle/word.c boggle/boggle/word.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle ./mkdep boggle/boggle/timer.c boggle/boggle/timer.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle ./mkdep boggle/boggle/prtable.c boggle/boggle/prtable.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle ./mkdep boggle/boggle/mach.c boggle/boggle/mach.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle ./mkdep boggle/boggle/help.c boggle/boggle/help.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle ./mkdep boggle/boggle/bog.c boggle/boggle/bog.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle ./mkdep bcd/bcd.c bcd/bcd.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibcd ./mkdep lib/fgetln.c lib/fgetln.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ilib ./mkdep battlestar/words.c battlestar/words.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/save.c battlestar/save.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/room.c battlestar/room.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/parse.c battlestar/parse.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/nightobjs.c battlestar/nightobjs.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/nightfile.c battlestar/nightfile.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/misc.c battlestar/misc.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/init.c battlestar/init.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/globals.c battlestar/globals.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/getcom.c battlestar/getcom.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/fly.c battlestar/fly.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/dayobjs.c battlestar/dayobjs.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/dayfile.c battlestar/dayfile.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/cypher.c battlestar/cypher.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/command7.c battlestar/command7.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/command6.c battlestar/command6.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/command5.c battlestar/command5.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/command4.c battlestar/command4.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/command3.c battlestar/command3.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/command2.c battlestar/command2.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/command1.c battlestar/command1.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep battlestar/battlestar.c battlestar/battlestar.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar ./mkdep banner/banner.c banner/banner.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibanner ./mkdep backgammon/teachgammon/tutor.c backgammon/teachgammon/tutor.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/teachgammon -Ibackgammon/common_source ./mkdep backgammon/teachgammon/ttext2.c backgammon/teachgammon/ttext2.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/teachgammon -Ibackgammon/common_source ./mkdep backgammon/teachgammon/ttext1.c backgammon/teachgammon/ttext1.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/teachgammon -Ibackgammon/common_source ./mkdep backgammon/teachgammon/teach.c backgammon/teachgammon/teach.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/teachgammon -Ibackgammon/common_source ./mkdep backgammon/teachgammon/data.c backgammon/teachgammon/data.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/teachgammon -Ibackgammon/common_source ./mkdep backgammon/common_source/table.c backgammon/common_source/table.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source ./mkdep backgammon/common_source/subs.c backgammon/common_source/subs.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source ./mkdep backgammon/common_source/save.c backgammon/common_source/save.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source ./mkdep backgammon/common_source/one.c backgammon/common_source/one.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source ./mkdep backgammon/common_source/odds.c backgammon/common_source/odds.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source ./mkdep backgammon/common_source/init.c backgammon/common_source/init.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source ./mkdep backgammon/common_source/fancy.c backgammon/common_source/fancy.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source ./mkdep backgammon/common_source/check.c backgammon/common_source/check.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source ./mkdep backgammon/common_source/board.c backgammon/common_source/board.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source ./mkdep backgammon/common_source/allow.c backgammon/common_source/allow.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source ./mkdep backgammon/backgammon/version.c backgammon/backgammon/version.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/backgammon -Ibackgammon/common_source ./mkdep backgammon/backgammon/text.c backgammon/backgammon/text.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/backgammon -Ibackgammon/common_source ./mkdep backgammon/backgammon/move.c backgammon/backgammon/move.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/backgammon -Ibackgammon/common_source ./mkdep backgammon/backgammon/main.c backgammon/backgammon/main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/backgammon -Ibackgammon/common_source ./mkdep backgammon/backgammon/extra.c backgammon/backgammon/extra.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/backgammon -Ibackgammon/common_source ./mkdep lib/strlcpy.c lib/strlcpy.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ilib ./mkdep atc/update.c atc/update.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc ./mkdep atc/tunable.c atc/tunable.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc ./mkdep atc/main.c atc/main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc ./mkdep atc/log.c atc/log.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc ./mkdep atc/list.c atc/list.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc cd atc && flex lex.l cd atc && bison -y -d grammar.y ./mkdep atc/input.c atc/input.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc ./mkdep atc/graphics.c atc/graphics.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc ./mkdep atc/extern.c atc/extern.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc ./mkdep lib/getprogname.c lib/getprogname.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ilib ./mkdep arithmetic/arithmetic.c arithmetic/arithmetic.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iarithmetic mv atc/lex.yy.c atc/lex.c ./mkdep adventure/setup.c adventure/setup.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure ./mkdep adventure/wizard.c adventure/wizard.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure ./mkdep adventure/vocab.c adventure/vocab.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure ./mkdep adventure/subr.c adventure/subr.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure ./mkdep adventure/save.c adventure/save.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure ./mkdep adventure/main.c adventure/main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure ./mkdep adventure/io.c adventure/io.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure ./mkdep adventure/init.c adventure/init.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure ./mkdep adventure/done.c adventure/done.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/setup.c -o adventure/setup.o ./mkdep adventure/crc.c adventure/crc.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure gcc hack/makedefs.o -o hack/makedefs mv atc/y.tab.c atc/grammar.c mv atc/y.tab.h atc/grammar.h hack/makedefs hack/def.objects.h >hack/hack.onames.h touch atc/grammar.h ./mkdep atc/lex.c atc/lex.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc ./mkdep atc/grammar.c atc/grammar.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc ./mkdep hack/rnd.c hack/rnd.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.zap.c hack/hack.zap.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.worn.c hack/hack.worn.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.worm.c hack/hack.worm.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.wizard.c hack/hack.wizard.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.wield.c hack/hack.wield.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.version.c hack/hack.version.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.vault.c hack/hack.vault.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.unix.c hack/hack.unix.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.u_init.c hack/hack.u_init.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.tty.c hack/hack.tty.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.trap.c hack/hack.trap.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.track.c hack/hack.track.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.topl.c hack/hack.topl.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.timeout.c hack/hack.timeout.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.termcap.c hack/hack.termcap.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.steal.c hack/hack.steal.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.shknam.c hack/hack.shknam.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.shk.c hack/hack.shk.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.search.c hack/hack.search.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.save.c hack/hack.save.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.rumors.c hack/hack.rumors.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.rip.c hack/hack.rip.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.read.c hack/hack.read.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.pri.c hack/hack.pri.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.potion.c hack/hack.potion.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.pager.c hack/hack.pager.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.options.c hack/hack.options.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.objnam.c hack/hack.objnam.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.o_init.c hack/hack.o_init.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.monst.c hack/hack.monst.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.mon.c hack/hack.mon.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.mkshop.c hack/hack.mkshop.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.mkobj.c hack/hack.mkobj.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.mkmaze.c hack/hack.mkmaze.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.mklev.c hack/hack.mklev.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.mhitu.c hack/hack.mhitu.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.makemon.c hack/hack.makemon.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.main.c hack/hack.main.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.lev.c hack/hack.lev.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.ioctl.c hack/hack.ioctl.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.invent.c hack/hack.invent.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.fight.c hack/hack.fight.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.engrave.c hack/hack.engrave.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.end.c hack/hack.end.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.eat.c hack/hack.eat.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.dog.c hack/hack.dog.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.do_wear.c hack/hack.do_wear.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.do_name.c hack/hack.do_name.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.do.c hack/hack.do.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.cmd.c hack/hack.cmd.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.c hack/hack.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.bones.c hack/hack.bones.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.apply.c hack/hack.apply.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/hack.Decl.c hack/hack.Decl.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack ./mkdep hack/alloc.c hack/alloc.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ihack gcc adventure/setup.o -o adventure/setup adventure/setup adventure/glorkz >adventure/data.c ./mkdep adventure/data.c adventure/data.d gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/crc.c -o adventure/crc.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/data.c -o adventure/data.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/done.c -o adventure/done.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/init.c -o adventure/init.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/io.c -o adventure/io.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/main.c -o adventure/main.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/save.c -o adventure/save.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/subr.c -o adventure/subr.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/vocab.c -o adventure/vocab.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iadventure -c adventure/wizard.c -o adventure/wizard.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Iarithmetic -c arithmetic/arithmetic.c -o arithmetic/arithmetic.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ilib -c lib/getprogname.c -o lib/getprogname.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc -c atc/extern.c -o atc/extern.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc -c atc/grammar.c -o atc/grammar.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc -c atc/graphics.c -o atc/graphics.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc -c atc/input.c -o atc/input.o adventure/save.c: In function 'save': adventure/save.c:146: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result adventure/save.c:150: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result adventure/save.c: In function 'restore': adventure/save.c:175: warning: ignoring return value of 'fread', declared with attribute warn_unused_result adventure/save.c:178: warning: ignoring return value of 'fread', declared with attribute warn_unused_result gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc -c atc/lex.c -o atc/lex.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc -c atc/list.c -o atc/list.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc -c atc/log.c -o atc/log.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc -c atc/main.c -o atc/main.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc -c atc/tunable.c -o atc/tunable.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DBSD -DYY_NO_UNPUT -Iinclude -Iatc -c atc/update.c -o atc/update.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ilib -c lib/strlcpy.c -o lib/strlcpy.o ./substscr g m atc/atc.6.in atc/atc.6 gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/backgammon -Ibackgammon/common_source -c backgammon/backgammon/extra.c -o backgammon/backgammon/extra.o Generating atc/atc.6 from atc/atc.6.in gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/backgammon -Ibackgammon/common_source -c backgammon/backgammon/main.c -o backgammon/backgammon/main.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/backgammon -Ibackgammon/common_source -c backgammon/backgammon/move.c -o backgammon/backgammon/move.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/backgammon -Ibackgammon/common_source -c backgammon/backgammon/text.c -o backgammon/backgammon/text.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/backgammon -Ibackgammon/common_source -c backgammon/backgammon/version.c -o backgammon/backgammon/version.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source -c backgammon/common_source/allow.c -o backgammon/common_source/allow.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source -c backgammon/common_source/board.c -o backgammon/common_source/board.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source -c backgammon/common_source/check.c -o backgammon/common_source/check.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source -c backgammon/common_source/fancy.c -o backgammon/common_source/fancy.o atc/log.c: In function 'log_score': atc/log.c:255: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source -c backgammon/common_source/init.c -o backgammon/common_source/init.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source -c backgammon/common_source/odds.c -o backgammon/common_source/odds.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source -c backgammon/common_source/one.c -o backgammon/common_source/one.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source -c backgammon/common_source/save.c -o backgammon/common_source/save.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source -c backgammon/common_source/subs.c -o backgammon/common_source/subs.o lex.yy.c: In function 'yylex': lex.l:76: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result lex.yy.c: In function 'yy_get_next_buffer': lex.yy.c:1118: warning: comparison between signed and unsigned integer expressions lex.l: At top level: lex.yy.c:1217: warning: 'yyunput' defined but not used lex.yy.c:1258: warning: 'input' defined but not used gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DEXEC_PATH=\"/usr/games/bin/backgammon\" -DTEACH_PATH=\"/usr/games/bin/teachgammon\" -Iinclude -Ibackgammon/common_source -c backgammon/common_source/table.c -o backgammon/common_source/table.o ./substscr g m backgammon/backgammon/backgammon.6.in backgammon/backgammon/backgammon.6 gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/teachgammon -Ibackgammon/common_source -c backgammon/teachgammon/data.c -o backgammon/teachgammon/data.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/teachgammon -Ibackgammon/common_source -c backgammon/teachgammon/teach.c -o backgammon/teachgammon/teach.o Generating backgammon/backgammon/backgammon.6 from backgammon/backgammon/backgammon.6.in gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/teachgammon -Ibackgammon/common_source -c backgammon/teachgammon/ttext1.c -o backgammon/teachgammon/ttext1.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/teachgammon -Ibackgammon/common_source -c backgammon/teachgammon/ttext2.c -o backgammon/teachgammon/ttext2.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DV7 -Iinclude -Ibackgammon/teachgammon -Ibackgammon/common_source -c backgammon/teachgammon/tutor.c -o backgammon/teachgammon/tutor.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibanner -c banner/banner.c -o banner/banner.o backgammon/common_source/save.c: In function 'save': backgammon/common_source/save.c:123: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c:124: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c:125: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c:126: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c:127: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c:128: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c:129: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c:130: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c:131: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c:132: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c:133: warning: ignoring return value of 'write', declared with attribute warn_unused_result backgammon/common_source/save.c: In function 'recover': backgammon/common_source/save.c:155: warning: ignoring return value of 'read', declared with attribute warn_unused_result backgammon/common_source/save.c:156: warning: ignoring return value of 'read', declared with attribute warn_unused_result backgammon/common_source/save.c:157: warning: ignoring return value of 'read', declared with attribute warn_unused_result backgammon/common_source/save.c:158: warning: ignoring return value of 'read', declared with attribute warn_unused_result backgammon/common_source/save.c:159: warning: ignoring return value of 'read', declared with attribute warn_unused_result backgammon/common_source/save.c:160: warning: ignoring return value of 'read', declared with attribute warn_unused_result backgammon/common_source/save.c:161: warning: ignoring return value of 'read', declared with attribute warn_unused_result backgammon/common_source/save.c:162: warning: ignoring return value of 'read', declared with attribute warn_unused_result backgammon/common_source/save.c:163: warning: ignoring return value of 'read', declared with attribute warn_unused_result backgammon/common_source/save.c:164: warning: ignoring return value of 'read', declared with attribute warn_unused_result backgammon/common_source/save.c:165: warning: ignoring return value of 'read', declared with attribute warn_unused_result gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/battlestar.c -o battlestar/battlestar.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/command1.c -o battlestar/command1.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/command2.c -o battlestar/command2.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/command3.c -o battlestar/command3.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/command4.c -o battlestar/command4.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/command5.c -o battlestar/command5.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/command6.c -o battlestar/command6.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/command7.c -o battlestar/command7.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/cypher.c -o battlestar/cypher.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/dayfile.c -o battlestar/dayfile.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/dayobjs.c -o battlestar/dayobjs.o backgammon/common_source/subs.c: In function 'errexit': backgammon/common_source/subs.c:67: warning: ignoring return value of 'write', declared with attribute warn_unused_result gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/fly.c -o battlestar/fly.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/getcom.c -o battlestar/getcom.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/globals.c -o battlestar/globals.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/init.c -o battlestar/init.o backgammon/common_source/fancy.c: In function 'newpos': backgammon/common_source/fancy.c:482: warning: ignoring return value of 'write', declared with attribute warn_unused_result gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/misc.c -o battlestar/misc.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/nightfile.c -o battlestar/nightfile.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/nightobjs.c -o battlestar/nightobjs.o banner/banner.c: In function 'main': banner/banner.c:1078: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/parse.c -o battlestar/parse.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/room.c -o battlestar/room.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/save.c -o battlestar/save.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibattlestar -c battlestar/words.c -o battlestar/words.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ilib -c lib/fgetln.c -o lib/fgetln.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Iinclude -Ibcd -c bcd/bcd.c -o bcd/bcd.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle -c boggle/boggle/bog.c -o boggle/boggle/bog.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle -c boggle/boggle/help.c -o boggle/boggle/help.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle -c boggle/boggle/mach.c -o boggle/boggle/mach.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle -c boggle/boggle/prtable.c -o boggle/boggle/prtable.o gcc -O2 -pipe -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -DNEW_STYLE -Iinclude -Iboggle/boggle -c boggle/boggle/timer.c -o boggle/boggle/timer.o In file included from boggle/boggle/help.c:49: boggle/boggle/extern.h:46: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here battlestar/save.c: In function 'restore': battlestar/save.c:56: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:57: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:58: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:59: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:62: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:63: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:65: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:66: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:67: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:68: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:69: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:70: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:71: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:72: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:73: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:74: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:75: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:76: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:77: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:78: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:79: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:80: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:81: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:82: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:83: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:84: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:85: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:86: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:87: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:88: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c:89: warning: ignoring return value of 'fread', declared with attribute warn_unused_result battlestar/save.c: In function 'save': battlestar/save.c:111: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:112: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:113: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:115: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:117: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:118: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:120: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:121: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:122: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:123: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:124: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:125: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:126: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:127: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:128: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:129: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:130: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:131: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:132: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:133: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:134: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:135: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:136: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:137: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:138: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:139: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:140: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:141: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:142: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:143: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:144: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result battlestar/save.c:145: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result make: *** [boggle/boggle/help.o] Error 1 make: *** Waiting for unfinished jobs.... battlestar/room.c: In function 'writedes': battlestar/room.c:61: warning: format not a string literal and no format arguments In file included from boggle/boggle/mach.c:63: boggle/boggle/extern.h:46: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here boggle/boggle/mach.c:171: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here make: *** [boggle/boggle/mach.o] Error 1 In file included from boggle/boggle/bog.c:59: boggle/boggle/extern.h:46: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here make: *** [boggle/boggle/bog.o] Error 1 In file included from boggle/boggle/prtable.c:45: boggle/boggle/extern.h:46: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here make: *** [boggle/boggle/prtable.o] Error 1 In file included from boggle/boggle/timer.c:56: boggle/boggle/extern.h:46: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here make: *** [boggle/boggle/timer.o] Error 1 battlestar/cypher.c: In function 'cypher': battlestar/cypher.c:390: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result battlestar/cypher.c:394: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result battlestar/cypher.c:398: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result battlestar/cypher.c:402: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result battlestar/cypher.c:406: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result battlestar/cypher.c:410: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result battlestar/cypher.c:414: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result battlestar/cypher.c:418: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result * * ERROR: games-misc/bsd-games-2.17-r3 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2725: Called die * The specific snippet of code: * emake OPTIMIZE="${CFLAGS}" || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/games-misc/bsd-games-2.17-r3:20090609-164510.log'. * The ebuild environment file is located at '/var/tmp/portage/games-misc/bsd-games-2.17-r3/temp/environment'. *