diff options
-rwxr-xr-x | configure | 18 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | configure.ac.pamphlet | 2 | ||||
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/Makefile.in | 16 | ||||
-rw-r--r-- | src/Makefile.pamphlet | 16 | ||||
-rw-r--r-- | src/algebra/Makefile.in | 2 | ||||
-rw-r--r-- | src/algebra/Makefile.pamphlet | 2 |
8 files changed, 33 insertions, 29 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.60 for OpenAxiom 1.3.0-2008-08-23. +# Generated by GNU Autoconf 2.60 for OpenAxiom 1.3.0-2008-08-28. # # Report bugs to <open-axiom-bugs@lists.sf.net>. # @@ -713,8 +713,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='OpenAxiom' PACKAGE_TARNAME='openaxiom' -PACKAGE_VERSION='1.3.0-2008-08-23' -PACKAGE_STRING='OpenAxiom 1.3.0-2008-08-23' +PACKAGE_VERSION='1.3.0-2008-08-28' +PACKAGE_STRING='OpenAxiom 1.3.0-2008-08-28' PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net' ac_unique_file="src/Makefile.pamphlet" @@ -1405,7 +1405,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures OpenAxiom 1.3.0-2008-08-23 to adapt to many kinds of systems. +\`configure' configures OpenAxiom 1.3.0-2008-08-28 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1475,7 +1475,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of OpenAxiom 1.3.0-2008-08-23:";; + short | recursive ) echo "Configuration of OpenAxiom 1.3.0-2008-08-28:";; esac cat <<\_ACEOF @@ -1579,7 +1579,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -OpenAxiom configure 1.3.0-2008-08-23 +OpenAxiom configure 1.3.0-2008-08-28 generated by GNU Autoconf 2.60 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1593,7 +1593,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by OpenAxiom $as_me 1.3.0-2008-08-23, which was +It was created by OpenAxiom $as_me 1.3.0-2008-08-28, which was generated by GNU Autoconf 2.60. Invocation command line was $ $0 $@ @@ -26103,7 +26103,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by OpenAxiom $as_me 1.3.0-2008-08-23, which was +This file was extended by OpenAxiom $as_me 1.3.0-2008-08-28, which was generated by GNU Autoconf 2.60. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -26152,7 +26152,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -OpenAxiom config.status 1.3.0-2008-08-23 +OpenAxiom config.status 1.3.0-2008-08-28 configured by $0, generated by GNU Autoconf 2.60, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 4e0001de..0beeb107 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.3.0-2008-08-23], +AC_INIT([OpenAxiom], [1.3.0-2008-08-28], [open-axiom-bugs@lists.sf.net]) AC_CONFIG_AUX_DIR(config) diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 3089eead..ac442faa 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1131,7 +1131,7 @@ information: <<Autoconf init>>= sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.3.0-2008-08-23], +AC_INIT([OpenAxiom], [1.3.0-2008-08-28], [open-axiom-bugs@lists.sf.net]) @ diff --git a/src/ChangeLog b/src/ChangeLog index 2485b661..04241cfd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-08-28 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * Makefile.pamphlet: Tidy. + 2008-08-24 Gabriel Dos Reis <gdr@cs.tamu.edu> * etc/Makefile.in: Tidy databases construction rule. diff --git a/src/Makefile.in b/src/Makefile.in index eedc235e..6d80aa79 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -21,20 +21,20 @@ all-driver: all-clef: all-lib @$(mkdir_p) "$(axiom_target_bindir)" - cd clef && ${MAKE} + cd clef && $(MAKE) $@ all-sman: all-lib all-driver $(mkdir_p) "$(axiom_target_bindir)" $(mkdir_p) "$(axiom_target_libdir)" - cd sman && ${MAKE} + cd sman && $(MAKE) $@ all-hyper: all-lib $(mkdir_p) "$(axiom_target_bindir)" $(mkdir_p) "$(axiom_target_datadir)" - cd hyper && ${MAKE} + cd hyper && $(MAKE) $@ all-share: $(mkdir_p) "$(axiom_target_libdir)" - cd share && ${MAKE} + cd share && $(MAKE) $@ all-doc: - cd doc && ${MAKE} + cd doc && $(MAKE) $@ all-lib: @cd lib && $(MAKE) $@ all-lisp: all-lib @@ -48,19 +48,19 @@ all-axiomsys: all-asq cd interp && $(MAKE) all-axiomsys all-algebra: all-interpsys all-share all-hyper-pre @ $(mkdir_p) algebra/strap - cd algebra && ${MAKE} + cd algebra && $(MAKE) $@ all-hyper-pre: all-lib cd hyper && $(MAKE) all-hyper-pre all-input: all-axiomsys cd input && ${MAKE} all-asq: all-hyper-post - cd etc && ${MAKE} + cd etc && $(MAKE) $@ all-hyper-post: all-algebra cd hyper && $(MAKE) all-hyper-post all-graph: all-lib - cd graph && ${MAKE} + cd graph && $(MAKE) $@ .PHONY: all-check all-check: diff --git a/src/Makefile.pamphlet b/src/Makefile.pamphlet index f7a0d007..261fea0b 100644 --- a/src/Makefile.pamphlet +++ b/src/Makefile.pamphlet @@ -57,7 +57,7 @@ to GNU Readline. <<clefdir>>= all-clef: all-lib @$(mkdir_p) "$(axiom_target_bindir)" - cd clef && ${MAKE} + cd clef && $(MAKE) $@ @ \subsection{The \File{sman/} directory} @@ -68,7 +68,7 @@ processes including \Tool{axiom}, \Tool{clef}, nagman, graphics, and hyperdoc all-sman: all-lib all-driver $(mkdir_p) "$(axiom_target_bindir)" $(mkdir_p) "$(axiom_target_libdir)" - cd sman && ${MAKE} + cd sman && $(MAKE) $@ @ \subsection{The \File{hyper/} directory} @@ -78,7 +78,7 @@ Hyperdoc is the Axiom document browser. all-hyper: all-lib $(mkdir_p) "$(axiom_target_bindir)" $(mkdir_p) "$(axiom_target_datadir)" - cd hyper && ${MAKE} + cd hyper && $(MAKE) $@ @ \subsection{The \File{share/} directory} @@ -89,7 +89,7 @@ system. <<sharedir>>= all-share: $(mkdir_p) "$(axiom_target_libdir)" - cd share && ${MAKE} + cd share && $(MAKE) $@ @ \subsection{The \File{lib/} directory} @@ -176,7 +176,7 @@ the normal Makefile information. <<algebradir>>= all-algebra: all-interpsys all-share all-hyper-pre @ $(mkdir_p) algebra/strap - cd algebra && ${MAKE} + cd algebra && $(MAKE) $@ all-hyper-pre: all-lib cd hyper && $(MAKE) all-hyper-pre @@ -212,7 +212,7 @@ for finding detailed information about domains, packages, and categories from the shell without running Axiom. <<etcdir>>= all-asq: all-hyper-post - cd etc && ${MAKE} + cd etc && $(MAKE) $@ all-hyper-post: all-algebra cd hyper && $(MAKE) all-hyper-post @@ -223,14 +223,14 @@ The \File{doc/} directory contains code used for documenting Axiom. <<docdir>>= all-doc: - cd doc && ${MAKE} + cd doc && $(MAKE) $@ @ \subsection{The \File{graph/} directory} <<graphdir>>= all-graph: all-lib - cd graph && ${MAKE} + cd graph && $(MAKE) $@ @ diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index e9fdae1c..df2fa13f 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -852,7 +852,7 @@ check: ${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT) - cp $*.NRLIB/code.$(FASLEXT) ${OUT}/$*.$(FASLEXT) + cp $< $@ .PRECIOUS: %.NRLIB/code.$(FASLEXT) diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet index 3be6b201..b5236fdb 100644 --- a/src/algebra/Makefile.pamphlet +++ b/src/algebra/Makefile.pamphlet @@ -1784,7 +1784,7 @@ deriving the dependencies by scanning the ``Loading ...'' messages. <<genericDotOfiles>>= ${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT) - cp $*.NRLIB/code.$(FASLEXT) ${OUT}/$*.$(FASLEXT) + cp $< $@ @ |