# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#
-# Last Mod Tue Nov 12 00:21:50 PST 1991, by rich@sendai
#
# $Id$
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ ; \
else echo yacc ; fi`
+MAKEINFO = `if [ -d $(unsubdir)/../texinfo/C ] ; \
+ then echo \`pwd\`/$(unsubdir)/../texinfo/C$(subdir)/makeinfo ; \
+ else echo echo ; fi`
+
#\`(cd $(srcdir)/bison ; \\`pwd\\`)\`
SUBDIRS = libiberty readline bfd gdb binutils ld gas gcc gnulib clib
OTHERS =
if (cd $(unsubdir)/$$i$(subdir); \
$(MAKE) \
"against=$(against)" \
- "BISON=$(BISON)" $(DO)) ; then true ; \
+ "BISON=$(BISON)" \
+ "MAKEINFO=$(MAKEINFO)" \
+ $(DO)) ; then true ; \
else exit 1 ; fi ; \
else if [ -d $(unsubdir)/$$i ] ; then \
if (cd $(unsubdir)/$$i$(subdir); \
"RANLIB=$(RANLIB)" \
"LOADLIBES=$(LOADLIBES)" \
"LDFLAGS=$(LDFLAGS)" \
- "BISON=$(BISON)" $(DO)) ; then true ; \
+ "BISON=$(BISON)" \
+ "MAKEINFO=$(MAKEINFO)" \
+ $(DO)) ; then true ; \
else exit 1 ; fi ; \
else true ; fi ; \
fi ; \
-B`pwd`/$(unsubdir)/gas$(subdir)/$(stagepass)/ \
-B`pwd`/$(unsubdir)/ld$(subdir)/$(stagepass)/" \
"AR=`pwd`/$(unsubdir)/binutils$(subdir)/$(stagepass)/ar" \
- "LD=`pwd`/$(unsubdir)/ld$(subdir)/$(stagepass)/ld $(GCCVERBOSE)" \
+ "LD=`pwd`/$(unsubdir)/gcc$(subdir)/$(stagepass)/gcc $(GCCVERBOSE)" \
"RANLIB=`pwd`/$(unsubdir)/binutils$(subdir)/$(stagepass)/ranlib" \
"LOADLIBES=`pwd`/$(unsubdir)/gnulib$(subdir)/$(stagepass)/gnulib.a /lib/libc.a" \
"LDFLAGS=-nostdlib /lib/crt0.o \
else true; \
fi
+dir.info: force
+ gen-info-dir . > dir.info.new
+ mv -f dir.info.new dir.info
+
+generate-dir: force
+ - rm -f menus
+ for i in `find . -name \*.info -print` ; do \
+ echo Frobbing $$i... ; \
+ sed -e '1,/START-INFO-DIR-ENTRY/d' \
+ -e '/END-INFO-DIR-ENTRY/,$$d' $$i >> menus ; \
+ done
+
etags tags: TAGS
TAGS: FORCE