# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright 2018-2019 SiFive, Inc # SPDX-License-Identifier: Apache-2.0 VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : # Freedom METAL has its own libgloss implementation that is only built in # --with-builtin-libgloss is passed to configure. @WITH_BUILTIN_LIBGLOSS_TRUE@am__append_1 = libriscv__menv__metal.a check_PROGRAMS = return_pass$(EXEEXT) return_fail$(EXEEXT) \ hello$(EXEEXT) subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(nobase_include_HEADERS) \ $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(ldsdir)" \ "$(DESTDIR)$(specdir)" "$(DESTDIR)$(includedir)" LIBRARIES = $(lib_LIBRARIES) ARFLAGS = cru AM_V_AR = $(am__v_AR_@AM_V@) am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) am__v_AR_0 = @echo " AR " $@; am__v_AR_1 = libriscv__menv__metal_a_AR = $(AR) $(ARFLAGS) libriscv__menv__metal_a_LIBADD = am__libriscv__menv__metal_a_SOURCES_DIST = gloss/crt0.S \ gloss/nanosleep.c gloss/sys_access.c gloss/sys_chdir.c \ gloss/sys_chmod.c gloss/sys_chown.c gloss/sys_close.c \ gloss/sys_execve.c gloss/sys_exit.c gloss/sys_faccessat.c \ gloss/sys_fork.c gloss/sys_fstat.c gloss/sys_fstatat.c \ gloss/sys_ftime.c gloss/sys_getcwd.c gloss/sys_getpid.c \ gloss/sys_gettimeofday.c gloss/sys_isatty.c gloss/sys_kill.c \ gloss/sys_link.c gloss/sys_lseek.c gloss/sys_lstat.c \ gloss/sys_open.c gloss/sys_openat.c gloss/sys_read.c \ gloss/sys_sbrk.c gloss/sys_stat.c gloss/sys_sysconf.c \ gloss/sys_times.c gloss/sys_unlink.c gloss/sys_utime.c \ gloss/sys_wait.c gloss/sys_write.c am__dirstamp = $(am__leading_dot)dirstamp @WITH_BUILTIN_LIBGLOSS_TRUE@am_libriscv__menv__metal_a_OBJECTS = \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/crt0.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/nanosleep.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_access.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_chdir.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_chmod.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_chown.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_close.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_execve.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_exit.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_faccessat.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_fork.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_fstat.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_fstatat.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_ftime.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_getcwd.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_getpid.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_gettimeofday.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_isatty.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_kill.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_link.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_lseek.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_lstat.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_open.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_openat.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_read.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_sbrk.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_stat.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_sysconf.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_times.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_unlink.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_utime.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_wait.$(OBJEXT) \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_write.$(OBJEXT) libriscv__menv__metal_a_OBJECTS = \ $(am_libriscv__menv__metal_a_OBJECTS) libriscv__mmachine__@MACHINE_NAME@_a_AR = $(AR) $(ARFLAGS) libriscv__mmachine__@MACHINE_NAME@_a_LIBADD = am_libriscv__mmachine__@MACHINE_NAME@_a_OBJECTS = src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.$(OBJEXT) \ src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-button.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-cache.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-clock.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-entry.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-led.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-lock.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-memory.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-spi.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-switch.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-timer.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-time.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-trap.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-tty.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-uart.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-vector.$(OBJEXT) \ src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.$(OBJEXT) libriscv__mmachine__@MACHINE_NAME@_a_OBJECTS = \ $(am_libriscv__mmachine__@MACHINE_NAME@_a_OBJECTS) am_hello_OBJECTS = test/hello-hello.$(OBJEXT) hello_OBJECTS = $(am_hello_OBJECTS) hello_LDADD = $(LDADD) hello_LINK = $(CCLD) $(hello_CFLAGS) $(CFLAGS) $(hello_LDFLAGS) \ $(LDFLAGS) -o $@ am_return_fail_OBJECTS = test/return_fail-return_fail.$(OBJEXT) return_fail_OBJECTS = $(am_return_fail_OBJECTS) return_fail_LDADD = $(LDADD) return_fail_LINK = $(CCLD) $(return_fail_CFLAGS) $(CFLAGS) \ $(return_fail_LDFLAGS) $(LDFLAGS) -o $@ am_return_pass_OBJECTS = test/return_pass-return_pass.$(OBJEXT) return_pass_OBJECTS = $(am_return_pass_OBJECTS) return_pass_LDADD = $(LDADD) return_pass_LINK = $(CCLD) $(return_pass_CFLAGS) $(CFLAGS) \ $(return_pass_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) AM_V_CPPAS = $(am__v_CPPAS_@AM_V@) am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@) am__v_CPPAS_0 = @echo " CPPAS " $@; am__v_CPPAS_1 = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libriscv__menv__metal_a_SOURCES) \ $(libriscv__mmachine__@MACHINE_NAME@_a_SOURCES) \ $(hello_SOURCES) $(return_fail_SOURCES) $(return_pass_SOURCES) DIST_SOURCES = $(am__libriscv__menv__metal_a_SOURCES_DIST) \ $(libriscv__mmachine__@MACHINE_NAME@_a_SOURCES) \ $(hello_SOURCES) $(return_fail_SOURCES) $(return_pass_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac DATA = $(lds_DATA) $(spec_DATA) HEADERS = $(nobase_include_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope am__DIST_COMMON = $(srcdir)/Makefile.in ar-lib compile depcomp \ install-sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BARE_HEADER_GENERATOR = @BARE_HEADER_GENERATOR@ CC = @CC@ CCAS = @CCAS@ CCASDEPMODE = @CCASDEPMODE@ CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DTC = @DTC@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EXEEXT = @EXEEXT@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LDSCRIPT_GENERATOR = @LDSCRIPT_GENERATOR@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MACHINE_DTS = @MACHINE_DTS@ MACHINE_HEADER = @MACHINE_HEADER@ MACHINE_INLINE = @MACHINE_INLINE@ MACHINE_LDSCRIPT = @MACHINE_LDSCRIPT@ MACHINE_NAME = @MACHINE_NAME@ MAINT = @MAINT@ MAKEATTRIBUTES_GENERATOR = @MAKEATTRIBUTES_GENERATOR@ MAKEINFO = @MAKEINFO@ MENV_METAL = @MENV_METAL@ METAL_HEADER_GENERATOR = @METAL_HEADER_GENERATOR@ MKDIR_P = @MKDIR_P@ MMACHINE_MACHINE_NAME = @MMACHINE_MACHINE_NAME@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PLATFORM_HEADER = @PLATFORM_HEADER@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SPECS_GENERATOR = @SPECS_GENERATOR@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Generates a linker script that's more reasonable that whatever GCC's default # is. ldsdir = $(libdir) lds_DATA = riscv__mmachine__@MACHINE_NAME@.lds # Generates a SPEC file that sets a reasonable set of default options for this # build. specdir = $(libdir) spec_DATA = riscv__mmachine__@MACHINE_NAME@.specs \ riscv__menv__metal.specs # Install some METAL-specific headers, one of which is automatically generated. # The files that aren't automatically generated are the same for all machines. nobase_include_HEADERS = \ metal/drivers/fixed-clock.h \ metal/drivers/fixed-factor-clock.h \ metal/drivers/riscv_clint0.h \ metal/drivers/riscv_cpu.h \ metal/drivers/riscv_plic0.h \ metal/drivers/sifive_ccache0.h \ metal/drivers/sifive_clic0.h \ metal/drivers/sifive_fe310-g000_hfrosc.h \ metal/drivers/sifive_fe310-g000_hfxosc.h \ metal/drivers/sifive_fe310-g000_lfrosc.h \ metal/drivers/sifive_fe310-g000_pll.h \ metal/drivers/sifive_fe310-g000_prci.h \ metal/drivers/sifive_fu540-c000_l2.h \ metal/drivers/sifive_global-external-interrupts0.h \ metal/drivers/sifive_gpio-buttons.h \ metal/drivers/sifive_gpio-leds.h \ metal/drivers/sifive_gpio-switches.h \ metal/drivers/sifive_gpio0.h \ metal/drivers/sifive_local-external-interrupts0.h \ metal/drivers/sifive_rtc0.h \ metal/drivers/sifive_spi0.h \ metal/drivers/sifive_test0.h \ metal/drivers/sifive_trace.h \ metal/drivers/sifive_uart0.h \ metal/drivers/sifive_wdog0.h \ metal/machine/inline.h \ metal/machine/platform.h \ metal/button.h \ metal/cache.h \ metal/clock.h \ metal/compiler.h \ metal/cpu.h \ metal/gpio.h \ metal/interrupt.h \ metal/io.h \ metal/itim.h \ metal/led.h \ metal/lock.h \ metal/machine.h \ metal/memory.h \ metal/pmp.h \ metal/privilege.h \ metal/rtc.h \ metal/shutdown.h \ metal/spi.h \ metal/switch.h \ metal/timer.h \ metal/time.h \ metal/tty.h \ metal/uart.h \ metal/watchdog.h # Quash an automake warning. # Everything in here is compiled into a single library, which contains all the # source files in the project. It's named for one specific machine, which GCC # uses to select the target machine that this METAL implementation points at. lib_LIBRARIES = libriscv__mmachine__@MACHINE_NAME@.a $(am__append_1) libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS = @MENV_METAL@ @MMACHINE_MACHINE_NAME@ libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS = @MENV_METAL@ @MMACHINE_MACHINE_NAME@ # This will generate these sources before the compilation step BUILT_SOURCES = \ metal/machine.h \ metal/machine/inline.h \ metal/machine/platform.h \ riscv__menv__metal.specs \ riscv__mmachine__@MACHINE_NAME@.specs libriscv__mmachine__@MACHINE_NAME@_a_SOURCES = \ src/drivers/fixed-clock.c \ src/drivers/fixed-factor-clock.c \ src/drivers/inline.c \ src/drivers/riscv_clint0.c \ src/drivers/riscv_cpu.c \ src/drivers/riscv_plic0.c \ src/drivers/sifive_ccache0.c \ src/drivers/sifive_clic0.c \ src/drivers/sifive_fe310-g000_hfrosc.c \ src/drivers/sifive_fe310-g000_hfxosc.c \ src/drivers/sifive_fe310-g000_lfrosc.c \ src/drivers/sifive_fe310-g000_pll.c \ src/drivers/sifive_fe310-g000_prci.c \ src/drivers/sifive_fu540-c000_l2.c \ src/drivers/sifive_global-external-interrupts0.c \ src/drivers/sifive_gpio-buttons.c \ src/drivers/sifive_gpio-leds.c \ src/drivers/sifive_gpio-switches.c \ src/drivers/sifive_gpio0.c \ src/drivers/sifive_local-external-interrupts0.c \ src/drivers/sifive_rtc0.c \ src/drivers/sifive_spi0.c \ src/drivers/sifive_test0.c \ src/drivers/sifive_trace.c \ src/drivers/sifive_uart0.c \ src/drivers/sifive_wdog0.c \ src/button.c \ src/cache.c \ src/clock.c \ src/cpu.c \ src/entry.S \ src/gpio.c \ src/interrupt.c \ src/led.c \ src/lock.c \ src/memory.c \ src/pmp.c \ src/privilege.c \ src/rtc.c \ src/shutdown.c \ src/spi.c \ src/switch.c \ src/synchronize_harts.c \ src/timer.c \ src/time.c \ src/trap.S \ src/tty.c \ src/uart.c \ src/vector.S \ src/watchdog.c @WITH_BUILTIN_LIBGLOSS_TRUE@libriscv__menv__metal_a_SOURCES = \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/crt0.S \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/nanosleep.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_access.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_chdir.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_chmod.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_chown.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_close.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_execve.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_exit.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_faccessat.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_fork.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_fstat.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_fstatat.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_ftime.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_getcwd.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_getpid.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_gettimeofday.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_isatty.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_kill.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_link.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_lseek.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_lstat.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_open.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_openat.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_read.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_sbrk.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_stat.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_sysconf.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_times.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_unlink.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_utime.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_wait.c \ @WITH_BUILTIN_LIBGLOSS_TRUE@ gloss/sys_write.c return_pass_SOURCES = test/return_pass.c return_pass_CFLAGS = @MENV_METAL@ @MMACHINE_MACHINE_NAME@ return_pass_LDFLAGS = -L. -Wl,--gc-sections -Wl,-Map=return_pass.map return_fail_SOURCES = test/return_fail.c return_fail_CFLAGS = @MENV_METAL@ @MMACHINE_MACHINE_NAME@ return_fail_LDFLAGS = -L. -Wl,--gc-sections -Wl,-Map=return_fail.map hello_SOURCES = test/hello.c hello_CFLAGS = @MENV_METAL@ @MMACHINE_MACHINE_NAME@ hello_LDFLAGS = -L. -Wl,--gc-sections -Wl,-Map=hello.map all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .S .c .o .obj am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): install-libLIBRARIES: $(lib_LIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \ $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; } @$(POST_INSTALL) @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ if test -f $$p; then \ $(am__strip_dir) \ echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \ ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \ else :; fi; \ done uninstall-libLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir) clean-libLIBRARIES: -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) gloss/$(am__dirstamp): @$(MKDIR_P) gloss @: > gloss/$(am__dirstamp) gloss/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) gloss/$(DEPDIR) @: > gloss/$(DEPDIR)/$(am__dirstamp) gloss/crt0.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/nanosleep.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_access.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_chdir.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_chmod.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_chown.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_close.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_execve.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_exit.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_faccessat.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_fork.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_fstat.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_fstatat.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_ftime.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_getcwd.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_getpid.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_gettimeofday.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_isatty.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_kill.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_link.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_lseek.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_lstat.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_open.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_openat.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_read.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_sbrk.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_stat.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_sysconf.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_times.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_unlink.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_utime.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_wait.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) gloss/sys_write.$(OBJEXT): gloss/$(am__dirstamp) \ gloss/$(DEPDIR)/$(am__dirstamp) libriscv__menv__metal.a: $(libriscv__menv__metal_a_OBJECTS) $(libriscv__menv__metal_a_DEPENDENCIES) $(EXTRA_libriscv__menv__metal_a_DEPENDENCIES) $(AM_V_at)-rm -f libriscv__menv__metal.a $(AM_V_AR)$(libriscv__menv__metal_a_AR) libriscv__menv__metal.a $(libriscv__menv__metal_a_OBJECTS) $(libriscv__menv__metal_a_LIBADD) $(AM_V_at)$(RANLIB) libriscv__menv__metal.a src/drivers/$(am__dirstamp): @$(MKDIR_P) src/drivers @: > src/drivers/$(am__dirstamp) src/drivers/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/drivers/$(DEPDIR) @: > src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.$(OBJEXT): \ src/drivers/$(am__dirstamp) \ src/drivers/$(DEPDIR)/$(am__dirstamp) src/$(am__dirstamp): @$(MKDIR_P) src @: > src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/$(DEPDIR) @: > src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-button.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-cache.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-clock.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-entry.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-led.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-lock.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-memory.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-spi.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-switch.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-timer.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-time.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-trap.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-tty.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-uart.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-vector.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.$(OBJEXT): \ src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) libriscv__mmachine__@MACHINE_NAME@.a: $(libriscv__mmachine__@MACHINE_NAME@_a_OBJECTS) $(libriscv__mmachine__@MACHINE_NAME@_a_DEPENDENCIES) $(EXTRA_libriscv__mmachine__@MACHINE_NAME@_a_DEPENDENCIES) $(AM_V_at)-rm -f libriscv__mmachine__@MACHINE_NAME@.a $(AM_V_AR)$(libriscv__mmachine__@MACHINE_NAME@_a_AR) libriscv__mmachine__@MACHINE_NAME@.a $(libriscv__mmachine__@MACHINE_NAME@_a_OBJECTS) $(libriscv__mmachine__@MACHINE_NAME@_a_LIBADD) $(AM_V_at)$(RANLIB) libriscv__mmachine__@MACHINE_NAME@.a clean-checkPROGRAMS: -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) test/$(am__dirstamp): @$(MKDIR_P) test @: > test/$(am__dirstamp) test/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) test/$(DEPDIR) @: > test/$(DEPDIR)/$(am__dirstamp) test/hello-hello.$(OBJEXT): test/$(am__dirstamp) \ test/$(DEPDIR)/$(am__dirstamp) hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES) $(EXTRA_hello_DEPENDENCIES) @rm -f hello$(EXEEXT) $(AM_V_CCLD)$(hello_LINK) $(hello_OBJECTS) $(hello_LDADD) $(LIBS) test/return_fail-return_fail.$(OBJEXT): test/$(am__dirstamp) \ test/$(DEPDIR)/$(am__dirstamp) return_fail$(EXEEXT): $(return_fail_OBJECTS) $(return_fail_DEPENDENCIES) $(EXTRA_return_fail_DEPENDENCIES) @rm -f return_fail$(EXEEXT) $(AM_V_CCLD)$(return_fail_LINK) $(return_fail_OBJECTS) $(return_fail_LDADD) $(LIBS) test/return_pass-return_pass.$(OBJEXT): test/$(am__dirstamp) \ test/$(DEPDIR)/$(am__dirstamp) return_pass$(EXEEXT): $(return_pass_OBJECTS) $(return_pass_DEPENDENCIES) $(EXTRA_return_pass_DEPENDENCIES) @rm -f return_pass$(EXEEXT) $(AM_V_CCLD)$(return_pass_LINK) $(return_pass_OBJECTS) $(return_pass_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f gloss/*.$(OBJEXT) -rm -f src/*.$(OBJEXT) -rm -f src/drivers/*.$(OBJEXT) -rm -f test/*.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/crt0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/nanosleep.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_access.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_chdir.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_chmod.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_chown.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_close.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_execve.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_exit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_faccessat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_fork.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_fstat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_fstatat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_ftime.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_getcwd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_getpid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_gettimeofday.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_isatty.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_kill.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_link.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_lseek.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_lstat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_open.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_openat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_read.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_sbrk.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_stat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_sysconf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_times.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_unlink.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_utime.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_wait.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gloss/$(DEPDIR)/sys_write.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-button.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cache.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-clock.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cpu.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-entry.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-gpio.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-led.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-lock.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-memory.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-pmp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-privilege.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-rtc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-spi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-switch.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-time.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-timer.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-trap.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-tty.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-uart.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-vector.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-inline.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/hello-hello.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/return_fail-return_fail.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/return_pass-return_pass.Po@am__quote@ .S.o: @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $< .S.obj: @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` src/libriscv__mmachine__@MACHINE_NAME@_a-entry.o: src/entry.S @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-entry.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-entry.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-entry.o `test -f 'src/entry.S' || echo '$(srcdir)/'`src/entry.S @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-entry.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-entry.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='src/entry.S' object='src/libriscv__mmachine__@MACHINE_NAME@_a-entry.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-entry.o `test -f 'src/entry.S' || echo '$(srcdir)/'`src/entry.S src/libriscv__mmachine__@MACHINE_NAME@_a-entry.obj: src/entry.S @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-entry.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-entry.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-entry.obj `if test -f 'src/entry.S'; then $(CYGPATH_W) 'src/entry.S'; else $(CYGPATH_W) '$(srcdir)/src/entry.S'; fi` @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-entry.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-entry.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='src/entry.S' object='src/libriscv__mmachine__@MACHINE_NAME@_a-entry.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-entry.obj `if test -f 'src/entry.S'; then $(CYGPATH_W) 'src/entry.S'; else $(CYGPATH_W) '$(srcdir)/src/entry.S'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-trap.o: src/trap.S @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-trap.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-trap.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-trap.o `test -f 'src/trap.S' || echo '$(srcdir)/'`src/trap.S @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-trap.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-trap.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='src/trap.S' object='src/libriscv__mmachine__@MACHINE_NAME@_a-trap.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-trap.o `test -f 'src/trap.S' || echo '$(srcdir)/'`src/trap.S src/libriscv__mmachine__@MACHINE_NAME@_a-trap.obj: src/trap.S @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-trap.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-trap.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-trap.obj `if test -f 'src/trap.S'; then $(CYGPATH_W) 'src/trap.S'; else $(CYGPATH_W) '$(srcdir)/src/trap.S'; fi` @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-trap.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-trap.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='src/trap.S' object='src/libriscv__mmachine__@MACHINE_NAME@_a-trap.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-trap.obj `if test -f 'src/trap.S'; then $(CYGPATH_W) 'src/trap.S'; else $(CYGPATH_W) '$(srcdir)/src/trap.S'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-vector.o: src/vector.S @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-vector.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-vector.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-vector.o `test -f 'src/vector.S' || echo '$(srcdir)/'`src/vector.S @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-vector.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-vector.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='src/vector.S' object='src/libriscv__mmachine__@MACHINE_NAME@_a-vector.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-vector.o `test -f 'src/vector.S' || echo '$(srcdir)/'`src/vector.S src/libriscv__mmachine__@MACHINE_NAME@_a-vector.obj: src/vector.S @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-vector.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-vector.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-vector.obj `if test -f 'src/vector.S'; then $(CYGPATH_W) 'src/vector.S'; else $(CYGPATH_W) '$(srcdir)/src/vector.S'; fi` @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-vector.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-vector.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='src/vector.S' object='src/libriscv__mmachine__@MACHINE_NAME@_a-vector.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CCASFLAGS) $(CCASFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-vector.obj `if test -f 'src/vector.S'; then $(CYGPATH_W) 'src/vector.S'; else $(CYGPATH_W) '$(srcdir)/src/vector.S'; fi` .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.o: src/drivers/fixed-clock.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.o `test -f 'src/drivers/fixed-clock.c' || echo '$(srcdir)/'`src/drivers/fixed-clock.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/fixed-clock.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.o `test -f 'src/drivers/fixed-clock.c' || echo '$(srcdir)/'`src/drivers/fixed-clock.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.obj: src/drivers/fixed-clock.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.obj `if test -f 'src/drivers/fixed-clock.c'; then $(CYGPATH_W) 'src/drivers/fixed-clock.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/fixed-clock.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/fixed-clock.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-clock.obj `if test -f 'src/drivers/fixed-clock.c'; then $(CYGPATH_W) 'src/drivers/fixed-clock.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/fixed-clock.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.o: src/drivers/fixed-factor-clock.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.o `test -f 'src/drivers/fixed-factor-clock.c' || echo '$(srcdir)/'`src/drivers/fixed-factor-clock.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/fixed-factor-clock.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.o `test -f 'src/drivers/fixed-factor-clock.c' || echo '$(srcdir)/'`src/drivers/fixed-factor-clock.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.obj: src/drivers/fixed-factor-clock.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.obj `if test -f 'src/drivers/fixed-factor-clock.c'; then $(CYGPATH_W) 'src/drivers/fixed-factor-clock.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/fixed-factor-clock.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/fixed-factor-clock.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-fixed-factor-clock.obj `if test -f 'src/drivers/fixed-factor-clock.c'; then $(CYGPATH_W) 'src/drivers/fixed-factor-clock.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/fixed-factor-clock.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.o: src/drivers/inline.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-inline.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.o `test -f 'src/drivers/inline.c' || echo '$(srcdir)/'`src/drivers/inline.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-inline.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-inline.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/inline.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.o `test -f 'src/drivers/inline.c' || echo '$(srcdir)/'`src/drivers/inline.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.obj: src/drivers/inline.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-inline.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.obj `if test -f 'src/drivers/inline.c'; then $(CYGPATH_W) 'src/drivers/inline.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/inline.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-inline.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-inline.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/inline.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-inline.obj `if test -f 'src/drivers/inline.c'; then $(CYGPATH_W) 'src/drivers/inline.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/inline.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.o: src/drivers/riscv_clint0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.o `test -f 'src/drivers/riscv_clint0.c' || echo '$(srcdir)/'`src/drivers/riscv_clint0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/riscv_clint0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.o `test -f 'src/drivers/riscv_clint0.c' || echo '$(srcdir)/'`src/drivers/riscv_clint0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.obj: src/drivers/riscv_clint0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.obj `if test -f 'src/drivers/riscv_clint0.c'; then $(CYGPATH_W) 'src/drivers/riscv_clint0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/riscv_clint0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/riscv_clint0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_clint0.obj `if test -f 'src/drivers/riscv_clint0.c'; then $(CYGPATH_W) 'src/drivers/riscv_clint0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/riscv_clint0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.o: src/drivers/riscv_cpu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.o `test -f 'src/drivers/riscv_cpu.c' || echo '$(srcdir)/'`src/drivers/riscv_cpu.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/riscv_cpu.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.o `test -f 'src/drivers/riscv_cpu.c' || echo '$(srcdir)/'`src/drivers/riscv_cpu.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.obj: src/drivers/riscv_cpu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.obj `if test -f 'src/drivers/riscv_cpu.c'; then $(CYGPATH_W) 'src/drivers/riscv_cpu.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/riscv_cpu.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/riscv_cpu.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_cpu.obj `if test -f 'src/drivers/riscv_cpu.c'; then $(CYGPATH_W) 'src/drivers/riscv_cpu.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/riscv_cpu.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.o: src/drivers/riscv_plic0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.o `test -f 'src/drivers/riscv_plic0.c' || echo '$(srcdir)/'`src/drivers/riscv_plic0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/riscv_plic0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.o `test -f 'src/drivers/riscv_plic0.c' || echo '$(srcdir)/'`src/drivers/riscv_plic0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.obj: src/drivers/riscv_plic0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.obj `if test -f 'src/drivers/riscv_plic0.c'; then $(CYGPATH_W) 'src/drivers/riscv_plic0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/riscv_plic0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/riscv_plic0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-riscv_plic0.obj `if test -f 'src/drivers/riscv_plic0.c'; then $(CYGPATH_W) 'src/drivers/riscv_plic0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/riscv_plic0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.o: src/drivers/sifive_ccache0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.o `test -f 'src/drivers/sifive_ccache0.c' || echo '$(srcdir)/'`src/drivers/sifive_ccache0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_ccache0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.o `test -f 'src/drivers/sifive_ccache0.c' || echo '$(srcdir)/'`src/drivers/sifive_ccache0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.obj: src/drivers/sifive_ccache0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.obj `if test -f 'src/drivers/sifive_ccache0.c'; then $(CYGPATH_W) 'src/drivers/sifive_ccache0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_ccache0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_ccache0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_ccache0.obj `if test -f 'src/drivers/sifive_ccache0.c'; then $(CYGPATH_W) 'src/drivers/sifive_ccache0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_ccache0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.o: src/drivers/sifive_clic0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.o `test -f 'src/drivers/sifive_clic0.c' || echo '$(srcdir)/'`src/drivers/sifive_clic0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_clic0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.o `test -f 'src/drivers/sifive_clic0.c' || echo '$(srcdir)/'`src/drivers/sifive_clic0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.obj: src/drivers/sifive_clic0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.obj `if test -f 'src/drivers/sifive_clic0.c'; then $(CYGPATH_W) 'src/drivers/sifive_clic0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_clic0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_clic0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_clic0.obj `if test -f 'src/drivers/sifive_clic0.c'; then $(CYGPATH_W) 'src/drivers/sifive_clic0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_clic0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.o: src/drivers/sifive_fe310-g000_hfrosc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.o `test -f 'src/drivers/sifive_fe310-g000_hfrosc.c' || echo '$(srcdir)/'`src/drivers/sifive_fe310-g000_hfrosc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fe310-g000_hfrosc.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.o `test -f 'src/drivers/sifive_fe310-g000_hfrosc.c' || echo '$(srcdir)/'`src/drivers/sifive_fe310-g000_hfrosc.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.obj: src/drivers/sifive_fe310-g000_hfrosc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.obj `if test -f 'src/drivers/sifive_fe310-g000_hfrosc.c'; then $(CYGPATH_W) 'src/drivers/sifive_fe310-g000_hfrosc.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fe310-g000_hfrosc.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fe310-g000_hfrosc.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfrosc.obj `if test -f 'src/drivers/sifive_fe310-g000_hfrosc.c'; then $(CYGPATH_W) 'src/drivers/sifive_fe310-g000_hfrosc.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fe310-g000_hfrosc.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.o: src/drivers/sifive_fe310-g000_hfxosc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.o `test -f 'src/drivers/sifive_fe310-g000_hfxosc.c' || echo '$(srcdir)/'`src/drivers/sifive_fe310-g000_hfxosc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fe310-g000_hfxosc.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.o `test -f 'src/drivers/sifive_fe310-g000_hfxosc.c' || echo '$(srcdir)/'`src/drivers/sifive_fe310-g000_hfxosc.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.obj: src/drivers/sifive_fe310-g000_hfxosc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.obj `if test -f 'src/drivers/sifive_fe310-g000_hfxosc.c'; then $(CYGPATH_W) 'src/drivers/sifive_fe310-g000_hfxosc.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fe310-g000_hfxosc.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fe310-g000_hfxosc.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_hfxosc.obj `if test -f 'src/drivers/sifive_fe310-g000_hfxosc.c'; then $(CYGPATH_W) 'src/drivers/sifive_fe310-g000_hfxosc.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fe310-g000_hfxosc.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.o: src/drivers/sifive_fe310-g000_lfrosc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.o `test -f 'src/drivers/sifive_fe310-g000_lfrosc.c' || echo '$(srcdir)/'`src/drivers/sifive_fe310-g000_lfrosc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fe310-g000_lfrosc.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.o `test -f 'src/drivers/sifive_fe310-g000_lfrosc.c' || echo '$(srcdir)/'`src/drivers/sifive_fe310-g000_lfrosc.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.obj: src/drivers/sifive_fe310-g000_lfrosc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.obj `if test -f 'src/drivers/sifive_fe310-g000_lfrosc.c'; then $(CYGPATH_W) 'src/drivers/sifive_fe310-g000_lfrosc.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fe310-g000_lfrosc.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fe310-g000_lfrosc.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_lfrosc.obj `if test -f 'src/drivers/sifive_fe310-g000_lfrosc.c'; then $(CYGPATH_W) 'src/drivers/sifive_fe310-g000_lfrosc.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fe310-g000_lfrosc.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.o: src/drivers/sifive_fe310-g000_pll.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.o `test -f 'src/drivers/sifive_fe310-g000_pll.c' || echo '$(srcdir)/'`src/drivers/sifive_fe310-g000_pll.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fe310-g000_pll.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.o `test -f 'src/drivers/sifive_fe310-g000_pll.c' || echo '$(srcdir)/'`src/drivers/sifive_fe310-g000_pll.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.obj: src/drivers/sifive_fe310-g000_pll.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.obj `if test -f 'src/drivers/sifive_fe310-g000_pll.c'; then $(CYGPATH_W) 'src/drivers/sifive_fe310-g000_pll.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fe310-g000_pll.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fe310-g000_pll.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_pll.obj `if test -f 'src/drivers/sifive_fe310-g000_pll.c'; then $(CYGPATH_W) 'src/drivers/sifive_fe310-g000_pll.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fe310-g000_pll.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.o: src/drivers/sifive_fe310-g000_prci.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.o `test -f 'src/drivers/sifive_fe310-g000_prci.c' || echo '$(srcdir)/'`src/drivers/sifive_fe310-g000_prci.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fe310-g000_prci.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.o `test -f 'src/drivers/sifive_fe310-g000_prci.c' || echo '$(srcdir)/'`src/drivers/sifive_fe310-g000_prci.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.obj: src/drivers/sifive_fe310-g000_prci.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.obj `if test -f 'src/drivers/sifive_fe310-g000_prci.c'; then $(CYGPATH_W) 'src/drivers/sifive_fe310-g000_prci.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fe310-g000_prci.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fe310-g000_prci.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fe310-g000_prci.obj `if test -f 'src/drivers/sifive_fe310-g000_prci.c'; then $(CYGPATH_W) 'src/drivers/sifive_fe310-g000_prci.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fe310-g000_prci.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.o: src/drivers/sifive_fu540-c000_l2.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.o `test -f 'src/drivers/sifive_fu540-c000_l2.c' || echo '$(srcdir)/'`src/drivers/sifive_fu540-c000_l2.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fu540-c000_l2.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.o `test -f 'src/drivers/sifive_fu540-c000_l2.c' || echo '$(srcdir)/'`src/drivers/sifive_fu540-c000_l2.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.obj: src/drivers/sifive_fu540-c000_l2.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.obj `if test -f 'src/drivers/sifive_fu540-c000_l2.c'; then $(CYGPATH_W) 'src/drivers/sifive_fu540-c000_l2.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fu540-c000_l2.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_fu540-c000_l2.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_fu540-c000_l2.obj `if test -f 'src/drivers/sifive_fu540-c000_l2.c'; then $(CYGPATH_W) 'src/drivers/sifive_fu540-c000_l2.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_fu540-c000_l2.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.o: src/drivers/sifive_global-external-interrupts0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.o `test -f 'src/drivers/sifive_global-external-interrupts0.c' || echo '$(srcdir)/'`src/drivers/sifive_global-external-interrupts0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_global-external-interrupts0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.o `test -f 'src/drivers/sifive_global-external-interrupts0.c' || echo '$(srcdir)/'`src/drivers/sifive_global-external-interrupts0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.obj: src/drivers/sifive_global-external-interrupts0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.obj `if test -f 'src/drivers/sifive_global-external-interrupts0.c'; then $(CYGPATH_W) 'src/drivers/sifive_global-external-interrupts0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_global-external-interrupts0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_global-external-interrupts0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_global-external-interrupts0.obj `if test -f 'src/drivers/sifive_global-external-interrupts0.c'; then $(CYGPATH_W) 'src/drivers/sifive_global-external-interrupts0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_global-external-interrupts0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.o: src/drivers/sifive_gpio-buttons.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.o `test -f 'src/drivers/sifive_gpio-buttons.c' || echo '$(srcdir)/'`src/drivers/sifive_gpio-buttons.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_gpio-buttons.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.o `test -f 'src/drivers/sifive_gpio-buttons.c' || echo '$(srcdir)/'`src/drivers/sifive_gpio-buttons.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.obj: src/drivers/sifive_gpio-buttons.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.obj `if test -f 'src/drivers/sifive_gpio-buttons.c'; then $(CYGPATH_W) 'src/drivers/sifive_gpio-buttons.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_gpio-buttons.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_gpio-buttons.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-buttons.obj `if test -f 'src/drivers/sifive_gpio-buttons.c'; then $(CYGPATH_W) 'src/drivers/sifive_gpio-buttons.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_gpio-buttons.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.o: src/drivers/sifive_gpio-leds.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.o `test -f 'src/drivers/sifive_gpio-leds.c' || echo '$(srcdir)/'`src/drivers/sifive_gpio-leds.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_gpio-leds.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.o `test -f 'src/drivers/sifive_gpio-leds.c' || echo '$(srcdir)/'`src/drivers/sifive_gpio-leds.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.obj: src/drivers/sifive_gpio-leds.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.obj `if test -f 'src/drivers/sifive_gpio-leds.c'; then $(CYGPATH_W) 'src/drivers/sifive_gpio-leds.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_gpio-leds.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_gpio-leds.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-leds.obj `if test -f 'src/drivers/sifive_gpio-leds.c'; then $(CYGPATH_W) 'src/drivers/sifive_gpio-leds.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_gpio-leds.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.o: src/drivers/sifive_gpio-switches.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.o `test -f 'src/drivers/sifive_gpio-switches.c' || echo '$(srcdir)/'`src/drivers/sifive_gpio-switches.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_gpio-switches.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.o `test -f 'src/drivers/sifive_gpio-switches.c' || echo '$(srcdir)/'`src/drivers/sifive_gpio-switches.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.obj: src/drivers/sifive_gpio-switches.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.obj `if test -f 'src/drivers/sifive_gpio-switches.c'; then $(CYGPATH_W) 'src/drivers/sifive_gpio-switches.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_gpio-switches.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_gpio-switches.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio-switches.obj `if test -f 'src/drivers/sifive_gpio-switches.c'; then $(CYGPATH_W) 'src/drivers/sifive_gpio-switches.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_gpio-switches.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.o: src/drivers/sifive_gpio0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.o `test -f 'src/drivers/sifive_gpio0.c' || echo '$(srcdir)/'`src/drivers/sifive_gpio0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_gpio0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.o `test -f 'src/drivers/sifive_gpio0.c' || echo '$(srcdir)/'`src/drivers/sifive_gpio0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.obj: src/drivers/sifive_gpio0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.obj `if test -f 'src/drivers/sifive_gpio0.c'; then $(CYGPATH_W) 'src/drivers/sifive_gpio0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_gpio0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_gpio0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_gpio0.obj `if test -f 'src/drivers/sifive_gpio0.c'; then $(CYGPATH_W) 'src/drivers/sifive_gpio0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_gpio0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.o: src/drivers/sifive_local-external-interrupts0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.o `test -f 'src/drivers/sifive_local-external-interrupts0.c' || echo '$(srcdir)/'`src/drivers/sifive_local-external-interrupts0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_local-external-interrupts0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.o `test -f 'src/drivers/sifive_local-external-interrupts0.c' || echo '$(srcdir)/'`src/drivers/sifive_local-external-interrupts0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.obj: src/drivers/sifive_local-external-interrupts0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.obj `if test -f 'src/drivers/sifive_local-external-interrupts0.c'; then $(CYGPATH_W) 'src/drivers/sifive_local-external-interrupts0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_local-external-interrupts0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_local-external-interrupts0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_local-external-interrupts0.obj `if test -f 'src/drivers/sifive_local-external-interrupts0.c'; then $(CYGPATH_W) 'src/drivers/sifive_local-external-interrupts0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_local-external-interrupts0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.o: src/drivers/sifive_rtc0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.o `test -f 'src/drivers/sifive_rtc0.c' || echo '$(srcdir)/'`src/drivers/sifive_rtc0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_rtc0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.o `test -f 'src/drivers/sifive_rtc0.c' || echo '$(srcdir)/'`src/drivers/sifive_rtc0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.obj: src/drivers/sifive_rtc0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.obj `if test -f 'src/drivers/sifive_rtc0.c'; then $(CYGPATH_W) 'src/drivers/sifive_rtc0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_rtc0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_rtc0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_rtc0.obj `if test -f 'src/drivers/sifive_rtc0.c'; then $(CYGPATH_W) 'src/drivers/sifive_rtc0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_rtc0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.o: src/drivers/sifive_spi0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.o `test -f 'src/drivers/sifive_spi0.c' || echo '$(srcdir)/'`src/drivers/sifive_spi0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_spi0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.o `test -f 'src/drivers/sifive_spi0.c' || echo '$(srcdir)/'`src/drivers/sifive_spi0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.obj: src/drivers/sifive_spi0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.obj `if test -f 'src/drivers/sifive_spi0.c'; then $(CYGPATH_W) 'src/drivers/sifive_spi0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_spi0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_spi0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_spi0.obj `if test -f 'src/drivers/sifive_spi0.c'; then $(CYGPATH_W) 'src/drivers/sifive_spi0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_spi0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.o: src/drivers/sifive_test0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.o `test -f 'src/drivers/sifive_test0.c' || echo '$(srcdir)/'`src/drivers/sifive_test0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_test0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.o `test -f 'src/drivers/sifive_test0.c' || echo '$(srcdir)/'`src/drivers/sifive_test0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.obj: src/drivers/sifive_test0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.obj `if test -f 'src/drivers/sifive_test0.c'; then $(CYGPATH_W) 'src/drivers/sifive_test0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_test0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_test0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_test0.obj `if test -f 'src/drivers/sifive_test0.c'; then $(CYGPATH_W) 'src/drivers/sifive_test0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_test0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.o: src/drivers/sifive_trace.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.o `test -f 'src/drivers/sifive_trace.c' || echo '$(srcdir)/'`src/drivers/sifive_trace.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_trace.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.o `test -f 'src/drivers/sifive_trace.c' || echo '$(srcdir)/'`src/drivers/sifive_trace.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.obj: src/drivers/sifive_trace.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.obj `if test -f 'src/drivers/sifive_trace.c'; then $(CYGPATH_W) 'src/drivers/sifive_trace.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_trace.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_trace.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_trace.obj `if test -f 'src/drivers/sifive_trace.c'; then $(CYGPATH_W) 'src/drivers/sifive_trace.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_trace.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.o: src/drivers/sifive_uart0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.o `test -f 'src/drivers/sifive_uart0.c' || echo '$(srcdir)/'`src/drivers/sifive_uart0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_uart0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.o `test -f 'src/drivers/sifive_uart0.c' || echo '$(srcdir)/'`src/drivers/sifive_uart0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.obj: src/drivers/sifive_uart0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.obj `if test -f 'src/drivers/sifive_uart0.c'; then $(CYGPATH_W) 'src/drivers/sifive_uart0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_uart0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_uart0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_uart0.obj `if test -f 'src/drivers/sifive_uart0.c'; then $(CYGPATH_W) 'src/drivers/sifive_uart0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_uart0.c'; fi` src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.o: src/drivers/sifive_wdog0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.o -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.o `test -f 'src/drivers/sifive_wdog0.c' || echo '$(srcdir)/'`src/drivers/sifive_wdog0.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_wdog0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.o `test -f 'src/drivers/sifive_wdog0.c' || echo '$(srcdir)/'`src/drivers/sifive_wdog0.c src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.obj: src/drivers/sifive_wdog0.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.obj -MD -MP -MF src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.Tpo -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.obj `if test -f 'src/drivers/sifive_wdog0.c'; then $(CYGPATH_W) 'src/drivers/sifive_wdog0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_wdog0.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.Tpo src/drivers/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/drivers/sifive_wdog0.c' object='src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/drivers/libriscv__mmachine__@MACHINE_NAME@_a-sifive_wdog0.obj `if test -f 'src/drivers/sifive_wdog0.c'; then $(CYGPATH_W) 'src/drivers/sifive_wdog0.c'; else $(CYGPATH_W) '$(srcdir)/src/drivers/sifive_wdog0.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-button.o: src/button.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-button.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-button.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-button.o `test -f 'src/button.c' || echo '$(srcdir)/'`src/button.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-button.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-button.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/button.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-button.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-button.o `test -f 'src/button.c' || echo '$(srcdir)/'`src/button.c src/libriscv__mmachine__@MACHINE_NAME@_a-button.obj: src/button.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-button.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-button.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-button.obj `if test -f 'src/button.c'; then $(CYGPATH_W) 'src/button.c'; else $(CYGPATH_W) '$(srcdir)/src/button.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-button.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-button.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/button.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-button.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-button.obj `if test -f 'src/button.c'; then $(CYGPATH_W) 'src/button.c'; else $(CYGPATH_W) '$(srcdir)/src/button.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-cache.o: src/cache.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-cache.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cache.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-cache.o `test -f 'src/cache.c' || echo '$(srcdir)/'`src/cache.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cache.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cache.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/cache.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-cache.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-cache.o `test -f 'src/cache.c' || echo '$(srcdir)/'`src/cache.c src/libriscv__mmachine__@MACHINE_NAME@_a-cache.obj: src/cache.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-cache.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cache.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-cache.obj `if test -f 'src/cache.c'; then $(CYGPATH_W) 'src/cache.c'; else $(CYGPATH_W) '$(srcdir)/src/cache.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cache.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cache.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/cache.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-cache.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-cache.obj `if test -f 'src/cache.c'; then $(CYGPATH_W) 'src/cache.c'; else $(CYGPATH_W) '$(srcdir)/src/cache.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-clock.o: src/clock.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-clock.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-clock.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-clock.o `test -f 'src/clock.c' || echo '$(srcdir)/'`src/clock.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-clock.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-clock.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/clock.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-clock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-clock.o `test -f 'src/clock.c' || echo '$(srcdir)/'`src/clock.c src/libriscv__mmachine__@MACHINE_NAME@_a-clock.obj: src/clock.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-clock.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-clock.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-clock.obj `if test -f 'src/clock.c'; then $(CYGPATH_W) 'src/clock.c'; else $(CYGPATH_W) '$(srcdir)/src/clock.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-clock.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-clock.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/clock.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-clock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-clock.obj `if test -f 'src/clock.c'; then $(CYGPATH_W) 'src/clock.c'; else $(CYGPATH_W) '$(srcdir)/src/clock.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.o: src/cpu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cpu.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.o `test -f 'src/cpu.c' || echo '$(srcdir)/'`src/cpu.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cpu.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cpu.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/cpu.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.o `test -f 'src/cpu.c' || echo '$(srcdir)/'`src/cpu.c src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.obj: src/cpu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cpu.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.obj `if test -f 'src/cpu.c'; then $(CYGPATH_W) 'src/cpu.c'; else $(CYGPATH_W) '$(srcdir)/src/cpu.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cpu.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-cpu.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/cpu.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-cpu.obj `if test -f 'src/cpu.c'; then $(CYGPATH_W) 'src/cpu.c'; else $(CYGPATH_W) '$(srcdir)/src/cpu.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.o: src/gpio.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-gpio.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.o `test -f 'src/gpio.c' || echo '$(srcdir)/'`src/gpio.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-gpio.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-gpio.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/gpio.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.o `test -f 'src/gpio.c' || echo '$(srcdir)/'`src/gpio.c src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.obj: src/gpio.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-gpio.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.obj `if test -f 'src/gpio.c'; then $(CYGPATH_W) 'src/gpio.c'; else $(CYGPATH_W) '$(srcdir)/src/gpio.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-gpio.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-gpio.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/gpio.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-gpio.obj `if test -f 'src/gpio.c'; then $(CYGPATH_W) 'src/gpio.c'; else $(CYGPATH_W) '$(srcdir)/src/gpio.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.o: src/interrupt.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.o `test -f 'src/interrupt.c' || echo '$(srcdir)/'`src/interrupt.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/interrupt.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.o `test -f 'src/interrupt.c' || echo '$(srcdir)/'`src/interrupt.c src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.obj: src/interrupt.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.obj `if test -f 'src/interrupt.c'; then $(CYGPATH_W) 'src/interrupt.c'; else $(CYGPATH_W) '$(srcdir)/src/interrupt.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/interrupt.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-interrupt.obj `if test -f 'src/interrupt.c'; then $(CYGPATH_W) 'src/interrupt.c'; else $(CYGPATH_W) '$(srcdir)/src/interrupt.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-led.o: src/led.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-led.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-led.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-led.o `test -f 'src/led.c' || echo '$(srcdir)/'`src/led.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-led.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-led.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/led.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-led.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-led.o `test -f 'src/led.c' || echo '$(srcdir)/'`src/led.c src/libriscv__mmachine__@MACHINE_NAME@_a-led.obj: src/led.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-led.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-led.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-led.obj `if test -f 'src/led.c'; then $(CYGPATH_W) 'src/led.c'; else $(CYGPATH_W) '$(srcdir)/src/led.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-led.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-led.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/led.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-led.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-led.obj `if test -f 'src/led.c'; then $(CYGPATH_W) 'src/led.c'; else $(CYGPATH_W) '$(srcdir)/src/led.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-lock.o: src/lock.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-lock.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-lock.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-lock.o `test -f 'src/lock.c' || echo '$(srcdir)/'`src/lock.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-lock.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-lock.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/lock.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-lock.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-lock.o `test -f 'src/lock.c' || echo '$(srcdir)/'`src/lock.c src/libriscv__mmachine__@MACHINE_NAME@_a-lock.obj: src/lock.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-lock.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-lock.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-lock.obj `if test -f 'src/lock.c'; then $(CYGPATH_W) 'src/lock.c'; else $(CYGPATH_W) '$(srcdir)/src/lock.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-lock.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-lock.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/lock.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-lock.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-lock.obj `if test -f 'src/lock.c'; then $(CYGPATH_W) 'src/lock.c'; else $(CYGPATH_W) '$(srcdir)/src/lock.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-memory.o: src/memory.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-memory.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-memory.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-memory.o `test -f 'src/memory.c' || echo '$(srcdir)/'`src/memory.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-memory.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-memory.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/memory.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-memory.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-memory.o `test -f 'src/memory.c' || echo '$(srcdir)/'`src/memory.c src/libriscv__mmachine__@MACHINE_NAME@_a-memory.obj: src/memory.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-memory.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-memory.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-memory.obj `if test -f 'src/memory.c'; then $(CYGPATH_W) 'src/memory.c'; else $(CYGPATH_W) '$(srcdir)/src/memory.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-memory.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-memory.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/memory.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-memory.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-memory.obj `if test -f 'src/memory.c'; then $(CYGPATH_W) 'src/memory.c'; else $(CYGPATH_W) '$(srcdir)/src/memory.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.o: src/pmp.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-pmp.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.o `test -f 'src/pmp.c' || echo '$(srcdir)/'`src/pmp.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-pmp.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-pmp.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pmp.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.o `test -f 'src/pmp.c' || echo '$(srcdir)/'`src/pmp.c src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.obj: src/pmp.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-pmp.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.obj `if test -f 'src/pmp.c'; then $(CYGPATH_W) 'src/pmp.c'; else $(CYGPATH_W) '$(srcdir)/src/pmp.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-pmp.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-pmp.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/pmp.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-pmp.obj `if test -f 'src/pmp.c'; then $(CYGPATH_W) 'src/pmp.c'; else $(CYGPATH_W) '$(srcdir)/src/pmp.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.o: src/privilege.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-privilege.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.o `test -f 'src/privilege.c' || echo '$(srcdir)/'`src/privilege.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-privilege.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-privilege.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/privilege.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.o `test -f 'src/privilege.c' || echo '$(srcdir)/'`src/privilege.c src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.obj: src/privilege.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-privilege.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.obj `if test -f 'src/privilege.c'; then $(CYGPATH_W) 'src/privilege.c'; else $(CYGPATH_W) '$(srcdir)/src/privilege.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-privilege.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-privilege.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/privilege.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-privilege.obj `if test -f 'src/privilege.c'; then $(CYGPATH_W) 'src/privilege.c'; else $(CYGPATH_W) '$(srcdir)/src/privilege.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.o: src/rtc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-rtc.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.o `test -f 'src/rtc.c' || echo '$(srcdir)/'`src/rtc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-rtc.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-rtc.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/rtc.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.o `test -f 'src/rtc.c' || echo '$(srcdir)/'`src/rtc.c src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.obj: src/rtc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-rtc.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.obj `if test -f 'src/rtc.c'; then $(CYGPATH_W) 'src/rtc.c'; else $(CYGPATH_W) '$(srcdir)/src/rtc.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-rtc.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-rtc.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/rtc.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-rtc.obj `if test -f 'src/rtc.c'; then $(CYGPATH_W) 'src/rtc.c'; else $(CYGPATH_W) '$(srcdir)/src/rtc.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.o: src/shutdown.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.o `test -f 'src/shutdown.c' || echo '$(srcdir)/'`src/shutdown.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/shutdown.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.o `test -f 'src/shutdown.c' || echo '$(srcdir)/'`src/shutdown.c src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.obj: src/shutdown.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.obj `if test -f 'src/shutdown.c'; then $(CYGPATH_W) 'src/shutdown.c'; else $(CYGPATH_W) '$(srcdir)/src/shutdown.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/shutdown.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-shutdown.obj `if test -f 'src/shutdown.c'; then $(CYGPATH_W) 'src/shutdown.c'; else $(CYGPATH_W) '$(srcdir)/src/shutdown.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-spi.o: src/spi.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-spi.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-spi.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-spi.o `test -f 'src/spi.c' || echo '$(srcdir)/'`src/spi.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-spi.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-spi.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/spi.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-spi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-spi.o `test -f 'src/spi.c' || echo '$(srcdir)/'`src/spi.c src/libriscv__mmachine__@MACHINE_NAME@_a-spi.obj: src/spi.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-spi.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-spi.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-spi.obj `if test -f 'src/spi.c'; then $(CYGPATH_W) 'src/spi.c'; else $(CYGPATH_W) '$(srcdir)/src/spi.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-spi.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-spi.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/spi.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-spi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-spi.obj `if test -f 'src/spi.c'; then $(CYGPATH_W) 'src/spi.c'; else $(CYGPATH_W) '$(srcdir)/src/spi.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-switch.o: src/switch.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-switch.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-switch.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-switch.o `test -f 'src/switch.c' || echo '$(srcdir)/'`src/switch.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-switch.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-switch.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/switch.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-switch.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-switch.o `test -f 'src/switch.c' || echo '$(srcdir)/'`src/switch.c src/libriscv__mmachine__@MACHINE_NAME@_a-switch.obj: src/switch.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-switch.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-switch.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-switch.obj `if test -f 'src/switch.c'; then $(CYGPATH_W) 'src/switch.c'; else $(CYGPATH_W) '$(srcdir)/src/switch.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-switch.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-switch.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/switch.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-switch.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-switch.obj `if test -f 'src/switch.c'; then $(CYGPATH_W) 'src/switch.c'; else $(CYGPATH_W) '$(srcdir)/src/switch.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.o: src/synchronize_harts.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.o `test -f 'src/synchronize_harts.c' || echo '$(srcdir)/'`src/synchronize_harts.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/synchronize_harts.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.o `test -f 'src/synchronize_harts.c' || echo '$(srcdir)/'`src/synchronize_harts.c src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.obj: src/synchronize_harts.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.obj `if test -f 'src/synchronize_harts.c'; then $(CYGPATH_W) 'src/synchronize_harts.c'; else $(CYGPATH_W) '$(srcdir)/src/synchronize_harts.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/synchronize_harts.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-synchronize_harts.obj `if test -f 'src/synchronize_harts.c'; then $(CYGPATH_W) 'src/synchronize_harts.c'; else $(CYGPATH_W) '$(srcdir)/src/synchronize_harts.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-timer.o: src/timer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-timer.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-timer.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-timer.o `test -f 'src/timer.c' || echo '$(srcdir)/'`src/timer.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-timer.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-timer.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/timer.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-timer.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-timer.o `test -f 'src/timer.c' || echo '$(srcdir)/'`src/timer.c src/libriscv__mmachine__@MACHINE_NAME@_a-timer.obj: src/timer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-timer.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-timer.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-timer.obj `if test -f 'src/timer.c'; then $(CYGPATH_W) 'src/timer.c'; else $(CYGPATH_W) '$(srcdir)/src/timer.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-timer.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-timer.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/timer.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-timer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-timer.obj `if test -f 'src/timer.c'; then $(CYGPATH_W) 'src/timer.c'; else $(CYGPATH_W) '$(srcdir)/src/timer.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-time.o: src/time.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-time.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-time.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-time.o `test -f 'src/time.c' || echo '$(srcdir)/'`src/time.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-time.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-time.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/time.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-time.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-time.o `test -f 'src/time.c' || echo '$(srcdir)/'`src/time.c src/libriscv__mmachine__@MACHINE_NAME@_a-time.obj: src/time.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-time.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-time.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-time.obj `if test -f 'src/time.c'; then $(CYGPATH_W) 'src/time.c'; else $(CYGPATH_W) '$(srcdir)/src/time.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-time.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-time.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/time.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-time.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-time.obj `if test -f 'src/time.c'; then $(CYGPATH_W) 'src/time.c'; else $(CYGPATH_W) '$(srcdir)/src/time.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-tty.o: src/tty.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-tty.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-tty.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-tty.o `test -f 'src/tty.c' || echo '$(srcdir)/'`src/tty.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-tty.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-tty.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/tty.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-tty.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-tty.o `test -f 'src/tty.c' || echo '$(srcdir)/'`src/tty.c src/libriscv__mmachine__@MACHINE_NAME@_a-tty.obj: src/tty.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-tty.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-tty.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-tty.obj `if test -f 'src/tty.c'; then $(CYGPATH_W) 'src/tty.c'; else $(CYGPATH_W) '$(srcdir)/src/tty.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-tty.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-tty.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/tty.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-tty.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-tty.obj `if test -f 'src/tty.c'; then $(CYGPATH_W) 'src/tty.c'; else $(CYGPATH_W) '$(srcdir)/src/tty.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-uart.o: src/uart.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-uart.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-uart.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-uart.o `test -f 'src/uart.c' || echo '$(srcdir)/'`src/uart.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-uart.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-uart.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/uart.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-uart.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-uart.o `test -f 'src/uart.c' || echo '$(srcdir)/'`src/uart.c src/libriscv__mmachine__@MACHINE_NAME@_a-uart.obj: src/uart.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-uart.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-uart.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-uart.obj `if test -f 'src/uart.c'; then $(CYGPATH_W) 'src/uart.c'; else $(CYGPATH_W) '$(srcdir)/src/uart.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-uart.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-uart.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/uart.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-uart.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-uart.obj `if test -f 'src/uart.c'; then $(CYGPATH_W) 'src/uart.c'; else $(CYGPATH_W) '$(srcdir)/src/uart.c'; fi` src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.o: src/watchdog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.o -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.o `test -f 'src/watchdog.c' || echo '$(srcdir)/'`src/watchdog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/watchdog.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.o `test -f 'src/watchdog.c' || echo '$(srcdir)/'`src/watchdog.c src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.obj: src/watchdog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -MT src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.obj -MD -MP -MF src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.Tpo -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.obj `if test -f 'src/watchdog.c'; then $(CYGPATH_W) 'src/watchdog.c'; else $(CYGPATH_W) '$(srcdir)/src/watchdog.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.Tpo src/$(DEPDIR)/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/watchdog.c' object='src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libriscv__mmachine__@MACHINE_NAME@_a_CFLAGS) $(CFLAGS) -c -o src/libriscv__mmachine__@MACHINE_NAME@_a-watchdog.obj `if test -f 'src/watchdog.c'; then $(CYGPATH_W) 'src/watchdog.c'; else $(CYGPATH_W) '$(srcdir)/src/watchdog.c'; fi` test/hello-hello.o: test/hello.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hello_CFLAGS) $(CFLAGS) -MT test/hello-hello.o -MD -MP -MF test/$(DEPDIR)/hello-hello.Tpo -c -o test/hello-hello.o `test -f 'test/hello.c' || echo '$(srcdir)/'`test/hello.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/hello-hello.Tpo test/$(DEPDIR)/hello-hello.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/hello.c' object='test/hello-hello.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hello_CFLAGS) $(CFLAGS) -c -o test/hello-hello.o `test -f 'test/hello.c' || echo '$(srcdir)/'`test/hello.c test/hello-hello.obj: test/hello.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hello_CFLAGS) $(CFLAGS) -MT test/hello-hello.obj -MD -MP -MF test/$(DEPDIR)/hello-hello.Tpo -c -o test/hello-hello.obj `if test -f 'test/hello.c'; then $(CYGPATH_W) 'test/hello.c'; else $(CYGPATH_W) '$(srcdir)/test/hello.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/hello-hello.Tpo test/$(DEPDIR)/hello-hello.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/hello.c' object='test/hello-hello.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hello_CFLAGS) $(CFLAGS) -c -o test/hello-hello.obj `if test -f 'test/hello.c'; then $(CYGPATH_W) 'test/hello.c'; else $(CYGPATH_W) '$(srcdir)/test/hello.c'; fi` test/return_fail-return_fail.o: test/return_fail.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(return_fail_CFLAGS) $(CFLAGS) -MT test/return_fail-return_fail.o -MD -MP -MF test/$(DEPDIR)/return_fail-return_fail.Tpo -c -o test/return_fail-return_fail.o `test -f 'test/return_fail.c' || echo '$(srcdir)/'`test/return_fail.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/return_fail-return_fail.Tpo test/$(DEPDIR)/return_fail-return_fail.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/return_fail.c' object='test/return_fail-return_fail.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(return_fail_CFLAGS) $(CFLAGS) -c -o test/return_fail-return_fail.o `test -f 'test/return_fail.c' || echo '$(srcdir)/'`test/return_fail.c test/return_fail-return_fail.obj: test/return_fail.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(return_fail_CFLAGS) $(CFLAGS) -MT test/return_fail-return_fail.obj -MD -MP -MF test/$(DEPDIR)/return_fail-return_fail.Tpo -c -o test/return_fail-return_fail.obj `if test -f 'test/return_fail.c'; then $(CYGPATH_W) 'test/return_fail.c'; else $(CYGPATH_W) '$(srcdir)/test/return_fail.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/return_fail-return_fail.Tpo test/$(DEPDIR)/return_fail-return_fail.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/return_fail.c' object='test/return_fail-return_fail.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(return_fail_CFLAGS) $(CFLAGS) -c -o test/return_fail-return_fail.obj `if test -f 'test/return_fail.c'; then $(CYGPATH_W) 'test/return_fail.c'; else $(CYGPATH_W) '$(srcdir)/test/return_fail.c'; fi` test/return_pass-return_pass.o: test/return_pass.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(return_pass_CFLAGS) $(CFLAGS) -MT test/return_pass-return_pass.o -MD -MP -MF test/$(DEPDIR)/return_pass-return_pass.Tpo -c -o test/return_pass-return_pass.o `test -f 'test/return_pass.c' || echo '$(srcdir)/'`test/return_pass.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/return_pass-return_pass.Tpo test/$(DEPDIR)/return_pass-return_pass.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/return_pass.c' object='test/return_pass-return_pass.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(return_pass_CFLAGS) $(CFLAGS) -c -o test/return_pass-return_pass.o `test -f 'test/return_pass.c' || echo '$(srcdir)/'`test/return_pass.c test/return_pass-return_pass.obj: test/return_pass.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(return_pass_CFLAGS) $(CFLAGS) -MT test/return_pass-return_pass.obj -MD -MP -MF test/$(DEPDIR)/return_pass-return_pass.Tpo -c -o test/return_pass-return_pass.obj `if test -f 'test/return_pass.c'; then $(CYGPATH_W) 'test/return_pass.c'; else $(CYGPATH_W) '$(srcdir)/test/return_pass.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/return_pass-return_pass.Tpo test/$(DEPDIR)/return_pass-return_pass.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/return_pass.c' object='test/return_pass-return_pass.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(return_pass_CFLAGS) $(CFLAGS) -c -o test/return_pass-return_pass.obj `if test -f 'test/return_pass.c'; then $(CYGPATH_W) 'test/return_pass.c'; else $(CYGPATH_W) '$(srcdir)/test/return_pass.c'; fi` install-ldsDATA: $(lds_DATA) @$(NORMAL_INSTALL) @list='$(lds_DATA)'; test -n "$(ldsdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(ldsdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(ldsdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(ldsdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(ldsdir)" || exit $$?; \ done uninstall-ldsDATA: @$(NORMAL_UNINSTALL) @list='$(lds_DATA)'; test -n "$(ldsdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(ldsdir)'; $(am__uninstall_files_from_dir) install-specDATA: $(spec_DATA) @$(NORMAL_INSTALL) @list='$(spec_DATA)'; test -n "$(specdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(specdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(specdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(specdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(specdir)" || exit $$?; \ done uninstall-specDATA: @$(NORMAL_UNINSTALL) @list='$(spec_DATA)'; test -n "$(specdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(specdir)'; $(am__uninstall_files_from_dir) install-nobase_includeHEADERS: $(nobase_include_HEADERS) @$(NORMAL_INSTALL) @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ fi; \ $(am__nobase_list) | while read dir files; do \ xfiles=; for file in $$files; do \ if test -f "$$file"; then xfiles="$$xfiles $$file"; \ else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ test -z "$$xfiles" || { \ test "x$$dir" = x. || { \ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \ $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \ echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \ $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \ done uninstall-nobase_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(LIBRARIES) $(DATA) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(ldsdir)" "$(DESTDIR)$(specdir)" "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f gloss/$(DEPDIR)/$(am__dirstamp) -rm -f gloss/$(am__dirstamp) -rm -f src/$(DEPDIR)/$(am__dirstamp) -rm -f src/$(am__dirstamp) -rm -f src/drivers/$(DEPDIR)/$(am__dirstamp) -rm -f src/drivers/$(am__dirstamp) -rm -f test/$(DEPDIR)/$(am__dirstamp) -rm -f test/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libLIBRARIES \ clean-local mostlyclean-am distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf gloss/$(DEPDIR) src/$(DEPDIR) src/drivers/$(DEPDIR) test/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-ldsDATA install-nobase_includeHEADERS \ install-specDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -rf gloss/$(DEPDIR) src/$(DEPDIR) src/drivers/$(DEPDIR) test/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-ldsDATA uninstall-libLIBRARIES \ uninstall-nobase_includeHEADERS uninstall-specDATA .MAKE: all check check-am install install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ clean-checkPROGRAMS clean-cscope clean-generic \ clean-libLIBRARIES clean-local cscope cscopelist-am ctags \ ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \ dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ distclean-compile distclean-generic distclean-tags \ distcleancheck distdir distuninstallcheck dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-ldsDATA install-libLIBRARIES \ install-man install-nobase_includeHEADERS install-pdf \ install-pdf-am install-ps install-ps-am install-specDATA \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-ldsDATA \ uninstall-libLIBRARIES uninstall-nobase_includeHEADERS \ uninstall-specDATA .PRECIOUS: Makefile # Every test depends on the generated linker script. $(check_PROGRAMS): riscv__mmachine__@MACHINE_NAME@.lds # Every test depends on the freshly-compiled library. $(check_PROGRAMS): libriscv__mmachine__@MACHINE_NAME@.a @PRECONFIGURED_TRUE@riscv__mmachine__@MACHINE_NAME@.lds: @MACHINE_HEADER@ @PRECONFIGURED_TRUE@ cp $< $@ @PRECONFIGURED_FALSE@riscv__mmachine__@MACHINE_NAME@.lds: @LDSCRIPT_GENERATOR@ @MACHINE_NAME@.dtb @PRECONFIGURED_FALSE@ $< --dtb $(filter %.dtb,$^) --linker $@ @PRECONFIGURED_TRUE@riscv__mmachine__@MACHINE_NAME@.specs: @PRECONFIGURED_TRUE@ touch $@ @PRECONFIGURED_FALSE@riscv__mmachine__@MACHINE_NAME@.specs: @SPECS_GENERATOR@ @MACHINE_NAME@.dtb @PRECONFIGURED_FALSE@ $< --dtb $(filter %.dtb,$^) --specs $@ --prefix @prefix@ --machine @MACHINE_NAME@ riscv__menv__metal.specs: riscv__menv__metal.specs.in cat $^ > $@ # In order to generate code that's actually compatible with a machine we must # pass the march and mabi arguments to GCC that coorespond to the hardware. # This is handled by generating a makefile fragment, including it, and then # adding those argument to CFLAGS. -include @MACHINE_NAME@.mk @PRECONFIGURED_TRUE@@MACHINE_NAME@.mk: @MACHINE_MAKEATTRIBUTES@ @PRECONFIGURED_TRUE@ cp $< $@ @PRECONFIGURED_FALSE@@MACHINE_NAME@.mk: @MAKEATTRIBUTES_GENERATOR@ @MACHINE_NAME@.dtb @PRECONFIGURED_FALSE@ $< --dtb $(filter %.dtb,$^) --output $@ @PRECONFIGURED_TRUE@metal/machine.h: @MACHINE_HEADER@ @PRECONFIGURED_TRUE@ @mkdir -p $(dir $@) @PRECONFIGURED_TRUE@ cp $< $@ @PRECONFIGURED_TRUE@metal/machine/inline.h: @MACHINE_INLINE@ @PRECONFIGURED_TRUE@ @mkdir -p $(dir $@) @PRECONFIGURED_TRUE@ cp $< $@ @PRECONFIGURED_TRUE@metal/machine/platform.h: @PLATFORM_HEADER@ @PRECONFIGURED_TRUE@ @mkdir -p $(dir $@) @PRECONFIGURED_TRUE@ cp $< $@ # Builds the machine-specific METAL header file, which paramaterizes the METAL for # one specific machine. This is automatically picked up by GCC so users # automatically get the relevant definitions. This is a two-step process: # first a DTB is built, and then the DTB is converted to a header file using an # external tool. @PRECONFIGURED_FALSE@@MACHINE_NAME@.dtb: @DTC@ @MACHINE_DTS@ @PRECONFIGURED_FALSE@ $< $(filter %.dts,$^) -o $@ -O dtb -I dts @PRECONFIGURED_FALSE@metal/machine.h: @METAL_HEADER_GENERATOR@ @MACHINE_NAME@.dtb @PRECONFIGURED_FALSE@ @mkdir -p $(dir $@) @PRECONFIGURED_FALSE@ $< --dtb $(filter %.dtb,$^) --output $@ @PRECONFIGURED_FALSE@metal/machine/platform.h: @BARE_HEADER_GENERATOR@ @MACHINE_NAME@.dtb @PRECONFIGURED_FALSE@ @mkdir -p $(dir $@) @PRECONFIGURED_FALSE@ $< -d $(filter %.dtb,$^) -o $@ # Extra clean targets clean-local: -rm -rf @MACHINE_NAME@.mk -rm -rf metal/machine.h metal/machine/platform.h -rm -rf @MACHINE_NAME@.dtb metal-@MACHINE_NAME@.lds -rm -rf *.map *.specs # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: