Search
lxdream.org :: lxdream/src/Makefile.in
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.in
changeset 106:9048bac046c3
prev103:9b9cfc5855e0
next138:afabd7e6d26d
author nkeynes
date Thu Mar 23 13:18:51 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Add correct support for ARGB4444 direct colour
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 \
   144         dreamcast.c dreamcast.h \
   145         sh4/intc.c sh4/intc.h sh4/sh4mem.c sh4/timer.c sh4/dmac.c \
   146         sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
   147         sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c \
   148         aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \
   149         aica/aica.c aica/aica.h aica/audio.c aica/audio.h \
   150 	pvr2/pvr2.c pvr2/pvr2.h \
   151 	pvr2/ta.c pvr2/render.c \
   152 	pvr2/texcache.c \
   153         maple/maple.c maple/maple.h \
   154         maple/controller.c maple/controller.h \
   155         gui/support.c gui/support.h \
   156         gui/interface.c gui/interface.h \
   157         gui/callbacks.c gui/callbacks.h \
   158         gui/gui.c gui/gui.h gui/mmr_win.c \
   159         gui/debug_win.c gui/dump_win.c \
   160         loader.c bootstrap.c util.c \
   161 	drivers/audio_null.c drivers/audio_esd.c \
   162 	drivers/video_null.c drivers/video_gtk.c drivers/video_gtk.h \
   163 	drivers/video_x11.c drivers/video_x11.h
   166 dream_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lesd
   168 AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE 
   169 subdir = src
   170 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   171 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   172 CONFIG_HEADER = $(top_builddir)/config.h
   173 CONFIG_CLEAN_FILES =
   174 bin_PROGRAMS = dream$(EXEEXT)
   175 PROGRAMS = $(bin_PROGRAMS)
   177 am_dream_OBJECTS = main.$(OBJEXT) mem.$(OBJEXT) watch.$(OBJEXT) \
   178 	asic.$(OBJEXT) syscall.$(OBJEXT) bios.$(OBJEXT) \
   179 	dcload.$(OBJEXT) ide.$(OBJEXT) dreamcast.$(OBJEXT) \
   180 	intc.$(OBJEXT) sh4mem.$(OBJEXT) timer.$(OBJEXT) dmac.$(OBJEXT) \
   181 	sh4core.$(OBJEXT) sh4dasm.$(OBJEXT) sh4mmio.$(OBJEXT) \
   182 	scif.$(OBJEXT) armcore.$(OBJEXT) armdasm.$(OBJEXT) \
   183 	armmem.$(OBJEXT) aica.$(OBJEXT) audio.$(OBJEXT) pvr2.$(OBJEXT) \
   184 	ta.$(OBJEXT) render.$(OBJEXT) texcache.$(OBJEXT) \
   185 	maple.$(OBJEXT) controller.$(OBJEXT) support.$(OBJEXT) \
   186 	interface.$(OBJEXT) callbacks.$(OBJEXT) gui.$(OBJEXT) \
   187 	mmr_win.$(OBJEXT) debug_win.$(OBJEXT) dump_win.$(OBJEXT) \
   188 	loader.$(OBJEXT) bootstrap.$(OBJEXT) util.$(OBJEXT) \
   189 	audio_null.$(OBJEXT) audio_esd.$(OBJEXT) video_null.$(OBJEXT) \
   190 	video_gtk.$(OBJEXT) video_x11.$(OBJEXT)
   191 dream_OBJECTS = $(am_dream_OBJECTS)
   192 dream_DEPENDENCIES =
   193 dream_LDFLAGS =
   195 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
   196 depcomp = $(SHELL) $(top_srcdir)/depcomp
   197 am__depfiles_maybe = depfiles
   198 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/aica.Po ./$(DEPDIR)/armcore.Po \
   199 @AMDEP_TRUE@	./$(DEPDIR)/armdasm.Po ./$(DEPDIR)/armmem.Po \
   200 @AMDEP_TRUE@	./$(DEPDIR)/asic.Po ./$(DEPDIR)/audio.Po \
   201 @AMDEP_TRUE@	./$(DEPDIR)/audio_esd.Po ./$(DEPDIR)/audio_null.Po \
   202 @AMDEP_TRUE@	./$(DEPDIR)/bios.Po ./$(DEPDIR)/bootstrap.Po \
   203 @AMDEP_TRUE@	./$(DEPDIR)/callbacks.Po ./$(DEPDIR)/controller.Po \
   204 @AMDEP_TRUE@	./$(DEPDIR)/dcload.Po ./$(DEPDIR)/debug_win.Po \
   205 @AMDEP_TRUE@	./$(DEPDIR)/dmac.Po ./$(DEPDIR)/dreamcast.Po \
   206 @AMDEP_TRUE@	./$(DEPDIR)/dump_win.Po ./$(DEPDIR)/gui.Po \
   207 @AMDEP_TRUE@	./$(DEPDIR)/ide.Po ./$(DEPDIR)/intc.Po \
   208 @AMDEP_TRUE@	./$(DEPDIR)/interface.Po ./$(DEPDIR)/loader.Po \
   209 @AMDEP_TRUE@	./$(DEPDIR)/main.Po ./$(DEPDIR)/maple.Po \
   210 @AMDEP_TRUE@	./$(DEPDIR)/mem.Po ./$(DEPDIR)/mmr_win.Po \
   211 @AMDEP_TRUE@	./$(DEPDIR)/pvr2.Po ./$(DEPDIR)/render.Po \
   212 @AMDEP_TRUE@	./$(DEPDIR)/scif.Po ./$(DEPDIR)/sh4core.Po \
   213 @AMDEP_TRUE@	./$(DEPDIR)/sh4dasm.Po ./$(DEPDIR)/sh4mem.Po \
   214 @AMDEP_TRUE@	./$(DEPDIR)/sh4mmio.Po ./$(DEPDIR)/support.Po \
   215 @AMDEP_TRUE@	./$(DEPDIR)/syscall.Po ./$(DEPDIR)/ta.Po \
   216 @AMDEP_TRUE@	./$(DEPDIR)/texcache.Po ./$(DEPDIR)/timer.Po \
   217 @AMDEP_TRUE@	./$(DEPDIR)/util.Po ./$(DEPDIR)/video_gtk.Po \
   218 @AMDEP_TRUE@	./$(DEPDIR)/video_null.Po ./$(DEPDIR)/video_x11.Po \
   219 @AMDEP_TRUE@	./$(DEPDIR)/watch.Po
   220 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   221 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   222 CCLD = $(CC)
   223 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   224 DIST_SOURCES = $(dream_SOURCES)
   225 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
   226 SOURCES = $(dream_SOURCES)
   228 all: all-am
   230 .SUFFIXES:
   231 .SUFFIXES: .c .o .obj
   232 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
   233 	cd $(top_srcdir) && \
   234 	  $(AUTOMAKE) --gnu  src/Makefile
   235 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
   236 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
   237 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
   238 install-binPROGRAMS: $(bin_PROGRAMS)
   239 	@$(NORMAL_INSTALL)
   240 	$(mkinstalldirs) $(DESTDIR)$(bindir)
   241 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
   242 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
   243 	  if test -f $$p \
   244 	  ; then \
   245 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
   246 	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
   247 	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
   248 	  else :; fi; \
   249 	done
   251 uninstall-binPROGRAMS:
   252 	@$(NORMAL_UNINSTALL)
   253 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
   254 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
   255 	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
   256 	  rm -f $(DESTDIR)$(bindir)/$$f; \
   257 	done
   259 clean-binPROGRAMS:
   260 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
   261 dream$(EXEEXT): $(dream_OBJECTS) $(dream_DEPENDENCIES) 
   262 	@rm -f dream$(EXEEXT)
   263 	$(LINK) $(dream_LDFLAGS) $(dream_OBJECTS) $(dream_LDADD) $(LIBS)
   265 mostlyclean-compile:
   266 	-rm -f *.$(OBJEXT) core *.core
   268 distclean-compile:
   269 	-rm -f *.tab.c
   271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aica.Po@am__quote@
   272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armcore.Po@am__quote@
   273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armdasm.Po@am__quote@
   274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armmem.Po@am__quote@
   275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asic.Po@am__quote@
   276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio.Po@am__quote@
   277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_esd.Po@am__quote@
   278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_null.Po@am__quote@
   279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bios.Po@am__quote@
   280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bootstrap.Po@am__quote@
   281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Po@am__quote@
   282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/controller.Po@am__quote@
   283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dcload.Po@am__quote@
   284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug_win.Po@am__quote@
   285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmac.Po@am__quote@
   286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dreamcast.Po@am__quote@
   287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dump_win.Po@am__quote@
   288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gui.Po@am__quote@
   289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ide.Po@am__quote@
   290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intc.Po@am__quote@
   291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
   292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loader.Po@am__quote@
   293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
   294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maple.Po@am__quote@
   295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Po@am__quote@
   296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmr_win.Po@am__quote@
   297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvr2.Po@am__quote@
   298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render.Po@am__quote@
   299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scif.Po@am__quote@
   300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh4core.Po@am__quote@
   301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh4dasm.Po@am__quote@
   302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh4mem.Po@am__quote@
   303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh4mmio.Po@am__quote@
   304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@
   305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syscall.Po@am__quote@
   306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ta.Po@am__quote@
   307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texcache.Po@am__quote@
   308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
   309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
   310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/video_gtk.Po@am__quote@
   311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/video_null.Po@am__quote@
   312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/video_x11.Po@am__quote@
   313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
   315 .c.o:
   316 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
   317 @am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
   318 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
   319 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
   320 @am__fastdepCC_TRUE@	fi
   321 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   322 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
   323 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   324 @am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
   326 .c.obj:
   327 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
   328 @am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
   329 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
   330 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
   331 @am__fastdepCC_TRUE@	fi
   332 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   333 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
   334 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   335 @am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
   337 ide.o: gdrom/ide.c
   338 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ide.o -MD -MP -MF "$(DEPDIR)/ide.Tpo" \
   339 @am__fastdepCC_TRUE@	  -c -o ide.o `test -f 'gdrom/ide.c' || echo '$(srcdir)/'`gdrom/ide.c; \
   340 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ide.Tpo" "$(DEPDIR)/ide.Po"; \
   341 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ide.Tpo"; exit 1; \
   342 @am__fastdepCC_TRUE@	fi
   343 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gdrom/ide.c' object='ide.o' libtool=no @AMDEPBACKSLASH@
   344 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ide.Po' tmpdepfile='$(DEPDIR)/ide.TPo' @AMDEPBACKSLASH@
   345 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   346 @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
   348 ide.obj: gdrom/ide.c
   349 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ide.obj -MD -MP -MF "$(DEPDIR)/ide.Tpo" \
   350 @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`; \
   351 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ide.Tpo" "$(DEPDIR)/ide.Po"; \
   352 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ide.Tpo"; exit 1; \
   353 @am__fastdepCC_TRUE@	fi
   354 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gdrom/ide.c' object='ide.obj' libtool=no @AMDEPBACKSLASH@
   355 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ide.Po' tmpdepfile='$(DEPDIR)/ide.TPo' @AMDEPBACKSLASH@
   356 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   357 @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`
   359 intc.o: sh4/intc.c
   360 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intc.o -MD -MP -MF "$(DEPDIR)/intc.Tpo" \
   361 @am__fastdepCC_TRUE@	  -c -o intc.o `test -f 'sh4/intc.c' || echo '$(srcdir)/'`sh4/intc.c; \
   362 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/intc.Tpo" "$(DEPDIR)/intc.Po"; \
   363 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/intc.Tpo"; exit 1; \
   364 @am__fastdepCC_TRUE@	fi
   365 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/intc.c' object='intc.o' libtool=no @AMDEPBACKSLASH@
   366 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/intc.Po' tmpdepfile='$(DEPDIR)/intc.TPo' @AMDEPBACKSLASH@
   367 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   368 @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
   370 intc.obj: sh4/intc.c
   371 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT intc.obj -MD -MP -MF "$(DEPDIR)/intc.Tpo" \
   372 @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`; \
   373 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/intc.Tpo" "$(DEPDIR)/intc.Po"; \
   374 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/intc.Tpo"; exit 1; \
   375 @am__fastdepCC_TRUE@	fi
   376 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/intc.c' object='intc.obj' libtool=no @AMDEPBACKSLASH@
   377 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/intc.Po' tmpdepfile='$(DEPDIR)/intc.TPo' @AMDEPBACKSLASH@
   378 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   379 @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`
   381 sh4mem.o: sh4/sh4mem.c
   382 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4mem.o -MD -MP -MF "$(DEPDIR)/sh4mem.Tpo" \
   383 @am__fastdepCC_TRUE@	  -c -o sh4mem.o `test -f 'sh4/sh4mem.c' || echo '$(srcdir)/'`sh4/sh4mem.c; \
   384 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4mem.Tpo" "$(DEPDIR)/sh4mem.Po"; \
   385 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4mem.Tpo"; exit 1; \
   386 @am__fastdepCC_TRUE@	fi
   387 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4mem.c' object='sh4mem.o' libtool=no @AMDEPBACKSLASH@
   388 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4mem.Po' tmpdepfile='$(DEPDIR)/sh4mem.TPo' @AMDEPBACKSLASH@
   389 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   390 @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
   392 sh4mem.obj: sh4/sh4mem.c
   393 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4mem.obj -MD -MP -MF "$(DEPDIR)/sh4mem.Tpo" \
   394 @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`; \
   395 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4mem.Tpo" "$(DEPDIR)/sh4mem.Po"; \
   396 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4mem.Tpo"; exit 1; \
   397 @am__fastdepCC_TRUE@	fi
   398 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4mem.c' object='sh4mem.obj' libtool=no @AMDEPBACKSLASH@
   399 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4mem.Po' tmpdepfile='$(DEPDIR)/sh4mem.TPo' @AMDEPBACKSLASH@
   400 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   401 @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`
   403 timer.o: sh4/timer.c
   404 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timer.o -MD -MP -MF "$(DEPDIR)/timer.Tpo" \
   405 @am__fastdepCC_TRUE@	  -c -o timer.o `test -f 'sh4/timer.c' || echo '$(srcdir)/'`sh4/timer.c; \
   406 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/timer.Tpo" "$(DEPDIR)/timer.Po"; \
   407 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/timer.Tpo"; exit 1; \
   408 @am__fastdepCC_TRUE@	fi
   409 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/timer.c' object='timer.o' libtool=no @AMDEPBACKSLASH@
   410 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/timer.Po' tmpdepfile='$(DEPDIR)/timer.TPo' @AMDEPBACKSLASH@
   411 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   412 @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
   414 timer.obj: sh4/timer.c
   415 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timer.obj -MD -MP -MF "$(DEPDIR)/timer.Tpo" \
   416 @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`; \
   417 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/timer.Tpo" "$(DEPDIR)/timer.Po"; \
   418 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/timer.Tpo"; exit 1; \
   419 @am__fastdepCC_TRUE@	fi
   420 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/timer.c' object='timer.obj' libtool=no @AMDEPBACKSLASH@
   421 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/timer.Po' tmpdepfile='$(DEPDIR)/timer.TPo' @AMDEPBACKSLASH@
   422 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   423 @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`
   425 dmac.o: sh4/dmac.c
   426 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmac.o -MD -MP -MF "$(DEPDIR)/dmac.Tpo" \
   427 @am__fastdepCC_TRUE@	  -c -o dmac.o `test -f 'sh4/dmac.c' || echo '$(srcdir)/'`sh4/dmac.c; \
   428 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/dmac.Tpo" "$(DEPDIR)/dmac.Po"; \
   429 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/dmac.Tpo"; exit 1; \
   430 @am__fastdepCC_TRUE@	fi
   431 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/dmac.c' object='dmac.o' libtool=no @AMDEPBACKSLASH@
   432 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/dmac.Po' tmpdepfile='$(DEPDIR)/dmac.TPo' @AMDEPBACKSLASH@
   433 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   434 @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
   436 dmac.obj: sh4/dmac.c
   437 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmac.obj -MD -MP -MF "$(DEPDIR)/dmac.Tpo" \
   438 @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`; \
   439 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/dmac.Tpo" "$(DEPDIR)/dmac.Po"; \
   440 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/dmac.Tpo"; exit 1; \
   441 @am__fastdepCC_TRUE@	fi
   442 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/dmac.c' object='dmac.obj' libtool=no @AMDEPBACKSLASH@
   443 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/dmac.Po' tmpdepfile='$(DEPDIR)/dmac.TPo' @AMDEPBACKSLASH@
   444 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   445 @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`
   447 sh4core.o: sh4/sh4core.c
   448 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4core.o -MD -MP -MF "$(DEPDIR)/sh4core.Tpo" \
   449 @am__fastdepCC_TRUE@	  -c -o sh4core.o `test -f 'sh4/sh4core.c' || echo '$(srcdir)/'`sh4/sh4core.c; \
   450 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4core.Tpo" "$(DEPDIR)/sh4core.Po"; \
   451 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4core.Tpo"; exit 1; \
   452 @am__fastdepCC_TRUE@	fi
   453 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4core.c' object='sh4core.o' libtool=no @AMDEPBACKSLASH@
   454 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4core.Po' tmpdepfile='$(DEPDIR)/sh4core.TPo' @AMDEPBACKSLASH@
   455 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   456 @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
   458 sh4core.obj: sh4/sh4core.c
   459 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4core.obj -MD -MP -MF "$(DEPDIR)/sh4core.Tpo" \
   460 @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`; \
   461 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4core.Tpo" "$(DEPDIR)/sh4core.Po"; \
   462 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4core.Tpo"; exit 1; \
   463 @am__fastdepCC_TRUE@	fi
   464 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4core.c' object='sh4core.obj' libtool=no @AMDEPBACKSLASH@
   465 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4core.Po' tmpdepfile='$(DEPDIR)/sh4core.TPo' @AMDEPBACKSLASH@
   466 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   467 @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`
   469 sh4dasm.o: sh4/sh4dasm.c
   470 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4dasm.o -MD -MP -MF "$(DEPDIR)/sh4dasm.Tpo" \
   471 @am__fastdepCC_TRUE@	  -c -o sh4dasm.o `test -f 'sh4/sh4dasm.c' || echo '$(srcdir)/'`sh4/sh4dasm.c; \
   472 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4dasm.Tpo" "$(DEPDIR)/sh4dasm.Po"; \
   473 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4dasm.Tpo"; exit 1; \
   474 @am__fastdepCC_TRUE@	fi
   475 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4dasm.c' object='sh4dasm.o' libtool=no @AMDEPBACKSLASH@
   476 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4dasm.Po' tmpdepfile='$(DEPDIR)/sh4dasm.TPo' @AMDEPBACKSLASH@
   477 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   478 @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
   480 sh4dasm.obj: sh4/sh4dasm.c
   481 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4dasm.obj -MD -MP -MF "$(DEPDIR)/sh4dasm.Tpo" \
   482 @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`; \
   483 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4dasm.Tpo" "$(DEPDIR)/sh4dasm.Po"; \
   484 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4dasm.Tpo"; exit 1; \
   485 @am__fastdepCC_TRUE@	fi
   486 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4dasm.c' object='sh4dasm.obj' libtool=no @AMDEPBACKSLASH@
   487 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4dasm.Po' tmpdepfile='$(DEPDIR)/sh4dasm.TPo' @AMDEPBACKSLASH@
   488 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   489 @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`
   491 sh4mmio.o: sh4/sh4mmio.c
   492 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4mmio.o -MD -MP -MF "$(DEPDIR)/sh4mmio.Tpo" \
   493 @am__fastdepCC_TRUE@	  -c -o sh4mmio.o `test -f 'sh4/sh4mmio.c' || echo '$(srcdir)/'`sh4/sh4mmio.c; \
   494 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4mmio.Tpo" "$(DEPDIR)/sh4mmio.Po"; \
   495 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4mmio.Tpo"; exit 1; \
   496 @am__fastdepCC_TRUE@	fi
   497 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4mmio.c' object='sh4mmio.o' libtool=no @AMDEPBACKSLASH@
   498 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4mmio.Po' tmpdepfile='$(DEPDIR)/sh4mmio.TPo' @AMDEPBACKSLASH@
   499 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   500 @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
   502 sh4mmio.obj: sh4/sh4mmio.c
   503 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sh4mmio.obj -MD -MP -MF "$(DEPDIR)/sh4mmio.Tpo" \
   504 @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`; \
   505 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sh4mmio.Tpo" "$(DEPDIR)/sh4mmio.Po"; \
   506 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/sh4mmio.Tpo"; exit 1; \
   507 @am__fastdepCC_TRUE@	fi
   508 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/sh4mmio.c' object='sh4mmio.obj' libtool=no @AMDEPBACKSLASH@
   509 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/sh4mmio.Po' tmpdepfile='$(DEPDIR)/sh4mmio.TPo' @AMDEPBACKSLASH@
   510 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   511 @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`
   513 scif.o: sh4/scif.c
   514 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scif.o -MD -MP -MF "$(DEPDIR)/scif.Tpo" \
   515 @am__fastdepCC_TRUE@	  -c -o scif.o `test -f 'sh4/scif.c' || echo '$(srcdir)/'`sh4/scif.c; \
   516 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/scif.Tpo" "$(DEPDIR)/scif.Po"; \
   517 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/scif.Tpo"; exit 1; \
   518 @am__fastdepCC_TRUE@	fi
   519 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/scif.c' object='scif.o' libtool=no @AMDEPBACKSLASH@
   520 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/scif.Po' tmpdepfile='$(DEPDIR)/scif.TPo' @AMDEPBACKSLASH@
   521 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   522 @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
   524 scif.obj: sh4/scif.c
   525 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scif.obj -MD -MP -MF "$(DEPDIR)/scif.Tpo" \
   526 @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`; \
   527 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/scif.Tpo" "$(DEPDIR)/scif.Po"; \
   528 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/scif.Tpo"; exit 1; \
   529 @am__fastdepCC_TRUE@	fi
   530 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh4/scif.c' object='scif.obj' libtool=no @AMDEPBACKSLASH@
   531 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/scif.Po' tmpdepfile='$(DEPDIR)/scif.TPo' @AMDEPBACKSLASH@
   532 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   533 @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`
   535 armcore.o: aica/armcore.c
   536 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armcore.o -MD -MP -MF "$(DEPDIR)/armcore.Tpo" \
   537 @am__fastdepCC_TRUE@	  -c -o armcore.o `test -f 'aica/armcore.c' || echo '$(srcdir)/'`aica/armcore.c; \
   538 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armcore.Tpo" "$(DEPDIR)/armcore.Po"; \
   539 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armcore.Tpo"; exit 1; \
   540 @am__fastdepCC_TRUE@	fi
   541 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armcore.c' object='armcore.o' libtool=no @AMDEPBACKSLASH@
   542 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armcore.Po' tmpdepfile='$(DEPDIR)/armcore.TPo' @AMDEPBACKSLASH@
   543 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   544 @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
   546 armcore.obj: aica/armcore.c
   547 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armcore.obj -MD -MP -MF "$(DEPDIR)/armcore.Tpo" \
   548 @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`; \
   549 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armcore.Tpo" "$(DEPDIR)/armcore.Po"; \
   550 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armcore.Tpo"; exit 1; \
   551 @am__fastdepCC_TRUE@	fi
   552 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armcore.c' object='armcore.obj' libtool=no @AMDEPBACKSLASH@
   553 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armcore.Po' tmpdepfile='$(DEPDIR)/armcore.TPo' @AMDEPBACKSLASH@
   554 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   555 @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`
   557 armdasm.o: aica/armdasm.c
   558 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armdasm.o -MD -MP -MF "$(DEPDIR)/armdasm.Tpo" \
   559 @am__fastdepCC_TRUE@	  -c -o armdasm.o `test -f 'aica/armdasm.c' || echo '$(srcdir)/'`aica/armdasm.c; \
   560 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armdasm.Tpo" "$(DEPDIR)/armdasm.Po"; \
   561 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armdasm.Tpo"; exit 1; \
   562 @am__fastdepCC_TRUE@	fi
   563 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armdasm.c' object='armdasm.o' libtool=no @AMDEPBACKSLASH@
   564 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armdasm.Po' tmpdepfile='$(DEPDIR)/armdasm.TPo' @AMDEPBACKSLASH@
   565 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   566 @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
   568 armdasm.obj: aica/armdasm.c
   569 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armdasm.obj -MD -MP -MF "$(DEPDIR)/armdasm.Tpo" \
   570 @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`; \
   571 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armdasm.Tpo" "$(DEPDIR)/armdasm.Po"; \
   572 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armdasm.Tpo"; exit 1; \
   573 @am__fastdepCC_TRUE@	fi
   574 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armdasm.c' object='armdasm.obj' libtool=no @AMDEPBACKSLASH@
   575 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armdasm.Po' tmpdepfile='$(DEPDIR)/armdasm.TPo' @AMDEPBACKSLASH@
   576 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   577 @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`
   579 armmem.o: aica/armmem.c
   580 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armmem.o -MD -MP -MF "$(DEPDIR)/armmem.Tpo" \
   581 @am__fastdepCC_TRUE@	  -c -o armmem.o `test -f 'aica/armmem.c' || echo '$(srcdir)/'`aica/armmem.c; \
   582 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armmem.Tpo" "$(DEPDIR)/armmem.Po"; \
   583 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armmem.Tpo"; exit 1; \
   584 @am__fastdepCC_TRUE@	fi
   585 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armmem.c' object='armmem.o' libtool=no @AMDEPBACKSLASH@
   586 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armmem.Po' tmpdepfile='$(DEPDIR)/armmem.TPo' @AMDEPBACKSLASH@
   587 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   588 @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
   590 armmem.obj: aica/armmem.c
   591 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT armmem.obj -MD -MP -MF "$(DEPDIR)/armmem.Tpo" \
   592 @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`; \
   593 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/armmem.Tpo" "$(DEPDIR)/armmem.Po"; \
   594 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/armmem.Tpo"; exit 1; \
   595 @am__fastdepCC_TRUE@	fi
   596 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/armmem.c' object='armmem.obj' libtool=no @AMDEPBACKSLASH@
   597 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/armmem.Po' tmpdepfile='$(DEPDIR)/armmem.TPo' @AMDEPBACKSLASH@
   598 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   599 @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`
   601 aica.o: aica/aica.c
   602 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aica.o -MD -MP -MF "$(DEPDIR)/aica.Tpo" \
   603 @am__fastdepCC_TRUE@	  -c -o aica.o `test -f 'aica/aica.c' || echo '$(srcdir)/'`aica/aica.c; \
   604 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/aica.Tpo" "$(DEPDIR)/aica.Po"; \
   605 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/aica.Tpo"; exit 1; \
   606 @am__fastdepCC_TRUE@	fi
   607 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/aica.c' object='aica.o' libtool=no @AMDEPBACKSLASH@
   608 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/aica.Po' tmpdepfile='$(DEPDIR)/aica.TPo' @AMDEPBACKSLASH@
   609 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   610 @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
   612 aica.obj: aica/aica.c
   613 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aica.obj -MD -MP -MF "$(DEPDIR)/aica.Tpo" \
   614 @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`; \
   615 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/aica.Tpo" "$(DEPDIR)/aica.Po"; \
   616 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/aica.Tpo"; exit 1; \
   617 @am__fastdepCC_TRUE@	fi
   618 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/aica.c' object='aica.obj' libtool=no @AMDEPBACKSLASH@
   619 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/aica.Po' tmpdepfile='$(DEPDIR)/aica.TPo' @AMDEPBACKSLASH@
   620 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   621 @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`
   623 audio.o: aica/audio.c
   624 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT audio.o -MD -MP -MF "$(DEPDIR)/audio.Tpo" \
   625 @am__fastdepCC_TRUE@	  -c -o audio.o `test -f 'aica/audio.c' || echo '$(srcdir)/'`aica/audio.c; \
   626 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio.Tpo" "$(DEPDIR)/audio.Po"; \
   627 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio.Tpo"; exit 1; \
   628 @am__fastdepCC_TRUE@	fi
   629 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/audio.c' object='audio.o' libtool=no @AMDEPBACKSLASH@
   630 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio.Po' tmpdepfile='$(DEPDIR)/audio.TPo' @AMDEPBACKSLASH@
   631 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   632 @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
   634 audio.obj: aica/audio.c
   635 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT audio.obj -MD -MP -MF "$(DEPDIR)/audio.Tpo" \
   636 @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`; \
   637 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio.Tpo" "$(DEPDIR)/audio.Po"; \
   638 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio.Tpo"; exit 1; \
   639 @am__fastdepCC_TRUE@	fi
   640 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aica/audio.c' object='audio.obj' libtool=no @AMDEPBACKSLASH@
   641 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio.Po' tmpdepfile='$(DEPDIR)/audio.TPo' @AMDEPBACKSLASH@
   642 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   643 @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`
   645 pvr2.o: pvr2/pvr2.c
   646 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pvr2.o -MD -MP -MF "$(DEPDIR)/pvr2.Tpo" \
   647 @am__fastdepCC_TRUE@	  -c -o pvr2.o `test -f 'pvr2/pvr2.c' || echo '$(srcdir)/'`pvr2/pvr2.c; \
   648 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/pvr2.Tpo" "$(DEPDIR)/pvr2.Po"; \
   649 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/pvr2.Tpo"; exit 1; \
   650 @am__fastdepCC_TRUE@	fi
   651 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/pvr2.c' object='pvr2.o' libtool=no @AMDEPBACKSLASH@
   652 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/pvr2.Po' tmpdepfile='$(DEPDIR)/pvr2.TPo' @AMDEPBACKSLASH@
   653 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   654 @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
   656 pvr2.obj: pvr2/pvr2.c
   657 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pvr2.obj -MD -MP -MF "$(DEPDIR)/pvr2.Tpo" \
   658 @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`; \
   659 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/pvr2.Tpo" "$(DEPDIR)/pvr2.Po"; \
   660 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/pvr2.Tpo"; exit 1; \
   661 @am__fastdepCC_TRUE@	fi
   662 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/pvr2.c' object='pvr2.obj' libtool=no @AMDEPBACKSLASH@
   663 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/pvr2.Po' tmpdepfile='$(DEPDIR)/pvr2.TPo' @AMDEPBACKSLASH@
   664 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   665 @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`
   667 ta.o: pvr2/ta.c
   668 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ta.o -MD -MP -MF "$(DEPDIR)/ta.Tpo" \
   669 @am__fastdepCC_TRUE@	  -c -o ta.o `test -f 'pvr2/ta.c' || echo '$(srcdir)/'`pvr2/ta.c; \
   670 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ta.Tpo" "$(DEPDIR)/ta.Po"; \
   671 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ta.Tpo"; exit 1; \
   672 @am__fastdepCC_TRUE@	fi
   673 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/ta.c' object='ta.o' libtool=no @AMDEPBACKSLASH@
   674 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ta.Po' tmpdepfile='$(DEPDIR)/ta.TPo' @AMDEPBACKSLASH@
   675 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   676 @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
   678 ta.obj: pvr2/ta.c
   679 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ta.obj -MD -MP -MF "$(DEPDIR)/ta.Tpo" \
   680 @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`; \
   681 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ta.Tpo" "$(DEPDIR)/ta.Po"; \
   682 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ta.Tpo"; exit 1; \
   683 @am__fastdepCC_TRUE@	fi
   684 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/ta.c' object='ta.obj' libtool=no @AMDEPBACKSLASH@
   685 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ta.Po' tmpdepfile='$(DEPDIR)/ta.TPo' @AMDEPBACKSLASH@
   686 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   687 @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`
   689 render.o: pvr2/render.c
   690 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT render.o -MD -MP -MF "$(DEPDIR)/render.Tpo" \
   691 @am__fastdepCC_TRUE@	  -c -o render.o `test -f 'pvr2/render.c' || echo '$(srcdir)/'`pvr2/render.c; \
   692 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/render.Tpo" "$(DEPDIR)/render.Po"; \
   693 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/render.Tpo"; exit 1; \
   694 @am__fastdepCC_TRUE@	fi
   695 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/render.c' object='render.o' libtool=no @AMDEPBACKSLASH@
   696 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/render.Po' tmpdepfile='$(DEPDIR)/render.TPo' @AMDEPBACKSLASH@
   697 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   698 @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
   700 render.obj: pvr2/render.c
   701 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT render.obj -MD -MP -MF "$(DEPDIR)/render.Tpo" \
   702 @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`; \
   703 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/render.Tpo" "$(DEPDIR)/render.Po"; \
   704 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/render.Tpo"; exit 1; \
   705 @am__fastdepCC_TRUE@	fi
   706 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/render.c' object='render.obj' libtool=no @AMDEPBACKSLASH@
   707 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/render.Po' tmpdepfile='$(DEPDIR)/render.TPo' @AMDEPBACKSLASH@
   708 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   709 @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`
   711 texcache.o: pvr2/texcache.c
   712 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT texcache.o -MD -MP -MF "$(DEPDIR)/texcache.Tpo" \
   713 @am__fastdepCC_TRUE@	  -c -o texcache.o `test -f 'pvr2/texcache.c' || echo '$(srcdir)/'`pvr2/texcache.c; \
   714 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/texcache.Tpo" "$(DEPDIR)/texcache.Po"; \
   715 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/texcache.Tpo"; exit 1; \
   716 @am__fastdepCC_TRUE@	fi
   717 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/texcache.c' object='texcache.o' libtool=no @AMDEPBACKSLASH@
   718 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/texcache.Po' tmpdepfile='$(DEPDIR)/texcache.TPo' @AMDEPBACKSLASH@
   719 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   720 @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
   722 texcache.obj: pvr2/texcache.c
   723 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT texcache.obj -MD -MP -MF "$(DEPDIR)/texcache.Tpo" \
   724 @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`; \
   725 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/texcache.Tpo" "$(DEPDIR)/texcache.Po"; \
   726 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/texcache.Tpo"; exit 1; \
   727 @am__fastdepCC_TRUE@	fi
   728 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pvr2/texcache.c' object='texcache.obj' libtool=no @AMDEPBACKSLASH@
   729 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/texcache.Po' tmpdepfile='$(DEPDIR)/texcache.TPo' @AMDEPBACKSLASH@
   730 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   731 @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`
   733 maple.o: maple/maple.c
   734 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT maple.o -MD -MP -MF "$(DEPDIR)/maple.Tpo" \
   735 @am__fastdepCC_TRUE@	  -c -o maple.o `test -f 'maple/maple.c' || echo '$(srcdir)/'`maple/maple.c; \
   736 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/maple.Tpo" "$(DEPDIR)/maple.Po"; \
   737 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/maple.Tpo"; exit 1; \
   738 @am__fastdepCC_TRUE@	fi
   739 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='maple/maple.c' object='maple.o' libtool=no @AMDEPBACKSLASH@
   740 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/maple.Po' tmpdepfile='$(DEPDIR)/maple.TPo' @AMDEPBACKSLASH@
   741 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   742 @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
   744 maple.obj: maple/maple.c
   745 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT maple.obj -MD -MP -MF "$(DEPDIR)/maple.Tpo" \
   746 @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`; \
   747 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/maple.Tpo" "$(DEPDIR)/maple.Po"; \
   748 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/maple.Tpo"; exit 1; \
   749 @am__fastdepCC_TRUE@	fi
   750 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='maple/maple.c' object='maple.obj' libtool=no @AMDEPBACKSLASH@
   751 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/maple.Po' tmpdepfile='$(DEPDIR)/maple.TPo' @AMDEPBACKSLASH@
   752 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   753 @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`
   755 controller.o: maple/controller.c
   756 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT controller.o -MD -MP -MF "$(DEPDIR)/controller.Tpo" \
   757 @am__fastdepCC_TRUE@	  -c -o controller.o `test -f 'maple/controller.c' || echo '$(srcdir)/'`maple/controller.c; \
   758 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/controller.Tpo" "$(DEPDIR)/controller.Po"; \
   759 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/controller.Tpo"; exit 1; \
   760 @am__fastdepCC_TRUE@	fi
   761 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='maple/controller.c' object='controller.o' libtool=no @AMDEPBACKSLASH@
   762 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/controller.Po' tmpdepfile='$(DEPDIR)/controller.TPo' @AMDEPBACKSLASH@
   763 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   764 @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
   766 controller.obj: maple/controller.c
   767 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT controller.obj -MD -MP -MF "$(DEPDIR)/controller.Tpo" \
   768 @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`; \
   769 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/controller.Tpo" "$(DEPDIR)/controller.Po"; \
   770 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/controller.Tpo"; exit 1; \
   771 @am__fastdepCC_TRUE@	fi
   772 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='maple/controller.c' object='controller.obj' libtool=no @AMDEPBACKSLASH@
   773 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/controller.Po' tmpdepfile='$(DEPDIR)/controller.TPo' @AMDEPBACKSLASH@
   774 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   775 @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`
   777 support.o: gui/support.c
   778 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT support.o -MD -MP -MF "$(DEPDIR)/support.Tpo" \
   779 @am__fastdepCC_TRUE@	  -c -o support.o `test -f 'gui/support.c' || echo '$(srcdir)/'`gui/support.c; \
   780 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/support.Tpo" "$(DEPDIR)/support.Po"; \
   781 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/support.Tpo"; exit 1; \
   782 @am__fastdepCC_TRUE@	fi
   783 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/support.c' object='support.o' libtool=no @AMDEPBACKSLASH@
   784 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/support.Po' tmpdepfile='$(DEPDIR)/support.TPo' @AMDEPBACKSLASH@
   785 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   786 @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
   788 support.obj: gui/support.c
   789 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT support.obj -MD -MP -MF "$(DEPDIR)/support.Tpo" \
   790 @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`; \
   791 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/support.Tpo" "$(DEPDIR)/support.Po"; \
   792 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/support.Tpo"; exit 1; \
   793 @am__fastdepCC_TRUE@	fi
   794 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/support.c' object='support.obj' libtool=no @AMDEPBACKSLASH@
   795 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/support.Po' tmpdepfile='$(DEPDIR)/support.TPo' @AMDEPBACKSLASH@
   796 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   797 @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`
   799 interface.o: gui/interface.c
   800 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interface.o -MD -MP -MF "$(DEPDIR)/interface.Tpo" \
   801 @am__fastdepCC_TRUE@	  -c -o interface.o `test -f 'gui/interface.c' || echo '$(srcdir)/'`gui/interface.c; \
   802 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/interface.Tpo" "$(DEPDIR)/interface.Po"; \
   803 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/interface.Tpo"; exit 1; \
   804 @am__fastdepCC_TRUE@	fi
   805 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/interface.c' object='interface.o' libtool=no @AMDEPBACKSLASH@
   806 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/interface.Po' tmpdepfile='$(DEPDIR)/interface.TPo' @AMDEPBACKSLASH@
   807 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   808 @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
   810 interface.obj: gui/interface.c
   811 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interface.obj -MD -MP -MF "$(DEPDIR)/interface.Tpo" \
   812 @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`; \
   813 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/interface.Tpo" "$(DEPDIR)/interface.Po"; \
   814 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/interface.Tpo"; exit 1; \
   815 @am__fastdepCC_TRUE@	fi
   816 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/interface.c' object='interface.obj' libtool=no @AMDEPBACKSLASH@
   817 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/interface.Po' tmpdepfile='$(DEPDIR)/interface.TPo' @AMDEPBACKSLASH@
   818 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   819 @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`
   821 callbacks.o: gui/callbacks.c
   822 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT callbacks.o -MD -MP -MF "$(DEPDIR)/callbacks.Tpo" \
   823 @am__fastdepCC_TRUE@	  -c -o callbacks.o `test -f 'gui/callbacks.c' || echo '$(srcdir)/'`gui/callbacks.c; \
   824 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/callbacks.Tpo" "$(DEPDIR)/callbacks.Po"; \
   825 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/callbacks.Tpo"; exit 1; \
   826 @am__fastdepCC_TRUE@	fi
   827 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/callbacks.c' object='callbacks.o' libtool=no @AMDEPBACKSLASH@
   828 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/callbacks.Po' tmpdepfile='$(DEPDIR)/callbacks.TPo' @AMDEPBACKSLASH@
   829 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   830 @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
   832 callbacks.obj: gui/callbacks.c
   833 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT callbacks.obj -MD -MP -MF "$(DEPDIR)/callbacks.Tpo" \
   834 @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`; \
   835 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/callbacks.Tpo" "$(DEPDIR)/callbacks.Po"; \
   836 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/callbacks.Tpo"; exit 1; \
   837 @am__fastdepCC_TRUE@	fi
   838 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/callbacks.c' object='callbacks.obj' libtool=no @AMDEPBACKSLASH@
   839 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/callbacks.Po' tmpdepfile='$(DEPDIR)/callbacks.TPo' @AMDEPBACKSLASH@
   840 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   841 @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`
   843 gui.o: gui/gui.c
   844 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gui.o -MD -MP -MF "$(DEPDIR)/gui.Tpo" \
   845 @am__fastdepCC_TRUE@	  -c -o gui.o `test -f 'gui/gui.c' || echo '$(srcdir)/'`gui/gui.c; \
   846 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/gui.Tpo" "$(DEPDIR)/gui.Po"; \
   847 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/gui.Tpo"; exit 1; \
   848 @am__fastdepCC_TRUE@	fi
   849 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/gui.c' object='gui.o' libtool=no @AMDEPBACKSLASH@
   850 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/gui.Po' tmpdepfile='$(DEPDIR)/gui.TPo' @AMDEPBACKSLASH@
   851 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   852 @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
   854 gui.obj: gui/gui.c
   855 @am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gui.obj -MD -MP -MF "$(DEPDIR)/gui.Tpo" \
   856 @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`; \
   857 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/gui.Tpo" "$(DEPDIR)/gui.Po"; \
   858 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/gui.Tpo"; exit 1; \
   859 @am__fastdepCC_TRUE@	fi
   860 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/gui.c' object='gui.obj' libtool=no @AMDEPBACKSLASH@
   861 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/gui.Po' tmpdepfile='$(DEPDIR)/gui.TPo' @AMDEPBACKSLASH@
   862 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   863 @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`
   865 mmr_win.o: gui/mmr_win.c
   866 @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" \
   867 @am__fastdepCC_TRUE@	  -c -o mmr_win.o `test -f 'gui/mmr_win.c' || echo '$(srcdir)/'`gui/mmr_win.c; \
   868 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mmr_win.Tpo" "$(DEPDIR)/mmr_win.Po"; \
   869 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/mmr_win.Tpo"; exit 1; \
   870 @am__fastdepCC_TRUE@	fi
   871 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/mmr_win.c' object='mmr_win.o' libtool=no @AMDEPBACKSLASH@
   872 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/mmr_win.Po' tmpdepfile='$(DEPDIR)/mmr_win.TPo' @AMDEPBACKSLASH@
   873 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   874 @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
   876 mmr_win.obj: gui/mmr_win.c
   877 @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" \
   878 @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`; \
   879 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mmr_win.Tpo" "$(DEPDIR)/mmr_win.Po"; \
   880 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/mmr_win.Tpo"; exit 1; \
   881 @am__fastdepCC_TRUE@	fi
   882 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/mmr_win.c' object='mmr_win.obj' libtool=no @AMDEPBACKSLASH@
   883 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/mmr_win.Po' tmpdepfile='$(DEPDIR)/mmr_win.TPo' @AMDEPBACKSLASH@
   884 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   885 @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`
   887 debug_win.o: gui/debug_win.c
   888 @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" \
   889 @am__fastdepCC_TRUE@	  -c -o debug_win.o `test -f 'gui/debug_win.c' || echo '$(srcdir)/'`gui/debug_win.c; \
   890 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/debug_win.Tpo" "$(DEPDIR)/debug_win.Po"; \
   891 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/debug_win.Tpo"; exit 1; \
   892 @am__fastdepCC_TRUE@	fi
   893 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/debug_win.c' object='debug_win.o' libtool=no @AMDEPBACKSLASH@
   894 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/debug_win.Po' tmpdepfile='$(DEPDIR)/debug_win.TPo' @AMDEPBACKSLASH@
   895 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   896 @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
   898 debug_win.obj: gui/debug_win.c
   899 @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" \
   900 @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`; \
   901 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/debug_win.Tpo" "$(DEPDIR)/debug_win.Po"; \
   902 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/debug_win.Tpo"; exit 1; \
   903 @am__fastdepCC_TRUE@	fi
   904 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/debug_win.c' object='debug_win.obj' libtool=no @AMDEPBACKSLASH@
   905 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/debug_win.Po' tmpdepfile='$(DEPDIR)/debug_win.TPo' @AMDEPBACKSLASH@
   906 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   907 @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`
   909 dump_win.o: gui/dump_win.c
   910 @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" \
   911 @am__fastdepCC_TRUE@	  -c -o dump_win.o `test -f 'gui/dump_win.c' || echo '$(srcdir)/'`gui/dump_win.c; \
   912 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/dump_win.Tpo" "$(DEPDIR)/dump_win.Po"; \
   913 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/dump_win.Tpo"; exit 1; \
   914 @am__fastdepCC_TRUE@	fi
   915 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/dump_win.c' object='dump_win.o' libtool=no @AMDEPBACKSLASH@
   916 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/dump_win.Po' tmpdepfile='$(DEPDIR)/dump_win.TPo' @AMDEPBACKSLASH@
   917 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   918 @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
   920 dump_win.obj: gui/dump_win.c
   921 @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" \
   922 @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`; \
   923 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/dump_win.Tpo" "$(DEPDIR)/dump_win.Po"; \
   924 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/dump_win.Tpo"; exit 1; \
   925 @am__fastdepCC_TRUE@	fi
   926 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gui/dump_win.c' object='dump_win.obj' libtool=no @AMDEPBACKSLASH@
   927 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/dump_win.Po' tmpdepfile='$(DEPDIR)/dump_win.TPo' @AMDEPBACKSLASH@
   928 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   929 @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`
   931 audio_null.o: drivers/audio_null.c
   932 @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" \
   933 @am__fastdepCC_TRUE@	  -c -o audio_null.o `test -f 'drivers/audio_null.c' || echo '$(srcdir)/'`drivers/audio_null.c; \
   934 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio_null.Tpo" "$(DEPDIR)/audio_null.Po"; \
   935 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio_null.Tpo"; exit 1; \
   936 @am__fastdepCC_TRUE@	fi
   937 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/audio_null.c' object='audio_null.o' libtool=no @AMDEPBACKSLASH@
   938 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio_null.Po' tmpdepfile='$(DEPDIR)/audio_null.TPo' @AMDEPBACKSLASH@
   939 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   940 @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
   942 audio_null.obj: drivers/audio_null.c
   943 @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" \
   944 @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`; \
   945 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio_null.Tpo" "$(DEPDIR)/audio_null.Po"; \
   946 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio_null.Tpo"; exit 1; \
   947 @am__fastdepCC_TRUE@	fi
   948 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/audio_null.c' object='audio_null.obj' libtool=no @AMDEPBACKSLASH@
   949 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio_null.Po' tmpdepfile='$(DEPDIR)/audio_null.TPo' @AMDEPBACKSLASH@
   950 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   951 @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`
   953 audio_esd.o: drivers/audio_esd.c
   954 @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" \
   955 @am__fastdepCC_TRUE@	  -c -o audio_esd.o `test -f 'drivers/audio_esd.c' || echo '$(srcdir)/'`drivers/audio_esd.c; \
   956 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio_esd.Tpo" "$(DEPDIR)/audio_esd.Po"; \
   957 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio_esd.Tpo"; exit 1; \
   958 @am__fastdepCC_TRUE@	fi
   959 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/audio_esd.c' object='audio_esd.o' libtool=no @AMDEPBACKSLASH@
   960 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio_esd.Po' tmpdepfile='$(DEPDIR)/audio_esd.TPo' @AMDEPBACKSLASH@
   961 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   962 @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
   964 audio_esd.obj: drivers/audio_esd.c
   965 @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" \
   966 @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`; \
   967 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio_esd.Tpo" "$(DEPDIR)/audio_esd.Po"; \
   968 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/audio_esd.Tpo"; exit 1; \
   969 @am__fastdepCC_TRUE@	fi
   970 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/audio_esd.c' object='audio_esd.obj' libtool=no @AMDEPBACKSLASH@
   971 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/audio_esd.Po' tmpdepfile='$(DEPDIR)/audio_esd.TPo' @AMDEPBACKSLASH@
   972 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   973 @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`
   975 video_null.o: drivers/video_null.c
   976 @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" \
   977 @am__fastdepCC_TRUE@	  -c -o video_null.o `test -f 'drivers/video_null.c' || echo '$(srcdir)/'`drivers/video_null.c; \
   978 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_null.Tpo" "$(DEPDIR)/video_null.Po"; \
   979 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_null.Tpo"; exit 1; \
   980 @am__fastdepCC_TRUE@	fi
   981 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_null.c' object='video_null.o' libtool=no @AMDEPBACKSLASH@
   982 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_null.Po' tmpdepfile='$(DEPDIR)/video_null.TPo' @AMDEPBACKSLASH@
   983 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   984 @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
   986 video_null.obj: drivers/video_null.c
   987 @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" \
   988 @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`; \
   989 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_null.Tpo" "$(DEPDIR)/video_null.Po"; \
   990 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_null.Tpo"; exit 1; \
   991 @am__fastdepCC_TRUE@	fi
   992 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_null.c' object='video_null.obj' libtool=no @AMDEPBACKSLASH@
   993 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_null.Po' tmpdepfile='$(DEPDIR)/video_null.TPo' @AMDEPBACKSLASH@
   994 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   995 @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`
   997 video_gtk.o: drivers/video_gtk.c
   998 @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" \
   999 @am__fastdepCC_TRUE@	  -c -o video_gtk.o `test -f 'drivers/video_gtk.c' || echo '$(srcdir)/'`drivers/video_gtk.c; \
  1000 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_gtk.Tpo" "$(DEPDIR)/video_gtk.Po"; \
  1001 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_gtk.Tpo"; exit 1; \
  1002 @am__fastdepCC_TRUE@	fi
  1003 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_gtk.c' object='video_gtk.o' libtool=no @AMDEPBACKSLASH@
  1004 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_gtk.Po' tmpdepfile='$(DEPDIR)/video_gtk.TPo' @AMDEPBACKSLASH@
  1005 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1006 @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
  1008 video_gtk.obj: drivers/video_gtk.c
  1009 @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" \
  1010 @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`; \
  1011 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_gtk.Tpo" "$(DEPDIR)/video_gtk.Po"; \
  1012 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_gtk.Tpo"; exit 1; \
  1013 @am__fastdepCC_TRUE@	fi
  1014 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_gtk.c' object='video_gtk.obj' libtool=no @AMDEPBACKSLASH@
  1015 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_gtk.Po' tmpdepfile='$(DEPDIR)/video_gtk.TPo' @AMDEPBACKSLASH@
  1016 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1017 @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`
  1019 video_x11.o: drivers/video_x11.c
  1020 @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" \
  1021 @am__fastdepCC_TRUE@	  -c -o video_x11.o `test -f 'drivers/video_x11.c' || echo '$(srcdir)/'`drivers/video_x11.c; \
  1022 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_x11.Tpo" "$(DEPDIR)/video_x11.Po"; \
  1023 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_x11.Tpo"; exit 1; \
  1024 @am__fastdepCC_TRUE@	fi
  1025 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_x11.c' object='video_x11.o' libtool=no @AMDEPBACKSLASH@
  1026 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_x11.Po' tmpdepfile='$(DEPDIR)/video_x11.TPo' @AMDEPBACKSLASH@
  1027 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1028 @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
  1030 video_x11.obj: drivers/video_x11.c
  1031 @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" \
  1032 @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`; \
  1033 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/video_x11.Tpo" "$(DEPDIR)/video_x11.Po"; \
  1034 @am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/video_x11.Tpo"; exit 1; \
  1035 @am__fastdepCC_TRUE@	fi
  1036 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/video_x11.c' object='video_x11.obj' libtool=no @AMDEPBACKSLASH@
  1037 @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/video_x11.Po' tmpdepfile='$(DEPDIR)/video_x11.TPo' @AMDEPBACKSLASH@
  1038 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1039 @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`
  1040 uninstall-info-am:
  1042 ETAGS = etags
  1043 ETAGSFLAGS =
  1045 CTAGS = ctags
  1046 CTAGSFLAGS =
  1048 tags: TAGS
  1050 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  1051 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  1052 	unique=`for i in $$list; do \
  1053 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  1054 	  done | \
  1055 	  $(AWK) '    { files[$$0] = 1; } \
  1056 	       END { for (i in files) print i; }'`; \
  1057 	mkid -fID $$unique
  1059 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  1060 		$(TAGS_FILES) $(LISP)
  1061 	tags=; \
  1062 	here=`pwd`; \
  1063 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  1064 	unique=`for i in $$list; do \
  1065 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  1066 	  done | \
  1067 	  $(AWK) '    { files[$$0] = 1; } \
  1068 	       END { for (i in files) print i; }'`; \
  1069 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
  1070 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1071 	     $$tags $$unique
  1073 ctags: CTAGS
  1074 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  1075 		$(TAGS_FILES) $(LISP)
  1076 	tags=; \
  1077 	here=`pwd`; \
  1078 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  1079 	unique=`for i in $$list; do \
  1080 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  1081 	  done | \
  1082 	  $(AWK) '    { files[$$0] = 1; } \
  1083 	       END { for (i in files) print i; }'`; \
  1084 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
  1085 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  1086 	     $$tags $$unique
  1088 GTAGS:
  1089 	here=`$(am__cd) $(top_builddir) && pwd` \
  1090 	  && cd $(top_srcdir) \
  1091 	  && gtags -i $(GTAGS_ARGS) $$here
  1093 distclean-tags:
  1094 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1095 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  1097 top_distdir = ..
  1098 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  1100 distdir: $(DISTFILES)
  1101 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  1102 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  1103 	list='$(DISTFILES)'; for file in $$list; do \
  1104 	  case $$file in \
  1105 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  1106 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  1107 	  esac; \
  1108 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1109 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  1110 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  1111 	    dir="/$$dir"; \
  1112 	    $(mkinstalldirs) "$(distdir)$$dir"; \
  1113 	  else \
  1114 	    dir=''; \
  1115 	  fi; \
  1116 	  if test -d $$d/$$file; then \
  1117 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1118 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  1119 	    fi; \
  1120 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  1121 	  else \
  1122 	    test -f $(distdir)/$$file \
  1123 	    || cp -p $$d/$$file $(distdir)/$$file \
  1124 	    || exit 1; \
  1125 	  fi; \
  1126 	done
  1127 check-am: all-am
  1128 check: check-am
  1129 all-am: Makefile $(PROGRAMS)
  1131 installdirs:
  1132 	$(mkinstalldirs) $(DESTDIR)$(bindir)
  1133 install: install-am
  1134 install-exec: install-exec-am
  1135 install-data: install-data-am
  1136 uninstall: uninstall-am
  1138 install-am: all-am
  1139 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1141 installcheck: installcheck-am
  1142 install-strip:
  1143 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1144 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1145 	  `test -z '$(STRIP)' || \
  1146 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  1147 mostlyclean-generic:
  1149 clean-generic:
  1151 distclean-generic:
  1152 	-rm -f $(CONFIG_CLEAN_FILES)
  1154 maintainer-clean-generic:
  1155 	@echo "This command is intended for maintainers to use"
  1156 	@echo "it deletes files that may require special tools to rebuild."
  1157 clean: clean-am
  1159 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  1161 distclean: distclean-am
  1162 	-rm -rf ./$(DEPDIR)
  1163 	-rm -f Makefile
  1164 distclean-am: clean-am distclean-compile distclean-generic \
  1165 	distclean-tags
  1167 dvi: dvi-am
  1169 dvi-am:
  1171 info: info-am
  1173 info-am:
  1175 install-data-am:
  1177 install-exec-am: install-binPROGRAMS
  1179 install-info: install-info-am
  1181 install-man:
  1183 installcheck-am:
  1185 maintainer-clean: maintainer-clean-am
  1186 	-rm -rf ./$(DEPDIR)
  1187 	-rm -f Makefile
  1188 maintainer-clean-am: distclean-am maintainer-clean-generic
  1190 mostlyclean: mostlyclean-am
  1192 mostlyclean-am: mostlyclean-compile mostlyclean-generic
  1194 pdf: pdf-am
  1196 pdf-am:
  1198 ps: ps-am
  1200 ps-am:
  1202 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
  1204 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  1205 	clean-generic ctags distclean distclean-compile \
  1206 	distclean-generic distclean-tags distdir dvi dvi-am info \
  1207 	info-am install install-am install-binPROGRAMS install-data \
  1208 	install-data-am install-exec install-exec-am install-info \
  1209 	install-info-am install-man install-strip installcheck \
  1210 	installcheck-am installdirs maintainer-clean \
  1211 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  1212 	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  1213 	uninstall-am uninstall-binPROGRAMS uninstall-info-am
  1215 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1216 # Otherwise a system limit (for SysV at least) may be exceeded.
  1217 .NOEXPORT:
.