1# Makefile.in generated by automake 1.12.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Makefile.am automatically generated by testcase-maker.
18# If you make changes here they will go away.
19
20VPATH = @srcdir@
21am__make_dryrun = \
22  { \
23    am__dry=no; \
24    case $$MAKEFLAGS in \
25      *\\[\ \	]*) \
26        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28      *) \
29        for am__flg in $$MAKEFLAGS; do \
30          case $$am__flg in \
31            *=*|--*) ;; \
32            *n*) am__dry=yes; break;; \
33          esac; \
34        done;; \
35    esac; \
36    test $$am__dry = yes; \
37  }
38pkgdatadir = $(datadir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkglibexecdir = $(libexecdir)/@PACKAGE@
42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = @build@
55host_triplet = @host@
56target_triplet = @target@
57noinst_PROGRAMS = bdexcp$(EXEEXT) dzhello$(EXEEXT) emptymain$(EXEEXT) \
58	exception$(EXEEXT) hello$(EXEEXT) hello2$(EXEEXT) \
59	instcounts$(EXEEXT) loser$(EXEEXT) poke2$(EXEEXT) \
60	sb-print$(EXEEXT) simpledis$(EXEEXT) unaligned$(EXEEXT)
61subdir = test_code/vmips.outcheck
62DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
63	$(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
66	$(top_srcdir)/configure.in
67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68	$(ACLOCAL_M4)
69mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70CONFIG_HEADER = $(top_builddir)/config.h
71CONFIG_CLEAN_FILES =
72CONFIG_CLEAN_VPATH_FILES =
73PROGRAMS = $(noinst_PROGRAMS)
74am_bdexcp_OBJECTS = bdexcp.$(OBJEXT)
75bdexcp_OBJECTS = $(am_bdexcp_OBJECTS)
76bdexcp_LDADD = $(LDADD)
77am_dzhello_OBJECTS = dzhello.$(OBJEXT)
78dzhello_OBJECTS = $(am_dzhello_OBJECTS)
79dzhello_LDADD = $(LDADD)
80dzhello_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(dzhello_LDFLAGS) \
81	$(LDFLAGS) -o $@
82am_emptymain_OBJECTS = emptymain.$(OBJEXT)
83emptymain_OBJECTS = $(am_emptymain_OBJECTS)
84emptymain_LDADD = $(LDADD)
85emptymain_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(emptymain_LDFLAGS) \
86	$(LDFLAGS) -o $@
87am_exception_OBJECTS = exception.$(OBJEXT)
88exception_OBJECTS = $(am_exception_OBJECTS)
89exception_LDADD = $(LDADD)
90am_hello_OBJECTS = hello.$(OBJEXT)
91hello_OBJECTS = $(am_hello_OBJECTS)
92hello_LDADD = $(LDADD)
93hello_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(hello_LDFLAGS) \
94	$(LDFLAGS) -o $@
95am_hello2_OBJECTS = hello2.$(OBJEXT)
96hello2_OBJECTS = $(am_hello2_OBJECTS)
97hello2_LDADD = $(LDADD)
98hello2_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(hello2_LDFLAGS) \
99	$(LDFLAGS) -o $@
100am_instcounts_OBJECTS = instcounts.$(OBJEXT)
101instcounts_OBJECTS = $(am_instcounts_OBJECTS)
102instcounts_LDADD = $(LDADD)
103am_loser_OBJECTS = loser.$(OBJEXT)
104loser_OBJECTS = $(am_loser_OBJECTS)
105loser_LDADD = $(LDADD)
106am_poke2_OBJECTS = poke2.$(OBJEXT)
107poke2_OBJECTS = $(am_poke2_OBJECTS)
108poke2_LDADD = $(LDADD)
109am_sb_print_OBJECTS = sb-print.$(OBJEXT)
110sb_print_OBJECTS = $(am_sb_print_OBJECTS)
111sb_print_LDADD = $(LDADD)
112am_simpledis_OBJECTS = simpledis.$(OBJEXT)
113simpledis_OBJECTS = $(am_simpledis_OBJECTS)
114simpledis_LDADD = $(LDADD)
115am_unaligned_OBJECTS = unaligned.$(OBJEXT)
116unaligned_OBJECTS = $(am_unaligned_OBJECTS)
117unaligned_LDADD = $(LDADD)
118DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
119depcomp = $(SHELL) $(top_srcdir)/depcomp
120am__depfiles_maybe = depfiles
121am__mv = mv -f
122LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
123SOURCES = $(bdexcp_SOURCES) $(dzhello_SOURCES) $(emptymain_SOURCES) \
124	$(exception_SOURCES) $(hello_SOURCES) $(hello2_SOURCES) \
125	$(instcounts_SOURCES) $(loser_SOURCES) $(poke2_SOURCES) \
126	$(sb_print_SOURCES) $(simpledis_SOURCES) $(unaligned_SOURCES)
127DIST_SOURCES = $(bdexcp_SOURCES) $(dzhello_SOURCES) \
128	$(emptymain_SOURCES) $(exception_SOURCES) $(hello_SOURCES) \
129	$(hello2_SOURCES) $(instcounts_SOURCES) $(loser_SOURCES) \
130	$(poke2_SOURCES) $(sb_print_SOURCES) $(simpledis_SOURCES) \
131	$(unaligned_SOURCES)
132am__can_run_installinfo = \
133  case $$AM_UPDATE_INFO_DIR in \
134    n|no|NO) false;; \
135    *) (install-info --version) >/dev/null 2>&1;; \
136  esac
137ETAGS = etags
138CTAGS = ctags
139DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140ACLOCAL = @ACLOCAL@
141AMTAR = @AMTAR@
142AS = @AS@
143ASFLAGS = @ASFLAGS@
144AUTOCONF = @AUTOCONF@
145AUTOHEADER = @AUTOHEADER@
146AUTOMAKE = @AUTOMAKE@
147AWK = @AWK@
148BIGENDIAN = @BIGENDIAN@
149CC = @CC@
150CCAS = @CCAS@
151CCASDEPMODE = @CCASDEPMODE@
152CCASFLAGS = @CCASFLAGS@
153CCDEPMODE = @CCDEPMODE@
154CFLAGS = @CFLAGS@
155CPP = @CPP@
156CPPFLAGS = @CPPFLAGS@
157CXX = @CXX@
158CXXCPP = @CXXCPP@
159CXXDEPMODE = @CXXDEPMODE@
160CXXFLAGS = @CXXFLAGS@
161CYGPATH_W = @CYGPATH_W@
162DEFS = @DEFS@
163DEPDIR = @DEPDIR@
164ECHO_C = @ECHO_C@
165ECHO_N = @ECHO_N@
166ECHO_T = @ECHO_T@
167EGREP = @EGREP@
168EXEEXT = .exe
169GREP = @GREP@
170INSTALL = @INSTALL@
171INSTALL_DATA = @INSTALL_DATA@
172INSTALL_PROGRAM = @INSTALL_PROGRAM@
173INSTALL_SCRIPT = @INSTALL_SCRIPT@
174INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175LDFLAGS = @LDFLAGS@
176LIBOBJS = @LIBOBJS@
177LIBS = @LIBS@
178LN_S = @LN_S@
179LTLIBOBJS = @LTLIBOBJS@
180MAKEINFO = @MAKEINFO@
181MIPSTOOLPREFIX = @MIPSTOOLPREFIX@
182MKDIR_P = @MKDIR_P@
183OBJEXT = @OBJEXT@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
189PACKAGE_URL = @PACKAGE_URL@
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192RANLIB = @RANLIB@
193SAMPLE_CODE_TARGETS = @SAMPLE_CODE_TARGETS@
194SET_MAKE = @SET_MAKE@
195SHELL = @SHELL@
196STRIP = @STRIP@
197TESTCODE_DIR = @TESTCODE_DIR@
198VERSION = @VERSION@
199XTRACFLAGS = @XTRACFLAGS@
200XTRALDFLAGS = @XTRALDFLAGS@
201abs_builddir = @abs_builddir@
202abs_srcdir = @abs_srcdir@
203abs_top_builddir = @abs_top_builddir@
204abs_top_srcdir = @abs_top_srcdir@
205ac_ct_CC = @ac_ct_CC@
206ac_ct_CXX = @ac_ct_CXX@
207am__include = @am__include@
208am__leading_dot = @am__leading_dot@
209am__quote = @am__quote@
210am__tar = @am__tar@
211am__untar = @am__untar@
212bindir = @bindir@
213build = @build@
214build_alias = @build_alias@
215build_cpu = @build_cpu@
216build_os = @build_os@
217build_vendor = @build_vendor@
218builddir = @builddir@
219datadir = @datadir@
220datarootdir = @datarootdir@
221docdir = @docdir@
222dvidir = @dvidir@
223exec_prefix = @exec_prefix@
224host = @host@
225host_alias = @host_alias@
226host_cpu = @host_cpu@
227host_os = @host_os@
228host_vendor = @host_vendor@
229htmldir = @htmldir@
230includedir = @includedir@
231infodir = @infodir@
232install_sh = @install_sh@
233libdir = @libdir@
234libexecdir = @libexecdir@
235localedir = @localedir@
236localstatedir = @localstatedir@
237mandir = @mandir@
238mipsbin = @mipsbin@
239oldincludedir = @oldincludedir@
240pdfdir = @pdfdir@
241prefix = @prefix@
242program_transform_name = @program_transform_name@
243psdir = @psdir@
244sbindir = @sbindir@
245sharedstatedir = @sharedstatedir@
246srcdir = @srcdir@
247sysconfdir = @sysconfdir@
248target = @target@
249target_alias = @target_alias@
250target_cpu = @target_cpu@
251target_os = @target_os@
252target_vendor = @target_vendor@
253top_build_prefix = @top_build_prefix@
254top_builddir = @top_builddir@
255top_srcdir = @top_srcdir@
256VMIPSTOOL = ../../vmipstool -n -F ../../vmipsrc --ld-script=@top_srcdir@/sample_code/ld.script
257AM_CFLAGS = -g -I@top_srcdir@ -I@top_srcdir@/sample_code
258SETUP = ../../sample_code/setup.o
259
260# empty
261
262# empty
263
264# simple_asm bdexcp
265# multifile_asm -setup 0 bdexcp bdexcp.S
266bdexcp_SOURCES = bdexcp.S
267
268# simple_c dzhello
269# multifile_c dzhello dzhello.c
270dzhello_LDFLAGS = $(SETUP)
271dzhello_SOURCES = dzhello.c
272
273# simple_c emptymain
274# multifile_c emptymain emptymain.c
275emptymain_LDFLAGS = $(SETUP)
276emptymain_SOURCES = emptymain.c
277
278# simple_asm exception
279# multifile_asm -setup 0 exception exception.S
280exception_SOURCES = exception.S
281
282# simple_c hello
283# multifile_c hello hello.c
284hello_LDFLAGS = $(SETUP)
285hello_SOURCES = hello.c
286
287# simple_c hello2
288# multifile_c hello2 hello2.c
289hello2_LDFLAGS = $(SETUP)
290hello2_SOURCES = hello2.c
291
292# simple_asm instcounts
293# multifile_asm -setup 0 instcounts instcounts.S
294instcounts_SOURCES = instcounts.S
295
296# makefile_fragment loser
297loser_SOURCES = loser.S
298
299# empty
300
301# simple_asm poke2
302# multifile_asm -setup 0 poke2 poke2.S
303poke2_SOURCES = poke2.S
304
305# simple_asm sb-print
306# multifile_asm -setup 0 sb-print sb-print.S
307sb_print_SOURCES = sb-print.S
308
309# simple_asm simpledis
310# multifile_asm -setup 0 simpledis simpledis.S
311simpledis_SOURCES = simpledis.S
312
313# simple_asm unaligned
314# multifile_asm -setup 0 unaligned unaligned.S
315unaligned_SOURCES = unaligned.S
316CCLD = $(VMIPSTOOL) --link
317COMPILE = $(VMIPSTOOL) --compile $(AM_CFLAGS)
318ASCOMPILE = $(VMIPSTOOL) --compile $(AM_CFLAGS)
319CPPASCOMPILE = $(VMIPSTOOL) --compile $(AM_CFLAGS)
320CLEANFILES = bdexcp.rom dzhello.rom emptymain.rom exception.rom hello.rom hello2.rom instcounts.rom loser.rom poke2.rom sb-print.rom simpledis.rom unaligned.rom
321EXTRA_DIST = outcheck.exp  badargs.par badoption.par bdexcp.par dzhello.par emptymain.par exception.par hello.par hello2.par instcounts.par loser.par nonexistent.par poke2.par sb-print.par simpledis.par unaligned.par
322all: all-am
323
324.SUFFIXES:
325.SUFFIXES: .S .c .o .obj
326$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
327	@for dep in $?; do \
328	  case '$(am__configure_deps)' in \
329	    *$$dep*) \
330	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
331	        && { if test -f $@; then exit 0; else break; fi; }; \
332	      exit 1;; \
333	  esac; \
334	done; \
335	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test_code/vmips.outcheck/Makefile'; \
336	$(am__cd) $(top_srcdir) && \
337	  $(AUTOMAKE) --gnu test_code/vmips.outcheck/Makefile
338.PRECIOUS: Makefile
339Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340	@case '$?' in \
341	  *config.status*) \
342	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
343	  *) \
344	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
345	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
346	esac;
347
348$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
351$(top_srcdir)/configure:  $(am__configure_deps)
352	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
354	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355$(am__aclocal_m4_deps):
356
357clean-noinstPROGRAMS:
358	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
359bdexcp$(EXEEXT): $(bdexcp_OBJECTS) $(bdexcp_DEPENDENCIES) $(EXTRA_bdexcp_DEPENDENCIES)
360	@rm -f bdexcp$(EXEEXT)
361	$(LINK) $(bdexcp_OBJECTS) $(bdexcp_LDADD) $(LIBS)
362dzhello$(EXEEXT): $(dzhello_OBJECTS) $(dzhello_DEPENDENCIES) $(EXTRA_dzhello_DEPENDENCIES)
363	@rm -f dzhello$(EXEEXT)
364	$(dzhello_LINK) $(dzhello_OBJECTS) $(dzhello_LDADD) $(LIBS)
365emptymain$(EXEEXT): $(emptymain_OBJECTS) $(emptymain_DEPENDENCIES) $(EXTRA_emptymain_DEPENDENCIES)
366	@rm -f emptymain$(EXEEXT)
367	$(emptymain_LINK) $(emptymain_OBJECTS) $(emptymain_LDADD) $(LIBS)
368exception$(EXEEXT): $(exception_OBJECTS) $(exception_DEPENDENCIES) $(EXTRA_exception_DEPENDENCIES)
369	@rm -f exception$(EXEEXT)
370	$(LINK) $(exception_OBJECTS) $(exception_LDADD) $(LIBS)
371hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES) $(EXTRA_hello_DEPENDENCIES)
372	@rm -f hello$(EXEEXT)
373	$(hello_LINK) $(hello_OBJECTS) $(hello_LDADD) $(LIBS)
374hello2$(EXEEXT): $(hello2_OBJECTS) $(hello2_DEPENDENCIES) $(EXTRA_hello2_DEPENDENCIES)
375	@rm -f hello2$(EXEEXT)
376	$(hello2_LINK) $(hello2_OBJECTS) $(hello2_LDADD) $(LIBS)
377instcounts$(EXEEXT): $(instcounts_OBJECTS) $(instcounts_DEPENDENCIES) $(EXTRA_instcounts_DEPENDENCIES)
378	@rm -f instcounts$(EXEEXT)
379	$(LINK) $(instcounts_OBJECTS) $(instcounts_LDADD) $(LIBS)
380loser$(EXEEXT): $(loser_OBJECTS) $(loser_DEPENDENCIES) $(EXTRA_loser_DEPENDENCIES)
381	@rm -f loser$(EXEEXT)
382	$(LINK) $(loser_OBJECTS) $(loser_LDADD) $(LIBS)
383poke2$(EXEEXT): $(poke2_OBJECTS) $(poke2_DEPENDENCIES) $(EXTRA_poke2_DEPENDENCIES)
384	@rm -f poke2$(EXEEXT)
385	$(LINK) $(poke2_OBJECTS) $(poke2_LDADD) $(LIBS)
386sb-print$(EXEEXT): $(sb_print_OBJECTS) $(sb_print_DEPENDENCIES) $(EXTRA_sb_print_DEPENDENCIES)
387	@rm -f sb-print$(EXEEXT)
388	$(LINK) $(sb_print_OBJECTS) $(sb_print_LDADD) $(LIBS)
389simpledis$(EXEEXT): $(simpledis_OBJECTS) $(simpledis_DEPENDENCIES) $(EXTRA_simpledis_DEPENDENCIES)
390	@rm -f simpledis$(EXEEXT)
391	$(LINK) $(simpledis_OBJECTS) $(simpledis_LDADD) $(LIBS)
392unaligned$(EXEEXT): $(unaligned_OBJECTS) $(unaligned_DEPENDENCIES) $(EXTRA_unaligned_DEPENDENCIES)
393	@rm -f unaligned$(EXEEXT)
394	$(LINK) $(unaligned_OBJECTS) $(unaligned_LDADD) $(LIBS)
395
396mostlyclean-compile:
397	-rm -f *.$(OBJEXT)
398
399distclean-compile:
400	-rm -f *.tab.c
401
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bdexcp.Po@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dzhello.Po@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emptymain.Po@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hello.Po@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hello2.Po@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/instcounts.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loser.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poke2.Po@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sb-print.Po@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simpledis.Po@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unaligned.Po@am__quote@
414
415.S.o:
416@am__fastdepCCAS_TRUE@	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417@am__fastdepCCAS_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420@am__fastdepCCAS_FALSE@	$(CPPASCOMPILE) -c -o $@ $<
421
422.S.obj:
423@am__fastdepCCAS_TRUE@	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
424@am__fastdepCCAS_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427@am__fastdepCCAS_FALSE@	$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
428
429.c.o:
430@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434@am__fastdepCC_FALSE@	$(COMPILE) -c $<
435
436.c.obj:
437@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
438@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
439@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
442
443ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
444	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
445	unique=`for i in $$list; do \
446	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447	  done | \
448	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449	      END { if (nonempty) { for (i in files) print i; }; }'`; \
450	mkid -fID $$unique
451tags: TAGS
452
453TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
454		$(TAGS_FILES) $(LISP)
455	set x; \
456	here=`pwd`; \
457	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458	unique=`for i in $$list; do \
459	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460	  done | \
461	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462	      END { if (nonempty) { for (i in files) print i; }; }'`; \
463	shift; \
464	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
465	  test -n "$$unique" || unique=$$empty_fix; \
466	  if test $$# -gt 0; then \
467	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468	      "$$@" $$unique; \
469	  else \
470	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471	      $$unique; \
472	  fi; \
473	fi
474ctags: CTAGS
475CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
476		$(TAGS_FILES) $(LISP)
477	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
478	unique=`for i in $$list; do \
479	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480	  done | \
481	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482	      END { if (nonempty) { for (i in files) print i; }; }'`; \
483	test -z "$(CTAGS_ARGS)$$unique" \
484	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
485	     $$unique
486
487GTAGS:
488	here=`$(am__cd) $(top_builddir) && pwd` \
489	  && $(am__cd) $(top_srcdir) \
490	  && gtags -i $(GTAGS_ARGS) "$$here"
491
492cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
493	list='$(SOURCES) $(HEADERS) $(LISP)'; \
494	case "$(srcdir)" in \
495	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
496	  *) sdir=$(subdir)/$(srcdir) ;; \
497	esac; \
498	for i in $$list; do \
499	  if test -f "$$i"; then \
500	    echo "$(subdir)/$$i"; \
501	  else \
502	    echo "$$sdir/$$i"; \
503	  fi; \
504	done >> $(top_builddir)/cscope.files
505
506distclean-tags:
507	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508
509distdir: $(DISTFILES)
510	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512	list='$(DISTFILES)'; \
513	  dist_files=`for file in $$list; do echo $$file; done | \
514	  sed -e "s|^$$srcdirstrip/||;t" \
515	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
516	case $$dist_files in \
517	  */*) $(MKDIR_P) `echo "$$dist_files" | \
518			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
519			   sort -u` ;; \
520	esac; \
521	for file in $$dist_files; do \
522	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
523	  if test -d $$d/$$file; then \
524	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
525	    if test -d "$(distdir)/$$file"; then \
526	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527	    fi; \
528	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
529	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
530	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
531	    fi; \
532	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
533	  else \
534	    test -f "$(distdir)/$$file" \
535	    || cp -p $$d/$$file "$(distdir)/$$file" \
536	    || exit 1; \
537	  fi; \
538	done
539check-am: all-am
540check: check-am
541all-am: Makefile $(PROGRAMS)
542installdirs:
543install: install-am
544install-exec: install-exec-am
545install-data: install-data-am
546uninstall: uninstall-am
547
548install-am: all-am
549	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550
551installcheck: installcheck-am
552install-strip:
553	if test -z '$(STRIP)'; then \
554	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556	      install; \
557	else \
558	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
559	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
560	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
561	fi
562mostlyclean-generic:
563
564clean-generic:
565	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
566
567distclean-generic:
568	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
569	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
570
571maintainer-clean-generic:
572	@echo "This command is intended for maintainers to use"
573	@echo "it deletes files that may require special tools to rebuild."
574clean: clean-am
575
576clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
577
578distclean: distclean-am
579	-rm -rf ./$(DEPDIR)
580	-rm -f Makefile
581distclean-am: clean-am distclean-compile distclean-generic \
582	distclean-tags
583
584dvi: dvi-am
585
586dvi-am:
587
588html: html-am
589
590html-am:
591
592info: info-am
593
594info-am:
595
596install-data-am:
597
598install-dvi: install-dvi-am
599
600install-dvi-am:
601
602install-exec-am:
603
604install-html: install-html-am
605
606install-html-am:
607
608install-info: install-info-am
609
610install-info-am:
611
612install-man:
613
614install-pdf: install-pdf-am
615
616install-pdf-am:
617
618install-ps: install-ps-am
619
620install-ps-am:
621
622installcheck-am:
623
624maintainer-clean: maintainer-clean-am
625	-rm -rf ./$(DEPDIR)
626	-rm -f Makefile
627maintainer-clean-am: distclean-am maintainer-clean-generic
628
629mostlyclean: mostlyclean-am
630
631mostlyclean-am: mostlyclean-compile mostlyclean-generic
632
633pdf: pdf-am
634
635pdf-am:
636
637ps: ps-am
638
639ps-am:
640
641uninstall-am:
642
643.MAKE: install-am install-strip
644
645.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
646	clean-noinstPROGRAMS cscopelist ctags distclean \
647	distclean-compile distclean-generic distclean-tags distdir dvi \
648	dvi-am html html-am info info-am install install-am \
649	install-data install-data-am install-dvi install-dvi-am \
650	install-exec install-exec-am install-html install-html-am \
651	install-info install-info-am install-man install-pdf \
652	install-pdf-am install-ps install-ps-am install-strip \
653	installcheck installcheck-am installdirs maintainer-clean \
654	maintainer-clean-generic mostlyclean mostlyclean-compile \
655	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
656	uninstall-am
657
658bdexcp.rom: bdexcp.exe
659	$(VMIPSTOOL) --make-rom bdexcp.exe bdexcp.rom
660dzhello.rom: dzhello.exe
661	$(VMIPSTOOL) --make-rom dzhello.exe dzhello.rom
662emptymain.rom: emptymain.exe
663	$(VMIPSTOOL) --make-rom emptymain.exe emptymain.rom
664exception.rom: exception.exe
665	$(VMIPSTOOL) --make-rom exception.exe exception.rom
666hello.rom: hello.exe
667	$(VMIPSTOOL) --make-rom hello.exe hello.rom
668hello2.rom: hello2.exe
669	$(VMIPSTOOL) --make-rom hello2.exe hello2.rom
670instcounts.rom: instcounts.exe
671	$(VMIPSTOOL) --make-rom instcounts.exe instcounts.rom
672loser.rom: loser.exe
673	$(VMIPSTOOL) --make-rom loser.exe loser.tmp
674	dd if=loser.tmp bs=4 count=1 of=loser.rom >/dev/null 2>&1
675	rm loser.tmp
676poke2.rom: poke2.exe
677	$(VMIPSTOOL) --make-rom poke2.exe poke2.rom
678sb-print.rom: sb-print.exe
679	$(VMIPSTOOL) --make-rom sb-print.exe sb-print.rom
680simpledis.rom: simpledis.exe
681	$(VMIPSTOOL) --make-rom simpledis.exe simpledis.rom
682unaligned.rom: unaligned.exe
683	$(VMIPSTOOL) --make-rom unaligned.exe unaligned.rom
684
685# 4 C testcases and 7 asm testcases.
686# 4 custom makefile fragment testcases.
687
688# Tell versions [3.59,3.63) of GNU make to not export all variables.
689# Otherwise a system limit (for SysV at least) may be exceeded.
690.NOEXPORT:
691