# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 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. # Makefile.am automatically generated by testcase-maker. # If you make changes here they will go away. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_alias = @build_alias@ build_triplet = @build@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ AS = @AS@ ASFLAGS = @ASFLAGS@ AWK = @AWK@ BIGENDIAN = @BIGENDIAN@ CC = @CC@ CCAS = @CCAS@ CCASFLAGS = @CCASFLAGS@ CPP = @CPP@ CXX = @CXX@ LDFLAGS = @LDFLAGS@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ MIPSTOOLPREFIX = @MIPSTOOLPREFIX@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SAMPLE_CODE_TARGETS = @SAMPLE_CODE_TARGETS@ SOLARIS_DL_HACK = @SOLARIS_DL_HACK@ TESTCODE_DIR = @TESTCODE_DIR@ VERSION = @VERSION@ mipsbin = @mipsbin@ VMIPSTOOL = ../../vmipstool -n -F ../../vmipsrc --ld-script=@top_srcdir@/sample_code/ld.script CPP_FLAGS = -I@top_srcdir@ -I@top_srcdir@/sample_code CFLAGS = -g $(CPP_FLAGS) SETUP = ../../sample_code/setup.o # makefile_fragment loser loser_SOURCES = loser.S # empty # simple_asm bdexcp # multifile_asm -setup 0 bdexcp bdexcp.S bdexcp_SOURCES = bdexcp.S # simple_asm poke2 # multifile_asm -setup 0 poke2 poke2.S poke2_SOURCES = poke2.S # simple_asm instcounts # multifile_asm -setup 0 instcounts instcounts.S instcounts_SOURCES = instcounts.S # simple_asm exception # multifile_asm -setup 0 exception exception.S exception_SOURCES = exception.S # simple_c emptymain # multifile_c emptymain emptymain.c emptymain_LDFLAGS = $(SETUP) emptymain_SOURCES = emptymain.c # simple_asm simpledis # multifile_asm -setup 0 simpledis simpledis.S simpledis_SOURCES = simpledis.S # simple_asm unaligned # multifile_asm -setup 0 unaligned unaligned.S unaligned_SOURCES = unaligned.S # empty # empty # simple_c hello2 # multifile_c hello2 hello2.c hello2_LDFLAGS = $(SETUP) hello2_SOURCES = hello2.c # simple_c hello # multifile_c hello hello.c hello_LDFLAGS = $(SETUP) hello_SOURCES = hello.c # simple_asm sb-print # multifile_asm -setup 0 sb-print sb-print.S sb_print_SOURCES = sb-print.S noinst_PROGRAMS = loser bdexcp poke2 instcounts exception emptymain simpledis unaligned hello2 hello sb-print LINK = $(VMIPSTOOL) --link -o $@ COMPILE = $(VMIPSTOOL) --compile $(CFLAGS) ASCOMPILE = $(VMIPSTOOL) --compile $(CFLAGS) CCASCOMPILE = $(VMIPSTOOL) --compile $(CFLAGS) EXEEXT = .exe CLEANFILES = loser.rom bdexcp.rom poke2.rom instcounts.rom exception.rom emptymain.rom simpledis.rom unaligned.rom hello2.rom hello.rom sb-print.rom EXTRA_DIST = outcheck.exp loser.par badargs.par bdexcp.par poke2.par instcounts.par exception.par emptymain.par simpledis.par unaligned.par nonexistent.par badoption.par hello2.par hello.par sb-print.par mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = noinst_PROGRAMS = loser$(EXEEXT) bdexcp$(EXEEXT) poke2$(EXEEXT) \ instcounts$(EXEEXT) exception$(EXEEXT) emptymain$(EXEEXT) \ simpledis$(EXEEXT) unaligned$(EXEEXT) hello2$(EXEEXT) hello$(EXEEXT) \ sb-print$(EXEEXT) PROGRAMS = $(noinst_PROGRAMS) DEFS = @DEFS@ -I. -I$(srcdir) -I../.. CPPFLAGS = @CPPFLAGS@ LIBS = @LIBS@ loser_OBJECTS = loser.o loser_LDADD = $(LDADD) loser_DEPENDENCIES = loser_LDFLAGS = bdexcp_OBJECTS = bdexcp.o bdexcp_LDADD = $(LDADD) bdexcp_DEPENDENCIES = bdexcp_LDFLAGS = poke2_OBJECTS = poke2.o poke2_LDADD = $(LDADD) poke2_DEPENDENCIES = poke2_LDFLAGS = instcounts_OBJECTS = instcounts.o instcounts_LDADD = $(LDADD) instcounts_DEPENDENCIES = instcounts_LDFLAGS = exception_OBJECTS = exception.o exception_LDADD = $(LDADD) exception_DEPENDENCIES = exception_LDFLAGS = emptymain_OBJECTS = emptymain.o emptymain_LDADD = $(LDADD) emptymain_DEPENDENCIES = simpledis_OBJECTS = simpledis.o simpledis_LDADD = $(LDADD) simpledis_DEPENDENCIES = simpledis_LDFLAGS = unaligned_OBJECTS = unaligned.o unaligned_LDADD = $(LDADD) unaligned_DEPENDENCIES = unaligned_LDFLAGS = hello2_OBJECTS = hello2.o hello2_LDADD = $(LDADD) hello2_DEPENDENCIES = hello_OBJECTS = hello.o hello_LDADD = $(LDADD) hello_DEPENDENCIES = sb_print_OBJECTS = sb-print.o sb_print_LDADD = $(LDADD) sb_print_DEPENDENCIES = sb_print_LDFLAGS = CCLD = $(CC) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gnutar GZIP_ENV = --best SOURCES = $(loser_SOURCES) $(bdexcp_SOURCES) $(poke2_SOURCES) $(instcounts_SOURCES) $(exception_SOURCES) $(emptymain_SOURCES) $(simpledis_SOURCES) $(unaligned_SOURCES) $(hello2_SOURCES) $(hello_SOURCES) $(sb_print_SOURCES) OBJECTS = $(loser_OBJECTS) $(bdexcp_OBJECTS) $(poke2_OBJECTS) $(instcounts_OBJECTS) $(exception_OBJECTS) $(emptymain_OBJECTS) $(simpledis_OBJECTS) $(unaligned_OBJECTS) $(hello2_OBJECTS) $(hello_OBJECTS) $(sb_print_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps test_code/vmips.outcheck/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-noinstPROGRAMS: clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) distclean-noinstPROGRAMS: maintainer-clean-noinstPROGRAMS: .c.o: $(COMPILE) -c $< .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: loser$(EXEEXT): $(loser_OBJECTS) $(loser_DEPENDENCIES) @rm -f loser$(EXEEXT) $(LINK) $(loser_LDFLAGS) $(loser_OBJECTS) $(loser_LDADD) $(LIBS) bdexcp$(EXEEXT): $(bdexcp_OBJECTS) $(bdexcp_DEPENDENCIES) @rm -f bdexcp$(EXEEXT) $(LINK) $(bdexcp_LDFLAGS) $(bdexcp_OBJECTS) $(bdexcp_LDADD) $(LIBS) poke2$(EXEEXT): $(poke2_OBJECTS) $(poke2_DEPENDENCIES) @rm -f poke2$(EXEEXT) $(LINK) $(poke2_LDFLAGS) $(poke2_OBJECTS) $(poke2_LDADD) $(LIBS) instcounts$(EXEEXT): $(instcounts_OBJECTS) $(instcounts_DEPENDENCIES) @rm -f instcounts$(EXEEXT) $(LINK) $(instcounts_LDFLAGS) $(instcounts_OBJECTS) $(instcounts_LDADD) $(LIBS) exception$(EXEEXT): $(exception_OBJECTS) $(exception_DEPENDENCIES) @rm -f exception$(EXEEXT) $(LINK) $(exception_LDFLAGS) $(exception_OBJECTS) $(exception_LDADD) $(LIBS) emptymain$(EXEEXT): $(emptymain_OBJECTS) $(emptymain_DEPENDENCIES) @rm -f emptymain$(EXEEXT) $(LINK) $(emptymain_LDFLAGS) $(emptymain_OBJECTS) $(emptymain_LDADD) $(LIBS) simpledis$(EXEEXT): $(simpledis_OBJECTS) $(simpledis_DEPENDENCIES) @rm -f simpledis$(EXEEXT) $(LINK) $(simpledis_LDFLAGS) $(simpledis_OBJECTS) $(simpledis_LDADD) $(LIBS) unaligned$(EXEEXT): $(unaligned_OBJECTS) $(unaligned_DEPENDENCIES) @rm -f unaligned$(EXEEXT) $(LINK) $(unaligned_LDFLAGS) $(unaligned_OBJECTS) $(unaligned_LDADD) $(LIBS) hello2$(EXEEXT): $(hello2_OBJECTS) $(hello2_DEPENDENCIES) @rm -f hello2$(EXEEXT) $(LINK) $(hello2_LDFLAGS) $(hello2_OBJECTS) $(hello2_LDADD) $(LIBS) hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES) @rm -f hello$(EXEEXT) $(LINK) $(hello_LDFLAGS) $(hello_OBJECTS) $(hello_LDADD) $(LIBS) sb-print$(EXEEXT): $(sb_print_OBJECTS) $(sb_print_DEPENDENCIES) @rm -f sb-print$(EXEEXT) $(LINK) $(sb_print_LDFLAGS) $(sb_print_OBJECTS) $(sb_print_LDADD) $(LIBS) tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = test_code/vmips.outcheck distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done emptymain.o: emptymain.c hello.o: hello.c ../../spimconsreg.h ../../devreg.h hello2.o: hello2.c ../../spimconsreg.h ../../devreg.h info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall: uninstall-am all-am: Makefile $(PROGRAMS) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-noinstPROGRAMS clean-compile clean-tags clean-generic \ mostlyclean-am clean: clean-am distclean-am: distclean-noinstPROGRAMS distclean-compile distclean-tags \ distclean-generic clean-am distclean: distclean-am maintainer-clean-am: maintainer-clean-noinstPROGRAMS \ maintainer-clean-compile maintainer-clean-tags \ maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ mostlyclean-compile distclean-compile clean-compile \ maintainer-clean-compile tags mostlyclean-tags distclean-tags \ clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ check-am installcheck-am installcheck install-exec-am install-exec \ install-data-am install-data install-am install uninstall-am uninstall \ all-redirect all-am all installdirs mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean loser.rom: loser.exe $(VMIPSTOOL) --make-rom loser.exe loser.tmp dd if=loser.tmp bs=4 count=1 of=loser.rom >/dev/null 2>&1 rm loser.tmp bdexcp.rom: bdexcp.exe $(VMIPSTOOL) --make-rom bdexcp.exe bdexcp.rom poke2.rom: poke2.exe $(VMIPSTOOL) --make-rom poke2.exe poke2.rom instcounts.rom: instcounts.exe $(VMIPSTOOL) --make-rom instcounts.exe instcounts.rom exception.rom: exception.exe $(VMIPSTOOL) --make-rom exception.exe exception.rom emptymain.rom: emptymain.exe $(VMIPSTOOL) --make-rom emptymain.exe emptymain.rom simpledis.rom: simpledis.exe $(VMIPSTOOL) --make-rom simpledis.exe simpledis.rom unaligned.rom: unaligned.exe $(VMIPSTOOL) --make-rom unaligned.exe unaligned.rom hello2.rom: hello2.exe $(VMIPSTOOL) --make-rom hello2.exe hello2.rom hello.rom: hello.exe $(VMIPSTOOL) --make-rom hello.exe hello.rom sb-print.rom: sb-print.exe $(VMIPSTOOL) --make-rom sb-print.exe sb-print.rom # 3 C testcases and 7 asm testcases. # 4 custom makefile fragment testcases. # 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: