Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 04/05/2015, à 18:40

neokal

[RESOLU] compilation gengs , quitter avec la touche echap ...

Bonjour,
J'essai de compiler l'émulateur gengs en récupérant directement le code source depuis http://segaretro.org/Gens/GS?rdfrom=htt … irect%3Dno
Dans la doc il est précisé

3. Minimum System Software Requirements
Linux: [runtime requirements]
- SDL 1.2 (SDL 1.1.3 has been reported to work previously.)
- GTK+ 2.4
Linux: [build requirements]
- gcc 2.95
  - gcc 4.x recommended [there may be some unknown 2.95/3.x compatibility issues]
- nasm 2.05.1
- autoconf-2.63
- automake-1.10

J'ai donc installé les paquets
sudo apt-get install libgtk2.0-dev libsdl1.2-dev nasm gcc autoconf automake
Je suis sous lubuntu 14.10
Lors de ./configure j'obtient

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gawk... (cached) mawk
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gcc option to accept ISO C99... -std=gnu99
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X11... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.4.0... yes (version 2.24.25)
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.1.3... yes
checking for nasm... /usr/bin/nasm
checking for OpenGL support... yes
checking for system zlib... yes
checking for system libpng... yes
checking if libpng should be linked at compile time... yes
checking for gcc -fvisibility-inlines-hidden support... yes
checking for hash table type... TR1 unordered_map
checking whether gcc -std=gnu99 accepts -Wall... yes
checking whether g++ accepts -Wall... yes
checking whether gcc -std=gnu99 accepts -Wextra... yes
checking whether g++ accepts -Wextra... yes
checking whether /usr/bin/ld accepts --as-needed... yes
checking whether /usr/bin/ld accepts --hash-style=both... yes
checking for clock_gettime in -lrt... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for int8_t... yes
checking for mode_t... yes
checking for C/C++ restrict keyword... __restrict
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for ptrdiff_t... yes
checking for strdup... yes
checking for strsep... yes
checking for strlcpy... no
checking for strlcat... no
checking for sigaction... yes
checking for X... libraries , headers 
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for pow... no
checking for rint... no
checking for setenv... yes
checking for sqrt... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for iconv... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating images/Makefile
config.status: creating xdg/Makefile
config.status: creating src/Makefile
config.status: creating src/extlib/Makefile
config.status: creating src/extlib/libpng/Makefile
config.status: creating src/extlib/lzma/Makefile
config.status: creating src/extlib/minizip/Makefile
config.status: creating src/extlib/mp3_dec/Makefile
config.status: creating src/extlib/zlib/Makefile
config.status: creating src/starscream/Makefile
config.status: creating src/mdZ80/Makefile
config.status: creating src/libgsft/Makefile
config.status: creating src/cbob/Makefile
config.status: creating src/gens/Makefile
config.status: creating src/gens/plugins/Makefile
config.status: creating src/gens/plugins/render/Makefile
config.status: creating src/gens/plugins/render/double/Makefile
config.status: creating src/gens/plugins/render/normal/Makefile
config.status: creating src/gens/fw/Makefile
config.status: creating src/mdp/Makefile
config.status: creating src/mdp/mdp_test/Makefile
config.status: creating src/mdp/misc/Makefile
config.status: creating src/mdp/misc/game_genie/Makefile
config.status: creating src/mdp/misc/ips_patcher/Makefile
config.status: creating src/mdp/misc/sgens/Makefile
config.status: creating src/mdp/misc/vdp_layer_options/Makefile
config.status: creating src/mdp/render/2xsai/Makefile
config.status: creating src/mdp/render/Makefile
config.status: creating src/mdp/render/blargg_ntsc/Makefile
config.status: creating src/mdp/render/epx/Makefile
config.status: creating src/mdp/render/epx_plus/Makefile
config.status: creating src/mdp/render/hq2x/Makefile
config.status: creating src/mdp/render/hq3x/Makefile
config.status: creating src/mdp/render/hq4x/Makefile
config.status: creating src/mdp/render/interpolated/Makefile
config.status: creating src/mdp/render/interpolated_scanline/Makefile
config.status: creating src/mdp/render/interpolated_scanline_25/Makefile
config.status: creating src/mdp/render/interpolated_scanline_50/Makefile
config.status: creating src/mdp/render/scale2x/Makefile
config.status: creating src/mdp/render/scale3x/Makefile
config.status: creating src/mdp/render/scale4x/Makefile
config.status: creating src/mdp/render/scanline/Makefile
config.status: creating src/mdp/render/scanline_25/Makefile
config.status: creating src/mdp/render/scanline_50/Makefile
config.status: creating src/mdp/render/super_2xsai/Makefile
config.status: creating src/mdp/render/super_eagle/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Et make renvoi

