Search
lxdream.org :: lxdream/src/Makefile.in
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.in
changeset 144:7f0714e89aaa
prev141:1f563629ab2a
next170:9877307b8dfc
author nkeynes
date Wed May 24 11:50:19 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add load/save/reset state, and general tidy up
view annotate diff log raw
     1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
     2 # @configure_input@
     4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
     5 # Free Software Foundation, Inc.
     6 # This Makefile.in is free software; the Free Software Foundation
     7 # gives unlimited permission to copy and/or distribute it,
     8 # with or without modifications, as long as this notice is preserved.
    10 # This program is distributed in the hope that it will be useful,
    11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    13 # PARTICULAR PURPOSE.
    15 @SET_MAKE@
    17 srcdir = @srcdir@
    18 top_srcdir = @top_srcdir@
    19 VPATH = @srcdir@
    20 pkgdatadir = $(datadir)/@PACKAGE@
    21 pkglibdir = $(libdir)/@PACKAGE@
    22 pkgincludedir = $(includedir)/@PACKAGE@
    23 top_builddir = ..
    25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    26 INSTALL = @INSTALL@
    27 install_sh_DATA = $(install_sh) -c -m 644
    28 install_sh_PROGRAM = $(install_sh) -c
    29 install_sh_SCRIPT = $(install_sh) -c
    30 INSTALL_HEADER = $(INSTALL_DATA)
    31 transform = $(program_transform_name)
    32 NORMAL_INSTALL = :
    33 PRE_INSTALL = :
    34 POST_INSTALL = :
    35 NORMAL_UNINSTALL = :
    36 PRE_UNINSTALL = :
    37 POST_UNINSTALL = :
    38 ACLOCAL = @ACLOCAL@
    39 AMDEP_FALSE = @AMDEP_FALSE@
    40 AMDEP_TRUE = @AMDEP_TRUE@
    41 AMTAR = @AMTAR@
    42 AUTOCONF = @AUTOCONF@
    43 AUTOHEADER = @AUTOHEADER@
    44 AUTOMAKE = @AUTOMAKE@
    45 AWK = @AWK@
    46 CATALOGS = @CATALOGS@
    47 CATOBJEXT = @CATOBJEXT@
    48 CC = @CC@
    49 CCDEPMODE = @CCDEPMODE@
    50 CFLAGS = @CFLAGS@
    51 CPP = @CPP@
    52 CPPFLAGS = @CPPFLAGS@
    53 CYGPATH_W = @CYGPATH_W@
    54 DATADIRNAME = @DATADIRNAME@
    55 DEFS = @DEFS@
    56 DEPDIR = @DEPDIR@
    57 ECHO_C = @ECHO_C@
    58 ECHO_N = @ECHO_N@
    59 ECHO_T = @ECHO_T@
    60 EGREP = @EGREP@
    61 EXEEXT = @EXEEXT@
    62 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
    63 GMOFILES = @GMOFILES@
    64 GMSGFMT = @GMSGFMT@
    65 INSTALL_DATA = @INSTALL_DATA@
    66 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    67 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    68 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    69 INSTOBJEXT = @INSTOBJEXT@
    70 INTLLIBS = @INTLLIBS@
    71 LDFLAGS = @LDFLAGS@
    72 LIBOBJS = @LIBOBJS@
    73 LIBS = @LIBS@
    74 LTLIBOBJS = @LTLIBOBJS@
    75 MAINT = @MAINT@
    76 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
    77 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
    78 MAKEINFO = @MAKEINFO@
    79 MKINSTALLDIRS = @MKINSTALLDIRS@
    80 MSGFMT = @MSGFMT@
    81 OBJEXT = @OBJEXT@
    82 PACKAGE = @PACKAGE@
    83 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    84 PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
    85 PACKAGE_LIBS = @PACKAGE_LIBS@
    86 PACKAGE_NAME = @PACKAGE_NAME@
    87 PACKAGE_STRING = @PACKAGE_STRING@
    88 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    89 PACKAGE_VERSION = @PACKAGE_VERSION@
    90 PATH_SEPARATOR = @PATH_SEPARATOR@
    91 PKG_CONFIG = @PKG_CONFIG@
    92 POFILES = @POFILES@
    93 POSUB = @POSUB@
    94 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
    95 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
    96 SET_MAKE = @SET_MAKE@
    97 SHELL = @SHELL@
    98 STRIP = @STRIP@
    99 USE_NLS = @USE_NLS@
   100 VERSION = @VERSION@
   101 XGETTEXT = @XGETTEXT@
   102 ac_ct_CC = @ac_ct_CC@
   103 ac_ct_STRIP = @ac_ct_STRIP@
   104 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
   105 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
   106 am__include = @am__include@
   107 am__leading_dot = @am__leading_dot@
   108 am__quote = @am__quote@
   109 bindir = @bindir@
   110 build_alias = @build_alias@
   111 datadir = @datadir@
   112 exec_prefix = @exec_prefix@
   113 host_alias = @host_alias@
   114 includedir = @includedir@
   115 infodir = @infodir@
   116 install_sh = @install_sh@
   117 libdir = @libdir@
   118 libexecdir = @libexecdir@
   119 localstatedir = @localstatedir@
   120 mandir = @mandir@
   121 oldincludedir = @oldincludedir@
   122 prefix = @prefix@
   123 program_transform_name = @program_transform_name@
   124 sbindir = @sbindir@
   125 sharedstatedir = @sharedstatedir@
   126 sysconfdir = @sysconfdir@
   127 target_alias = @target_alias@
   129 INCLUDES = \
   130 	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
   131 	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
   132         -Ish4 \
   133 	@PACKAGE_CFLAGS@
   136 bin_PROGRAMS = dream
   138 dream_SOURCES = \
   139         main.c \
   140         mem.c mem.h mmio.h watch.c \
   141         asic.c asic.h \
   142         syscall.c syscall.h bios.c dcload.c \
   143         gdrom/ide.c gdrom/ide.h gdrom/packet.h \
   144 	gdrom/gdrom.c gdrom/gdrom.h gdrom/nrg.c\
   145         dreamcast.c dreamcast.h \
   146         sh4/intc.c sh4/intc.h sh4/sh4mem.c sh4/timer.c sh4/dmac.c \
   147         sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
   148         sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c \
   149         aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \
   150         aica/aica.c aica/aica.h aica/audio.c aica/audio.h \
   151 	pvr2/pvr2.c pvr2/pvr2.h \
   152 	pvr2/ta.c pvr2/render.c \
   153 	pvr2/texcache.c \
   154         maple/maple.c maple/maple.h \
   155         maple/controller.c maple/controller.h \
   156         gui/support.c gui/support.h \
   157         gui/interface.c gui/interface.h \
   158         gui/callbacks.c gui/callbacks.h \
   159         gui/gui.c gui/gui.h gui/mmr_win.c \
   160         gui/debug_win.c gui/dump_win.c \
   161         loader.c bootstrap.c util.c \
   162 	display.c display.h \
   163 	drivers/audio_null.c drivers/audio_esd.c \
   164 	drivers/video_null.c drivers/video_gtk.c drivers/video_gtk.h \
   165 	drivers/video_x11.c drivers/video_x11.h
   168 dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lesd
   170 AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE 
   171 subdir = src
   172 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   173 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   174 CONFIG_HEADER = $(top_builddir)/config.h
   175 CONFIG_CLEAN_FILES =
   176 bin_PROGRAMS = dream$(EXEEXT)
   177 PROGRAMS = $(bin_PROGRAMS)
   179 am_dream_OBJECTS = main.$(OBJEXT) mem.$(OBJEXT) watch.$(OBJEXT) \
   180 	asic.$(OBJEXT) syscall.$(OBJEXT) bios.$(OBJEXT) \
   181 	dcload.$(OBJEXT) ide.$(OBJEXT) gdrom.$(OBJEXT) nrg.$(OBJEXT) \
   182 	dreamcast.$(OBJEXT) intc.$(OBJEXT) sh4mem.$(OBJEXT) \
   183 	timer.$(OBJEXT) dmac.$(OBJEXT) sh4core.$(OBJEXT) \
   184 	sh4dasm.$(OBJEXT) sh4mmio.$(OBJEXT) scif.$(OBJEXT) \
   185 	armcore.$(OBJEXT) armdasm.$(OBJEXT) armmem.$(OBJEXT) \
   186 	aica.$(OBJEXT) audio.$(OBJEXT) pvr2.$(OBJEXT) ta.$(OBJEXT) \
   187 	render.$(OBJEXT) texcache.$(OBJEXT) maple.$(OBJEXT) \
   188 	controller.$(OBJEXT) support.$(OBJEXT) interface.$(OBJEXT) \
   189 	callbacks.$(OBJEXT) gui.$(OBJEXT) mmr_win.$(OBJEXT) \
   190 	debug_win.$(OBJEXT) dump_win.$(OBJEXT) loader.$(OBJEXT) \
   191 	bootstrap.$(OBJEXT) util.$(OBJEXT) display.$(OBJEXT) \
   192 	audio_null.$(OBJEXT) audio_esd.$(OBJEXT) video_null.$(OBJEXT) \
   193 	video_gtk.$(OBJEXT) video_x11.$(OBJEXT)
   194 dream_OBJECTS = $(am_dream_OBJECTS)
   195 dream_DEPENDENCIES =
   196 dream_LDFLAGS =
   198 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
   199 depcomp = $(SHELL) $(top_srcdir)/depcomp
   200 am__depfiles_maybe = depfiles
   201 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/aica.Po ./$(DEPDIR)/armcore.Po \
   202 @AMDEP_TRUE@	./$(DEPDIR)/armdasm.Po ./$(DEPDIR)/armmem.Po \
   203 @AMDEP_TRUE@	./$(DEPDIR)/asic.Po ./$(DEPDIR)/audio.Po \
   204 @AMDEP_TRUE@	./$(DEPDIR)/audio_esd.Po ./$(DEPDIR)/audio_null.Po \
   205 @AMDEP_TRUE@	./$(DEPDIR)/bios.Po ./$(DEPDIR)/bootstrap.Po \
   206 @AMDEP_TRUE@	./$(DEPDIR)/callbacks.Po ./$(DEPDIR)/controller.Po \
   207 @AMDEP_TRUE@	./$(DEPDIR)/dcload.Po ./$(DEPDIR)/debug_win.Po \
   208 @AMDEP_TRUE@	./$(DEPDIR)/display.Po ./$(DEPDIR)/dmac.Po \
   209 @AMDEP_TRUE@	./$(DEPDIR)/dreamcast.Po ./$(DEPDIR)/dump_win.Po \
   210 @AMDEP_TRUE@	./$(DEPDIR)/gdrom.Po ./$(DEPDIR)/gui.Po \
   211 @AMDEP_TRUE@	./$(DEPDIR)/ide.Po ./$(DEPDIR)/intc.Po \
   212 @AMDEP_TRUE@	./$(DEPDIR)/interface.Po ./$(DEPDIR)/loader.Po \
   213 @AMDEP_TRUE@	./$(DEPDIR)/main.Po ./$(DEPDIR)/maple.Po \
   214 @AMDEP_TRUE@	./$(DEPDIR)/mem.Po ./$(DEPDIR)/mmr_win.Po \
   215 @AMDEP_TRUE@	./$(DEPDIR)/nrg.Po ./$(DEPDIR)/pvr2.Po \
   216 @AMDEP_TRUE@	./$(DEPDIR)/render.Po ./$(DEPDIR)/scif.Po \
   217 @AMDEP_TRUE@	./$(DEPDIR)/sh4core.Po ./$(DEPDIR)/sh4dasm.Po \
   218 @AMDEP_TRUE@	./$(DEPDIR)/sh4mem.Po ./$(DEPDIR)/sh4mmio.Po \
   219 @AMDEP_TRUE@	./$(DEPDIR)/support.Po ./$(DEPDIR)/syscall.Po \
   220 @AMDEP_TRUE@	./$(DEPDIR)/ta.Po ./$(DEPDIR)/texcache.Po \
   221 @AMDEP_TRUE@	./$(DEPDIR)/timer.Po ./$(DEPDIR)/util.Po \
   222 @AMDEP_TRUE@	./$(DEPDIR)/video_gtk.Po ./$(DEPDIR)/video_null.Po \
   223 @AMDEP_TRUE@	./$(DEPDIR)/video_x11.Po ./$(DEPDIR)/watch.Po
   224 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   225 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   226 CCLD = $(CC)
   227 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   228 DIST_SOURCES = $(dream_SOURCES)
   229 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
   230 SOURCES = $(dream_SOURCES)
   232 all: all-am
   234 .SUFFIXES:
   235 .SUFFIXES: .c .o .obj
   236 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
   237 	cd $(top_srcdir) && \
   238 	  $(AUTOMAKE) --gnu  src/Makefile
   239 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
   240 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
   241 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
   242 install-binPROGRAMS: $(bin_PROGRAMS)
   243 	@$(NORMAL_INSTALL)
   244 	$(mkinstalldirs) $(DESTDIR)$(bindir)
   245 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
   246 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
   247 	  if test -f $$p \
   248 	  ; then \
   249 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
   250 	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
   251 	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
   252 	  else :; fi; \
   253 	done
   255 uninstall-binPROGRAMS:
   256 	@$(NORMAL_UNINSTALL)
   257 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
   258 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
   259 	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
   260 	  rm -f $(DESTDIR)$(bindir)/$$f; \
   261 	done
   263 clean-binPROGRAMS:
   264 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
   265 dream$(EXEEXT): $(dream_OBJECTS) $(dream_DEPENDENCIES) 
   266 	@rm -f dream$(EXEEXT)
   267 	$(LINK) $(dream_LDFLAGS) $(dream_OBJECTS) $(dream_LDADD) $(LIBS)
   269 mostlyclean-compile:
   270 	-rm -f *.$(OBJEXT) core *.core
   272 distclean-compile:
   273 	-rm -f *.tab.c
   275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aica.Po@am__quote@
   276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armcore.Po@am__quote@
   277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armdasm.Po@am__quote@
   278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armmem.Po@am__quote@
   279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asic.Po@am__quote@
   280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio.Po@am__quote@
   281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_esd.Po@am__quote@
   282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_null.Po@am__quote@
   283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bios.Po@am__quote@
   284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bootstrap.Po@am__quote@
   285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Po@am__quote@
   286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/controller.Po@am__quote@
   287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dcload.Po@am__quote@
   288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug_win.Po@am__quote@
   289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Po@am__quote@
   290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmac.Po@am__quote@
   291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dreamcast.Po@am__quote@
   292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dump_win.Po@am__quote@
   293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdrom.Po@am__quote@
   294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gui.Po@am__quote@
   295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ide.Po@am__quote@
   296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intc.Po@am__quote@
   297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
   298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loader.Po@am__quote@
   299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
   300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maple.Po@am__quote@
   301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Po@am__quote@
   302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmr_win.Po@am__quote@
   303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nrg.Po@am__quote@
   304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvr2.Po@am__quote@
   305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render.Po@am__quote@
   306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scif.Po@am__quote@
   307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh4core.Po@am__quote@
   308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh4dasm.Po@am__quote@
   309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh4mem.Po@am__quote@
   310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh4mmio.Po@am__quote@
   311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@
   312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syscall.Po@am__quote@
   313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ta.Po@am__quote@
   314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texcache.Po@am__quote@
   315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
   316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
   317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/video_gtk.Po@am__quote@
   318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/video_null.Po@am__quote@
   319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/video_x11.Po@am__quote@
   320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
   322 .c.o:
   323 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
   324 @am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
   325 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
   326 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
   327 @am__fastdepCC_TRUE@	fi
   328 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   329 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
   330 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   331 @am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
   333 .c.obj:
   334 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
   335 @am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
   336 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
   337 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
   338 @am__fastdepCC_TRUE@	fi
   339 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   340 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
   341 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   342 @am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
   344 ide.o: gdrom/ide.c
   345 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ide.o -MD -MP -MF "$(DEPDIR)/ide.Tpo" \
   346 @am__fastdepCC_TRUE@	  -c -o ide.o `test -f 'gdrom/ide.c' || echo '$(srcdir)/'`gdrom/ide.c; \
   347 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ide.Tpo" "$(DEPDIR)/ide.Po"; \
   348 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ide.Tpo"; exit 1; \
   349 @am__fastdepCC_TRUE@	fi
   350 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gdrom/ide.c' object='ide.o' libtool=no @AMDEPBACKSLASH@
   351 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ide.Po' tmpdepfile='$(DEPDIR)/ide.TPo' @AMDEPBACKSLASH@
   352 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   353 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ide.o `test -f 'gdrom/ide.c' || echo '$(srcdir)/'`gdrom/ide.c
   355 ide.obj: gdrom/ide.c
   356 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ide.obj -MD -MP -MF "$(DEPDIR)/ide.Tpo" \
   357 @am__fastdepCC_TRUE@	  -c -o ide.obj `if test -f 'gdrom/ide.c'; then $(CYGPATH_W) 'gdrom/ide.c'; else $(CYGPATH_W) '$(srcdir)/gdrom/ide.c'; fi`; \
   358 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ide.Tpo" "$(DEPDIR)/ide.Po"; \
   359 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ide.Tpo"; exit 1; \
   360 @am__fastdepCC_TRUE@	fi
   361 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gdrom/ide.c' object='ide.obj' libtool=no @AMDEPBACKSLASH@
   362 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ide.Po' tmpdepfile='$(DEPDIR)/ide.TPo' @AMDEPBACKSLASH@
   363 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   364 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ide.obj `if test -f 'gdrom/ide.c'; then $(CYGPATH_W) 'gdrom/ide.c'; else $(CYGPATH_W) '$(srcdir)/gdrom/ide.c'; fi`
   366 gdrom.o: gdrom/gdrom.c
   367 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdrom.o -MD -MP -MF "$(DEPDIR)/gdrom.Tpo" \
   368 @am__fastdepCC_TRUE@	  -c -o gdrom.o `test -f 'gdrom/gdrom.c' || echo '$(srcdir)/'`gdrom/gdrom.c; \
   369 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/gdrom.Tpo" "$(DEPDIR)/gdrom.Po"; \
   370 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/gdrom.Tpo"; exit 1; \
   371 @am__fastdepCC_TRUE@	fi
   372 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gdrom/gdrom.c' object='gdrom.o' libtool=no @AMDEPBACKSLASH@
   373 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/gdrom.Po' tmpdepfile='$(DEPDIR)/gdrom.TPo' @AMDEPBACKSLASH@
   374 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   375 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdrom.o `test -f 'gdrom/gdrom.c' || echo '$(srcdir)/'`gdrom/gdrom.c
   377 gdrom.obj: gdrom/gdrom.c
   378 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdrom.obj -MD -MP -MF "$(DEPDIR)/gdrom.Tpo" \
   379 @am__fastdepCC_TRUE@	  -c -o gdrom.obj `if test -f 'gdrom/gdrom.c'; then $(CYGPATH_W) 'gdrom/gdrom.c'; else $(CYGPATH_W) '$(srcdir)/gdrom/gdrom.c'; fi`; \
   380 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/gdrom.Tpo" "$(DEPDIR)/gdrom.Po"; \
   381 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/gdrom.Tpo"; exit 1; \
   382 @am__fastdepCC_TRUE@	fi
   383 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gdrom/gdrom.c' object='gdrom.obj' libtool=no @AMDEPBACKSLASH@
   384 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/gdrom.Po' tmpdepfile='$(DEPDIR)/gdrom.TPo' @AMDEPBACKSLASH@
   385 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   386 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdrom.obj `if test -f 'gdrom/gdrom.c'; then $(CYGPATH_W) 'gdrom/gdrom.c'; else $(CYGPATH_W) '$(srcdir)/gdrom/gdrom.c'; fi`
   388 nrg.o: gdrom/nrg.c
   389 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nrg.o -MD -MP -MF "$(DEPDIR)/nrg.Tpo" \
   390 @am__fastdepCC_TRUE@	  -c -o nrg.o `test -f 'gdrom/nrg.c' || echo '$(srcdir)/'`gdrom/nrg.c; \
   391 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/nrg.Tpo" "$(DEPDIR)/nrg.Po"; \
   392 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/nrg.Tpo"; exit 1; \
   393 @am__fastdepCC_TRUE@	fi
   394 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gdrom/nrg.c' object='nrg.o' libtool=no @AMDEPBACKSLASH@
   395 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/nrg.Po' tmpdepfile='$(DEPDIR)/nrg.TPo' @AMDEPBACKSLASH@
   396 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   397 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nrg.o `test -f 'gdrom/nrg.c' || echo '$(srcdir)/'`gdrom/nrg.c
   399 nrg.obj: gdrom/nrg.c
   400 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nrg.obj -MD -MP -MF "$(DEPDIR)/nrg.Tpo" \
   401 @am__fastdepCC_TRUE@	  -c -o nrg.obj `if test -f 'gdrom/nrg.c'; then $(CYGPATH_W) 'gdrom/nrg.c'; else $(CYGPATH_W) '$(srcdir)/gdrom/nrg.c'; fi`; \
   402 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/nrg.Tpo" "$(DEPDIR)/nrg.Po"; \
   403 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/nrg.Tpo"; exit 1; \
   404 @am__fastdepCC_TRUE@	fi
   405 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gdrom/nrg.c' object='nrg.obj' libtool=no @AMDEPBACKSLASH@
   406 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/nrg.Po' tmpdepfile='$(DEPDIR)/nrg.TPo' @AMDEPBACKSLASH@
   407 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   408 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nrg.obj `if test -f 'gdrom/nrg.c'; then $(CYGPATH_W) 'gdrom/nrg.c'; else $(CYGPATH_W) '$(srcdir)/gdrom/nrg.c'; fi`
   410 intc.o: sh4/intc.c
   411 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intc.o -MD -MP -MF "$(DEPDIR)/intc.Tpo" \
   412 @am__fastdepCC_TRUE@	  -c -o intc.o `test -f 'sh4/intc.c' || echo '$(srcdir)/'`sh4/intc.c; \
   413 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/intc.Tpo" "$(DEPDIR)/intc.Po"; \
   414 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/intc.Tpo"; exit 1; \
   415 @am__fastdepCC_TRUE@	fi
   416 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/intc.c' object='intc.o' libtool=no @AMDEPBACKSLASH@
   417 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/intc.Po' tmpdepfile='$(DEPDIR)/intc.TPo' @AMDEPBACKSLASH@
   418 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   419 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intc.o `test -f 'sh4/intc.c' || echo '$(srcdir)/'`sh4/intc.c
   421 intc.obj: sh4/intc.c
   422 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intc.obj -MD -MP -MF "$(DEPDIR)/intc.Tpo" \
   423 @am__fastdepCC_TRUE@	  -c -o intc.obj `if test -f 'sh4/intc.c'; then $(CYGPATH_W) 'sh4/intc.c'; else $(CYGPATH_W) '$(srcdir)/sh4/intc.c'; fi`; \
   424 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/intc.Tpo" "$(DEPDIR)/intc.Po"; \
   425 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/intc.Tpo"; exit 1; \
   426 @am__fastdepCC_TRUE@	fi
   427 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/intc.c' object='intc.obj' libtool=no @AMDEPBACKSLASH@
   428 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/intc.Po' tmpdepfile='$(DEPDIR)/intc.TPo' @AMDEPBACKSLASH@
   429 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   430 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o intc.obj `if test -f 'sh4/intc.c'; then $(CYGPATH_W) 'sh4/intc.c'; else $(CYGPATH_W) '$(srcdir)/sh4/intc.c'; fi`
   432 sh4mem.o: sh4/sh4mem.c
   433 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4mem.o -MD -MP -MF "$(DEPDIR)/sh4mem.Tpo" \
   434 @am__fastdepCC_TRUE@	  -c -o sh4mem.o `test -f 'sh4/sh4mem.c' || echo '$(srcdir)/'`sh4/sh4mem.c; \
   435 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4mem.Tpo" "$(DEPDIR)/sh4mem.Po"; \
   436 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4mem.Tpo"; exit 1; \
   437 @am__fastdepCC_TRUE@	fi
   438 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4mem.c' object='sh4mem.o' libtool=no @AMDEPBACKSLASH@
   439 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4mem.Po' tmpdepfile='$(DEPDIR)/sh4mem.TPo' @AMDEPBACKSLASH@
   440 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   441 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sh4mem.o `test -f 'sh4/sh4mem.c' || echo '$(srcdir)/'`sh4/sh4mem.c
   443 sh4mem.obj: sh4/sh4mem.c
   444 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4mem.obj -MD -MP -MF "$(DEPDIR)/sh4mem.Tpo" \
   445 @am__fastdepCC_TRUE@	  -c -o sh4mem.obj `if test -f 'sh4/sh4mem.c'; then $(CYGPATH_W) 'sh4/sh4mem.c'; else $(CYGPATH_W) '$(srcdir)/sh4/sh4mem.c'; fi`; \
   446 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4mem.Tpo" "$(DEPDIR)/sh4mem.Po"; \
   447 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4mem.Tpo"; exit 1; \
   448 @am__fastdepCC_TRUE@	fi
   449 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4mem.c' object='sh4mem.obj' libtool=no @AMDEPBACKSLASH@
   450 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4mem.Po' tmpdepfile='$(DEPDIR)/sh4mem.TPo' @AMDEPBACKSLASH@
   451 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   452 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sh4mem.obj `if test -f 'sh4/sh4mem.c'; then $(CYGPATH_W) 'sh4/sh4mem.c'; else $(CYGPATH_W) '$(srcdir)/sh4/sh4mem.c'; fi`
   454 timer.o: sh4/timer.c
   455 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timer.o -MD -MP -MF "$(DEPDIR)/timer.Tpo" \
   456 @am__fastdepCC_TRUE@	  -c -o timer.o `test -f 'sh4/timer.c' || echo '$(srcdir)/'`sh4/timer.c; \
   457 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/timer.Tpo" "$(DEPDIR)/timer.Po"; \
   458 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/timer.Tpo"; exit 1; \
   459 @am__fastdepCC_TRUE@	fi
   460 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/timer.c' object='timer.o' libtool=no @AMDEPBACKSLASH@
   461 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/timer.Po' tmpdepfile='$(DEPDIR)/timer.TPo' @AMDEPBACKSLASH@
   462 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   463 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o timer.o `test -f 'sh4/timer.c' || echo '$(srcdir)/'`sh4/timer.c
   465 timer.obj: sh4/timer.c
   466 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timer.obj -MD -MP -MF "$(DEPDIR)/timer.Tpo" \
   467 @am__fastdepCC_TRUE@	  -c -o timer.obj `if test -f 'sh4/timer.c'; then $(CYGPATH_W) 'sh4/timer.c'; else $(CYGPATH_W) '$(srcdir)/sh4/timer.c'; fi`; \
   468 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/timer.Tpo" "$(DEPDIR)/timer.Po"; \
   469 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/timer.Tpo"; exit 1; \
   470 @am__fastdepCC_TRUE@	fi
   471 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/timer.c' object='timer.obj' libtool=no @AMDEPBACKSLASH@
   472 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/timer.Po' tmpdepfile='$(DEPDIR)/timer.TPo' @AMDEPBACKSLASH@
   473 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   474 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o timer.obj `if test -f 'sh4/timer.c'; then $(CYGPATH_W) 'sh4/timer.c'; else $(CYGPATH_W) '$(srcdir)/sh4/timer.c'; fi`
   476 dmac.o: sh4/dmac.c
   477 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmac.o -MD -MP -MF "$(DEPDIR)/dmac.Tpo" \
   478 @am__fastdepCC_TRUE@	  -c -o dmac.o `test -f 'sh4/dmac.c' || echo '$(srcdir)/'`sh4/dmac.c; \
   479 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/dmac.Tpo" "$(DEPDIR)/dmac.Po"; \
   480 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/dmac.Tpo"; exit 1; \
   481 @am__fastdepCC_TRUE@	fi
   482 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/dmac.c' object='dmac.o' libtool=no @AMDEPBACKSLASH@
   483 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/dmac.Po' tmpdepfile='$(DEPDIR)/dmac.TPo' @AMDEPBACKSLASH@
   484 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   485 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmac.o `test -f 'sh4/dmac.c' || echo '$(srcdir)/'`sh4/dmac.c
   487 dmac.obj: sh4/dmac.c
   488 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmac.obj -MD -MP -MF "$(DEPDIR)/dmac.Tpo" \
   489 @am__fastdepCC_TRUE@	  -c -o dmac.obj `if test -f 'sh4/dmac.c'; then $(CYGPATH_W) 'sh4/dmac.c'; else $(CYGPATH_W) '$(srcdir)/sh4/dmac.c'; fi`; \
   490 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/dmac.Tpo" "$(DEPDIR)/dmac.Po"; \
   491 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/dmac.Tpo"; exit 1; \
   492 @am__fastdepCC_TRUE@	fi
   493 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/dmac.c' object='dmac.obj' libtool=no @AMDEPBACKSLASH@
   494 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/dmac.Po' tmpdepfile='$(DEPDIR)/dmac.TPo' @AMDEPBACKSLASH@
   495 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   496 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmac.obj `if test -f 'sh4/dmac.c'; then $(CYGPATH_W) 'sh4/dmac.c'; else $(CYGPATH_W) '$(srcdir)/sh4/dmac.c'; fi`
   498 sh4core.o: sh4/sh4core.c
   499 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4core.o -MD -MP -MF "$(DEPDIR)/sh4core.Tpo" \
   500 @am__fastdepCC_TRUE@	  -c -o sh4core.o `test -f 'sh4/sh4core.c' || echo '$(srcdir)/'`sh4/sh4core.c; \
   501 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4core.Tpo" "$(DEPDIR)/sh4core.Po"; \
   502 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4core.Tpo"; exit 1; \
   503 @am__fastdepCC_TRUE@	fi
   504 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4core.c' object='sh4core.o' libtool=no @AMDEPBACKSLASH@
   505 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4core.Po' tmpdepfile='$(DEPDIR)/sh4core.TPo' @AMDEPBACKSLASH@
   506 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   507 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sh4core.o `test -f 'sh4/sh4core.c' || echo '$(srcdir)/'`sh4/sh4core.c
   509 sh4core.obj: sh4/sh4core.c
   510 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4core.obj -MD -MP -MF "$(DEPDIR)/sh4core.Tpo" \
   511 @am__fastdepCC_TRUE@	  -c -o sh4core.obj `if test -f 'sh4/sh4core.c'; then $(CYGPATH_W) 'sh4/sh4core.c'; else $(CYGPATH_W) '$(srcdir)/sh4/sh4core.c'; fi`; \
   512 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4core.Tpo" "$(DEPDIR)/sh4core.Po"; \
   513 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4core.Tpo"; exit 1; \
   514 @am__fastdepCC_TRUE@	fi
   515 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4core.c' object='sh4core.obj' libtool=no @AMDEPBACKSLASH@
   516 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4core.Po' tmpdepfile='$(DEPDIR)/sh4core.TPo' @AMDEPBACKSLASH@
   517 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   518 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sh4core.obj `if test -f 'sh4/sh4core.c'; then $(CYGPATH_W) 'sh4/sh4core.c'; else $(CYGPATH_W) '$(srcdir)/sh4/sh4core.c'; fi`
   520 sh4dasm.o: sh4/sh4dasm.c
   521 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4dasm.o -MD -MP -MF "$(DEPDIR)/sh4dasm.Tpo" \
   522 @am__fastdepCC_TRUE@	  -c -o sh4dasm.o `test -f 'sh4/sh4dasm.c' || echo '$(srcdir)/'`sh4/sh4dasm.c; \
   523 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4dasm.Tpo" "$(DEPDIR)/sh4dasm.Po"; \
   524 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4dasm.Tpo"; exit 1; \
   525 @am__fastdepCC_TRUE@	fi
   526 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4dasm.c' object='sh4dasm.o' libtool=no @AMDEPBACKSLASH@
   527 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4dasm.Po' tmpdepfile='$(DEPDIR)/sh4dasm.TPo' @AMDEPBACKSLASH@
   528 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   529 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sh4dasm.o `test -f 'sh4/sh4dasm.c' || echo '$(srcdir)/'`sh4/sh4dasm.c
   531 sh4dasm.obj: sh4/sh4dasm.c
   532 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4dasm.obj -MD -MP -MF "$(DEPDIR)/sh4dasm.Tpo" \
   533 @am__fastdepCC_TRUE@	  -c -o sh4dasm.obj `if test -f 'sh4/sh4dasm.c'; then $(CYGPATH_W) 'sh4/sh4dasm.c'; else $(CYGPATH_W) '$(srcdir)/sh4/sh4dasm.c'; fi`; \
   534 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4dasm.Tpo" "$(DEPDIR)/sh4dasm.Po"; \
   535 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4dasm.Tpo"; exit 1; \
   536 @am__fastdepCC_TRUE@	fi
   537 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4dasm.c' object='sh4dasm.obj' libtool=no @AMDEPBACKSLASH@
   538 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4dasm.Po' tmpdepfile='$(DEPDIR)/sh4dasm.TPo' @AMDEPBACKSLASH@
   539 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   540 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sh4dasm.obj `if test -f 'sh4/sh4dasm.c'; then $(CYGPATH_W) 'sh4/sh4dasm.c'; else $(CYGPATH_W) '$(srcdir)/sh4/sh4dasm.c'; fi`
   542 sh4mmio.o: sh4/sh4mmio.c
   543 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4mmio.o -MD -MP -MF "$(DEPDIR)/sh4mmio.Tpo" \
   544 @am__fastdepCC_TRUE@	  -c -o sh4mmio.o `test -f 'sh4/sh4mmio.c' || echo '$(srcdir)/'`sh4/sh4mmio.c; \
   545 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4mmio.Tpo" "$(DEPDIR)/sh4mmio.Po"; \
   546 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4mmio.Tpo"; exit 1; \
   547 @am__fastdepCC_TRUE@	fi
   548 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4mmio.c' object='sh4mmio.o' libtool=no @AMDEPBACKSLASH@
   549 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4mmio.Po' tmpdepfile='$(DEPDIR)/sh4mmio.TPo' @AMDEPBACKSLASH@
   550 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   551 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sh4mmio.o `test -f 'sh4/sh4mmio.c' || echo '$(srcdir)/'`sh4/sh4mmio.c
   553 sh4mmio.obj: sh4/sh4mmio.c
   554 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4mmio.obj -MD -MP -MF "$(DEPDIR)/sh4mmio.Tpo" \
   555 @am__fastdepCC_TRUE@	  -c -o sh4mmio.obj `if test -f 'sh4/sh4mmio.c'; then $(CYGPATH_W) 'sh4/sh4mmio.c'; else $(CYGPATH_W) '$(srcdir)/sh4/sh4mmio.c'; fi`; \
   556 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4mmio.Tpo" "$(DEPDIR)/sh4mmio.Po"; \
   557 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4mmio.Tpo"; exit 1; \
   558 @am__fastdepCC_TRUE@	fi
   559 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4mmio.c' object='sh4mmio.obj' libtool=no @AMDEPBACKSLASH@
   560 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4mmio.Po' tmpdepfile='$(DEPDIR)/sh4mmio.TPo' @AMDEPBACKSLASH@
   561 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   562 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sh4mmio.obj `if test -f 'sh4/sh4mmio.c'; then $(CYGPATH_W) 'sh4/sh4mmio.c'; else $(CYGPATH_W) '$(srcdir)/sh4/sh4mmio.c'; fi`
   564 scif.o: sh4/scif.c
   565 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scif.o -MD -MP -MF "$(DEPDIR)/scif.Tpo" \
   566 @am__fastdepCC_TRUE@	  -c -o scif.o `test -f 'sh4/scif.c' || echo '$(srcdir)/'`sh4/scif.c; \
   567 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/scif.Tpo" "$(DEPDIR)/scif.Po"; \
   568 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/scif.Tpo"; exit 1; \
   569 @am__fastdepCC_TRUE@	fi
   570 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/scif.c' object='scif.o' libtool=no @AMDEPBACKSLASH@
   571 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/scif.Po' tmpdepfile='$(DEPDIR)/scif.TPo' @AMDEPBACKSLASH@
   572 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   573 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scif.o `test -f 'sh4/scif.c' || echo '$(srcdir)/'`sh4/scif.c
   575 scif.obj: sh4/scif.c
   576 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scif.obj -MD -MP -MF "$(DEPDIR)/scif.Tpo" \
   577 @am__fastdepCC_TRUE@	  -c -o scif.obj `if test -f 'sh4/scif.c'; then $(CYGPATH_W) 'sh4/scif.c'; else $(CYGPATH_W) '$(srcdir)/sh4/scif.c'; fi`; \
   578 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/scif.Tpo" "$(DEPDIR)/scif.Po"; \
   579 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/scif.Tpo"; exit 1; \
   580 @am__fastdepCC_TRUE@	fi
   581 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/scif.c' object='scif.obj' libtool=no @AMDEPBACKSLASH@
   582 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/scif.Po' tmpdepfile='$(DEPDIR)/scif.TPo' @AMDEPBACKSLASH@
   583 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   584 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scif.obj `if test -f 'sh4/scif.c'; then $(CYGPATH_W) 'sh4/scif.c'; else $(CYGPATH_W) '$(srcdir)/sh4/scif.c'; fi`
   586 armcore.o: aica/armcore.c
   587 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armcore.o -MD -MP -MF "$(DEPDIR)/armcore.Tpo" \
   588 @am__fastdepCC_TRUE@	  -c -o armcore.o `test -f 'aica/armcore.c' || echo '$(srcdir)/'`aica/armcore.c; \
   589 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armcore.Tpo" "$(DEPDIR)/armcore.Po"; \
   590 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armcore.Tpo"; exit 1; \
   591 @am__fastdepCC_TRUE@	fi
   592 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armcore.c' object='armcore.o' libtool=no @AMDEPBACKSLASH@
   593 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armcore.Po' tmpdepfile='$(DEPDIR)/armcore.TPo' @AMDEPBACKSLASH@
   594 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   595 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o armcore.o `test -f 'aica/armcore.c' || echo '$(srcdir)/'`aica/armcore.c
   597 armcore.obj: aica/armcore.c
   598 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armcore.obj -MD -MP -MF "$(DEPDIR)/armcore.Tpo" \
   599 @am__fastdepCC_TRUE@	  -c -o armcore.obj `if test -f 'aica/armcore.c'; then $(CYGPATH_W) 'aica/armcore.c'; else $(CYGPATH_W) '$(srcdir)/aica/armcore.c'; fi`; \
   600 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armcore.Tpo" "$(DEPDIR)/armcore.Po"; \
   601 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armcore.Tpo"; exit 1; \
   602 @am__fastdepCC_TRUE@	fi
   603 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armcore.c' object='armcore.obj' libtool=no @AMDEPBACKSLASH@
   604 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armcore.Po' tmpdepfile='$(DEPDIR)/armcore.TPo' @AMDEPBACKSLASH@
   605 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   606 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o armcore.obj `if test -f 'aica/armcore.c'; then $(CYGPATH_W) 'aica/armcore.c'; else $(CYGPATH_W) '$(srcdir)/aica/armcore.c'; fi`
   608 armdasm.o: aica/armdasm.c
   609 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armdasm.o -MD -MP -MF "$(DEPDIR)/armdasm.Tpo" \
   610 @am__fastdepCC_TRUE@	  -c -o armdasm.o `test -f 'aica/armdasm.c' || echo '$(srcdir)/'`aica/armdasm.c; \
   611 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armdasm.Tpo" "$(DEPDIR)/armdasm.Po"; \
   612 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armdasm.Tpo"; exit 1; \
   613 @am__fastdepCC_TRUE@	fi
   614 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armdasm.c' object='armdasm.o' libtool=no @AMDEPBACKSLASH@
   615 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armdasm.Po' tmpdepfile='$(DEPDIR)/armdasm.TPo' @AMDEPBACKSLASH@
   616 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   617 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o armdasm.o `test -f 'aica/armdasm.c' || echo '$(srcdir)/'`aica/armdasm.c
   619 armdasm.obj: aica/armdasm.c
   620 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armdasm.obj -MD -MP -MF "$(DEPDIR)/armdasm.Tpo" \
   621 @am__fastdepCC_TRUE@	  -c -o armdasm.obj `if test -f 'aica/armdasm.c'; then $(CYGPATH_W) 'aica/armdasm.c'; else $(CYGPATH_W) '$(srcdir)/aica/armdasm.c'; fi`; \
   622 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armdasm.Tpo" "$(DEPDIR)/armdasm.Po"; \
   623 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armdasm.Tpo"; exit 1; \
   624 @am__fastdepCC_TRUE@	fi
   625 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armdasm.c' object='armdasm.obj' libtool=no @AMDEPBACKSLASH@
   626 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armdasm.Po' tmpdepfile='$(DEPDIR)/armdasm.TPo' @AMDEPBACKSLASH@
   627 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   628 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o armdasm.obj `if test -f 'aica/armdasm.c'; then $(CYGPATH_W) 'aica/armdasm.c'; else $(CYGPATH_W) '$(srcdir)/aica/armdasm.c'; fi`
   630 armmem.o: aica/armmem.c
   631 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armmem.o -MD -MP -MF "$(DEPDIR)/armmem.Tpo" \
   632 @am__fastdepCC_TRUE@	  -c -o armmem.o `test -f 'aica/armmem.c' || echo '$(srcdir)/'`aica/armmem.c; \
   633 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armmem.Tpo" "$(DEPDIR)/armmem.Po"; \
   634 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armmem.Tpo"; exit 1; \
   635 @am__fastdepCC_TRUE@	fi
   636 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armmem.c' object='armmem.o' libtool=no @AMDEPBACKSLASH@
   637 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armmem.Po' tmpdepfile='$(DEPDIR)/armmem.TPo' @AMDEPBACKSLASH@
   638 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   639 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o armmem.o `test -f 'aica/armmem.c' || echo '$(srcdir)/'`aica/armmem.c
   641 armmem.obj: aica/armmem.c
   642 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armmem.obj -MD -MP -MF "$(DEPDIR)/armmem.Tpo" \
   643 @am__fastdepCC_TRUE@	  -c -o armmem.obj `if test -f 'aica/armmem.c'; then $(CYGPATH_W) 'aica/armmem.c'; else $(CYGPATH_W) '$(srcdir)/aica/armmem.c'; fi`; \
   644 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armmem.Tpo" "$(DEPDIR)/armmem.Po"; \
   645 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armmem.Tpo"; exit 1; \
   646 @am__fastdepCC_TRUE@	fi
   647 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armmem.c' object='armmem.obj' libtool=no @AMDEPBACKSLASH@
   648 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armmem.Po' tmpdepfile='$(DEPDIR)/armmem.TPo' @AMDEPBACKSLASH@
   649 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   650 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o armmem.obj `if test -f 'aica/armmem.c'; then $(CYGPATH_W) 'aica/armmem.c'; else $(CYGPATH_W) '$(srcdir)/aica/armmem.c'; fi`
   652 aica.o: aica/aica.c
   653 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aica.o -MD -MP -MF "$(DEPDIR)/aica.Tpo" \
   654 @am__fastdepCC_TRUE@	  -c -o aica.o `test -f 'aica/aica.c' || echo '$(srcdir)/'`aica/aica.c; \
   655 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/aica.Tpo" "$(DEPDIR)/aica.Po"; \
   656 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/aica.Tpo"; exit 1; \
   657 @am__fastdepCC_TRUE@	fi
   658 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/aica.c' object='aica.o' libtool=no @AMDEPBACKSLASH@
   659 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/aica.Po' tmpdepfile='$(DEPDIR)/aica.TPo' @AMDEPBACKSLASH@
   660 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   661 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aica.o `test -f 'aica/aica.c' || echo '$(srcdir)/'`aica/aica.c
   663 aica.obj: aica/aica.c
   664 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aica.obj -MD -MP -MF "$(DEPDIR)/aica.Tpo" \
   665 @am__fastdepCC_TRUE@	  -c -o aica.obj `if test -f 'aica/aica.c'; then $(CYGPATH_W) 'aica/aica.c'; else $(CYGPATH_W) '$(srcdir)/aica/aica.c'; fi`; \
   666 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/aica.Tpo" "$(DEPDIR)/aica.Po"; \
   667 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/aica.Tpo"; exit 1; \
   668 @am__fastdepCC_TRUE@	fi
   669 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/aica.c' object='aica.obj' libtool=no @AMDEPBACKSLASH@
   670 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/aica.Po' tmpdepfile='$(DEPDIR)/aica.TPo' @AMDEPBACKSLASH@
   671 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   672 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aica.obj `if test -f 'aica/aica.c'; then $(CYGPATH_W) 'aica/aica.c'; else $(CYGPATH_W) '$(srcdir)/aica/aica.c'; fi`
   674 audio.o: aica/audio.c
   675 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT audio.o -MD -MP -MF "$(DEPDIR)/audio.Tpo" \
   676 @am__fastdepCC_TRUE@	  -c -o audio.o `test -f 'aica/audio.c' || echo '$(srcdir)/'`aica/audio.c; \
   677 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio.Tpo" "$(DEPDIR)/audio.Po"; \
   678 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio.Tpo"; exit 1; \
   679 @am__fastdepCC_TRUE@	fi
   680 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/audio.c' object='audio.o' libtool=no @AMDEPBACKSLASH@
   681 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio.Po' tmpdepfile='$(DEPDIR)/audio.TPo' @AMDEPBACKSLASH@
   682 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   683 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o audio.o `test -f 'aica/audio.c' || echo '$(srcdir)/'`aica/audio.c
   685 audio.obj: aica/audio.c
   686 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT audio.obj -MD -MP -MF "$(DEPDIR)/audio.Tpo" \
   687 @am__fastdepCC_TRUE@	  -c -o audio.obj `if test -f 'aica/audio.c'; then $(CYGPATH_W) 'aica/audio.c'; else $(CYGPATH_W) '$(srcdir)/aica/audio.c'; fi`; \
   688 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio.Tpo" "$(DEPDIR)/audio.Po"; \
   689 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio.Tpo"; exit 1; \
   690 @am__fastdepCC_TRUE@	fi
   691 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/audio.c' object='audio.obj' libtool=no @AMDEPBACKSLASH@
   692 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio.Po' tmpdepfile='$(DEPDIR)/audio.TPo' @AMDEPBACKSLASH@
   693 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   694 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o audio.obj `if test -f 'aica/audio.c'; then $(CYGPATH_W) 'aica/audio.c'; else $(CYGPATH_W) '$(srcdir)/aica/audio.c'; fi`
   696 pvr2.o: pvr2/pvr2.c
   697 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pvr2.o -MD -MP -MF "$(DEPDIR)/pvr2.Tpo" \
   698 @am__fastdepCC_TRUE@	  -c -o pvr2.o `test -f 'pvr2/pvr2.c' || echo '$(srcdir)/'`pvr2/pvr2.c; \
   699 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/pvr2.Tpo" "$(DEPDIR)/pvr2.Po"; \
   700 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/pvr2.Tpo"; exit 1; \
   701 @am__fastdepCC_TRUE@	fi
   702 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/pvr2.c' object='pvr2.o' libtool=no @AMDEPBACKSLASH@
   703 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/pvr2.Po' tmpdepfile='$(DEPDIR)/pvr2.TPo' @AMDEPBACKSLASH@
   704 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   705 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pvr2.o `test -f 'pvr2/pvr2.c' || echo '$(srcdir)/'`pvr2/pvr2.c
   707 pvr2.obj: pvr2/pvr2.c
   708 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pvr2.obj -MD -MP -MF "$(DEPDIR)/pvr2.Tpo" \
   709 @am__fastdepCC_TRUE@	  -c -o pvr2.obj `if test -f 'pvr2/pvr2.c'; then $(CYGPATH_W) 'pvr2/pvr2.c'; else $(CYGPATH_W) '$(srcdir)/pvr2/pvr2.c'; fi`; \
   710 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/pvr2.Tpo" "$(DEPDIR)/pvr2.Po"; \
   711 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/pvr2.Tpo"; exit 1; \
   712 @am__fastdepCC_TRUE@	fi
   713 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/pvr2.c' object='pvr2.obj' libtool=no @AMDEPBACKSLASH@
   714 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/pvr2.Po' tmpdepfile='$(DEPDIR)/pvr2.TPo' @AMDEPBACKSLASH@
   715 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   716 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pvr2.obj `if test -f 'pvr2/pvr2.c'; then $(CYGPATH_W) 'pvr2/pvr2.c'; else $(CYGPATH_W) '$(srcdir)/pvr2/pvr2.c'; fi`
   718 ta.o: pvr2/ta.c
   719 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ta.o -MD -MP -MF "$(DEPDIR)/ta.Tpo" \
   720 @am__fastdepCC_TRUE@	  -c -o ta.o `test -f 'pvr2/ta.c' || echo '$(srcdir)/'`pvr2/ta.c; \
   721 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ta.Tpo" "$(DEPDIR)/ta.Po"; \
   722 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ta.Tpo"; exit 1; \
   723 @am__fastdepCC_TRUE@	fi
   724 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/ta.c' object='ta.o' libtool=no @AMDEPBACKSLASH@
   725 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ta.Po' tmpdepfile='$(DEPDIR)/ta.TPo' @AMDEPBACKSLASH@
   726 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   727 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ta.o `test -f 'pvr2/ta.c' || echo '$(srcdir)/'`pvr2/ta.c
   729 ta.obj: pvr2/ta.c
   730 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ta.obj -MD -MP -MF "$(DEPDIR)/ta.Tpo" \
   731 @am__fastdepCC_TRUE@	  -c -o ta.obj `if test -f 'pvr2/ta.c'; then $(CYGPATH_W) 'pvr2/ta.c'; else $(CYGPATH_W) '$(srcdir)/pvr2/ta.c'; fi`; \
   732 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ta.Tpo" "$(DEPDIR)/ta.Po"; \
   733 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ta.Tpo"; exit 1; \
   734 @am__fastdepCC_TRUE@	fi
   735 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/ta.c' object='ta.obj' libtool=no @AMDEPBACKSLASH@
   736 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ta.Po' tmpdepfile='$(DEPDIR)/ta.TPo' @AMDEPBACKSLASH@
   737 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   738 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ta.obj `if test -f 'pvr2/ta.c'; then $(CYGPATH_W) 'pvr2/ta.c'; else $(CYGPATH_W) '$(srcdir)/pvr2/ta.c'; fi`
   740 render.o: pvr2/render.c
   741 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT render.o -MD -MP -MF "$(DEPDIR)/render.Tpo" \
   742 @am__fastdepCC_TRUE@	  -c -o render.o `test -f 'pvr2/render.c' || echo '$(srcdir)/'`pvr2/render.c; \
   743 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/render.Tpo" "$(DEPDIR)/render.Po"; \
   744 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/render.Tpo"; exit 1; \
   745 @am__fastdepCC_TRUE@	fi
   746 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/render.c' object='render.o' libtool=no @AMDEPBACKSLASH@
   747 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/render.Po' tmpdepfile='$(DEPDIR)/render.TPo' @AMDEPBACKSLASH@
   748 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   749 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o render.o `test -f 'pvr2/render.c' || echo '$(srcdir)/'`pvr2/render.c
   751 render.obj: pvr2/render.c
   752 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT render.obj -MD -MP -MF "$(DEPDIR)/render.Tpo" \
   753 @am__fastdepCC_TRUE@	  -c -o render.obj `if test -f 'pvr2/render.c'; then $(CYGPATH_W) 'pvr2/render.c'; else $(CYGPATH_W) '$(srcdir)/pvr2/render.c'; fi`; \
   754 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/render.Tpo" "$(DEPDIR)/render.Po"; \
   755 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/render.Tpo"; exit 1; \
   756 @am__fastdepCC_TRUE@	fi
   757 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/render.c' object='render.obj' libtool=no @AMDEPBACKSLASH@
   758 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/render.Po' tmpdepfile='$(DEPDIR)/render.TPo' @AMDEPBACKSLASH@
   759 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   760 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o render.obj `if test -f 'pvr2/render.c'; then $(CYGPATH_W) 'pvr2/render.c'; else $(CYGPATH_W) '$(srcdir)/pvr2/render.c'; fi`
   762 texcache.o: pvr2/texcache.c
   763 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT texcache.o -MD -MP -MF "$(DEPDIR)/texcache.Tpo" \
   764 @am__fastdepCC_TRUE@	  -c -o texcache.o `test -f 'pvr2/texcache.c' || echo '$(srcdir)/'`pvr2/texcache.c; \
   765 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/texcache.Tpo" "$(DEPDIR)/texcache.Po"; \
   766 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/texcache.Tpo"; exit 1; \
   767 @am__fastdepCC_TRUE@	fi
   768 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/texcache.c' object='texcache.o' libtool=no @AMDEPBACKSLASH@
   769 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/texcache.Po' tmpdepfile='$(DEPDIR)/texcache.TPo' @AMDEPBACKSLASH@
   770 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   771 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o texcache.o `test -f 'pvr2/texcache.c' || echo '$(srcdir)/'`pvr2/texcache.c
   773 texcache.obj: pvr2/texcache.c
   774 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT texcache.obj -MD -MP -MF "$(DEPDIR)/texcache.Tpo" \
   775 @am__fastdepCC_TRUE@	  -c -o texcache.obj `if test -f 'pvr2/texcache.c'; then $(CYGPATH_W) 'pvr2/texcache.c'; else $(CYGPATH_W) '$(srcdir)/pvr2/texcache.c'; fi`; \
   776 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/texcache.Tpo" "$(DEPDIR)/texcache.Po"; \
   777 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/texcache.Tpo"; exit 1; \
   778 @am__fastdepCC_TRUE@	fi
   779 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/texcache.c' object='texcache.obj' libtool=no @AMDEPBACKSLASH@
   780 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/texcache.Po' tmpdepfile='$(DEPDIR)/texcache.TPo' @AMDEPBACKSLASH@
   781 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   782 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o texcache.obj `if test -f 'pvr2/texcache.c'; then $(CYGPATH_W) 'pvr2/texcache.c'; else $(CYGPATH_W) '$(srcdir)/pvr2/texcache.c'; fi`
   784 maple.o: maple/maple.c
   785 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT maple.o -MD -MP -MF "$(DEPDIR)/maple.Tpo" \
   786 @am__fastdepCC_TRUE@	  -c -o maple.o `test -f 'maple/maple.c' || echo '$(srcdir)/'`maple/maple.c; \
   787 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/maple.Tpo" "$(DEPDIR)/maple.Po"; \
   788 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/maple.Tpo"; exit 1; \
   789 @am__fastdepCC_TRUE@	fi
   790 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='maple/maple.c' object='maple.o' libtool=no @AMDEPBACKSLASH@
   791 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/maple.Po' tmpdepfile='$(DEPDIR)/maple.TPo' @AMDEPBACKSLASH@
   792 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   793 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o maple.o `test -f 'maple/maple.c' || echo '$(srcdir)/'`maple/maple.c
   795 maple.obj: maple/maple.c
   796 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT maple.obj -MD -MP -MF "$(DEPDIR)/maple.Tpo" \
   797 @am__fastdepCC_TRUE@	  -c -o maple.obj `if test -f 'maple/maple.c'; then $(CYGPATH_W) 'maple/maple.c'; else $(CYGPATH_W) '$(srcdir)/maple/maple.c'; fi`; \
   798 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/maple.Tpo" "$(DEPDIR)/maple.Po"; \
   799 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/maple.Tpo"; exit 1; \
   800 @am__fastdepCC_TRUE@	fi
   801 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='maple/maple.c' object='maple.obj' libtool=no @AMDEPBACKSLASH@
   802 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/maple.Po' tmpdepfile='$(DEPDIR)/maple.TPo' @AMDEPBACKSLASH@
   803 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   804 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o maple.obj `if test -f 'maple/maple.c'; then $(CYGPATH_W) 'maple/maple.c'; else $(CYGPATH_W) '$(srcdir)/maple/maple.c'; fi`
   806 controller.o: maple/controller.c
   807 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT controller.o -MD -MP -MF "$(DEPDIR)/controller.Tpo" \
   808 @am__fastdepCC_TRUE@	  -c -o controller.o `test -f 'maple/controller.c' || echo '$(srcdir)/'`maple/controller.c; \
   809 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/controller.Tpo" "$(DEPDIR)/controller.Po"; \
   810 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/controller.Tpo"; exit 1; \
   811 @am__fastdepCC_TRUE@	fi
   812 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='maple/controller.c' object='controller.o' libtool=no @AMDEPBACKSLASH@
   813 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/controller.Po' tmpdepfile='$(DEPDIR)/controller.TPo' @AMDEPBACKSLASH@
   814 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   815 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o controller.o `test -f 'maple/controller.c' || echo '$(srcdir)/'`maple/controller.c
   817 controller.obj: maple/controller.c
   818 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT controller.obj -MD -MP -MF "$(DEPDIR)/controller.Tpo" \
   819 @am__fastdepCC_TRUE@	  -c -o controller.obj `if test -f 'maple/controller.c'; then $(CYGPATH_W) 'maple/controller.c'; else $(CYGPATH_W) '$(srcdir)/maple/controller.c'; fi`; \
   820 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/controller.Tpo" "$(DEPDIR)/controller.Po"; \
   821 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/controller.Tpo"; exit 1; \
   822 @am__fastdepCC_TRUE@	fi
   823 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='maple/controller.c' object='controller.obj' libtool=no @AMDEPBACKSLASH@
   824 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/controller.Po' tmpdepfile='$(DEPDIR)/controller.TPo' @AMDEPBACKSLASH@
   825 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   826 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o controller.obj `if test -f 'maple/controller.c'; then $(CYGPATH_W) 'maple/controller.c'; else $(CYGPATH_W) '$(srcdir)/maple/controller.c'; fi`
   828 support.o: gui/support.c
   829 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT support.o -MD -MP -MF "$(DEPDIR)/support.Tpo" \
   830 @am__fastdepCC_TRUE@	  -c -o support.o `test -f 'gui/support.c' || echo '$(srcdir)/'`gui/support.c; \
   831 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/support.Tpo" "$(DEPDIR)/support.Po"; \
   832 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/support.Tpo"; exit 1; \
   833 @am__fastdepCC_TRUE@	fi
   834 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/support.c' object='support.o' libtool=no @AMDEPBACKSLASH@
   835 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/support.Po' tmpdepfile='$(DEPDIR)/support.TPo' @AMDEPBACKSLASH@
   836 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   837 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o support.o `test -f 'gui/support.c' || echo '$(srcdir)/'`gui/support.c
   839 support.obj: gui/support.c
   840 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT support.obj -MD -MP -MF "$(DEPDIR)/support.Tpo" \
   841 @am__fastdepCC_TRUE@	  -c -o support.obj `if test -f 'gui/support.c'; then $(CYGPATH_W) 'gui/support.c'; else $(CYGPATH_W) '$(srcdir)/gui/support.c'; fi`; \
   842 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/support.Tpo" "$(DEPDIR)/support.Po"; \
   843 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/support.Tpo"; exit 1; \
   844 @am__fastdepCC_TRUE@	fi
   845 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/support.c' object='support.obj' libtool=no @AMDEPBACKSLASH@
   846 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/support.Po' tmpdepfile='$(DEPDIR)/support.TPo' @AMDEPBACKSLASH@
   847 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   848 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o support.obj `if test -f 'gui/support.c'; then $(CYGPATH_W) 'gui/support.c'; else $(CYGPATH_W) '$(srcdir)/gui/support.c'; fi`
   850 interface.o: gui/interface.c
   851 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interface.o -MD -MP -MF "$(DEPDIR)/interface.Tpo" \
   852 @am__fastdepCC_TRUE@	  -c -o interface.o `test -f 'gui/interface.c' || echo '$(srcdir)/'`gui/interface.c; \
   853 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/interface.Tpo" "$(DEPDIR)/interface.Po"; \
   854 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/interface.Tpo"; exit 1; \
   855 @am__fastdepCC_TRUE@	fi
   856 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/interface.c' object='interface.o' libtool=no @AMDEPBACKSLASH@
   857 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/interface.Po' tmpdepfile='$(DEPDIR)/interface.TPo' @AMDEPBACKSLASH@
   858 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   859 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface.o `test -f 'gui/interface.c' || echo '$(srcdir)/'`gui/interface.c
   861 interface.obj: gui/interface.c
   862 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interface.obj -MD -MP -MF "$(DEPDIR)/interface.Tpo" \
   863 @am__fastdepCC_TRUE@	  -c -o interface.obj `if test -f 'gui/interface.c'; then $(CYGPATH_W) 'gui/interface.c'; else $(CYGPATH_W) '$(srcdir)/gui/interface.c'; fi`; \
   864 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/interface.Tpo" "$(DEPDIR)/interface.Po"; \
   865 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/interface.Tpo"; exit 1; \
   866 @am__fastdepCC_TRUE@	fi
   867 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/interface.c' object='interface.obj' libtool=no @AMDEPBACKSLASH@
   868 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/interface.Po' tmpdepfile='$(DEPDIR)/interface.TPo' @AMDEPBACKSLASH@
   869 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   870 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface.obj `if test -f 'gui/interface.c'; then $(CYGPATH_W) 'gui/interface.c'; else $(CYGPATH_W) '$(srcdir)/gui/interface.c'; fi`
   872 callbacks.o: gui/callbacks.c
   873 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT callbacks.o -MD -MP -MF "$(DEPDIR)/callbacks.Tpo" \
   874 @am__fastdepCC_TRUE@	  -c -o callbacks.o `test -f 'gui/callbacks.c' || echo '$(srcdir)/'`gui/callbacks.c; \
   875 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/callbacks.Tpo" "$(DEPDIR)/callbacks.Po"; \
   876 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/callbacks.Tpo"; exit 1; \
   877 @am__fastdepCC_TRUE@	fi
   878 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/callbacks.c' object='callbacks.o' libtool=no @AMDEPBACKSLASH@
   879 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/callbacks.Po' tmpdepfile='$(DEPDIR)/callbacks.TPo' @AMDEPBACKSLASH@
   880 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   881 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o callbacks.o `test -f 'gui/callbacks.c' || echo '$(srcdir)/'`gui/callbacks.c
   883 callbacks.obj: gui/callbacks.c
   884 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT callbacks.obj -MD -MP -MF "$(DEPDIR)/callbacks.Tpo" \
   885 @am__fastdepCC_TRUE@	  -c -o callbacks.obj `if test -f 'gui/callbacks.c'; then $(CYGPATH_W) 'gui/callbacks.c'; else $(CYGPATH_W) '$(srcdir)/gui/callbacks.c'; fi`; \
   886 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/callbacks.Tpo" "$(DEPDIR)/callbacks.Po"; \
   887 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/callbacks.Tpo"; exit 1; \
   888 @am__fastdepCC_TRUE@	fi
   889 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/callbacks.c' object='callbacks.obj' libtool=no @AMDEPBACKSLASH@
   890 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/callbacks.Po' tmpdepfile='$(DEPDIR)/callbacks.TPo' @AMDEPBACKSLASH@
   891 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   892 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o callbacks.obj `if test -f 'gui/callbacks.c'; then $(CYGPATH_W) 'gui/callbacks.c'; else $(CYGPATH_W) '$(srcdir)/gui/callbacks.c'; fi`
   894 gui.o: gui/gui.c
   895 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gui.o -MD -MP -MF "$(DEPDIR)/gui.Tpo" \
   896 @am__fastdepCC_TRUE@	  -c -o gui.o `test -f 'gui/gui.c' || echo '$(srcdir)/'`gui/gui.c; \
   897 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/gui.Tpo" "$(DEPDIR)/gui.Po"; \
   898 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/gui.Tpo"; exit 1; \
   899 @am__fastdepCC_TRUE@	fi
   900 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/gui.c' object='gui.o' libtool=no @AMDEPBACKSLASH@
   901 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/gui.Po' tmpdepfile='$(DEPDIR)/gui.TPo' @AMDEPBACKSLASH@
   902 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   903 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gui.o `test -f 'gui/gui.c' || echo '$(srcdir)/'`gui/gui.c
   905 gui.obj: gui/gui.c
   906 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gui.obj -MD -MP -MF "$(DEPDIR)/gui.Tpo" \
   907 @am__fastdepCC_TRUE@	  -c -o gui.obj `if test -f 'gui/gui.c'; then $(CYGPATH_W) 'gui/gui.c'; else $(CYGPATH_W) '$(srcdir)/gui/gui.c'; fi`; \
   908 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/gui.Tpo" "$(DEPDIR)/gui.Po"; \
   909 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/gui.Tpo"; exit 1; \
   910 @am__fastdepCC_TRUE@	fi
   911 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/gui.c' object='gui.obj' libtool=no @AMDEPBACKSLASH@
   912 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/gui.Po' tmpdepfile='$(DEPDIR)/gui.TPo' @AMDEPBACKSLASH@
   913 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   914 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gui.obj `if test -f 'gui/gui.c'; then $(CYGPATH_W) 'gui/gui.c'; else $(CYGPATH_W) '$(srcdir)/gui/gui.c'; fi`
   916 mmr_win.o: gui/mmr_win.c
   917 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mmr_win.o -MD -MP -MF "$(DEPDIR)/mmr_win.Tpo" \
   918 @am__fastdepCC_TRUE@	  -c -o mmr_win.o `test -f 'gui/mmr_win.c' || echo '$(srcdir)/'`gui/mmr_win.c; \
   919 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mmr_win.Tpo" "$(DEPDIR)/mmr_win.Po"; \
   920 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/mmr_win.Tpo"; exit 1; \
   921 @am__fastdepCC_TRUE@	fi
   922 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/mmr_win.c' object='mmr_win.o' libtool=no @AMDEPBACKSLASH@
   923 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/mmr_win.Po' tmpdepfile='$(DEPDIR)/mmr_win.TPo' @AMDEPBACKSLASH@
   924 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   925 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mmr_win.o `test -f 'gui/mmr_win.c' || echo '$(srcdir)/'`gui/mmr_win.c
   927 mmr_win.obj: gui/mmr_win.c
   928 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mmr_win.obj -MD -MP -MF "$(DEPDIR)/mmr_win.Tpo" \
   929 @am__fastdepCC_TRUE@	  -c -o mmr_win.obj `if test -f 'gui/mmr_win.c'; then $(CYGPATH_W) 'gui/mmr_win.c'; else $(CYGPATH_W) '$(srcdir)/gui/mmr_win.c'; fi`; \
   930 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mmr_win.Tpo" "$(DEPDIR)/mmr_win.Po"; \
   931 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/mmr_win.Tpo"; exit 1; \
   932 @am__fastdepCC_TRUE@	fi
   933 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/mmr_win.c' object='mmr_win.obj' libtool=no @AMDEPBACKSLASH@
   934 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/mmr_win.Po' tmpdepfile='$(DEPDIR)/mmr_win.TPo' @AMDEPBACKSLASH@
   935 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   936 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mmr_win.obj `if test -f 'gui/mmr_win.c'; then $(CYGPATH_W) 'gui/mmr_win.c'; else $(CYGPATH_W) '$(srcdir)/gui/mmr_win.c'; fi`
   938 debug_win.o: gui/debug_win.c
   939 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT debug_win.o -MD -MP -MF "$(DEPDIR)/debug_win.Tpo" \
   940 @am__fastdepCC_TRUE@	  -c -o debug_win.o `test -f 'gui/debug_win.c' || echo '$(srcdir)/'`gui/debug_win.c; \
   941 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/debug_win.Tpo" "$(DEPDIR)/debug_win.Po"; \
   942 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/debug_win.Tpo"; exit 1; \
   943 @am__fastdepCC_TRUE@	fi
   944 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/debug_win.c' object='debug_win.o' libtool=no @AMDEPBACKSLASH@
   945 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/debug_win.Po' tmpdepfile='$(DEPDIR)/debug_win.TPo' @AMDEPBACKSLASH@
   946 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   947 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o debug_win.o `test -f 'gui/debug_win.c' || echo '$(srcdir)/'`gui/debug_win.c
   949 debug_win.obj: gui/debug_win.c
   950 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT debug_win.obj -MD -MP -MF "$(DEPDIR)/debug_win.Tpo" \
   951 @am__fastdepCC_TRUE@	  -c -o debug_win.obj `if test -f 'gui/debug_win.c'; then $(CYGPATH_W) 'gui/debug_win.c'; else $(CYGPATH_W) '$(srcdir)/gui/debug_win.c'; fi`; \
   952 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/debug_win.Tpo" "$(DEPDIR)/debug_win.Po"; \
   953 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/debug_win.Tpo"; exit 1; \
   954 @am__fastdepCC_TRUE@	fi
   955 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/debug_win.c' object='debug_win.obj' libtool=no @AMDEPBACKSLASH@
   956 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/debug_win.Po' tmpdepfile='$(DEPDIR)/debug_win.TPo' @AMDEPBACKSLASH@
   957 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   958 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o debug_win.obj `if test -f 'gui/debug_win.c'; then $(CYGPATH_W) 'gui/debug_win.c'; else $(CYGPATH_W) '$(srcdir)/gui/debug_win.c'; fi`
   960 dump_win.o: gui/dump_win.c
   961 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dump_win.o -MD -MP -MF "$(DEPDIR)/dump_win.Tpo" \
   962 @am__fastdepCC_TRUE@	  -c -o dump_win.o `test -f 'gui/dump_win.c' || echo '$(srcdir)/'`gui/dump_win.c; \
   963 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/dump_win.Tpo" "$(DEPDIR)/dump_win.Po"; \
   964 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/dump_win.Tpo"; exit 1; \
   965 @am__fastdepCC_TRUE@	fi
   966 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/dump_win.c' object='dump_win.o' libtool=no @AMDEPBACKSLASH@
   967 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/dump_win.Po' tmpdepfile='$(DEPDIR)/dump_win.TPo' @AMDEPBACKSLASH@
   968 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   969 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dump_win.o `test -f 'gui/dump_win.c' || echo '$(srcdir)/'`gui/dump_win.c
   971 dump_win.obj: gui/dump_win.c
   972 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dump_win.obj -MD -MP -MF "$(DEPDIR)/dump_win.Tpo" \
   973 @am__fastdepCC_TRUE@	  -c -o dump_win.obj `if test -f 'gui/dump_win.c'; then $(CYGPATH_W) 'gui/dump_win.c'; else $(CYGPATH_W) '$(srcdir)/gui/dump_win.c'; fi`; \
   974 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/dump_win.Tpo" "$(DEPDIR)/dump_win.Po"; \
   975 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/dump_win.Tpo"; exit 1; \
   976 @am__fastdepCC_TRUE@	fi
   977 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/dump_win.c' object='dump_win.obj' libtool=no @AMDEPBACKSLASH@
   978 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/dump_win.Po' tmpdepfile='$(DEPDIR)/dump_win.TPo' @AMDEPBACKSLASH@
   979 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   980 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dump_win.obj `if test -f 'gui/dump_win.c'; then $(CYGPATH_W) 'gui/dump_win.c'; else $(CYGPATH_W) '$(srcdir)/gui/dump_win.c'; fi`
   982 audio_null.o: drivers/audio_null.c
   983 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT audio_null.o -MD -MP -MF "$(DEPDIR)/audio_null.Tpo" \
   984 @am__fastdepCC_TRUE@	  -c -o audio_null.o `test -f 'drivers/audio_null.c' || echo '$(srcdir)/'`drivers/audio_null.c; \
   985 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio_null.Tpo" "$(DEPDIR)/audio_null.Po"; \
   986 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio_null.Tpo"; exit 1; \
   987 @am__fastdepCC_TRUE@	fi
   988 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/audio_null.c' object='audio_null.o' libtool=no @AMDEPBACKSLASH@
   989 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio_null.Po' tmpdepfile='$(DEPDIR)/audio_null.TPo' @AMDEPBACKSLASH@
   990 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   991 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o audio_null.o `test -f 'drivers/audio_null.c' || echo '$(srcdir)/'`drivers/audio_null.c
   993 audio_null.obj: drivers/audio_null.c
   994 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT audio_null.obj -MD -MP -MF "$(DEPDIR)/audio_null.Tpo" \
   995 @am__fastdepCC_TRUE@	  -c -o audio_null.obj `if test -f 'drivers/audio_null.c'; then $(CYGPATH_W) 'drivers/audio_null.c'; else $(CYGPATH_W) '$(srcdir)/drivers/audio_null.c'; fi`; \
   996 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio_null.Tpo" "$(DEPDIR)/audio_null.Po"; \
   997 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio_null.Tpo"; exit 1; \
   998 @am__fastdepCC_TRUE@	fi
   999 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/audio_null.c' object='audio_null.obj' libtool=no @AMDEPBACKSLASH@
  1000 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio_null.Po' tmpdepfile='$(DEPDIR)/audio_null.TPo' @AMDEPBACKSLASH@
  1001 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1002 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o audio_null.obj `if test -f 'drivers/audio_null.c'; then $(CYGPATH_W) 'drivers/audio_null.c'; else $(CYGPATH_W) '$(srcdir)/drivers/audio_null.c'; fi`
  1004 audio_esd.o: drivers/audio_esd.c
  1005 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT audio_esd.o -MD -MP -MF "$(DEPDIR)/audio_esd.Tpo" \
  1006 @am__fastdepCC_TRUE@	  -c -o audio_esd.o `test -f 'drivers/audio_esd.c' || echo '$(srcdir)/'`drivers/audio_esd.c; \
  1007 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio_esd.Tpo" "$(DEPDIR)/audio_esd.Po"; \
  1008 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio_esd.Tpo"; exit 1; \
  1009 @am__fastdepCC_TRUE@	fi
  1010 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/audio_esd.c' object='audio_esd.o' libtool=no @AMDEPBACKSLASH@
  1011 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio_esd.Po' tmpdepfile='$(DEPDIR)/audio_esd.TPo' @AMDEPBACKSLASH@
  1012 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1013 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o audio_esd.o `test -f 'drivers/audio_esd.c' || echo '$(srcdir)/'`drivers/audio_esd.c
  1015 audio_esd.obj: drivers/audio_esd.c
  1016 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT audio_esd.obj -MD -MP -MF "$(DEPDIR)/audio_esd.Tpo" \
  1017 @am__fastdepCC_TRUE@	  -c -o audio_esd.obj `if test -f 'drivers/audio_esd.c'; then $(CYGPATH_W) 'drivers/audio_esd.c'; else $(CYGPATH_W) '$(srcdir)/drivers/audio_esd.c'; fi`; \
  1018 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio_esd.Tpo" "$(DEPDIR)/audio_esd.Po"; \
  1019 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio_esd.Tpo"; exit 1; \
  1020 @am__fastdepCC_TRUE@	fi
  1021 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/audio_esd.c' object='audio_esd.obj' libtool=no @AMDEPBACKSLASH@
  1022 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio_esd.Po' tmpdepfile='$(DEPDIR)/audio_esd.TPo' @AMDEPBACKSLASH@
  1023 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1024 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o audio_esd.obj `if test -f 'drivers/audio_esd.c'; then $(CYGPATH_W) 'drivers/audio_esd.c'; else $(CYGPATH_W) '$(srcdir)/drivers/audio_esd.c'; fi`
  1026 video_null.o: drivers/video_null.c
  1027 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT video_null.o -MD -MP -MF "$(DEPDIR)/video_null.Tpo" \
  1028 @am__fastdepCC_TRUE@	  -c -o video_null.o `test -f 'drivers/video_null.c' || echo '$(srcdir)/'`drivers/video_null.c; \
  1029 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_null.Tpo" "$(DEPDIR)/video_null.Po"; \
  1030 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_null.Tpo"; exit 1; \
  1031 @am__fastdepCC_TRUE@	fi
  1032 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_null.c' object='video_null.o' libtool=no @AMDEPBACKSLASH@
  1033 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_null.Po' tmpdepfile='$(DEPDIR)/video_null.TPo' @AMDEPBACKSLASH@
  1034 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1035 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o video_null.o `test -f 'drivers/video_null.c' || echo '$(srcdir)/'`drivers/video_null.c
  1037 video_null.obj: drivers/video_null.c
  1038 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT video_null.obj -MD -MP -MF "$(DEPDIR)/video_null.Tpo" \
  1039 @am__fastdepCC_TRUE@	  -c -o video_null.obj `if test -f 'drivers/video_null.c'; then $(CYGPATH_W) 'drivers/video_null.c'; else $(CYGPATH_W) '$(srcdir)/drivers/video_null.c'; fi`; \
  1040 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_null.Tpo" "$(DEPDIR)/video_null.Po"; \
  1041 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_null.Tpo"; exit 1; \
  1042 @am__fastdepCC_TRUE@	fi
  1043 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_null.c' object='video_null.obj' libtool=no @AMDEPBACKSLASH@
  1044 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_null.Po' tmpdepfile='$(DEPDIR)/video_null.TPo' @AMDEPBACKSLASH@
  1045 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1046 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o video_null.obj `if test -f 'drivers/video_null.c'; then $(CYGPATH_W) 'drivers/video_null.c'; else $(CYGPATH_W) '$(srcdir)/drivers/video_null.c'; fi`
  1048 video_gtk.o: drivers/video_gtk.c
  1049 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT video_gtk.o -MD -MP -MF "$(DEPDIR)/video_gtk.Tpo" \
  1050 @am__fastdepCC_TRUE@	  -c -o video_gtk.o `test -f 'drivers/video_gtk.c' || echo '$(srcdir)/'`drivers/video_gtk.c; \
  1051 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_gtk.Tpo" "$(DEPDIR)/video_gtk.Po"; \
  1052 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_gtk.Tpo"; exit 1; \
  1053 @am__fastdepCC_TRUE@	fi
  1054 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_gtk.c' object='video_gtk.o' libtool=no @AMDEPBACKSLASH@
  1055 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_gtk.Po' tmpdepfile='$(DEPDIR)/video_gtk.TPo' @AMDEPBACKSLASH@
  1056 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1057 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o video_gtk.o `test -f 'drivers/video_gtk.c' || echo '$(srcdir)/'`drivers/video_gtk.c
  1059 video_gtk.obj: drivers/video_gtk.c
  1060 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT video_gtk.obj -MD -MP -MF "$(DEPDIR)/video_gtk.Tpo" \
  1061 @am__fastdepCC_TRUE@	  -c -o video_gtk.obj `if test -f 'drivers/video_gtk.c'; then $(CYGPATH_W) 'drivers/video_gtk.c'; else $(CYGPATH_W) '$(srcdir)/drivers/video_gtk.c'; fi`; \
  1062 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_gtk.Tpo" "$(DEPDIR)/video_gtk.Po"; \
  1063 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_gtk.Tpo"; exit 1; \
  1064 @am__fastdepCC_TRUE@	fi
  1065 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_gtk.c' object='video_gtk.obj' libtool=no @AMDEPBACKSLASH@
  1066 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_gtk.Po' tmpdepfile='$(DEPDIR)/video_gtk.TPo' @AMDEPBACKSLASH@
  1067 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1068 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o video_gtk.obj `if test -f 'drivers/video_gtk.c'; then $(CYGPATH_W) 'drivers/video_gtk.c'; else $(CYGPATH_W) '$(srcdir)/drivers/video_gtk.c'; fi`
  1070 video_x11.o: drivers/video_x11.c
  1071 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT video_x11.o -MD -MP -MF "$(DEPDIR)/video_x11.Tpo" \
  1072 @am__fastdepCC_TRUE@	  -c -o video_x11.o `test -f 'drivers/video_x11.c' || echo '$(srcdir)/'`drivers/video_x11.c; \
  1073 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_x11.Tpo" "$(DEPDIR)/video_x11.Po"; \
  1074 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_x11.Tpo"; exit 1; \
  1075 @am__fastdepCC_TRUE@	fi
  1076 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_x11.c' object='video_x11.o' libtool=no @AMDEPBACKSLASH@
  1077 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_x11.Po' tmpdepfile='$(DEPDIR)/video_x11.TPo' @AMDEPBACKSLASH@
  1078 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1079 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o video_x11.o `test -f 'drivers/video_x11.c' || echo '$(srcdir)/'`drivers/video_x11.c
  1081 video_x11.obj: drivers/video_x11.c
  1082 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT video_x11.obj -MD -MP -MF "$(DEPDIR)/video_x11.Tpo" \
  1083 @am__fastdepCC_TRUE@	  -c -o video_x11.obj `if test -f 'drivers/video_x11.c'; then $(CYGPATH_W) 'drivers/video_x11.c'; else $(CYGPATH_W) '$(srcdir)/drivers/video_x11.c'; fi`; \
  1084 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_x11.Tpo" "$(DEPDIR)/video_x11.Po"; \
  1085 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_x11.Tpo"; exit 1; \
  1086 @am__fastdepCC_TRUE@	fi
  1087 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_x11.c' object='video_x11.obj' libtool=no @AMDEPBACKSLASH@
  1088 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_x11.Po' tmpdepfile='$(DEPDIR)/video_x11.TPo' @AMDEPBACKSLASH@
  1089 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1090 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o video_x11.obj `if test -f 'drivers/video_x11.c'; then $(CYGPATH_W) 'drivers/video_x11.c'; else $(CYGPATH_W) '$(srcdir)/drivers/video_x11.c'; fi`
  1091 uninstall-info-am:
  1093 ETAGS = etags
  1094 ETAGSFLAGS =
  1096 CTAGS = ctags
  1097 CTAGSFLAGS =
  1099 tags: TAGS
  1101 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  1102 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  1103 	unique=`for i in $$list; do \
  1104 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  1105 	  done | \
  1106 	  $(AWK) '    { files[$$0] = 1; } \
  1107 	       END { for (i in files) print i; }'`; \
  1108 	mkid -fID $$unique
  1110 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  1111 		$(TAGS_FILES) $(LISP)
  1112 	tags=; \
  1113 	here=`pwd`; \
  1114 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  1115 	unique=`for i in $$list; do \
  1116 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  1117 	  done | \
  1118 	  $(AWK) '    { files[$$0] = 1; } \
  1119 	       END { for (i in files) print i; }'`; \
  1120 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
  1121 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1122 	     $$tags $$unique
  1124 ctags: CTAGS
  1125 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  1126 		$(TAGS_FILES) $(LISP)
  1127 	tags=; \
  1128 	here=`pwd`; \
  1129 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  1130 	unique=`for i in $$list; do \
  1131 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  1132 	  done | \
  1133 	  $(AWK) '    { files[$$0] = 1; } \
  1134 	       END { for (i in files) print i; }'`; \
  1135 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
  1136 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  1137 	     $$tags $$unique
  1139 GTAGS:
  1140 	here=`$(am__cd) $(top_builddir) && pwd` \
  1141 	  && cd $(top_srcdir) \
  1142 	  && gtags -i $(GTAGS_ARGS) $$here
  1144 distclean-tags:
  1145 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1146 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  1148 top_distdir = ..
  1149 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  1151 distdir: $(DISTFILES)
  1152 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  1153 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  1154 	list='$(DISTFILES)'; for file in $$list; do \
  1155 	  case $$file in \
  1156 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  1157 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  1158 	  esac; \
  1159 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1160 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  1161 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  1162 	    dir="/$$dir"; \
  1163 	    $(mkinstalldirs) "$(distdir)$$dir"; \
  1164 	  else \
  1165 	    dir=''; \
  1166 	  fi; \
  1167 	  if test -d $$d/$$file; then \
  1168 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1169 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  1170 	    fi; \
  1171 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  1172 	  else \
  1173 	    test -f $(distdir)/$$file \
  1174 	    || cp -p $$d/$$file $(distdir)/$$file \
  1175 	    || exit 1; \
  1176 	  fi; \
  1177 	done
  1178 check-am: all-am
  1179 check: check-am
  1180 all-am: Makefile $(PROGRAMS)
  1182 installdirs:
  1183 	$(mkinstalldirs) $(DESTDIR)$(bindir)
  1184 install: install-am
  1185 install-exec: install-exec-am
  1186 install-data: install-data-am
  1187 uninstall: uninstall-am
  1189 install-am: all-am
  1190 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1192 installcheck: installcheck-am
  1193 install-strip:
  1194 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1195 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1196 	  `test -z '$(STRIP)' || \
  1197 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  1198 mostlyclean-generic:
  1200 clean-generic:
  1202 distclean-generic:
  1203 	-rm -f $(CONFIG_CLEAN_FILES)
  1205 maintainer-clean-generic:
  1206 	@echo "This command is intended for maintainers to use"
  1207 	@echo "it deletes files that may require special tools to rebuild."
  1208 clean: clean-am
  1210 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  1212 distclean: distclean-am
  1213 	-rm -rf ./$(DEPDIR)
  1214 	-rm -f Makefile
  1215 distclean-am: clean-am distclean-compile distclean-generic \
  1216 	distclean-tags
  1218 dvi: dvi-am
  1220 dvi-am:
  1222 info: info-am
  1224 info-am:
  1226 install-data-am:
  1228 install-exec-am: install-binPROGRAMS
  1230 install-info: install-info-am
  1232 install-man:
  1234 installcheck-am:
  1236 maintainer-clean: maintainer-clean-am
  1237 	-rm -rf ./$(DEPDIR)
  1238 	-rm -f Makefile
  1239 maintainer-clean-am: distclean-am maintainer-clean-generic
  1241 mostlyclean: mostlyclean-am
  1243 mostlyclean-am: mostlyclean-compile mostlyclean-generic
  1245 pdf: pdf-am
  1247 pdf-am:
  1249 ps: ps-am
  1251 ps-am:
  1253 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
  1255 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  1256 	clean-generic ctags distclean distclean-compile \
  1257 	distclean-generic distclean-tags distdir dvi dvi-am info \
  1258 	info-am install install-am install-binPROGRAMS install-data \
  1259 	install-data-am install-exec install-exec-am install-info \
  1260 	install-info-am install-man install-strip installcheck \
  1261 	installcheck-am installdirs maintainer-clean \
  1262 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  1263 	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  1264 	uninstall-am uninstall-binPROGRAMS uninstall-info-am
  1266 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1267 # Otherwise a system limit (for SysV at least) may be exceeded.
  1268 .NOEXPORT:
.