+Mon Mar 1 16:40:10 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
+
+ * Makefile.in (all-prms, install-prms): Changed to gnats.
+ * configure.in (host_tools): Changed prms to gnats.
+
Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
* configure.in: Added "dejagnu" to hosttools list.
echo ; \
fi`
+GNATS = all-gnats
#### host and target specific makefile fragments come in here.
###
"LOADLIBES=$(LOADLIBES)" \
"MAKEINFO=$(MAKEINFO)" \
"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
+ "GNATS=$(GNATS)" \
"RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
"XTRAFLAGS_FOR_TARGET=$(XTRAFLAGS)" \
"exec_prefix=$(exec_prefix)" \
$(start-sanitize-chill) \
all-chillrt \
$(end-sanitize-chill) \
- all-gprof all-prms all-send-pr all-libm all-deja-gnu \
+ all-gprof all-gnats all-send-pr all-libm all-deja-gnu \
all-fileutils all-find all-gawk all-sed all-shellutils \
all-textutils all-time all-wdiff all-uudecode \
all-hello all-tar all-gzip all-indent all-recode
install-newlib \
install-opcodes \
install-patch \
- install-prms \
+ install-gnats \
install-rcs \
install-readline \
install-recode \
true ; \
fi
-### prms
-all-prms: force
- @if [ -f ./prms/Makefile ] ; then \
+### gnats
+all-gnats: force
+ @if [ -f ./gnats/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \
- (cd ./prms; \
+ (cd ./gnats; \
$(MAKE) $(FLAGS_TO_PASS) all) ; \
else \
true ; \
fi
-install-prms: force
- @if [ -f ./prms/Makefile ] ; then \
+install-gnats: force
+ @if [ -f ./gnats/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \
- (cd ./prms; \
+ (cd ./gnats; \
$(MAKE) $(FLAGS_TO_PASS) install) ; \
else \
true ; \
# these tools are built for the host environment
#
host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
- send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu sim
- m4 autoconf ispell grep diff rcs cvs fileutils shellutils
+ gnats send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu
+ sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils
textutils wdiff find emacs uudecode hello tar gzip indent
recode"