/bin/bash ./git_version.sh -k -s . -o git_version.h
make  all-recursive
make[1]: Entering directory '/home/neokal/Bureau/gens'
Making all in doc
make[2]: Entering directory '/home/neokal/Bureau/gens/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/neokal/Bureau/gens/doc'
Making all in images
make[2]: Entering directory '/home/neokal/Bureau/gens/images'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/neokal/Bureau/gens/images'
Making all in xdg
make[2]: Entering directory '/home/neokal/Bureau/gens/xdg'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/neokal/Bureau/gens/xdg'
Making all in src
make[2]: Entering directory '/home/neokal/Bureau/gens/src'
Making all in extlib
make[3]: Entering directory '/home/neokal/Bureau/gens/src/extlib'
Making all in minizip
make[4]: Entering directory '/home/neokal/Bureau/gens/src/extlib/minizip'
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT libminizip_la-ioapi.lo -MD -MP -MF .deps/libminizip_la-ioapi.Tpo -c -o libminizip_la-ioapi.lo `test -f 'ioapi.c' || echo './'`ioapi.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT libminizip_la-ioapi.lo -MD -MP -MF .deps/libminizip_la-ioapi.Tpo -c ioapi.c -o libminizip_la-ioapi.o
mv -f .deps/libminizip_la-ioapi.Tpo .deps/libminizip_la-ioapi.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT libminizip_la-unzip.lo -MD -MP -MF .deps/libminizip_la-unzip.Tpo -c -o libminizip_la-unzip.lo `test -f 'unzip.c' || echo './'`unzip.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT libminizip_la-unzip.lo -MD -MP -MF .deps/libminizip_la-unzip.Tpo -c unzip.c -o libminizip_la-unzip.o
mv -f .deps/libminizip_la-unzip.Tpo .deps/libminizip_la-unzip.Plo
/bin/bash ../../../libtool --tag=CC   --mode=link gcc -std=gnu99 -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -Wl,--as-needed -Wl,--hash-style=both   -static  -o libminizip.la  libminizip_la-ioapi.lo libminizip_la-unzip.lo  
libtool: link: ar cru .libs/libminizip.a  libminizip_la-ioapi.o libminizip_la-unzip.o
libtool: link: ranlib .libs/libminizip.a
libtool: link: ( cd ".libs" && rm -f "libminizip.la" && ln -s "../libminizip.la" "libminizip.la" )
make[4]: Leaving directory '/home/neokal/Bureau/gens/src/extlib/minizip'
Making all in mp3_dec
make[4]: Entering directory '/home/neokal/Bureau/gens/src/extlib/mp3_dec'
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmp3_dec_la-common.lo -MD -MP -MF .deps/libmp3_dec_la-common.Tpo -c -o libmp3_dec_la-common.lo `test -f 'common.c' || echo './'`common.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -g -O2 -MT libmp3_dec_la-common.lo -MD -MP -MF .deps/libmp3_dec_la-common.Tpo -c common.c -o libmp3_dec_la-common.o
mv -f .deps/libmp3_dec_la-common.Tpo .deps/libmp3_dec_la-common.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmp3_dec_la-dct64_i386.lo -MD -MP -MF .deps/libmp3_dec_la-dct64_i386.Tpo -c -o libmp3_dec_la-dct64_i386.lo `test -f 'dct64_i386.c' || echo './'`dct64_i386.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -g -O2 -MT libmp3_dec_la-dct64_i386.lo -MD -MP -MF .deps/libmp3_dec_la-dct64_i386.Tpo -c dct64_i386.c -o libmp3_dec_la-dct64_i386.o
mv -f .deps/libmp3_dec_la-dct64_i386.Tpo .deps/libmp3_dec_la-dct64_i386.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmp3_dec_la-decode_i386.lo -MD -MP -MF .deps/libmp3_dec_la-decode_i386.Tpo -c -o libmp3_dec_la-decode_i386.lo `test -f 'decode_i386.c' || echo './'`decode_i386.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -g -O2 -MT libmp3_dec_la-decode_i386.lo -MD -MP -MF .deps/libmp3_dec_la-decode_i386.Tpo -c decode_i386.c -o libmp3_dec_la-decode_i386.o
mv -f .deps/libmp3_dec_la-decode_i386.Tpo .deps/libmp3_dec_la-decode_i386.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmp3_dec_la-interface.lo -MD -MP -MF .deps/libmp3_dec_la-interface.Tpo -c -o libmp3_dec_la-interface.lo `test -f 'interface.c' || echo './'`interface.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -g -O2 -MT libmp3_dec_la-interface.lo -MD -MP -MF .deps/libmp3_dec_la-interface.Tpo -c interface.c -o libmp3_dec_la-interface.o
mv -f .deps/libmp3_dec_la-interface.Tpo .deps/libmp3_dec_la-interface.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmp3_dec_la-layer3.lo -MD -MP -MF .deps/libmp3_dec_la-layer3.Tpo -c -o libmp3_dec_la-layer3.lo `test -f 'layer3.c' || echo './'`layer3.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -g -O2 -MT libmp3_dec_la-layer3.lo -MD -MP -MF .deps/libmp3_dec_la-layer3.Tpo -c layer3.c -o libmp3_dec_la-layer3.o
mv -f .deps/libmp3_dec_la-layer3.Tpo .deps/libmp3_dec_la-layer3.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmp3_dec_la-tabinit.lo -MD -MP -MF .deps/libmp3_dec_la-tabinit.Tpo -c -o libmp3_dec_la-tabinit.lo `test -f 'tabinit.c' || echo './'`tabinit.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -g -O2 -MT libmp3_dec_la-tabinit.lo -MD -MP -MF .deps/libmp3_dec_la-tabinit.Tpo -c tabinit.c -o libmp3_dec_la-tabinit.o
mv -f .deps/libmp3_dec_la-tabinit.Tpo .deps/libmp3_dec_la-tabinit.Plo
/bin/bash ../../../libtool --tag=CC   --mode=link gcc -std=gnu99 -Wall -Wextra -O0 -ggdb  -static -g -O2 -Wl,--as-needed -Wl,--hash-style=both   -static  -o libmp3_dec.la  libmp3_dec_la-common.lo libmp3_dec_la-dct64_i386.lo libmp3_dec_la-decode_i386.lo libmp3_dec_la-interface.lo libmp3_dec_la-layer3.lo libmp3_dec_la-tabinit.lo  
libtool: link: ar cru .libs/libmp3_dec.a  libmp3_dec_la-common.o libmp3_dec_la-dct64_i386.o libmp3_dec_la-decode_i386.o libmp3_dec_la-interface.o libmp3_dec_la-layer3.o libmp3_dec_la-tabinit.o
libtool: link: ranlib .libs/libmp3_dec.a
libtool: link: ( cd ".libs" && rm -f "libmp3_dec.la" && ln -s "../libmp3_dec.la" "libmp3_dec.la" )
make[4]: Leaving directory '/home/neokal/Bureau/gens/src/extlib/mp3_dec'
Making all in lzma
make[4]: Entering directory '/home/neokal/Bureau/gens/src/extlib/lzma'
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT liblzma_la-7zBuf.lo -MD -MP -MF .deps/liblzma_la-7zBuf.Tpo -c -o liblzma_la-7zBuf.lo `test -f '7zBuf.c' || echo './'`7zBuf.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT liblzma_la-7zBuf.lo -MD -MP -MF .deps/liblzma_la-7zBuf.Tpo -c 7zBuf.c -o liblzma_la-7zBuf.o
mv -f .deps/liblzma_la-7zBuf.Tpo .deps/liblzma_la-7zBuf.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT liblzma_la-7zBuf2.lo -MD -MP -MF .deps/liblzma_la-7zBuf2.Tpo -c -o liblzma_la-7zBuf2.lo `test -f '7zBuf2.c' || echo './'`7zBuf2.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT liblzma_la-7zBuf2.lo -MD -MP -MF .deps/liblzma_la-7zBuf2.Tpo -c 7zBuf2.c -o liblzma_la-7zBuf2.o
mv -f .deps/liblzma_la-7zBuf2.Tpo .deps/liblzma_la-7zBuf2.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT liblzma_la-7zCrc.lo -MD -MP -MF .deps/liblzma_la-7zCrc.Tpo -c -o liblzma_la-7zCrc.lo `test -f '7zCrc.c' || echo './'`7zCrc.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT liblzma_la-7zCrc.lo -MD -MP -MF .deps/liblzma_la-7zCrc.Tpo -c 7zCrc.c -o liblzma_la-7zCrc.o
mv -f .deps/liblzma_la-7zCrc.Tpo .deps/liblzma_la-7zCrc.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT liblzma_la-7zFile.lo -MD -MP -MF .deps/liblzma_la-7zFile.Tpo -c -o liblzma_la-7zFile.lo `test -f '7zFile.c' || echo './'`7zFile.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT liblzma_la-7zFile.lo -MD -MP -MF .deps/liblzma_la-7zFile.Tpo -c 7zFile.c -o liblzma_la-7zFile.o
mv -f .deps/liblzma_la-7zFile.Tpo .deps/liblzma_la-7zFile.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT liblzma_la-7zStream.lo -MD -MP -MF .deps/liblzma_la-7zStream.Tpo -c -o liblzma_la-7zStream.lo `test -f '7zStream.c' || echo './'`7zStream.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT liblzma_la-7zStream.lo -MD -MP -MF .deps/liblzma_la-7zStream.Tpo -c 7zStream.c -o liblzma_la-7zStream.o
mv -f .deps/liblzma_la-7zStream.Tpo .deps/liblzma_la-7zStream.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT liblzma_la-Bcj2.lo -MD -MP -MF .deps/liblzma_la-Bcj2.Tpo -c -o liblzma_la-Bcj2.lo `test -f 'Bcj2.c' || echo './'`Bcj2.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT liblzma_la-Bcj2.lo -MD -MP -MF .deps/liblzma_la-Bcj2.Tpo -c Bcj2.c -o liblzma_la-Bcj2.o
mv -f .deps/liblzma_la-Bcj2.Tpo .deps/liblzma_la-Bcj2.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT liblzma_la-Bra86.lo -MD -MP -MF .deps/liblzma_la-Bra86.Tpo -c -o liblzma_la-Bra86.lo `test -f 'Bra86.c' || echo './'`Bra86.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT liblzma_la-Bra86.lo -MD -MP -MF .deps/liblzma_la-Bra86.Tpo -c Bra86.c -o liblzma_la-Bra86.o
mv -f .deps/liblzma_la-Bra86.Tpo .deps/liblzma_la-Bra86.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT liblzma_la-LzmaDec.lo -MD -MP -MF .deps/liblzma_la-LzmaDec.Tpo -c -o liblzma_la-LzmaDec.lo `test -f 'LzmaDec.c' || echo './'`LzmaDec.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT liblzma_la-LzmaDec.lo -MD -MP -MF .deps/liblzma_la-LzmaDec.Tpo -c LzmaDec.c -o liblzma_la-LzmaDec.o
mv -f .deps/liblzma_la-LzmaDec.Tpo .deps/liblzma_la-LzmaDec.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zAlloc.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zAlloc.Tpo -c -o Archive/7z/liblzma_la-7zAlloc.lo `test -f 'Archive/7z/7zAlloc.c' || echo './'`Archive/7z/7zAlloc.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zAlloc.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zAlloc.Tpo -c Archive/7z/7zAlloc.c -o Archive/7z/liblzma_la-7zAlloc.o
mv -f Archive/7z/.deps/liblzma_la-7zAlloc.Tpo Archive/7z/.deps/liblzma_la-7zAlloc.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zDecode.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zDecode.Tpo -c -o Archive/7z/liblzma_la-7zDecode.lo `test -f 'Archive/7z/7zDecode.c' || echo './'`Archive/7z/7zDecode.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zDecode.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zDecode.Tpo -c Archive/7z/7zDecode.c -o Archive/7z/liblzma_la-7zDecode.o
mv -f Archive/7z/.deps/liblzma_la-7zDecode.Tpo Archive/7z/.deps/liblzma_la-7zDecode.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zExtract.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zExtract.Tpo -c -o Archive/7z/liblzma_la-7zExtract.lo `test -f 'Archive/7z/7zExtract.c' || echo './'`Archive/7z/7zExtract.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zExtract.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zExtract.Tpo -c Archive/7z/7zExtract.c -o Archive/7z/liblzma_la-7zExtract.o
mv -f Archive/7z/.deps/liblzma_la-7zExtract.Tpo Archive/7z/.deps/liblzma_la-7zExtract.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zHeader.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zHeader.Tpo -c -o Archive/7z/liblzma_la-7zHeader.lo `test -f 'Archive/7z/7zHeader.c' || echo './'`Archive/7z/7zHeader.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zHeader.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zHeader.Tpo -c Archive/7z/7zHeader.c -o Archive/7z/liblzma_la-7zHeader.o
mv -f Archive/7z/.deps/liblzma_la-7zHeader.Tpo Archive/7z/.deps/liblzma_la-7zHeader.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zIn.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zIn.Tpo -c -o Archive/7z/liblzma_la-7zIn.lo `test -f 'Archive/7z/7zIn.c' || echo './'`Archive/7z/7zIn.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zIn.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zIn.Tpo -c Archive/7z/7zIn.c -o Archive/7z/liblzma_la-7zIn.o
mv -f Archive/7z/.deps/liblzma_la-7zIn.Tpo Archive/7z/.deps/liblzma_la-7zIn.Plo
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zItem.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zItem.Tpo -c -o Archive/7z/liblzma_la-7zItem.lo `test -f 'Archive/7z/7zItem.c' || echo './'`Archive/7z/7zItem.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT Archive/7z/liblzma_la-7zItem.lo -MD -MP -MF Archive/7z/.deps/liblzma_la-7zItem.Tpo -c Archive/7z/7zItem.c -o Archive/7z/liblzma_la-7zItem.o
mv -f Archive/7z/.deps/liblzma_la-7zItem.Tpo Archive/7z/.deps/liblzma_la-7zItem.Plo
/bin/bash ../../../libtool --tag=CC   --mode=link gcc -std=gnu99 -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -Wl,--as-needed -Wl,--hash-style=both   -static  -o liblzma.la  liblzma_la-7zBuf.lo liblzma_la-7zBuf2.lo liblzma_la-7zCrc.lo liblzma_la-7zFile.lo liblzma_la-7zStream.lo liblzma_la-Bcj2.lo liblzma_la-Bra86.lo liblzma_la-LzmaDec.lo Archive/7z/liblzma_la-7zAlloc.lo Archive/7z/liblzma_la-7zDecode.lo Archive/7z/liblzma_la-7zExtract.lo Archive/7z/liblzma_la-7zHeader.lo Archive/7z/liblzma_la-7zIn.lo Archive/7z/liblzma_la-7zItem.lo  
libtool: link: ar cru .libs/liblzma.a  liblzma_la-7zBuf.o liblzma_la-7zBuf2.o liblzma_la-7zCrc.o liblzma_la-7zFile.o liblzma_la-7zStream.o liblzma_la-Bcj2.o liblzma_la-Bra86.o liblzma_la-LzmaDec.o Archive/7z/liblzma_la-7zAlloc.o Archive/7z/liblzma_la-7zDecode.o Archive/7z/liblzma_la-7zExtract.o Archive/7z/liblzma_la-7zHeader.o Archive/7z/liblzma_la-7zIn.o Archive/7z/liblzma_la-7zItem.o
libtool: link: ranlib .libs/liblzma.a
libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" )
make[4]: Leaving directory '/home/neokal/Bureau/gens/src/extlib/lzma'
make[4]: Entering directory '/home/neokal/Bureau/gens/src/extlib'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/neokal/Bureau/gens/src/extlib'
make[3]: Leaving directory '/home/neokal/Bureau/gens/src/extlib'
Making all in starscream
make[3]: Entering directory '/home/neokal/Bureau/gens/src/starscream'
gcc -o star_m68k ./star_m68k.c
./star_m68k main68k.asm -hog -name main68k_
gcc -o star_s68k ./star_s68k.c
./star_s68k sub68k.asm -hog -name sub68k_
make  all-am
make[4]: Entering directory '/home/neokal/Bureau/gens/src/starscream'
/bin/bash ../../libtool  --mode=compile --tag=ASM /bin/bash '../../strip_fPIC.sh' /usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels main68k.asm -o main68k.lo
libtool: compile:  /bin/bash ../../strip_fPIC.sh /usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels main68k.asm  -fPIC -DPIC -o .libs/main68k.o
/usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels main68k.asm -D __PIC -o .libs/main68k.o
libtool: compile:  /bin/bash ../../strip_fPIC.sh /usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels main68k.asm -o main68k.o >/dev/null 2>&1
/bin/bash ../../libtool  --mode=compile --tag=ASM /bin/bash '../../strip_fPIC.sh' /usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels sub68k.asm -o sub68k.lo
libtool: compile:  /bin/bash ../../strip_fPIC.sh /usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels sub68k.asm  -fPIC -DPIC -o .libs/sub68k.o
/usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels sub68k.asm -D __PIC -o .libs/sub68k.o
libtool: compile:  /bin/bash ../../strip_fPIC.sh /usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels sub68k.asm -o sub68k.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..    -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libstarscream_la-dummy.lo -MD -MP -MF .deps/libstarscream_la-dummy.Tpo -c -o libstarscream_la-dummy.lo `test -f 'dummy.c' || echo './'`dummy.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -Wall -Wextra -O0 -ggdb -g -O2 -MT libstarscream_la-dummy.lo -MD -MP -MF .deps/libstarscream_la-dummy.Tpo -c dummy.c -o libstarscream_la-dummy.o
mv -f .deps/libstarscream_la-dummy.Tpo .deps/libstarscream_la-dummy.Plo
/bin/bash ../../libtool --tag=CC   --mode=link gcc -std=gnu99 -Wall -Wextra -O0 -ggdb  -static -g -O2 -Wl,--as-needed -Wl,--hash-style=both   -static  -o libstarscream.la  main68k.lo sub68k.lo libstarscream_la-dummy.lo  
libtool: link: ar cru .libs/libstarscream.a  main68k.o sub68k.o libstarscream_la-dummy.o
libtool: link: ranlib .libs/libstarscream.a
libtool: link: ( cd ".libs" && rm -f "libstarscream.la" && ln -s "../libstarscream.la" "libstarscream.la" )
make[4]: Leaving directory '/home/neokal/Bureau/gens/src/starscream'
make[3]: Leaving directory '/home/neokal/Bureau/gens/src/starscream'
Making all in mdZ80
make[3]: Entering directory '/home/neokal/Bureau/gens/src/mdZ80'
/bin/bash ../../libtool  --mode=compile --tag=ASM /bin/bash '../../strip_fPIC.sh' /usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels mdZ80_x86.asm -o mdZ80_x86.lo
libtool: compile:  /bin/bash ../../strip_fPIC.sh /usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels mdZ80_x86.asm  -fPIC -DPIC -o .libs/mdZ80_x86.o
/usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels mdZ80_x86.asm -D __PIC -o .libs/mdZ80_x86.o
libtool: compile:  /bin/bash ../../strip_fPIC.sh /usr/bin/nasm -O99 -f elf -D __GCC2 -g -F dwarf -I../../src/ -w-orphan-labels mdZ80_x86.asm -o mdZ80_x86.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/   -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmdZ80_la-mdZ80.lo -MD -MP -MF .deps/libmdZ80_la-mdZ80.Tpo -c -o libmdZ80_la-mdZ80.lo `test -f 'mdZ80.c' || echo './'`mdZ80.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/ -Wall -Wextra -O0 -ggdb -g -O2 -MT libmdZ80_la-mdZ80.lo -MD -MP -MF .deps/libmdZ80_la-mdZ80.Tpo -c mdZ80.c -o libmdZ80_la-mdZ80.o
mv -f .deps/libmdZ80_la-mdZ80.Tpo .deps/libmdZ80_la-mdZ80.Plo
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/   -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmdZ80_la-mdZ80_DAA.lo -MD -MP -MF .deps/libmdZ80_la-mdZ80_DAA.Tpo -c -o libmdZ80_la-mdZ80_DAA.lo `test -f 'mdZ80_DAA.c' || echo './'`mdZ80_DAA.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/ -Wall -Wextra -O0 -ggdb -g -O2 -MT libmdZ80_la-mdZ80_DAA.lo -MD -MP -MF .deps/libmdZ80_la-mdZ80_DAA.Tpo -c mdZ80_DAA.c -o libmdZ80_la-mdZ80_DAA.o
mv -f .deps/libmdZ80_la-mdZ80_DAA.Tpo .deps/libmdZ80_la-mdZ80_DAA.Plo
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/   -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmdZ80_la-mdZ80_INC_DEC.lo -MD -MP -MF .deps/libmdZ80_la-mdZ80_INC_DEC.Tpo -c -o libmdZ80_la-mdZ80_INC_DEC.lo `test -f 'mdZ80_INC_DEC.c' || echo './'`mdZ80_INC_DEC.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/ -Wall -Wextra -O0 -ggdb -g -O2 -MT libmdZ80_la-mdZ80_INC_DEC.lo -MD -MP -MF .deps/libmdZ80_la-mdZ80_INC_DEC.Tpo -c mdZ80_INC_DEC.c -o libmdZ80_la-mdZ80_INC_DEC.o
mv -f .deps/libmdZ80_la-mdZ80_INC_DEC.Tpo .deps/libmdZ80_la-mdZ80_INC_DEC.Plo
/bin/bash ../../libtool --tag=CC   --mode=link gcc -std=gnu99 -Wall -Wextra -O0 -ggdb  -static -g -O2 -Wl,--as-needed -Wl,--hash-style=both   -static  -o libmdZ80.la  mdZ80_x86.lo libmdZ80_la-mdZ80.lo libmdZ80_la-mdZ80_DAA.lo libmdZ80_la-mdZ80_INC_DEC.lo  
libtool: link: ar cru .libs/libmdZ80.a  mdZ80_x86.o libmdZ80_la-mdZ80.o libmdZ80_la-mdZ80_DAA.o libmdZ80_la-mdZ80_INC_DEC.o
libtool: link: ranlib .libs/libmdZ80.a
libtool: link: ( cd ".libs" && rm -f "libmdZ80.la" && ln -s "../libmdZ80.la" "libmdZ80.la" )
make[3]: Leaving directory '/home/neokal/Bureau/gens/src/mdZ80'
Making all in libgsft
make[3]: Entering directory '/home/neokal/Bureau/gens/src/libgsft'
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT libgsft_la-gsft_byteswap.lo -MD -MP -MF .deps/libgsft_la-gsft_byteswap.Tpo -c -o libgsft_la-gsft_byteswap.lo `test -f 'gsft_byteswap.c' || echo './'`gsft_byteswap.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT libgsft_la-gsft_byteswap.lo -MD -MP -MF .deps/libgsft_la-gsft_byteswap.Tpo -c gsft_byteswap.c -o libgsft_la-gsft_byteswap.o
mv -f .deps/libgsft_la-gsft_byteswap.Tpo .deps/libgsft_la-gsft_byteswap.Plo
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT libgsft_la-gsft_file.lo -MD -MP -MF .deps/libgsft_la-gsft_file.Tpo -c -o libgsft_la-gsft_file.lo `test -f 'gsft_file.c' || echo './'`gsft_file.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT libgsft_la-gsft_file.lo -MD -MP -MF .deps/libgsft_la-gsft_file.Tpo -c gsft_file.c -o libgsft_la-gsft_file.o
mv -f .deps/libgsft_la-gsft_file.Tpo .deps/libgsft_la-gsft_file.Plo
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT libgsft_la-strlcpy.lo -MD -MP -MF .deps/libgsft_la-strlcpy.Tpo -c -o libgsft_la-strlcpy.lo `test -f 'strlcpy.c' || echo './'`strlcpy.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT libgsft_la-strlcpy.lo -MD -MP -MF .deps/libgsft_la-strlcpy.Tpo -c strlcpy.c -o libgsft_la-strlcpy.o
mv -f .deps/libgsft_la-strlcpy.Tpo .deps/libgsft_la-strlcpy.Plo
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT libgsft_la-strlcat.lo -MD -MP -MF .deps/libgsft_la-strlcat.Tpo -c -o libgsft_la-strlcat.lo `test -f 'strlcat.c' || echo './'`strlcat.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT libgsft_la-strlcat.lo -MD -MP -MF .deps/libgsft_la-strlcat.Tpo -c strlcat.c -o libgsft_la-strlcat.o
mv -f .deps/libgsft_la-strlcat.Tpo .deps/libgsft_la-strlcat.Plo
/bin/bash ../../libtool --tag=CC   --mode=link gcc -std=gnu99 -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -Wl,--as-needed -Wl,--hash-style=both   -static  -o libgsft.la  libgsft_la-gsft_byteswap.lo libgsft_la-gsft_file.lo   libgsft_la-strlcpy.lo libgsft_la-strlcat.lo  
libtool: link: ar cru .libs/libgsft.a  libgsft_la-gsft_byteswap.o libgsft_la-gsft_file.o libgsft_la-strlcpy.o libgsft_la-strlcat.o
libtool: link: ranlib .libs/libgsft.a
libtool: link: ( cd ".libs" && rm -f "libgsft.la" && ln -s "../libgsft.la" "libgsft.la" )
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -MT libgsft_png_la-gsft_png.lo -MD -MP -MF .deps/libgsft_png_la-gsft_png.Tpo -c -o libgsft_png_la-gsft_png.lo `test -f 'gsft_png.c' || echo './'`gsft_png.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -Wall -Wextra -O0 -ggdb -O3 -funroll-loops -g -O2 -MT libgsft_png_la-gsft_png.lo -MD -MP -MF .deps/libgsft_png_la-gsft_png.Tpo -c gsft_png.c -o libgsft_png_la-gsft_png.o
mv -f .deps/libgsft_png_la-gsft_png.Tpo .deps/libgsft_png_la-gsft_png.Plo
/bin/bash ../../libtool --tag=CC   --mode=link gcc -std=gnu99 -Wall -Wextra -O0 -ggdb  -static -O3 -funroll-loops -g -O2 -Wl,--as-needed -Wl,--hash-style=both   -static  -o libgsft_png.la  libgsft_png_la-gsft_png.lo  -lpng  
libtool: link: ar cru .libs/libgsft_png.a  libgsft_png_la-gsft_png.o
libtool: link: ranlib .libs/libgsft_png.a
libtool: link: ( cd ".libs" && rm -f "libgsft_png.la" && ln -s "../libgsft_png.la" "libgsft_png.la" )
make[3]: Leaving directory '/home/neokal/Bureau/gens/src/libgsft'
Making all in cbob
make[3]: Entering directory '/home/neokal/Bureau/gens/src/cbob'
gcc -o cbob.o -c ./cbob.c
gcc -o cbob cbob.o
make[3]: Leaving directory '/home/neokal/Bureau/gens/src/cbob'
Making all in gens
make[3]: Entering directory '/home/neokal/Bureau/gens/src/gens'
Making all in plugins
make[4]: Entering directory '/home/neokal/Bureau/gens/src/gens/plugins'
Making all in render
make[5]: Entering directory '/home/neokal/Bureau/gens/src/gens/plugins/render'
Making all in normal
make[6]: Entering directory '/home/neokal/Bureau/gens/src/gens/plugins/render/normal'
/bin/bash ../../../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/   -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmdp_render_1x_la-mdp_render_1x_plugin.lo -MD -MP -MF .deps/libmdp_render_1x_la-mdp_render_1x_plugin.Tpo -c -o libmdp_render_1x_la-mdp_render_1x_plugin.lo `test -f 'mdp_render_1x_plugin.c' || echo './'`mdp_render_1x_plugin.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -Wall -Wextra -O0 -ggdb -g -O2 -MT libmdp_render_1x_la-mdp_render_1x_plugin.lo -MD -MP -MF .deps/libmdp_render_1x_la-mdp_render_1x_plugin.Tpo -c mdp_render_1x_plugin.c -o libmdp_render_1x_la-mdp_render_1x_plugin.o
mv -f .deps/libmdp_render_1x_la-mdp_render_1x_plugin.Tpo .deps/libmdp_render_1x_la-mdp_render_1x_plugin.Plo
/bin/bash ../../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/   -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -static -g -O2 -MT libmdp_render_1x_la-mdp_render_1x.lo -MD -MP -MF .deps/libmdp_render_1x_la-mdp_render_1x.Tpo -c -o libmdp_render_1x_la-mdp_render_1x.lo `test -f 'mdp_render_1x.cpp' || echo './'`mdp_render_1x.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -Wall -Wextra -O0 -ggdb -fvisibility-inlines-hidden -g -O2 -MT libmdp_render_1x_la-mdp_render_1x.lo -MD -MP -MF .deps/libmdp_render_1x_la-mdp_render_1x.Tpo -c mdp_render_1x.cpp -o libmdp_render_1x_la-mdp_render_1x.o
mv -f .deps/libmdp_render_1x_la-mdp_render_1x.Tpo .deps/libmdp_render_1x_la-mdp_render_1x.Plo
/bin/bash ../../../../../libtool   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/   -I../../../../../src/ -g -O2 -MT libmdp_render_1x_la-mdp_render_1x_16_x86.lo -MD -MP -MF .deps/libmdp_render_1x_la-mdp_render_1x_16_x86.Tpo -c -o libmdp_render_1x_la-mdp_render_1x_16_x86.lo `test -f 'mdp_render_1x_16_x86.S' || echo './'`mdp_render_1x_16_x86.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -I../../../../../src/ -g -O2 -MT libmdp_render_1x_la-mdp_render_1x_16_x86.lo -MD -MP -MF .deps/libmdp_render_1x_la-mdp_render_1x_16_x86.Tpo -c mdp_render_1x_16_x86.S  -fPIC -DPIC -o .libs/libmdp_render_1x_la-mdp_render_1x_16_x86.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -I../../../../../src/ -g -O2 -MT libmdp_render_1x_la-mdp_render_1x_16_x86.lo -MD -MP -MF .deps/libmdp_render_1x_la-mdp_render_1x_16_x86.Tpo -c mdp_render_1x_16_x86.S -o libmdp_render_1x_la-mdp_render_1x_16_x86.o >/dev/null 2>&1
mv -f .deps/libmdp_render_1x_la-mdp_render_1x_16_x86.Tpo .deps/libmdp_render_1x_la-mdp_render_1x_16_x86.Plo
/bin/bash ../../../../../libtool   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/   -I../../../../../src/ -g -O2 -MT libmdp_render_1x_la-mdp_render_1x_32_x86.lo -MD -MP -MF .deps/libmdp_render_1x_la-mdp_render_1x_32_x86.Tpo -c -o libmdp_render_1x_la-mdp_render_1x_32_x86.lo `test -f 'mdp_render_1x_32_x86.S' || echo './'`mdp_render_1x_32_x86.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -I../../../../../src/ -g -O2 -MT libmdp_render_1x_la-mdp_render_1x_32_x86.lo -MD -MP -MF .deps/libmdp_render_1x_la-mdp_render_1x_32_x86.Tpo -c mdp_render_1x_32_x86.S  -fPIC -DPIC -o .libs/libmdp_render_1x_la-mdp_render_1x_32_x86.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -I../../../../../src/ -g -O2 -MT libmdp_render_1x_la-mdp_render_1x_32_x86.lo -MD -MP -MF .deps/libmdp_render_1x_la-mdp_render_1x_32_x86.Tpo -c mdp_render_1x_32_x86.S -o libmdp_render_1x_la-mdp_render_1x_32_x86.o >/dev/null 2>&1
mv -f .deps/libmdp_render_1x_la-mdp_render_1x_32_x86.Tpo .deps/libmdp_render_1x_la-mdp_render_1x_32_x86.Plo
/bin/bash ../../../../../libtool --tag=CXX   --mode=link g++ -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -static -g -O2 -Wl,--as-needed -Wl,--hash-style=both   -static  -o libmdp_render_1x.la  libmdp_render_1x_la-mdp_render_1x_plugin.lo libmdp_render_1x_la-mdp_render_1x.lo libmdp_render_1x_la-mdp_render_1x_16_x86.lo libmdp_render_1x_la-mdp_render_1x_32_x86.lo  
libtool: link: ar cru .libs/libmdp_render_1x.a  libmdp_render_1x_la-mdp_render_1x_plugin.o libmdp_render_1x_la-mdp_render_1x.o libmdp_render_1x_la-mdp_render_1x_16_x86.o libmdp_render_1x_la-mdp_render_1x_32_x86.o
libtool: link: ranlib .libs/libmdp_render_1x.a
libtool: link: ( cd ".libs" && rm -f "libmdp_render_1x.la" && ln -s "../libmdp_render_1x.la" "libmdp_render_1x.la" )
make[6]: Leaving directory '/home/neokal/Bureau/gens/src/gens/plugins/render/normal'
Making all in double
make[6]: Entering directory '/home/neokal/Bureau/gens/src/gens/plugins/render/double'
/bin/bash ../../../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/   -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libmdp_render_2x_la-mdp_render_2x_plugin.lo -MD -MP -MF .deps/libmdp_render_2x_la-mdp_render_2x_plugin.Tpo -c -o libmdp_render_2x_la-mdp_render_2x_plugin.lo `test -f 'mdp_render_2x_plugin.c' || echo './'`mdp_render_2x_plugin.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -Wall -Wextra -O0 -ggdb -g -O2 -MT libmdp_render_2x_la-mdp_render_2x_plugin.lo -MD -MP -MF .deps/libmdp_render_2x_la-mdp_render_2x_plugin.Tpo -c mdp_render_2x_plugin.c -o libmdp_render_2x_la-mdp_render_2x_plugin.o
mv -f .deps/libmdp_render_2x_la-mdp_render_2x_plugin.Tpo .deps/libmdp_render_2x_la-mdp_render_2x_plugin.Plo
/bin/bash ../../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/   -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -static -g -O2 -MT libmdp_render_2x_la-mdp_render_2x.lo -MD -MP -MF .deps/libmdp_render_2x_la-mdp_render_2x.Tpo -c -o libmdp_render_2x_la-mdp_render_2x.lo `test -f 'mdp_render_2x.cpp' || echo './'`mdp_render_2x.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -Wall -Wextra -O0 -ggdb -fvisibility-inlines-hidden -g -O2 -MT libmdp_render_2x_la-mdp_render_2x.lo -MD -MP -MF .deps/libmdp_render_2x_la-mdp_render_2x.Tpo -c mdp_render_2x.cpp -o libmdp_render_2x_la-mdp_render_2x.o
mv -f .deps/libmdp_render_2x_la-mdp_render_2x.Tpo .deps/libmdp_render_2x_la-mdp_render_2x.Plo
/bin/bash ../../../../../libtool   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/   -I../../../../../src/ -g -O2 -MT libmdp_render_2x_la-mdp_render_2x_16_x86.lo -MD -MP -MF .deps/libmdp_render_2x_la-mdp_render_2x_16_x86.Tpo -c -o libmdp_render_2x_la-mdp_render_2x_16_x86.lo `test -f 'mdp_render_2x_16_x86.S' || echo './'`mdp_render_2x_16_x86.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -I../../../../../src/ -g -O2 -MT libmdp_render_2x_la-mdp_render_2x_16_x86.lo -MD -MP -MF .deps/libmdp_render_2x_la-mdp_render_2x_16_x86.Tpo -c mdp_render_2x_16_x86.S  -fPIC -DPIC -o .libs/libmdp_render_2x_la-mdp_render_2x_16_x86.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -I../../../../../src/ -g -O2 -MT libmdp_render_2x_la-mdp_render_2x_16_x86.lo -MD -MP -MF .deps/libmdp_render_2x_la-mdp_render_2x_16_x86.Tpo -c mdp_render_2x_16_x86.S -o libmdp_render_2x_la-mdp_render_2x_16_x86.o >/dev/null 2>&1
mv -f .deps/libmdp_render_2x_la-mdp_render_2x_16_x86.Tpo .deps/libmdp_render_2x_la-mdp_render_2x_16_x86.Plo
/bin/bash ../../../../../libtool   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/   -I../../../../../src/ -g -O2 -MT libmdp_render_2x_la-mdp_render_2x_32_x86.lo -MD -MP -MF .deps/libmdp_render_2x_la-mdp_render_2x_32_x86.Tpo -c -o libmdp_render_2x_la-mdp_render_2x_32_x86.lo `test -f 'mdp_render_2x_32_x86.S' || echo './'`mdp_render_2x_32_x86.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -I../../../../../src/ -g -O2 -MT libmdp_render_2x_la-mdp_render_2x_32_x86.lo -MD -MP -MF .deps/libmdp_render_2x_la-mdp_render_2x_32_x86.Tpo -c mdp_render_2x_32_x86.S  -fPIC -DPIC -o .libs/libmdp_render_2x_la-mdp_render_2x_32_x86.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I../../../../../src/ -I../../../../../src/ -g -O2 -MT libmdp_render_2x_la-mdp_render_2x_32_x86.lo -MD -MP -MF .deps/libmdp_render_2x_la-mdp_render_2x_32_x86.Tpo -c mdp_render_2x_32_x86.S -o libmdp_render_2x_la-mdp_render_2x_32_x86.o >/dev/null 2>&1
mv -f .deps/libmdp_render_2x_la-mdp_render_2x_32_x86.Tpo .deps/libmdp_render_2x_la-mdp_render_2x_32_x86.Plo
/bin/bash ../../../../../libtool --tag=CXX   --mode=link g++ -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -static -g -O2 -Wl,--as-needed -Wl,--hash-style=both   -static  -o libmdp_render_2x.la  libmdp_render_2x_la-mdp_render_2x_plugin.lo libmdp_render_2x_la-mdp_render_2x.lo libmdp_render_2x_la-mdp_render_2x_16_x86.lo libmdp_render_2x_la-mdp_render_2x_32_x86.lo  
libtool: link: ar cru .libs/libmdp_render_2x.a  libmdp_render_2x_la-mdp_render_2x_plugin.o libmdp_render_2x_la-mdp_render_2x.o libmdp_render_2x_la-mdp_render_2x_16_x86.o libmdp_render_2x_la-mdp_render_2x_32_x86.o
libtool: link: ranlib .libs/libmdp_render_2x.a
libtool: link: ( cd ".libs" && rm -f "libmdp_render_2x.la" && ln -s "../libmdp_render_2x.la" "libmdp_render_2x.la" )
make[6]: Leaving directory '/home/neokal/Bureau/gens/src/gens/plugins/render/double'
make[6]: Entering directory '/home/neokal/Bureau/gens/src/gens/plugins/render'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/neokal/Bureau/gens/src/gens/plugins/render'
make[5]: Leaving directory '/home/neokal/Bureau/gens/src/gens/plugins/render'
make[5]: Entering directory '/home/neokal/Bureau/gens/src/gens/plugins'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/neokal/Bureau/gens/src/gens/plugins'
make[4]: Leaving directory '/home/neokal/Bureau/gens/src/gens/plugins'
Making all in fw
make[4]: Entering directory '/home/neokal/Bureau/gens/src/gens/fw'
../../../src/cbob/cbob ./bios32xg.bin bios32xg.bin.c
Filename: bios32xg.bin.h
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libgens_fw_la-bios32xg.bin.lo -MD -MP -MF .deps/libgens_fw_la-bios32xg.bin.Tpo -c -o libgens_fw_la-bios32xg.bin.lo `test -f 'bios32xg.bin.c' || echo './'`bios32xg.bin.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -g -O2 -MT libgens_fw_la-bios32xg.bin.lo -MD -MP -MF .deps/libgens_fw_la-bios32xg.bin.Tpo -c bios32xg.bin.c -o libgens_fw_la-bios32xg.bin.o
mv -f .deps/libgens_fw_la-bios32xg.bin.Tpo .deps/libgens_fw_la-bios32xg.bin.Plo
../../../src/cbob/cbob ./bios32xm.bin bios32xm.bin.c
Filename: bios32xm.bin.h
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libgens_fw_la-bios32xm.bin.lo -MD -MP -MF .deps/libgens_fw_la-bios32xm.bin.Tpo -c -o libgens_fw_la-bios32xm.bin.lo `test -f 'bios32xm.bin.c' || echo './'`bios32xm.bin.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -g -O2 -MT libgens_fw_la-bios32xm.bin.lo -MD -MP -MF .deps/libgens_fw_la-bios32xm.bin.Tpo -c bios32xm.bin.c -o libgens_fw_la-bios32xm.bin.o
mv -f .deps/libgens_fw_la-bios32xm.bin.Tpo .deps/libgens_fw_la-bios32xm.bin.Plo
../../../src/cbob/cbob ./bios32xs.bin bios32xs.bin.c
Filename: bios32xs.bin.h
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../..    -Wall -Wextra -O0 -ggdb  -static -g -O2 -MT libgens_fw_la-bios32xs.bin.lo -MD -MP -MF .deps/libgens_fw_la-bios32xs.bin.Tpo -c -o libgens_fw_la-bios32xs.bin.lo `test -f 'bios32xs.bin.c' || echo './'`bios32xs.bin.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -O0 -ggdb -g -O2 -MT libgens_fw_la-bios32xs.bin.lo -MD -MP -MF .deps/libgens_fw_la-bios32xs.bin.Tpo -c bios32xs.bin.c -o libgens_fw_la-bios32xs.bin.o
mv -f .deps/libgens_fw_la-bios32xs.bin.Tpo .deps/libgens_fw_la-bios32xs.bin.Plo
/bin/bash ../../../libtool --tag=CC   --mode=link gcc -std=gnu99 -Wall -Wextra -O0 -ggdb  -static -g -O2 -Wl,--as-needed -Wl,--hash-style=both   -static  -o libgens_fw.la  libgens_fw_la-bios32xg.bin.lo libgens_fw_la-bios32xm.bin.lo libgens_fw_la-bios32xs.bin.lo  
libtool: link: ar cru .libs/libgens_fw.a  libgens_fw_la-bios32xg.bin.o libgens_fw_la-bios32xm.bin.o libgens_fw_la-bios32xs.bin.o
libtool: link: ranlib .libs/libgens_fw.a
libtool: link: ( cd ".libs" && rm -f "libgens_fw.la" && ln -s "../libgens_fw.la" "libgens_fw.la" )
make[4]: Leaving directory '/home/neokal/Bureau/gens/src/gens/fw'
make[4]: Entering directory '/home/neokal/Bureau/gens/src/gens'
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT emulator/gens-gens.o -MD -MP -MF emulator/.deps/gens-gens.Tpo -c -o emulator/gens-gens.o `test -f 'emulator/gens.cpp' || echo './'`emulator/gens.cpp
mv -f emulator/.deps/gens-gens.Tpo emulator/.deps/gens-gens.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT emulator/gens-g_main.o -MD -MP -MF emulator/.deps/gens-g_main.Tpo -c -o emulator/gens-g_main.o `test -f 'emulator/g_main.cpp' || echo './'`emulator/g_main.cpp
mv -f emulator/.deps/gens-g_main.Tpo emulator/.deps/gens-g_main.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT emulator/gens-g_md.o -MD -MP -MF emulator/.deps/gens-g_md.Tpo -c -o emulator/gens-g_md.o `test -f 'emulator/g_md.cpp' || echo './'`emulator/g_md.cpp
mv -f emulator/.deps/gens-g_md.Tpo emulator/.deps/gens-g_md.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT emulator/gens-g_mcd.o -MD -MP -MF emulator/.deps/gens-g_mcd.Tpo -c -o emulator/gens-g_mcd.o `test -f 'emulator/g_mcd.cpp' || echo './'`emulator/g_mcd.cpp
mv -f emulator/.deps/gens-g_mcd.Tpo emulator/.deps/gens-g_mcd.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT emulator/gens-g_32x.o -MD -MP -MF emulator/.deps/gens-g_32x.Tpo -c -o emulator/gens-g_32x.o `test -f 'emulator/g_32x.cpp' || echo './'`emulator/g_32x.cpp
mv -f emulator/.deps/gens-g_32x.Tpo emulator/.deps/gens-g_32x.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT emulator/gens-md_palette.o -MD -MP -MF emulator/.deps/gens-md_palette.Tpo -c -o emulator/gens-md_palette.o `test -f 'emulator/md_palette.cpp' || echo './'`emulator/md_palette.cpp
mv -f emulator/.deps/gens-md_palette.Tpo emulator/.deps/gens-md_palette.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT emulator/gens-g_update.o -MD -MP -MF emulator/.deps/gens-g_update.Tpo -c -o emulator/gens-g_update.o `test -f 'emulator/g_update.cpp' || echo './'`emulator/g_update.cpp
mv -f emulator/.deps/gens-g_update.Tpo emulator/.deps/gens-g_update.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT emulator/gens-parse.o -MD -MP -MF emulator/.deps/gens-parse.Tpo -c -o emulator/gens-parse.o `test -f 'emulator/parse.cpp' || echo './'`emulator/parse.cpp
mv -f emulator/.deps/gens-parse.Tpo emulator/.deps/gens-parse.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT emulator/gens-options.o -MD -MP -MF emulator/.deps/gens-options.Tpo -c -o emulator/gens-options.o `test -f 'emulator/options.cpp' || echo './'`emulator/options.cpp
mv -f emulator/.deps/gens-options.Tpo emulator/.deps/gens-options.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/cpu/68k/gens-cpu_68k.o -MD -MP -MF gens_core/cpu/68k/.deps/gens-cpu_68k.Tpo -c -o gens_core/cpu/68k/gens-cpu_68k.o `test -f 'gens_core/cpu/68k/cpu_68k.c' || echo './'`gens_core/cpu/68k/cpu_68k.c
mv -f gens_core/cpu/68k/.deps/gens-cpu_68k.Tpo gens_core/cpu/68k/.deps/gens-cpu_68k.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/cpu/sh2/gens-cpu_sh2.o -MD -MP -MF gens_core/cpu/sh2/.deps/gens-cpu_sh2.Tpo -c -o gens_core/cpu/sh2/gens-cpu_sh2.o `test -f 'gens_core/cpu/sh2/cpu_sh2.c' || echo './'`gens_core/cpu/sh2/cpu_sh2.c
mv -f gens_core/cpu/sh2/.deps/gens-cpu_sh2.Tpo gens_core/cpu/sh2/.deps/gens-cpu_sh2.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/cpu/sh2/gens-sh2.o -MD -MP -MF gens_core/cpu/sh2/.deps/gens-sh2.Tpo -c -o gens_core/cpu/sh2/gens-sh2.o `test -f 'gens_core/cpu/sh2/sh2.c' || echo './'`gens_core/cpu/sh2/sh2.c
mv -f gens_core/cpu/sh2/.deps/gens-sh2.Tpo gens_core/cpu/sh2/.deps/gens-sh2.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/cpu/z80/gens-cpu_z80.o -MD -MP -MF gens_core/cpu/z80/.deps/gens-cpu_z80.Tpo -c -o gens_core/cpu/z80/gens-cpu_z80.o `test -f 'gens_core/cpu/z80/cpu_z80.c' || echo './'`gens_core/cpu/z80/cpu_z80.c
mv -f gens_core/cpu/z80/.deps/gens-cpu_z80.Tpo gens_core/cpu/z80/.deps/gens-cpu_z80.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/sound/gens-pcm.o -MD -MP -MF gens_core/sound/.deps/gens-pcm.Tpo -c -o gens_core/sound/gens-pcm.o `test -f 'gens_core/sound/pcm.c' || echo './'`gens_core/sound/pcm.c
mv -f gens_core/sound/.deps/gens-pcm.Tpo gens_core/sound/.deps/gens-pcm.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/sound/gens-psg.o -MD -MP -MF gens_core/sound/.deps/gens-psg.Tpo -c -o gens_core/sound/gens-psg.o `test -f 'gens_core/sound/psg.c' || echo './'`gens_core/sound/psg.c
mv -f gens_core/sound/.deps/gens-psg.Tpo gens_core/sound/.deps/gens-psg.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/sound/gens-ym2612.o -MD -MP -MF gens_core/sound/.deps/gens-ym2612.Tpo -c -o gens_core/sound/gens-ym2612.o `test -f 'gens_core/sound/ym2612.cpp' || echo './'`gens_core/sound/ym2612.cpp
mv -f gens_core/sound/.deps/gens-ym2612.Tpo gens_core/sound/.deps/gens-ym2612.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/sound/gens-pwm.o -MD -MP -MF gens_core/sound/.deps/gens-pwm.Tpo -c -o gens_core/sound/gens-pwm.o `test -f 'gens_core/sound/pwm.c' || echo './'`gens_core/sound/pwm.c
mv -f gens_core/sound/.deps/gens-pwm.Tpo gens_core/sound/.deps/gens-pwm.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/mem/gens-mem_z80.o -MD -MP -MF gens_core/mem/.deps/gens-mem_z80.Tpo -c -o gens_core/mem/gens-mem_z80.o `test -f 'gens_core/mem/mem_z80.c' || echo './'`gens_core/mem/mem_z80.c
mv -f gens_core/mem/.deps/gens-mem_z80.Tpo gens_core/mem/.deps/gens-mem_z80.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/gfx/gens-fastblur.o -MD -MP -MF gens_core/gfx/.deps/gens-fastblur.Tpo -c -o gens_core/gfx/gens-fastblur.o `test -f 'gens_core/gfx/fastblur.cpp' || echo './'`gens_core/gfx/fastblur.cpp
mv -f gens_core/gfx/.deps/gens-fastblur.Tpo gens_core/gfx/.deps/gens-fastblur.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/misc/gens-cpuflags.o -MD -MP -MF gens_core/misc/.deps/gens-cpuflags.Tpo -c -o gens_core/misc/gens-cpuflags.o `test -f 'gens_core/misc/cpuflags.c' || echo './'`gens_core/misc/cpuflags.c
mv -f gens_core/misc/.deps/gens-cpuflags.Tpo gens_core/misc/.deps/gens-cpuflags.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/   -g -O2 -MT gens_core/gfx/gens-fastblur_16_x86.o -MD -MP -MF gens_core/gfx/.deps/gens-fastblur_16_x86.Tpo -c -o gens_core/gfx/gens-fastblur_16_x86.o `test -f 'gens_core/gfx/fastblur_16_x86.S' || echo './'`gens_core/gfx/fastblur_16_x86.S
mv -f gens_core/gfx/.deps/gens-fastblur_16_x86.Tpo gens_core/gfx/.deps/gens-fastblur_16_x86.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/   -g -O2 -MT gens_core/gfx/gens-fastblur_32_x86.o -MD -MP -MF gens_core/gfx/.deps/gens-fastblur_32_x86.Tpo -c -o gens_core/gfx/gens-fastblur_32_x86.o `test -f 'gens_core/gfx/fastblur_32_x86.S' || echo './'`gens_core/gfx/fastblur_32_x86.S
mv -f gens_core/gfx/.deps/gens-fastblur_32_x86.Tpo gens_core/gfx/.deps/gens-fastblur_32_x86.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/   -g -O2 -MT audio/gens-audio_mmx.o -MD -MP -MF audio/.deps/gens-audio_mmx.Tpo -c -o audio/gens-audio_mmx.o `test -f 'audio/audio_mmx.S' || echo './'`audio/audio_mmx.S
mv -f audio/.deps/gens-audio_mmx.Tpo audio/.deps/gens-audio_mmx.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/io/gens-io.o -MD -MP -MF gens_core/io/.deps/gens-io.Tpo -c -o gens_core/io/gens-io.o `test -f 'gens_core/io/io.c' || echo './'`gens_core/io/io.c
mv -f gens_core/io/.deps/gens-io.Tpo gens_core/io/.deps/gens-io.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/io/gens-io_teamplayer.o -MD -MP -MF gens_core/io/.deps/gens-io_teamplayer.Tpo -c -o gens_core/io/gens-io_teamplayer.o `test -f 'gens_core/io/io_teamplayer.c' || echo './'`gens_core/io/io_teamplayer.c
mv -f gens_core/io/.deps/gens-io_teamplayer.Tpo gens_core/io/.deps/gens-io_teamplayer.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/vdp/gens-vdp_io.o -MD -MP -MF gens_core/vdp/.deps/gens-vdp_io.Tpo -c -o gens_core/vdp/gens-vdp_io.o `test -f 'gens_core/vdp/vdp_io.c' || echo './'`gens_core/vdp/vdp_io.c
mv -f gens_core/vdp/.deps/gens-vdp_io.Tpo gens_core/vdp/.deps/gens-vdp_io.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/vdp/gens-vdp_rend.o -MD -MP -MF gens_core/vdp/.deps/gens-vdp_rend.Tpo -c -o gens_core/vdp/gens-vdp_rend.o `test -f 'gens_core/vdp/vdp_rend.cpp' || echo './'`gens_core/vdp/vdp_rend.cpp
mv -f gens_core/vdp/.deps/gens-vdp_rend.Tpo gens_core/vdp/.deps/gens-vdp_rend.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/vdp/gens-vdp_32x.o -MD -MP -MF gens_core/vdp/.deps/gens-vdp_32x.Tpo -c -o gens_core/vdp/gens-vdp_32x.o `test -f 'gens_core/vdp/vdp_32x.c' || echo './'`gens_core/vdp/vdp_32x.c
mv -f gens_core/vdp/.deps/gens-vdp_32x.Tpo gens_core/vdp/.deps/gens-vdp_32x.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT gens_core/vdp/gens-vdp_32x_32bit.o -MD -MP -MF gens_core/vdp/.deps/gens-vdp_32x_32bit.Tpo -c -o gens_core/vdp/gens-vdp_32x_32bit.o `test -f 'gens_core/vdp/vdp_32x_32bit.c' || echo './'`gens_core/vdp/vdp_32x_32bit.c
mv -f gens_core/vdp/.deps/gens-vdp_32x_32bit.Tpo gens_core/vdp/.deps/gens-vdp_32x_32bit.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT macros/gens-log_msg.o -MD -MP -MF macros/.deps/gens-log_msg.Tpo -c -o macros/gens-log_msg.o `test -f 'macros/log_msg.c' || echo './'`macros/log_msg.c
mv -f macros/.deps/gens-log_msg.Tpo macros/.deps/gens-log_msg.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT port/gens-ini.o -MD -MP -MF port/.deps/gens-ini.Tpo -c -o port/gens-ini.o `test -f 'port/ini.cpp' || echo './'`port/ini.cpp
mv -f port/.deps/gens-ini.Tpo port/.deps/gens-ini.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT segacd/gens-cd_file.o -MD -MP -MF segacd/.deps/gens-cd_file.Tpo -c -o segacd/gens-cd_file.o `test -f 'segacd/cd_file.c' || echo './'`segacd/cd_file.c
mv -f segacd/.deps/gens-cd_file.Tpo segacd/.deps/gens-cd_file.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT segacd/gens-cd_sys.o -MD -MP -MF segacd/.deps/gens-cd_sys.Tpo -c -o segacd/gens-cd_sys.o `test -f 'segacd/cd_sys.cpp' || echo './'`segacd/cd_sys.cpp
mv -f segacd/.deps/gens-cd_sys.Tpo segacd/.deps/gens-cd_sys.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT segacd/gens-lc89510.o -MD -MP -MF segacd/.deps/gens-lc89510.Tpo -c -o segacd/gens-lc89510.o `test -f 'segacd/lc89510.c' || echo './'`segacd/lc89510.c
mv -f segacd/.deps/gens-lc89510.Tpo segacd/.deps/gens-lc89510.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/gens-gens_ui.o -MD -MP -MF ui/.deps/gens-gens_ui.Tpo -c -o ui/gens-gens_ui.o `test -f 'ui/gens_ui.cpp' || echo './'`ui/gens_ui.cpp
mv -f ui/.deps/gens-gens_ui.Tpo ui/.deps/gens-gens_ui.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/common/gens/gens-gens_menu.o -MD -MP -MF ui/common/gens/.deps/gens-gens_menu.Tpo -c -o ui/common/gens/gens-gens_menu.o `test -f 'ui/common/gens/gens_menu.c' || echo './'`ui/common/gens/gens_menu.c
mv -f ui/common/gens/.deps/gens-gens_menu.Tpo ui/common/gens/.deps/gens-gens_menu.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/common/gens/gens-gens_menu_callbacks.o -MD -MP -MF ui/common/gens/.deps/gens-gens_menu_callbacks.Tpo -c -o ui/common/gens/gens-gens_menu_callbacks.o `test -f 'ui/common/gens/gens_menu_callbacks.cpp' || echo './'`ui/common/gens/gens_menu_callbacks.cpp
mv -f ui/common/gens/.deps/gens-gens_menu_callbacks.Tpo ui/common/gens/.deps/gens-gens_menu_callbacks.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/common/gens/gens-gens_window_sync.o -MD -MP -MF ui/common/gens/.deps/gens-gens_window_sync.Tpo -c -o ui/common/gens/gens-gens_window_sync.o `test -f 'ui/common/gens/gens_window_sync.c' || echo './'`ui/common/gens/gens_window_sync.c
mv -f ui/common/gens/.deps/gens-gens_window_sync.Tpo ui/common/gens/.deps/gens-gens_window_sync.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/common/gens-about_window_data.o -MD -MP -MF ui/common/.deps/gens-about_window_data.Tpo -c -o ui/common/gens-about_window_data.o `test -f 'ui/common/about_window_data.c' || echo './'`ui/common/about_window_data.c
mv -f ui/common/.deps/gens-about_window_data.Tpo ui/common/.deps/gens-about_window_data.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/common/gens-dir_window_common.o -MD -MP -MF ui/common/.deps/gens-dir_window_common.Tpo -c -o ui/common/gens-dir_window_common.o `test -f 'ui/common/dir_window_common.c' || echo './'`ui/common/dir_window_common.c
mv -f ui/common/.deps/gens-dir_window_common.Tpo ui/common/.deps/gens-dir_window_common.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/common/gens-pmgr_window_common.o -MD -MP -MF ui/common/.deps/gens-pmgr_window_common.Tpo -c -o ui/common/gens-pmgr_window_common.o `test -f 'ui/common/pmgr_window_common.cpp' || echo './'`ui/common/pmgr_window_common.cpp
mv -f ui/common/.deps/gens-pmgr_window_common.Tpo ui/common/.deps/gens-pmgr_window_common.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/common/gens-bmf_window_common.o -MD -MP -MF ui/common/.deps/gens-bmf_window_common.Tpo -c -o ui/common/gens-bmf_window_common.o `test -f 'ui/common/bmf_window_common.c' || echo './'`ui/common/bmf_window_common.c
mv -f ui/common/.deps/gens-bmf_window_common.Tpo ui/common/.deps/gens-bmf_window_common.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/gens-config_file.o -MD -MP -MF util/file/.deps/gens-config_file.Tpo -c -o util/file/gens-config_file.o `test -f 'util/file/config_file.cpp' || echo './'`util/file/config_file.cpp
mv -f util/file/.deps/gens-config_file.Tpo util/file/.deps/gens-config_file.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/gens-rom.o -MD -MP -MF util/file/.deps/gens-rom.Tpo -c -o util/file/gens-rom.o `test -f 'util/file/rom.cpp' || echo './'`util/file/rom.cpp
mv -f util/file/.deps/gens-rom.Tpo util/file/.deps/gens-rom.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/gens-save.o -MD -MP -MF util/file/.deps/gens-save.Tpo -c -o util/file/gens-save.o `test -f 'util/file/save.cpp' || echo './'`util/file/save.cpp
mv -f util/file/.deps/gens-save.Tpo util/file/.deps/gens-save.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/gens-file.o -MD -MP -MF util/file/.deps/gens-file.Tpo -c -o util/file/gens-file.o `test -f 'util/file/file.cpp' || echo './'`util/file/file.cpp
mv -f util/file/.deps/gens-file.Tpo util/file/.deps/gens-file.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/decompressor/gens-decompressor.o -MD -MP -MF util/file/decompressor/.deps/gens-decompressor.Tpo -c -o util/file/decompressor/gens-decompressor.o `test -f 'util/file/decompressor/decompressor.c' || echo './'`util/file/decompressor/decompressor.c
mv -f util/file/decompressor/.deps/gens-decompressor.Tpo util/file/decompressor/.deps/gens-decompressor.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/decompressor/gens-dummy.o -MD -MP -MF util/file/decompressor/.deps/gens-dummy.Tpo -c -o util/file/decompressor/gens-dummy.o `test -f 'util/file/decompressor/dummy.c' || echo './'`util/file/decompressor/dummy.c
mv -f util/file/decompressor/.deps/gens-dummy.Tpo util/file/decompressor/.deps/gens-dummy.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/decompressor/gens-md_rar.o -MD -MP -MF util/file/decompressor/.deps/gens-md_rar.Tpo -c -o util/file/decompressor/gens-md_rar.o `test -f 'util/file/decompressor/md_rar.cpp' || echo './'`util/file/decompressor/md_rar.cpp
mv -f util/file/decompressor/.deps/gens-md_rar.Tpo util/file/decompressor/.deps/gens-md_rar.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/decompressor/gens-md_rar_t.o -MD -MP -MF util/file/decompressor/.deps/gens-md_rar_t.Tpo -c -o util/file/decompressor/gens-md_rar_t.o `test -f 'util/file/decompressor/md_rar_t.c' || echo './'`util/file/decompressor/md_rar_t.c
mv -f util/file/decompressor/.deps/gens-md_rar_t.Tpo util/file/decompressor/.deps/gens-md_rar_t.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/gfx/gens-imageutil.o -MD -MP -MF util/gfx/.deps/gens-imageutil.Tpo -c -o util/gfx/gens-imageutil.o `test -f 'util/gfx/imageutil.cpp' || echo './'`util/gfx/imageutil.cpp
mv -f util/gfx/.deps/gens-imageutil.Tpo util/gfx/.deps/gens-imageutil.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/sound/gens-gym.o -MD -MP -MF util/sound/.deps/gens-gym.Tpo -c -o util/sound/gens-gym.o `test -f 'util/sound/gym.cpp' || echo './'`util/sound/gym.cpp
mv -f util/sound/.deps/gens-gym.Tpo util/sound/.deps/gens-gym.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/sound/gens-wave.o -MD -MP -MF util/sound/.deps/gens-wave.Tpo -c -o util/sound/gens-wave.o `test -f 'util/sound/wave.c' || echo './'`util/sound/wave.c
mv -f util/sound/.deps/gens-wave.Tpo util/sound/.deps/gens-wave.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT video/gens-C64_charset.o -MD -MP -MF video/.deps/gens-C64_charset.Tpo -c -o video/gens-C64_charset.o `test -f 'video/C64_charset.c' || echo './'`video/C64_charset.c
mv -f video/.deps/gens-C64_charset.Tpo video/.deps/gens-C64_charset.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT video/gens-osd_charset.o -MD -MP -MF video/.deps/gens-osd_charset.Tpo -c -o video/gens-osd_charset.o `test -f 'video/osd_charset.cpp' || echo './'`video/osd_charset.cpp
mv -f video/.deps/gens-osd_charset.Tpo video/.deps/gens-osd_charset.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT video/gens-vdraw.o -MD -MP -MF video/.deps/gens-vdraw.Tpo -c -o video/gens-vdraw.o `test -f 'video/vdraw.c' || echo './'`video/vdraw.c
mv -f video/.deps/gens-vdraw.Tpo video/.deps/gens-vdraw.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT video/gens-vdraw_cpp.o -MD -MP -MF video/.deps/gens-vdraw_cpp.Tpo -c -o video/gens-vdraw_cpp.o `test -f 'video/vdraw_cpp.cpp' || echo './'`video/vdraw_cpp.cpp
mv -f video/.deps/gens-vdraw_cpp.Tpo video/.deps/gens-vdraw_cpp.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT video/gens-vdraw_text.o -MD -MP -MF video/.deps/gens-vdraw_text.Tpo -c -o video/gens-vdraw_text.o `test -f 'video/vdraw_text.cpp' || echo './'`video/vdraw_text.cpp
mv -f video/.deps/gens-vdraw_text.Tpo video/.deps/gens-vdraw_text.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT video/gens-v_effects.o -MD -MP -MF video/.deps/gens-v_effects.Tpo -c -o video/gens-v_effects.o `test -f 'video/v_effects.cpp' || echo './'`video/v_effects.cpp
mv -f video/.deps/gens-v_effects.Tpo video/.deps/gens-v_effects.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT video/gens-vdraw_RGB.o -MD -MP -MF video/.deps/gens-vdraw_RGB.Tpo -c -o video/gens-vdraw_RGB.o `test -f 'video/vdraw_RGB.c' || echo './'`video/vdraw_RGB.c
mv -f video/.deps/gens-vdraw_RGB.Tpo video/.deps/gens-vdraw_RGB.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT input/gens-input.o -MD -MP -MF input/.deps/gens-input.Tpo -c -o input/gens-input.o `test -f 'input/input.c' || echo './'`input/input.c
mv -f input/.deps/gens-input.Tpo input/.deps/gens-input.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT input/gens-input_update.o -MD -MP -MF input/.deps/gens-input_update.Tpo -c -o input/gens-input_update.o `test -f 'input/input_update.c' || echo './'`input/input_update.c
mv -f input/.deps/gens-input_update.Tpo input/.deps/gens-input_update.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT audio/gens-audio.o -MD -MP -MF audio/.deps/gens-audio.Tpo -c -o audio/gens-audio.o `test -f 'audio/audio.c' || echo './'`audio/audio.c
mv -f audio/.deps/gens-audio.Tpo audio/.deps/gens-audio.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-pluginmgr.o -MD -MP -MF plugins/.deps/gens-pluginmgr.Tpo -c -o plugins/gens-pluginmgr.o `test -f 'plugins/pluginmgr.cpp' || echo './'`plugins/pluginmgr.cpp
mv -f plugins/.deps/gens-pluginmgr.Tpo plugins/.deps/gens-pluginmgr.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-rendermgr.o -MD -MP -MF plugins/.deps/gens-rendermgr.Tpo -c -o plugins/gens-rendermgr.o `test -f 'plugins/rendermgr.cpp' || echo './'`plugins/rendermgr.cpp
mv -f plugins/.deps/gens-rendermgr.Tpo plugins/.deps/gens-rendermgr.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-mdp_host_gens.o -MD -MP -MF plugins/.deps/gens-mdp_host_gens.Tpo -c -o plugins/gens-mdp_host_gens.o `test -f 'plugins/mdp_host_gens.c' || echo './'`plugins/mdp_host_gens.c
mv -f plugins/.deps/gens-mdp_host_gens.Tpo plugins/.deps/gens-mdp_host_gens.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-mdp_host_gens_cpp.o -MD -MP -MF plugins/.deps/gens-mdp_host_gens_cpp.Tpo -c -o plugins/gens-mdp_host_gens_cpp.o `test -f 'plugins/mdp_host_gens_cpp.cpp' || echo './'`plugins/mdp_host_gens_cpp.cpp
mv -f plugins/.deps/gens-mdp_host_gens_cpp.Tpo plugins/.deps/gens-mdp_host_gens_cpp.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-mdp_host_gens_menu.o -MD -MP -MF plugins/.deps/gens-mdp_host_gens_menu.Tpo -c -o plugins/gens-mdp_host_gens_menu.o `test -f 'plugins/mdp_host_gens_menu.cpp' || echo './'`plugins/mdp_host_gens_menu.cpp
mv -f plugins/.deps/gens-mdp_host_gens_menu.Tpo plugins/.deps/gens-mdp_host_gens_menu.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-mdp_host_gens_event.o -MD -MP -MF plugins/.deps/gens-mdp_host_gens_event.Tpo -c -o plugins/gens-mdp_host_gens_event.o `test -f 'plugins/mdp_host_gens_event.cpp' || echo './'`plugins/mdp_host_gens_event.cpp
mv -f plugins/.deps/gens-mdp_host_gens_event.Tpo plugins/.deps/gens-mdp_host_gens_event.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-mdp_host_gens_mem.o -MD -MP -MF plugins/.deps/gens-mdp_host_gens_mem.Tpo -c -o plugins/gens-mdp_host_gens_mem.o `test -f 'plugins/mdp_host_gens_mem.c' || echo './'`plugins/mdp_host_gens_mem.c
mv -f plugins/.deps/gens-mdp_host_gens_mem.Tpo plugins/.deps/gens-mdp_host_gens_mem.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-mdp_host_gens_emuctrl.o -MD -MP -MF plugins/.deps/gens-mdp_host_gens_emuctrl.Tpo -c -o plugins/gens-mdp_host_gens_emuctrl.o `test -f 'plugins/mdp_host_gens_emuctrl.cpp' || echo './'`plugins/mdp_host_gens_emuctrl.cpp
mv -f plugins/.deps/gens-mdp_host_gens_emuctrl.Tpo plugins/.deps/gens-mdp_host_gens_emuctrl.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-mdp_host_gens_z.o -MD -MP -MF plugins/.deps/gens-mdp_host_gens_z.Tpo -c -o plugins/gens-mdp_host_gens_z.o `test -f 'plugins/mdp_host_gens_z.c' || echo './'`plugins/mdp_host_gens_z.c
mv -f plugins/.deps/gens-mdp_host_gens_z.Tpo plugins/.deps/gens-mdp_host_gens_z.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-mdp_host_gens_config.o -MD -MP -MF plugins/.deps/gens-mdp_host_gens_config.Tpo -c -o plugins/gens-mdp_host_gens_config.o `test -f 'plugins/mdp_host_gens_config.cpp' || echo './'`plugins/mdp_host_gens_config.cpp
mv -f plugins/.deps/gens-mdp_host_gens_config.Tpo plugins/.deps/gens-mdp_host_gens_config.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-mdp_host_gens_dir.o -MD -MP -MF plugins/.deps/gens-mdp_host_gens_dir.Tpo -c -o plugins/gens-mdp_host_gens_dir.o `test -f 'plugins/mdp_host_gens_dir.cpp' || echo './'`plugins/mdp_host_gens_dir.cpp
mv -f plugins/.deps/gens-mdp_host_gens_dir.Tpo plugins/.deps/gens-mdp_host_gens_dir.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/reg/gens-reg_get.o -MD -MP -MF plugins/reg/.deps/gens-reg_get.Tpo -c -o plugins/reg/gens-reg_get.o `test -f 'plugins/reg/reg_get.c' || echo './'`plugins/reg/reg_get.c
mv -f plugins/reg/.deps/gens-reg_get.Tpo plugins/reg/.deps/gens-reg_get.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/reg/gens-reg_set.o -MD -MP -MF plugins/reg/.deps/gens-reg_set.Tpo -c -o plugins/reg/gens-reg_set.o `test -f 'plugins/reg/reg_set.c' || echo './'`plugins/reg/reg_set.c
mv -f plugins/reg/.deps/gens-reg_set.Tpo plugins/reg/.deps/gens-reg_set.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/reg/gens-reg_get_all.o -MD -MP -MF plugins/reg/.deps/gens-reg_get_all.Tpo -c -o plugins/reg/gens-reg_get_all.o `test -f 'plugins/reg/reg_get_all.c' || echo './'`plugins/reg/reg_get_all.c
mv -f plugins/reg/.deps/gens-reg_get_all.Tpo plugins/reg/.deps/gens-reg_get_all.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/reg/gens-reg_set_all.o -MD -MP -MF plugins/reg/.deps/gens-reg_set_all.Tpo -c -o plugins/reg/gens-reg_set_all.o `test -f 'plugins/reg/reg_set_all.c' || echo './'`plugins/reg/reg_set_all.c
mv -f plugins/reg/.deps/gens-reg_set_all.Tpo plugins/reg/.deps/gens-reg_set_all.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-eventmgr.o -MD -MP -MF plugins/.deps/gens-eventmgr.Tpo -c -o plugins/gens-eventmgr.o `test -f 'plugins/eventmgr.cpp' || echo './'`plugins/eventmgr.cpp
mv -f plugins/.deps/gens-eventmgr.Tpo plugins/.deps/gens-eventmgr.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT plugins/gens-mdp_incompat.o -MD -MP -MF plugins/.deps/gens-mdp_incompat.Tpo -c -o plugins/gens-mdp_incompat.o `test -f 'plugins/mdp_incompat.cpp' || echo './'`plugins/mdp_incompat.cpp
mv -f plugins/.deps/gens-mdp_incompat.Tpo plugins/.deps/gens-mdp_incompat.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT debugger/gens-debugger.o -MD -MP -MF debugger/.deps/gens-debugger.Tpo -c -o debugger/gens-debugger.o `test -f 'debugger/debugger.cpp' || echo './'`debugger/debugger.cpp
mv -f debugger/.deps/gens-debugger.Tpo debugger/.deps/gens-debugger.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT debugger/gens-m68kd.o -MD -MP -MF debugger/.deps/gens-m68kd.Tpo -c -o debugger/gens-m68kd.o `test -f 'debugger/m68kd.c' || echo './'`debugger/m68kd.c
mv -f debugger/.deps/gens-m68kd.Tpo debugger/.deps/gens-m68kd.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT debugger/gens-sh2d.o -MD -MP -MF debugger/.deps/gens-sh2d.Tpo -c -o debugger/gens-sh2d.o `test -f 'debugger/sh2d.c' || echo './'`debugger/sh2d.c
mv -f debugger/.deps/gens-sh2d.Tpo debugger/.deps/gens-sh2d.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT debugger/gens-z80dis.o -MD -MP -MF debugger/.deps/gens-z80dis.Tpo -c -o debugger/gens-z80dis.o `test -f 'debugger/z80dis.c' || echo './'`debugger/z80dis.c
mv -f debugger/.deps/gens-z80dis.Tpo debugger/.deps/gens-z80dis.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT segacd/gens-cdda_mp3.o -MD -MP -MF segacd/.deps/gens-cdda_mp3.Tpo -c -o segacd/gens-cdda_mp3.o `test -f 'segacd/cdda_mp3.c' || echo './'`segacd/cdda_mp3.c
mv -f segacd/.deps/gens-cdda_mp3.Tpo segacd/.deps/gens-cdda_mp3.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/decompressor/gens-md_gzip.o -MD -MP -MF util/file/decompressor/.deps/gens-md_gzip.Tpo -c -o util/file/decompressor/gens-md_gzip.o `test -f 'util/file/decompressor/md_gzip.c' || echo './'`util/file/decompressor/md_gzip.c
mv -f util/file/decompressor/.deps/gens-md_gzip.Tpo util/file/decompressor/.deps/gens-md_gzip.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/decompressor/gens-md_zip.o -MD -MP -MF util/file/decompressor/.deps/gens-md_zip.Tpo -c -o util/file/decompressor/gens-md_zip.o `test -f 'util/file/decompressor/md_zip.c' || echo './'`util/file/decompressor/md_zip.c
mv -f util/file/decompressor/.deps/gens-md_zip.Tpo util/file/decompressor/.deps/gens-md_zip.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT util/file/decompressor/gens-md_7z.o -MD -MP -MF util/file/decompressor/.deps/gens-md_7z.Tpo -c -o util/file/decompressor/gens-md_7z.o `test -f 'util/file/decompressor/md_7z.c' || echo './'`util/file/decompressor/md_7z.c
mv -f util/file/decompressor/.deps/gens-md_7z.Tpo util/file/decompressor/.deps/gens-md_7z.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT emulator/gens-g_main_unix.o -MD -MP -MF emulator/.deps/gens-g_main_unix.Tpo -c -o emulator/gens-g_main_unix.o `test -f 'emulator/g_main_unix.cpp' || echo './'`emulator/g_main_unix.cpp
mv -f emulator/.deps/gens-g_main_unix.Tpo emulator/.deps/gens-g_main_unix.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT port/gens-ini_old.o -MD -MP -MF port/.deps/gens-ini_old.Tpo -c -o port/gens-ini_old.o `test -f 'port/ini_old.c' || echo './'`port/ini_old.c
mv -f port/.deps/gens-ini_old.Tpo port/.deps/gens-ini_old.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT port/gens-timer.o -MD -MP -MF port/.deps/gens-timer.Tpo -c -o port/gens-timer.o `test -f 'port/timer.c' || echo './'`port/timer.c
mv -f port/.deps/gens-timer.Tpo port/.deps/gens-timer.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT charset/gens-iconv_string.o -MD -MP -MF charset/.deps/gens-iconv_string.Tpo -c -o charset/gens-iconv_string.o `test -f 'charset/iconv_string.cpp' || echo './'`charset/iconv_string.cpp
mv -f charset/.deps/gens-iconv_string.Tpo charset/.deps/gens-iconv_string.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT video/gens-vdraw_sdl_common.o -MD -MP -MF video/.deps/gens-vdraw_sdl_common.Tpo -c -o video/gens-vdraw_sdl_common.o `test -f 'video/vdraw_sdl_common.c' || echo './'`video/vdraw_sdl_common.c
mv -f video/.deps/gens-vdraw_sdl_common.Tpo video/.deps/gens-vdraw_sdl_common.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT video/gens-vdraw_sdl.o -MD -MP -MF video/.deps/gens-vdraw_sdl.Tpo -c -o video/gens-vdraw_sdl.o `test -f 'video/vdraw_sdl.c' || echo './'`video/vdraw_sdl.c
mv -f video/.deps/gens-vdraw_sdl.Tpo video/.deps/gens-vdraw_sdl.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT input/gens-input_sdl.o -MD -MP -MF input/.deps/gens-input_sdl.Tpo -c -o input/gens-input_sdl.o `test -f 'input/input_sdl.c' || echo './'`input/input_sdl.c
mv -f input/.deps/gens-input_sdl.Tpo input/.deps/gens-input_sdl.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT input/gens-input_sdl_events.o -MD -MP -MF input/.deps/gens-input_sdl_events.Tpo -c -o input/gens-input_sdl_events.o `test -f 'input/input_sdl_events.cpp' || echo './'`input/input_sdl_events.cpp
mv -f input/.deps/gens-input_sdl_events.Tpo input/.deps/gens-input_sdl_events.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT input/gens-input_sdl_key_names.o -MD -MP -MF input/.deps/gens-input_sdl_key_names.Tpo -c -o input/gens-input_sdl_key_names.o `test -f 'input/input_sdl_key_names.c' || echo './'`input/input_sdl_key_names.c
mv -f input/.deps/gens-input_sdl_key_names.Tpo input/.deps/gens-input_sdl_key_names.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT audio/gens-audio_sdl.o -MD -MP -MF audio/.deps/gens-audio_sdl.Tpo -c -o audio/gens-audio_sdl.o `test -f 'audio/audio_sdl.c' || echo './'`audio/audio_sdl.c
mv -f audio/.deps/gens-audio_sdl.Tpo audio/.deps/gens-audio_sdl.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT segacd/gens-cd_aspi_linux.o -MD -MP -MF segacd/.deps/gens-cd_aspi_linux.Tpo -c -o segacd/gens-cd_aspi_linux.o `test -f 'segacd/cd_aspi_linux.cpp' || echo './'`segacd/cd_aspi_linux.cpp
mv -f segacd/.deps/gens-cd_aspi_linux.Tpo segacd/.deps/gens-cd_aspi_linux.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/gtk/gens-gens_ui_gtk.o -MD -MP -MF ui/gtk/.deps/gens-gens_ui_gtk.Tpo -c -o ui/gtk/gens-gens_ui_gtk.o `test -f 'ui/gtk/gens_ui_gtk.cpp' || echo './'`ui/gtk/gens_ui_gtk.cpp
mv -f ui/gtk/.deps/gens-gens_ui_gtk.Tpo ui/gtk/.deps/gens-gens_ui_gtk.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/gtk/gens-gtk-misc.o -MD -MP -MF ui/gtk/.deps/gens-gtk-misc.Tpo -c -o ui/gtk/gens-gtk-misc.o `test -f 'ui/gtk/gtk-misc.c' || echo './'`ui/gtk/gtk-misc.c
mv -f ui/gtk/.deps/gens-gtk-misc.Tpo ui/gtk/.deps/gens-gtk-misc.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/gtk/gens-gtk-uri.o -MD -MP -MF ui/gtk/.deps/gens-gtk-uri.Tpo -c -o ui/gtk/gens-gtk-uri.o `test -f 'ui/gtk/gtk-uri.c' || echo './'`ui/gtk/gtk-uri.c
mv -f ui/gtk/.deps/gens-gtk-uri.Tpo ui/gtk/.deps/gens-gtk-uri.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"@libdir/mdp@\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/gtk/gens/gens-gens_window.o -MD -MP -MF ui/gtk/gens/.deps/gens-gens_window.Tpo -c -o ui/gtk/gens/gens-gens_window.o `test -f 'ui/gtk/gens/gens_window.c' || echo './'`ui/gtk/gens/gens_window.c
mv -f ui/gtk/gens/.deps/gens-gens_window.Tpo ui/gtk/gens/.deps/gens-gens_window.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I./ -I../../src/ -I../../src/extlib/ -I./ui/   -I./ui/gtk/     -Wall -Wextra -O0 -ggdb  -fvisibility-inlines-hidden -DGENS_DATADIR=\"/usr/local/share/gens\" -DGENS_MDP_DIR=\"/usr/local/lib/mdp\" -DGENS_DOC_DIR=\"/usr/local/share/doc/gens\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE  -g -O2 -MT ui/gtk/gens/gens-gens_window_callbacks.o -MD -MP -MF ui/gtk/gens/.deps/gens-gens_window_callbacks.Tpo -c -o ui/gtk/gens/gens-gens_window_callbacks.o `test -f 'ui/gtk/gens/gens_window_callbacks.cpp' || echo './'`ui/gtk/gens/gens_window_callbacks.cpp
Makefile:4217: recipe for target 'ui/gtk/gens/gens-gens_window_callbacks.o' failed
make[4]: Leaving directory '/home/neokal/Bureau/gens/src/gens'
Makefile:4845: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/home/neokal/Bureau/gens/src/gens'
Makefile:258: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/home/neokal/Bureau/gens/src'
Makefile:311: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/home/neokal/Bureau/gens'
Makefile:241: recipe for target 'all' failed

Aucun fichier créé en sortie.
Aprés de nombreuse recherche sur pas mal de forum je suis tombé sur une page obscure
http://ubuntuforums.org/archive/index.php/t-959074.html
En gros :

GerbilSoft a écrit :

g_uri_escape_string() was added in GLib 2.16, which I found out during r7 development. Ubuntu 8.04 (Hardy) has GLib 2.16.3, but Gutsy has 2.14.1.

Du développeur lui meme je crois,
Le probléme c'est que je viens de me taper une install virtuel de gutsy (ubuntu 7.10 pour les intimes) avec toutes la configuration , installation d'une ribanbelle de paquets et compilation sur mesure de nasm gtk+ (les bonnes versions bien sure) libtiff (pasque bien sur gtk marche pas sans) et tout ça pour arriver grosso merdo au meme résultat -> c'est impossible pour moi à compiler.
Je pense à force de lire des docs et autre forum qu'il s'agit la d'un probléme de librairie mais je n'arrive pas a identifier le probléme précisement.
J'aurais besoin d'un coup de pouce, une commande magique pour tester les librairies qui font défaut ou une façon sur de faire les bons link.
Merci

Dernière modification par neokal (Le 06/05/2015, à 16:38)


Celui qui se transforme en bête se délivre de la douleur d'être un homme...

Hors ligne

#2 Le 04/05/2015, à 18:53

wido

Re : [RESOLU] compilation gengs , quitter avec la touche echap ...

bonjour, sinon tu as des alternatives

http://www.carpeludum.com/kega-fusion/

tu as un paquet : http://segaretro.org/File:Gens_2.16.7_i386.deb

Hors ligne

#3 Le 04/05/2015, à 19:54

neokal

Re : [RESOLU] compilation gengs , quitter avec la touche echap ...

Oui j'ai testé un peu tous les émulateurs mais je trouve que gengs reste le plus performant (et fait tourner meme mes jeux 32x  pas trop mal).
J'ai pu le testé via le fichier deb qui marche trés bien toutefois je cherche à recompiler le programme pour permettre de quitter le programme en appuyant sur echap, le pc étant destiné a devenir une mamecab fonctionnant sous emulationstation.
Hors kega ne fournit pas son code source (je crois j'ai eu beau cherché rien vu)
Si un compilateur né veux bien m'éxpliquer mon probléme svp.


Celui qui se transforme en bête se délivre de la douleur d'être un homme...

Hors ligne

#4 Le 04/05/2015, à 23:02

abelthorne

Re : [RESOLU] compilation gengs , quitter avec la touche echap ...

Question idiote : quand tu tentes la compilation sur Gutsy, tu as le même message d'erreur (qui a l'air lié à GTK) ?

Hors ligne

#5 Le 04/05/2015, à 23:15

neokal

Re : [RESOLU] compilation gengs , quitter avec la touche echap ...

Pas tout a fait le meme message en réalité mais dans la meme trempe, je voulais copier les sorties de gutsy mais j'ai un peu abusé de la ligne de config dans ma machine virtuel et elle ne démarre plus, j'essairais de voir ça demain
Pour toi cela est lié à GTK ? (je tenterais probablement de virer libgtk2.0-dev et de compiler gtk+2.4 précisement)
J'ai trouvé ça sinon ->
http://forum.ubuntu-fr.org/viewtopic.php?id=1737051
Le gars y parle d'une "erreur de haut niveau" et j'avou ne pas savoir comment m'y prendre pour dépanner ça.
Merci


Celui qui se transforme en bête se délivre de la douleur d'être un homme...

Hors ligne

#6 Le 05/05/2015, à 14:07

abelthorne

Re : [RESOLU] compilation gengs , quitter avec la touche echap ...

Ben vu que la compilation s'arrête sur le message d'erreur "Makefile:4217: recipe for target 'ui/gtk/gens/gens-gens_window_callbacks.o' failed", ça semble bien lié à GTK. Après, je n'en sais pas plus.

Hors ligne

#7 Le 05/05/2015, à 20:19

