Blame aica/Makefile.in

Packit e67170
# Makefile.in generated by automake 1.12.2 from Makefile.am.
Packit e67170
# @configure_input@
Packit e67170
Packit e67170
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
Packit e67170
Packit e67170
# This Makefile.in is free software; the Free Software Foundation
Packit e67170
# gives unlimited permission to copy and/or distribute it,
Packit e67170
# with or without modifications, as long as this notice is preserved.
Packit e67170
Packit e67170
# This program is distributed in the hope that it will be useful,
Packit e67170
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit e67170
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit e67170
# PARTICULAR PURPOSE.
Packit e67170
Packit e67170
@SET_MAKE@
Packit e67170
Packit e67170
VPATH = @srcdir@
Packit e67170
am__make_dryrun = \
Packit e67170
  { \
Packit e67170
    am__dry=no; \
Packit e67170
    case $$MAKEFLAGS in \
Packit e67170
      *\\[\ \	]*) \
Packit e67170
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
Packit e67170
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
Packit e67170
      *) \
Packit e67170
        for am__flg in $$MAKEFLAGS; do \
Packit e67170
          case $$am__flg in \
Packit e67170
            *=*|--*) ;; \
Packit e67170
            *n*) am__dry=yes; break;; \
Packit e67170
          esac; \
Packit e67170
        done;; \
Packit e67170
    esac; \
Packit e67170
    test $$am__dry = yes; \
Packit e67170
  }
Packit e67170
pkgdatadir = $(datadir)/@PACKAGE@
Packit e67170
pkgincludedir = $(includedir)/@PACKAGE@
Packit e67170
pkglibdir = $(libdir)/@PACKAGE@
Packit e67170
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit e67170
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit e67170
install_sh_DATA = $(install_sh) -c -m 644
Packit e67170
install_sh_PROGRAM = $(install_sh) -c
Packit e67170
install_sh_SCRIPT = $(install_sh) -c
Packit e67170
INSTALL_HEADER = $(INSTALL_DATA)
Packit e67170
transform = $(program_transform_name)
Packit e67170
NORMAL_INSTALL = :
Packit e67170
PRE_INSTALL = :
Packit e67170
POST_INSTALL = :
Packit e67170
NORMAL_UNINSTALL = :
Packit e67170
PRE_UNINSTALL = :
Packit e67170
POST_UNINSTALL = :
Packit e67170
subdir = aica
Packit e67170
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
Packit e67170
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit e67170
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Packit e67170
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit e67170
	$(ACLOCAL_M4)
Packit e67170
mkinstalldirs = $(install_sh) -d
Packit e67170
CONFIG_CLEAN_FILES =
Packit e67170
CONFIG_CLEAN_VPATH_FILES =
Packit e67170
SOURCES =
Packit e67170
DIST_SOURCES =
Packit e67170
am__can_run_installinfo = \
Packit e67170
  case $$AM_UPDATE_INFO_DIR in \
Packit e67170
    n|no|NO) false;; \
Packit e67170
    *) (install-info --version) >/dev/null 2>&1;; \
Packit e67170
  esac
Packit e67170
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit e67170
am__vpath_adj = case $$p in \
Packit e67170
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit e67170
    *) f=$$p;; \
Packit e67170
  esac;
Packit e67170
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit e67170
am__install_max = 40
Packit e67170
am__nobase_strip_setup = \
Packit e67170
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit e67170
am__nobase_strip = \
Packit e67170
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit e67170
am__nobase_list = $(am__nobase_strip_setup); \
Packit e67170
  for p in $$list; do echo "$$p $$p"; done | \
Packit e67170
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit e67170
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit e67170
    if (++n[$$2] == $(am__install_max)) \
Packit e67170
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit e67170
    END { for (dir in files) print dir, files[dir] }'
Packit e67170
am__base_list = \
Packit e67170
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit e67170
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit e67170
am__uninstall_files_from_dir = { \
Packit e67170
  test -z "$$files" \
Packit e67170
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit e67170
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit e67170
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit e67170
  }
Packit e67170
am__installdirs = "$(DESTDIR)$(hotplugfwdir)"
Packit e67170
DATA = $(hotplugfw_DATA)
Packit e67170
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit e67170
ACLOCAL = @ACLOCAL@
Packit e67170
AMTAR = @AMTAR@
Packit e67170
AS31 = @AS31@
Packit e67170
AS31_FLAGS = @AS31_FLAGS@
Packit e67170
AUTOCONF = @AUTOCONF@
Packit e67170
AUTOHEADER = @AUTOHEADER@
Packit e67170
AUTOMAKE = @AUTOMAKE@
Packit e67170
AWK = @AWK@
Packit e67170
CC = @CC@
Packit e67170
CCDEPMODE = @CCDEPMODE@
Packit e67170
CFLAGS = @CFLAGS@
Packit e67170
CPP = @CPP@
Packit e67170
CPPFLAGS = @CPPFLAGS@
Packit e67170
CYGPATH_W = @CYGPATH_W@
Packit e67170
DEFS = @DEFS@
Packit e67170
DEPDIR = @DEPDIR@
Packit e67170
ECHO_C = @ECHO_C@
Packit e67170
ECHO_N = @ECHO_N@
Packit e67170
ECHO_T = @ECHO_T@
Packit e67170
EGREP = @EGREP@
Packit e67170
EXEEXT = @EXEEXT@
Packit e67170
GREP = @GREP@
Packit e67170
HOTPLUGFWDIR = @HOTPLUGFWDIR@
Packit e67170
INSTALL = @INSTALL@
Packit e67170
INSTALL_DATA = @INSTALL_DATA@
Packit e67170
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit e67170
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit e67170
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit e67170
LDFLAGS = @LDFLAGS@
Packit e67170
LIBOBJS = @LIBOBJS@
Packit e67170
LIBS = @LIBS@
Packit e67170
LN_S = @LN_S@
Packit e67170
LTLIBOBJS = @LTLIBOBJS@
Packit e67170
MAKEINFO = @MAKEINFO@
Packit e67170
MKDIR_P = @MKDIR_P@
Packit e67170
OBJEXT = @OBJEXT@
Packit e67170
PACKAGE = @PACKAGE@
Packit e67170
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit e67170
PACKAGE_NAME = @PACKAGE_NAME@
Packit e67170
PACKAGE_STRING = @PACKAGE_STRING@
Packit e67170
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit e67170
PACKAGE_URL = @PACKAGE_URL@
Packit e67170
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit e67170
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit e67170
SET_MAKE = @SET_MAKE@
Packit e67170
SHELL = @SHELL@
Packit e67170
STRIP = @STRIP@
Packit e67170
VERSION = @VERSION@
Packit e67170
abs_builddir = @abs_builddir@
Packit e67170
abs_srcdir = @abs_srcdir@
Packit e67170
abs_top_builddir = @abs_top_builddir@
Packit e67170
abs_top_srcdir = @abs_top_srcdir@
Packit e67170
ac_ct_CC = @ac_ct_CC@
Packit e67170
am__include = @am__include@
Packit e67170
am__leading_dot = @am__leading_dot@
Packit e67170
am__quote = @am__quote@
Packit e67170
am__tar = @am__tar@
Packit e67170
am__untar = @am__untar@
Packit e67170
bindir = @bindir@
Packit e67170
build_alias = @build_alias@
Packit e67170
builddir = @builddir@
Packit e67170
datadir = @datadir@
Packit e67170
datarootdir = @datarootdir@
Packit e67170
docdir = @docdir@
Packit e67170
dvidir = @dvidir@
Packit e67170
exec_prefix = @exec_prefix@
Packit e67170
host_alias = @host_alias@
Packit e67170
htmldir = @htmldir@
Packit e67170
includedir = @includedir@
Packit e67170
infodir = @infodir@
Packit e67170
install_sh = @install_sh@
Packit e67170
libdir = @libdir@
Packit e67170
libexecdir = @libexecdir@
Packit e67170
localedir = @localedir@
Packit e67170
localstatedir = @localstatedir@
Packit e67170
mandir = @mandir@
Packit e67170
mkdir_p = @mkdir_p@
Packit e67170
oldincludedir = @oldincludedir@
Packit e67170
pdfdir = @pdfdir@
Packit e67170
prefix = @prefix@
Packit e67170
program_transform_name = @program_transform_name@
Packit e67170
psdir = @psdir@
Packit e67170
sbindir = @sbindir@
Packit e67170
sharedstatedir = @sharedstatedir@
Packit e67170
srcdir = @srcdir@
Packit e67170
sysconfdir = @sysconfdir@
Packit e67170
target_alias = @target_alias@
Packit e67170
top_build_prefix = @top_build_prefix@
Packit e67170
top_builddir = @top_builddir@
Packit e67170
top_srcdir = @top_srcdir@
Packit e67170
firmware_files = aica_firmware.bin
Packit e67170
@USE_HOTPLUG_FALSE@hotplugfwdir = 
Packit e67170
@USE_HOTPLUG_TRUE@hotplugfwdir = @HOTPLUGFWDIR@
Packit e67170
@USE_HOTPLUG_FALSE@hotplugfw_DATA = 
Packit e67170
@USE_HOTPLUG_TRUE@hotplugfw_DATA = $(firmware_files)
Packit e67170
EXTRA_DIST = $(firmware_files) Dreamcast_sound.txt license.txt
Packit e67170
all: all-am
Packit e67170
Packit e67170
.SUFFIXES:
Packit e67170
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
Packit e67170
	@for dep in $?; do \
Packit e67170
	  case '$(am__configure_deps)' in \
Packit e67170
	    *$$dep*) \
Packit e67170
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit e67170
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit e67170
	      exit 1;; \
Packit e67170
	  esac; \
Packit e67170
	done; \
Packit e67170
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign aica/Makefile'; \
Packit e67170
	$(am__cd) $(top_srcdir) && \
Packit e67170
	  $(AUTOMAKE) --foreign aica/Makefile
Packit e67170
.PRECIOUS: Makefile
Packit e67170
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit e67170
	@case '$?' in \
Packit e67170
	  *config.status*) \
Packit e67170
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit e67170
	  *) \
Packit e67170
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit e67170
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit e67170
	esac;
Packit e67170
Packit e67170
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit e67170
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit e67170
Packit e67170
$(top_srcdir)/configure:  $(am__configure_deps)
Packit e67170
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit e67170
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit e67170
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit e67170
$(am__aclocal_m4_deps):
Packit e67170
install-hotplugfwDATA: $(hotplugfw_DATA)
Packit e67170
	@$(NORMAL_INSTALL)
Packit e67170
	@list='$(hotplugfw_DATA)'; test -n "$(hotplugfwdir)" || list=; \
Packit e67170
	if test -n "$$list"; then \
Packit e67170
	  echo " $(MKDIR_P) '$(DESTDIR)$(hotplugfwdir)'"; \
Packit e67170
	  $(MKDIR_P) "$(DESTDIR)$(hotplugfwdir)" || exit 1; \
Packit e67170
	fi; \
Packit e67170
	for p in $$list; do \
Packit e67170
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit e67170
	  echo "$$d$$p"; \
Packit e67170
	done | $(am__base_list) | \
Packit e67170
	while read files; do \
Packit e67170
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hotplugfwdir)'"; \
Packit e67170
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(hotplugfwdir)" || exit $$?; \
Packit e67170
	done
Packit e67170
Packit e67170
uninstall-hotplugfwDATA:
Packit e67170
	@$(NORMAL_UNINSTALL)
Packit e67170
	@list='$(hotplugfw_DATA)'; test -n "$(hotplugfwdir)" || list=; \
Packit e67170
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit e67170
	dir='$(DESTDIR)$(hotplugfwdir)'; $(am__uninstall_files_from_dir)
Packit e67170
tags: TAGS
Packit e67170
TAGS:
Packit e67170
Packit e67170
ctags: CTAGS
Packit e67170
CTAGS:
Packit e67170
Packit e67170
cscope cscopelist:
Packit e67170
Packit e67170
Packit e67170
distdir: $(DISTFILES)
Packit e67170
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit e67170
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit e67170
	list='$(DISTFILES)'; \
Packit e67170
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit e67170
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit e67170
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit e67170
	case $$dist_files in \
Packit e67170
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit e67170
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit e67170
			   sort -u` ;; \
Packit e67170
	esac; \
Packit e67170
	for file in $$dist_files; do \
Packit e67170
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit e67170
	  if test -d $$d/$$file; then \
Packit e67170
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit e67170
	    if test -d "$(distdir)/$$file"; then \
Packit e67170
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit e67170
	    fi; \
Packit e67170
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit e67170
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit e67170
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit e67170
	    fi; \
Packit e67170
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit e67170
	  else \
Packit e67170
	    test -f "$(distdir)/$$file" \
Packit e67170
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit e67170
	    || exit 1; \
Packit e67170
	  fi; \
Packit e67170
	done
Packit e67170
check-am: all-am
Packit e67170
check: check-am
Packit e67170
all-am: Makefile $(DATA)
Packit e67170
installdirs:
Packit e67170
	for dir in "$(DESTDIR)$(hotplugfwdir)"; do \
Packit e67170
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit e67170
	done
Packit e67170
install: install-am
Packit e67170
install-exec: install-exec-am
Packit e67170
install-data: install-data-am
Packit e67170
uninstall: uninstall-am
Packit e67170
Packit e67170
install-am: all-am
Packit e67170
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit e67170
Packit e67170
installcheck: installcheck-am
Packit e67170
install-strip:
Packit e67170
	if test -z '$(STRIP)'; then \
Packit e67170
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit e67170
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit e67170
	      install; \
Packit e67170
	else \
Packit e67170
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit e67170
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit e67170
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit e67170
	fi
Packit e67170
mostlyclean-generic:
Packit e67170
Packit e67170
clean-generic:
Packit e67170
Packit e67170
distclean-generic:
Packit e67170
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit e67170
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit e67170
Packit e67170
maintainer-clean-generic:
Packit e67170
	@echo "This command is intended for maintainers to use"
Packit e67170
	@echo "it deletes files that may require special tools to rebuild."
Packit e67170
clean: clean-am
Packit e67170
Packit e67170
clean-am: clean-generic mostlyclean-am
Packit e67170
Packit e67170
distclean: distclean-am
Packit e67170
	-rm -f Makefile
Packit e67170
distclean-am: clean-am distclean-generic
Packit e67170
Packit e67170
dvi: dvi-am
Packit e67170
Packit e67170
dvi-am:
Packit e67170
Packit e67170
html: html-am
Packit e67170
Packit e67170
html-am:
Packit e67170
Packit e67170
info: info-am
Packit e67170
Packit e67170
info-am:
Packit e67170
Packit e67170
install-data-am: install-hotplugfwDATA
Packit e67170
Packit e67170
install-dvi: install-dvi-am
Packit e67170
Packit e67170
install-dvi-am:
Packit e67170
Packit e67170
install-exec-am:
Packit e67170
Packit e67170
install-html: install-html-am
Packit e67170
Packit e67170
install-html-am:
Packit e67170
Packit e67170
install-info: install-info-am
Packit e67170
Packit e67170
install-info-am:
Packit e67170
Packit e67170
install-man:
Packit e67170
Packit e67170
install-pdf: install-pdf-am
Packit e67170
Packit e67170
install-pdf-am:
Packit e67170
Packit e67170
install-ps: install-ps-am
Packit e67170
Packit e67170
install-ps-am:
Packit e67170
Packit e67170
installcheck-am:
Packit e67170
Packit e67170
maintainer-clean: maintainer-clean-am
Packit e67170
	-rm -f Makefile
Packit e67170
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit e67170
Packit e67170
mostlyclean: mostlyclean-am
Packit e67170
Packit e67170
mostlyclean-am: mostlyclean-generic
Packit e67170
Packit e67170
pdf: pdf-am
Packit e67170
Packit e67170
pdf-am:
Packit e67170
Packit e67170
ps: ps-am
Packit e67170
Packit e67170
ps-am:
Packit e67170
Packit e67170
uninstall-am: uninstall-hotplugfwDATA
Packit e67170
Packit e67170
.MAKE: install-am install-strip
Packit e67170
Packit e67170
.PHONY: all all-am check check-am clean clean-generic distclean \
Packit e67170
	distclean-generic distdir dvi dvi-am html html-am info info-am \
Packit e67170
	install install-am install-data install-data-am install-dvi \
Packit e67170
	install-dvi-am install-exec install-exec-am \
Packit e67170
	install-hotplugfwDATA install-html install-html-am \
Packit e67170
	install-info install-info-am install-man install-pdf \
Packit e67170
	install-pdf-am install-ps install-ps-am install-strip \
Packit e67170
	installcheck installcheck-am installdirs maintainer-clean \
Packit e67170
	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
Packit e67170
	pdf-am ps ps-am uninstall uninstall-am uninstall-hotplugfwDATA
Packit e67170
Packit e67170
Packit e67170
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit e67170
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit e67170
.NOEXPORT: