# Generated automatically from Makefile.in by configure. # 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 = /bin/sh srcdir = . top_srcdir = ../.. prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin libexecdir = ${exec_prefix}/libexec datadir = ${prefix}/share sysconfdir = ${prefix}/etc sharedstatedir = ${prefix}/com localstatedir = ${prefix}/var libdir = ${exec_prefix}/lib infodir = ${prefix}/info mandir = ${prefix}/man includedir = ${prefix}/include oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/vmips pkglibdir = $(libdir)/vmips pkgincludedir = $(includedir)/vmips top_builddir = ../.. ACLOCAL = aclocal AUTOCONF = autoconf AUTOMAKE = automake AUTOHEADER = autoheader INSTALL = /usr/bin/install -c -o root -g wheel INSTALL_PROGRAM = install -s -o root -g wheel -m 555 $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = install -o root -g wheel -m 444 INSTALL_SCRIPT = install -o root -g wheel -m 555 transform = s,x,x, NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_alias = i386-unknown-gnu build_triplet = i386-unknown-gnu host_alias = i386-unknown-gnu host_triplet = i386-unknown-gnu target_alias = i386-unknown-gnu target_triplet = i386-unknown-gnu AS = ASFLAGS = AWK = mawk BIGENDIAN = nobigendian CC = cc CCAS = CCASFLAGS = CPP = cc -E CXX = c++ LDFLAGS = LN_S = ln -s MAKEINFO = makeinfo MIPSTOOLPREFIX = mipstoolprefix='' PACKAGE = vmips RANLIB = ranlib SAMPLE_CODE_TARGETS = SOLARIS_DL_HACK = @SOLARIS_DL_HACK@ TESTCODE_DIR = VERSION = 1.3.2 mipsbin = /opt/mips/bin VMIPSTOOL = ../../vmipstool -n -F ../../vmipsrc --ld-script=../../sample_code/ld.script CPP_FLAGS = -I../.. -I../../sample_code CFLAGS = -g $(CPP_FLAGS) SETUP = ../../sample_code/setup.o # multifile_c sort {sort.c random.c} sort_LDFLAGS = $(SETUP) sort_SOURCES = sort.c random.c # simple_c echo # multifile_c echo echo.c echo_LDFLAGS = $(SETUP) echo_SOURCES = echo.c # simple_asm clocker # multifile_asm -setup 0 clocker clocker.S clocker_SOURCES = clocker.S noinst_PROGRAMS = sort echo clocker LINK = $(VMIPSTOOL) --link -o $@ COMPILE = $(VMIPSTOOL) --compile $(CFLAGS) ASCOMPILE = $(VMIPSTOOL) --compile $(CFLAGS) CCASCOMPILE = $(VMIPSTOOL) --compile $(CFLAGS) EXEEXT = .exe CLEANFILES = sort.rom echo.rom clocker.rom EXTRA_DIST = sort.exp echo.exp clocker.exp sort.par echo.par clocker.par mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = noinst_PROGRAMS = sort$(EXEEXT) echo$(EXEEXT) clocker$(EXEEXT) PROGRAMS = $(noinst_PROGRAMS) DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../.. CPPFLAGS = LIBS = sort_OBJECTS = sort.o random.o sort_LDADD = $(LDADD) sort_DEPENDENCIES = echo_OBJECTS = echo.o echo_LDADD = $(LDADD) echo_DEPENDENCIES = clocker_OBJECTS = clocker.o clocker_LDADD = $(LDADD) clocker_DEPENDENCIES = clocker_LDFLAGS = CCLD = $(CC) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gnutar GZIP_ENV = --best SOURCES = $(sort_SOURCES) $(echo_SOURCES) $(clocker_SOURCES) OBJECTS = $(sort_OBJECTS) $(echo_OBJECTS) $(clocker_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.misc-tests/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: sort$(EXEEXT): $(sort_OBJECTS) $(sort_DEPENDENCIES) @rm -f sort$(EXEEXT) $(LINK) $(sort_LDFLAGS) $(sort_OBJECTS) $(sort_LDADD) $(LIBS) echo$(EXEEXT): $(echo_OBJECTS) $(echo_DEPENDENCIES) @rm -f echo$(EXEEXT) $(LINK) $(echo_LDFLAGS) $(echo_OBJECTS) $(echo_LDADD) $(LIBS) clocker$(EXEEXT): $(clocker_OBJECTS) $(clocker_DEPENDENCIES) @rm -f clocker$(EXEEXT) $(LINK) $(clocker_LDFLAGS) $(clocker_OBJECTS) $(clocker_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.misc-tests 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 echo.o: echo.c ../../spimconsreg.h ../../devreg.h random.o: random.c sort.o: sort.c 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 sort.rom: sort.exe $(VMIPSTOOL) --make-rom sort.exe sort.rom echo.rom: echo.exe $(VMIPSTOOL) --make-rom echo.exe echo.rom clocker.rom: clocker.exe $(VMIPSTOOL) --make-rom clocker.exe clocker.rom # 2 C testcases and 1 asm testcases. # 0 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: