+Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
+
+ * Makefile.in: remove form feeds to make Sun's make happy.
+ (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
+
+Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
+
+ * Makefile.in (AR_FLAGS): Make quieter.
+
+Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
+
+ * configure.in: Add libg++.
+ * configure: When verbose, don't output the command line at each
+ level; it will be unremarkably the same as the previous version,
+ which will be the same as what the user typed.
+
Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
* configure.in, Makefile.in: fix clean-info, add flex. add
BISON = `if [ -d $(unsubdir)/../bison ] ; \
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ -y ; \
- else echo yacc ; fi`
+ else echo bison -y ; fi`
MAKEINFO = makeinfo
FRESHMAKEINFO = `if [ -d $(unsubdir)/../texinfo/C ] ; \
### for debugging
#GCCVERBOSE=-v
-\f
+
#### host and target specific makefile fragments come in here.
###
install.cross: install-dirs install-libiberty install-binutils install-bison \
install-byacc install-ld install-gas install-gnulib \
install-readline install-glob install-gdb
-\f
+
### libiberty
.PHONY: all-libiberty just-libiberty
all-libiberty: just-libiberty
else \
true ; \
fi
-\f
+
### texinfo
.PHONY: all-texinfo just-texinfo
all-texinfo: just-texinfo
else \
true ; \
fi
-\f
+
### bfd
.PHONY: all-bfd just-bfd
all-bfd: just-bfd
else \
true ; \
fi
-\f
+
### binutils
.PHONY: all-binutils just-binutils
all-binutils: just-binutils
else \
true ; \
fi
-\f
+
### byacc
.PHONY: all-byacc just-byacc
all-byacc: just-byacc
else \
true ; \
fi
-\f
+
### bison
.PHONY: all-bison just-bison
all-bison: just-bison
else \
true ; \
fi
-\f
+
### gcc
.PHONY: all-gcc just-gcc
all-gcc: just-gcc
else \
true ; \
fi
-\f
+
### readline
.PHONY: all-readline just-readline
all-readline: just-readline
else \
true ; \
fi
-\f
+
### glob
.PHONY: all-glob just-glob
all-glob: just-glob
else \
true ; \
fi
-\f
+
### gas
.PHONY: all-gas just-gas
all-gas: just-gas
else \
true ; \
fi
-\f
+
### ld
.PHONY: all-ld just-ld
all-ld: just-ld
else \
true ; \
fi
-\f
+
### gnulib (and gnulib1)
.PHONY: all-gnulib just-gnulib1 just-gnulib
just-gnulib1: all-gas all-binutils force
else \
true ; \
fi
-\f
+
### gdb
.PHONY: all-gdb just-gdb
all-gdb: just-gdb
else \
true ; \
fi
-\f
+
### make
.PHONY: all-make just-make
all-make: just-make
else \
true ; \
fi
-\f
+
### diff
.PHONY: all-diff just-diff
all-diff: just-diff
else \
true ; \
fi
-\f
+
### grep
.PHONY: all-grep just-grep
all-grep: just-grep
else \
true ; \
fi
-\f
+
### rcs
.PHONY: all-rcs just-rcs
all-rcs: just-rcs
else \
true ; \
fi
-\f
+
### gdbm
.PHONY: all-gdbm just-gdbm
all-gdbm: just-gdbm
else \
true ; \
fi
-\f
+
### cvs
.PHONY: all-cvs just-cvs
all-cvs: just-cvs just-rcs just-grep just-diff
else \
true ; \
fi
-\f
+
### emacs
.PHONY: all-emacs just-emacs
all-emacs: just-emacs
else \
true ; \
fi
-\f
+
### ispell
.PHONY: all-ispell just-ispell
all-ispell: just-ispell
else \
true ; \
fi
-\f
+
### flex
.PHONY: all-flex just-flex
all-flex: just-flex
else \
true ; \
fi
-\f
+
### fileutils
.PHONY: all-fileutils just-fileutils
all-fileutils: just-fileutils
else \
true ; \
fi
-\f
+
### libg++
.PHONY: all-libg++ just-libg++
all-libg++: just-libg++
# NOTE! We have added GXX= to the $(MAKE) line!!! Do not clone this one.
just-libg++: just-gcc force
if [ -d $(unsubdir)/libg++ ] ; then \
- MYGCC="`pwd`/gcc"; \
(cd $(unsubdir)/libg++$(subdir); \
$(MAKE) \
- GXX="$(GCCDIR)/gcc -B$(GCCDIR)/" \
+ GXX=`cd $(unsubdir)/..$(subdir); pwd`"/gcc/gcc -B"`cd $(unsubdir)/..$(subdir);pwd`"/gcc/ -I"`cd $(unsubdir)/..$(subdir); pwd`/gcc/include \
"prefix=$(prefix)" \
"datadir=$(datadir)" \
"mandir=$(mandir)" \
else \
true ; \
fi
-\f
+
### other supporting targets
# this is a bad hack.
all.xclib: all.normal
#
# Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc
-DEVO_SUPPORT= README DOC.configure Makefile.in configure configure.in \
+DEVO_SUPPORT= README cfg-paper.texi Makefile.in configure configure.in \
config.sub config
GDB_SUPPORT_DIRS= bfd include libiberty readline glob
GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) texinfo/fsf/texinfo.tex