wido

Re : [RESOLU] compilation gengs , quitter avec la touche echap ...

je donne la suite ,il y a un patch sous archlinux:
https://projects.archlinux.org/svntogit … es/gens-gs

Hors ligne

#8 Le 06/05/2015, à 16:27

neokal

Re : [RESOLU] compilation gengs , quitter avec la touche echap ...

Bonjour et merci à vous deux (ça me permis de continuer à avoir la motivation de le faire c'est pas toujours évident smile )
Tout d'abord abelthorne j'ai continuer à chercher sur 'ui/gtk/gens/gens-gens_window_callbacks.o' failed"'
J'ai finit par tomber sur ça->
http://ubuntuforums.org/printthread.php … =10&page=6

GerbilSoft a écrit :

The problem is GTK+'s documentation recommended setting options to disable deprecated functionality, so I did that; then they deprecated more functions.
A workaround is to remove line 214 from configure.ac:
Code:
GTK_CFLAGS="$GTK_CFLAGS -DGTK_DISABLE_DEPRECATED -DDISABLE_DEPRECATED -DGSEAL_ENABLE"
then run autoreconf and rerun configure.

J'ai trouvé cette commande ligne 199 de mon configure.ac.
Pour info ça ne marche ni sur ubuntu 7.10 ni sur 14.04 ou 14.10
Il semble effectivement quil y est un gros probléme d'implémentation de gtk
Du coup wido j'ai cherché les mots cléfs gengs gtk patch et je suis tombé sur ça
https://lists.archlinux.org/pipermail/a … 92218.html
Qui semble a premiére vu étre le meme patch mais j'avou avoir survoler et ne pas trop savoir comment combiner ce patch au sources.
J'ai aussi trouvé ça
http://forum.ubuntu-fr.org/viewtopic.php?id=162654

Damien1 a écrit :

Pour le pb GTK_FILE_SELECTION, dans le Makefile, il faut changer:
GTKCFLAGS=-DWITH_GTK -DGTK_DISABLE_DEPRECATED `pkg-config gtk+-2.0 --cflags`
par:
GTKCFLAGS=-DWITH_GTK `pkg-config gtk+-2.0 --cflags`
(i.e., virer GTK_DISABLE_DEPRECATED)

Ce qui semble confirmer qu'il y a bien un soucis au niveau de DGTK_DISABLE_DEPRECATED
Note : pas réussit a trouver cette ligne dans aucun des makefile présent, je m'y prend peu etre mal.
Du coup perdu pour perdu je me suis dit le deb fourni sur le site de gengs est pour une version ubuntu 8.04 (une LTS en plus)
Ben vous deviner la fin
-Installer 8.04 dans une vbox
-Pointer les sources comme préciser ici -> http://doc.ubuntu-fr.org/old-releases
-Recupérer les sources de nasm ici http://www.nasm.us/pub/nasm/releasebuil … 01.tar.bz2 puis se placer dans le dossier décompréssé :

./configure
make
sudo make install

Note : ca permet d'avoir la bonne version car sudo apt-get install nasm install la 0.99
-Ensuite de la bonne commande à l'ancienne

sudo apt-get install libsdl1.2-dev
sudo apt-get install libgtk2.0-dev
sudo apt-get install g++

Décompresser les sources de gengs et se placer dans le répértoire et

./configure
make
sudo make install

Tout simplement !!!

Dernière modification par neokal (Le 06/05/2015, à 16:35)


Celui qui se transforme en bête se délivre de la douleur d'être un homme...

Hors ligne

#9 Le 06/05/2015, à 16:34

neokal

Re : [RESOLU] compilation gengs , quitter avec la touche echap ...

Pour info la ligne de code que j'ai modifier c'est dans ~moncheminversgens/src/gens/input/input_sdl_events.cpp
Aux lignes

case GENS_KEY_ESCAPE:
			if (Quick_Exit)
				close_gens();

J'ai simplement commenter (avec //) la condition if maniére d'éxecuter d'office la fermeture du programe quand on appui sur la touche echap
Si quelqu'un peu m'expliquer en détail le pourquoi du comment entre les différentes versions j'aimerais beaucoup comprendre le soucis
Je passe le sujet en resolu.
Un grand merci à vous !!!

Dernière modification par neokal (Le 06/05/2015, à 16:36)


Celui qui se transforme en bête se délivre de la douleur d'être un homme...

Hors ligne