includedir = $(prefix)/include
docdir = $(datadir)/doc
-VERSION=cygnus-2.5.3
+VERSION=cygnus-2.6
SHELL = /bin/sh
@echo set host_triplet @host@ >> ./tmp0
@echo set target_triplet @target@ >> ./tmp0
@echo set target_canonical @target@ >> ./tmp0
- @echo set srcdir ${srcdir} >> ./tmp0
+ @echo set srcdir ${srcdir}/testsuite >> ./tmp0
@echo set exec_prefix ${exec_prefix} >> ./tmp0
@echo set objdir `pwd` >> ./tmp0
@echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
# Compiling object files from source files.
TARG_CPU_DEP_a29k =
-TARG_CPU_DEP_alpha =
+TARG_CPU_DEP_alpha = $(srcdir)/config/alpha-opcode.h
# start-sanitize-arc
TARG_CPU_DEP_arc = $(srcdir)/../include/opcode/arc.h
# end-sanitize-arc
$(srcdir)/as.info: $(srcdir)/doc/as.texinfo
@(cd doc; $(MAKE) $(FLAGS_TO_PASS) as.info; mv as.info $srcdir)
-diststuff: $(DISTSTUFF)
+diststuff: $(DISTSTUFF) info
clean-here:
-rm -f $(STAGESTUFF) core stamp-mk.com
- -rm -rf testsuite
+ -rm -f testsuite/*.o testsuite/*.out \
+ testsuite/gas.log testsuite/gas.sum testsuite/site.exp
clean mostlyclean: clean-here
@cd doc ; $(MAKE) $(FLAGS_TO_PASS) $@
@cd doc ; $(MAKE) $(FLAGS_TO_PASS) $@
-rm -f config.status Makefile targ-env.h targ-cpu.h \
targ-cpu.c obj-format.h obj-format.c atof-targ.c TAGS \
- config-stamp config.h conf config.log config.cache .gdbinit
-maintainer-clean realclean: clean distclean
+ config-stamp config.h conf config.log config.cache .gdbinit \
+ testsuite/Makefile testsuite/config.status
+maintainer-clean realclean: clean distclean clean-info
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
-rm -rf $(DISTSTUFF)