File:  [gforth] / gforth / Makefile.in
Revision 1.72: download - view: text, annotated - select for diffs
Mon Oct 28 17:24:31 1996 UTC (27 years, 5 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Replaced config.guess config.sub with versions from Autoconf 2.10
added FORTHSIZES configuration variable
checked and fixed "make bindist" and "make clean"

    1: #Makefile for Gforth
    2: 
    3: #Copyright (C) 1995, 1996 Free Software Foundation, Inc.
    4: 
    5: #This file is part of Gforth.
    6: 
    7: #Gforth is free software; you can redistribute it and/or
    8: #modify it under the terms of the GNU General Public License
    9: #as published by the Free Software Foundation; either version 2
   10: #of the License, or (at your option) any later version.
   11: 
   12: #This program is distributed in the hope that it will be useful,
   13: #but WITHOUT ANY WARRANTY; without even the implied warranty of
   14: #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.#See the
   15: #GNU General Public License for more details.
   16: 
   17: #You should have received a copy of the GNU General Public License
   18: #along with this program; if not, write to the Free Software
   19: #Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   20: 
   21: # To change the values of `make' variables: instead of editing Makefiles,
   22: # (1) if the variable is set in `config.status', edit `config.status'
   23: #     (which will cause the Makefiles to be regenerated when you run `make');
   24: # (2) otherwise, pass the desired values on the `make' command line.
   25: 
   26: VERSION	=0.2.0#gforth version
   27: SHELL	= /bin/sh
   28: RM	= rm
   29: CP	= cp
   30: INSTALL	= @INSTALL@
   31: INSTALL_PROGRAM = @INSTALL_PROGRAM@
   32: INSTALL_DATA = @INSTALL_DATA@
   33: INSTALL_DIR = $(srcdir)/install-sh -d
   34: LN_S	= @LN_S@
   35: GCC	= @CC@
   36: CC	= $(GCC)
   37: PATHSEP = @PATHSEP@
   38: FORTHPATH = $(libdir)/gforth/site-forth$(PATHSEP)$(datadir)/gforth/site-forth$(PATHSEP)$(libdir)/gforth/$(VERSION)$(PATHSEP)$(datadir)/gforth/$(VERSION)$(PATHSEP).
   39: FORTHSIZES = @FORTHSIZES@
   40: FORTH	= ./gforth -p $(FORTHPATH)$(PATHSEP)$(srcdir)
   41: FORTHK	= ./gforth -p .$(PATHSEP)$(srcdir) -i ./kernel.fi
   42: FORTHP	= ./gforth -i ./kernel.fi
   43: STRIP	= strip
   44: TEXI2DVI = texi2dvi
   45: DVI2PS	= dvips -D300
   46: #you can get texi2html from http://asis01.cern.ch/infohtml/texi2html.html
   47: TEXI2HTML = texi2html
   48: MAKEINFO = makeinfo
   49: XCFLAGS	= @CFLAGS@
   50: XDEFINES = @DEFS@
   51: SWITCHES = $(XCFLAGS) $(XDEFINES) #-DNDEBUG #turn off assertions
   52: ENGINE_FLAGS = @ENGINE_FLAGS@ -fno-defer-pop -fcaller-saves
   53: DEBUGFLAG = @DEBUGFLAG@
   54: CFLAGS	= $(DEBUGFLAG) -I. -I$(srcdir) -O4 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\"
   55: 
   56: #John Wavrik should use -Xlinker -N to get a writable text (executable)
   57: XLDFLAGS = @LDFLAGS@
   58: GCCLDFLAGS = @GCCLDFLAGS@
   59: LDFLAGS	=  $(DEBUGFLAG) $(XLDFLAGS) $(GCCLDFLAGS)
   60: LDLIBS	= @LIBS@
   61: 
   62: VPATH = @srcdir@
   63: prefix = @prefix@
   64: exec_prefix = @exec_prefix@
   65: srcdir = @srcdir@
   66: bindir = $(exec_prefix)/bin
   67: #read-only architecture-independent files
   68: datadir = $(prefix)/share
   69: #read-only architecture-dependent non-ascii files
   70: libdir = $(prefix)/lib
   71: infodir = $(prefix)/info
   72: mandir = $(prefix)/man
   73: man1dir= $(mandir)/man1
   74: man1ext= .1
   75: #older emacses have their site-lisp in $(libdir)/emacs/
   76: emacssitelispdir=$(datadir)/emacs/site-lisp
   77: 
   78: INCLUDES = forth.h threading.h io.h
   79: 
   80: KERN_SRC = \
   81: 	add.fs \
   82: 	aliases.fs \
   83: 	cross.fs \
   84: 	errore.fs \
   85: 	extend.fs \
   86: 	kernel.fs \
   87: 	main.fs \
   88: 	search-order.fs \
   89: 	special.fs \
   90: 	tools.fs \
   91: 	toolsext.fs \
   92: 	vars.fs
   93: 
   94: GFORTH_FI_SRC = \
   95: 	assert.fs \
   96: 	blockedit.fb \
   97: 	blocks.fs \
   98: 	bufio.fs \
   99: 	debug.fs \
  100: 	debugging.fs \
  101: 	dumpimage.fs \
  102: 	environ.fs \
  103: 	float.fs \
  104: 	glocals.fs \
  105: 	hash.fs \
  106: 	history.fs \
  107: 	intcomp.fs \
  108: 	look.fs \
  109: 	search-order.fs \
  110: 	see.fs \
  111: 	source.fs \
  112: 	startup.fs \
  113: 	struct.fs \
  114: 	stuff.fs \
  115: 	tasker.fs \
  116: 	termsize.fs \
  117: 	vt100.fs \
  118: 	vt100key.fs \
  119: 	wordinfo.fs
  120: 
  121: FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) \
  122: 	ansi.fs answords.fs \
  123: 	checkans.fs \
  124: 	code.fs colorize.fs \
  125: 	doskey.fs ds2texi.fs \
  126: 	etags.fs filedump.fs \
  127: 	glosgen.fs gray.fs \
  128: 	makedoc.fs \
  129: 	mach16b.fs mach16l.fs mach32b.fs mach32l.fs mach64b.fs mach64l.fs \
  130: 	more.fs other.fs prims2x.fs random.fs \
  131: 	sieve.fs \
  132: 	site-init.fs \
  133: 	tt.fs sokoban.fs \
  134: 	wordsets.fs \
  135: 	tester.fs coretest.fs postponetest.fs dbltest.fs \
  136: 	bubble.fs siev.fs matrix.fs fib.fs \
  137: 	oof.fs oofsampl.fs
  138: 
  139: SOURCES	= CVS compat Makefile.in configure.in configure config.sub config.guess \
  140: 	acconfig.h config.h.in stamp-h.in \
  141: 	install-sh INSTALL README ToDo BUGS model COPYING Benchres \
  142: 	gforth.ds texinfo.tex gforth.1 gforth.el \
  143: 	primitives engine.c main.c io.c memcasecmp.c \
  144: 	m68k.h mips.h 386.h hppa.h cache.c sparc.h power.h alpha.h 32bit.h \
  145: 	getopt.c getopt1.c getopt.h select.c \
  146: 	ecvt.c memcmp.c strtol.c strtoul.c ansidecl.h memmove.c pow10.c atanh.c \
  147: 	strerror.c strsignal.c dblsub.c \
  148: 	INSTALL.DOS makefile.dos mkdosmf.sed configure.bat dosconf.h \
  149: 	startup.dos history.dos \
  150: 	os2conf.h makefile.os2 \
  151: 	glosgen.glo glossaries.doc \
  152: 	$(INCLUDES) $(FORTH_SRC)
  153: 
  154: RCS_FILES =  ToDo model high-level
  155: 
  156: GEN = gforth version.fs
  157: 
  158: OBJECTS	= engine.o io.o main.o memcasecmp.o @LIBOBJS@ @getopt_long@
  159: 
  160: # things that need a working forth system to be generated
  161: FORTH_GEN0 = primitives.b primitives.i prim_labels.i aliases.fs
  162: FORTH_GEN =  $(FORTH_GEN0) @KERNEL@ gforth.fi
  163: # this is used for antidependences,
  164: FORTH_GEN1 = $(FORTH_GEN0) @kernel_fi@ 
  165: 
  166: #distributed documentation
  167: DOCDIST = gforth.info* gforth.ps
  168: 
  169: #stuff in a binonly distribution 
  170: BINONLYDIST = config.status Makefile gforth $(OBJECTS) \
  171: 	machine.h config.h kernel.fi stamp-h version.h version.fs \
  172: 	INSTALL.BINDIST
  173: 
  174: KERNLS = kernl16b.fi- kernl16l.fi- \
  175: 	 kernl32b.fi- kernl32l.fi- \
  176: 	 kernl64b.fi- kernl64l.fi-
  177: 
  178: GEN_PRECIOUS = $(FORTH_GEN) $(KERNLS) gforth.texi gforth.dvi gforth.ps Makefile configure
  179: 
  180: #standards.info recommends this:
  181: .SUFFIXES:
  182: .SUFFIXES: .c .o
  183: 
  184: all:	version.fs more
  185: 
  186: version.h:	Makefile.in
  187: 		echo "static char gforth_version[]=\"$(VERSION)\" ;" >$@
  188: 
  189: version.fs:	Makefile.in
  190: 		$(MAKE) gforth
  191: 		echo ": version-string s\" $(VERSION)\" ;" >$@
  192: 
  193: more:	$(FORTH_GEN) gforth
  194: 
  195: #from the gcc Makefile: 
  196: #"Deletion of files made during compilation.
  197: # There are four levels of this:
  198: #   `mostlyclean', `clean', `distclean' and `realclean'.
  199: # `mostlyclean' is useful while working on a particular type of machine.
  200: # It deletes most, but not all, of the files made by compilation.
  201: # It does not delete libgcc.a or its parts, so it won't have to be recompiled.
  202: # `clean' deletes everything made by running `make all'.
  203: # `distclean' also deletes the files made by config.
  204: # `realclean' also deletes everything that could be regenerated automatically."
  205: 
  206: mostlyclean:
  207: 		-$(RM) -rf *.s gforth.fi *.fi~ *.fi- version.fs *TAGS \
  208: 		crossdoc.fd doc.fd gforth.texi gforth.fns gforth.aux gforth.cp gforth.cps \
  209: 		gforth.dvi gforth.fn gforth.ky gforth.log gforth.pg \
  210: 		gforth.toc gforth.tp gforth.vr html gforth-$(VERSION).tar.gz \
  211: 		version.h stamp-h
  212: 
  213: clean:		mostlyclean
  214: 		-$(RM) -rf $(GEN) *.o 
  215: 
  216: distclean:	clean
  217: 		-$(RM) machine.h kernel.fi config.cache config.log config.status config.h Makefile
  218: 
  219: #realclean is useless, but dangerous, so it's commented out
  220: #realclean:	distclean
  221: #		-$(RM) $(GEN_PRECIOUS)
  222: 
  223: #mostlyclean, but also remove some of the stuff that is distributed
  224: virtualclean:	mostlyclean
  225: 		-$(RM) -rf gforth.fns gforth.texi gforth.ps gforth.info* \
  226: 		gforth-$(VERSION).tar.gz config.cache *~ */*~
  227: 
  228: #use dist targets only when srcdir=.
  229: dist:		$(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST)
  230: 		-rm -rf gforth-$(VERSION)
  231: 		mkdir gforth-$(VERSION)
  232: 		$(CP) -rp $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) gforth-$(VERSION)
  233: 		tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).tar.gz
  234: 		-rm -rf gforth-$(VERSION)
  235: 
  236: #A source distribution contains only the things needed to install gforth,
  237: #without the documents.
  238: srcdist:	$(SOURCES) $(FORTH_GEN0) @KERNEL@
  239: 		-rm -rf gforth-$(VERSION)
  240: 		mkdir gforth-$(VERSION)
  241: 		$(CP) -rp $(SOURCES) $(FORTH_GEN0) @KERNEL@ gforth-$(VERSION)
  242: 		tar cvf - gforth-$(VERSION)|gzip -9 >gforth-src-$(VERSION).tar.gz
  243: 		-rm -rf gforth-$(VERSION)
  244: 
  245: #A document distribution contains only the documents, which can be created
  246: #with MAKE.
  247: docdist:	$(DOCDIST)
  248: 		-rm -rf gforth-$(VERSION)
  249: 		mkdir gforth-$(VERSION)
  250: 		$(CP) -rp $(DOCDIST) gforth-$(VERSION)
  251: 		tar cvf - gforth-$(VERSION)|gzip -9 >gforth-doc-$(VERSION).tar.gz
  252: 		-rm -rf gforth-$(VERSION)
  253: 
  254: #a binary distribution contains the complete source distribution,
  255: # the objects, the executable and the links. the objects are there for making
  256: # make happy.
  257: bindist:	$(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST)
  258: 		-rm -rf gforth-$(VERSION)
  259: 		mkdir gforth-$(VERSION)
  260: 		$(CP) -rp -d $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) gforth-$(VERSION)
  261: 		strip gforth-$(VERSION)/gforth
  262: 		tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-@host@.tar.gz
  263: 
  264: #makes a package with only the stuff not present in the source
  265: #package. For installation the source package is still needed!
  266: #This is useful if you want to distribute many binary versions in
  267: #little space (e.g., on floppy disk): Put the source package and
  268: #all the binonly packages you are interested in on the disk. The user
  269: #then just has to unpack the source and his favourite binonly into the
  270: #same directory and has a full binary distribution.
  271: binonlydist:	$(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST)
  272: 		-rm -rf gforth-$(VERSION)
  273: 		mkdir gforth-$(VERSION)
  274: 		$(CP) -p -d  $(BINONLYDIST) gforth-$(VERSION)
  275: 		strip gforth-$(VERSION)/gforth
  276: 		tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-binonly-@host@.tar.gz
  277: 
  278: 
  279: #strip gforth, because the debugging stuff is hardly useful once
  280: # gforth manages to execute more than a few primitives
  281: 
  282: #install does not depend on gforth.info, because that would require
  283: #supplying a lot of files that can be easily generated (only info is
  284: #hard to generate)
  285: install:	gforth $(FORTH_SRC) kernel.fi gforth.fi gforth.1 primitives gforth.TAGS
  286: 		for i in $(bindir) $(mandir) $(infodir) $(libdir)/gforth/$(VERSION) $(datadir)/gforth/$(VERSION) $(libdir)/gforth/site-forth $(datadir)/gforth/site-forth; do \
  287: 			$(INSTALL_DIR) $$i; \
  288: 		done
  289: 		touch $(datadir)/gforth/site-forth/site-init.fs
  290: 		-$(RM) $(bindir)/gforth $(bindir)/gforth-$(VERSION)
  291: 		$(INSTALL_PROGRAM) -s gforth $(bindir)
  292: 		ln $(bindir)/gforth $(bindir)/gforth-$(VERSION)
  293: 		$(INSTALL_DATA) $(srcdir)/gforth.1 $(mandir)
  294: 		for i in $(srcdir)/gforth.info*; do $(INSTALL_DATA) $$i $(infodir); done
  295: 		for i in $(FORTH_SRC) primitives; do \
  296: 			$(INSTALL_DATA) $(srcdir)/$$i $(datadir)/gforth/$(VERSION); \
  297: 		done
  298: 		$(INSTALL_DATA) kernel.fi $(libdir)/gforth/$(VERSION)
  299: 		$(FORTHP) $(FORTHSIZES) startup.fs -e "savesystem $(libdir)/gforth/$(VERSION)/gforth.fi bye" #gforth.fi contains some path names
  300: 		sed s:$(srcdir)/:$(datadir)/gforth/$(VERSION)/: gforth.TAGS >TAGS; $(INSTALL_DATA) TAGS $(datadir)/gforth/$(VERSION)
  301: 		if test -d $(emacssitelispdir); then \
  302: 			$(INSTALL_DATA) $(srcdir)/gforth.el $(emacssitelispdir); \
  303: 		else \
  304: 			echo ">>>>>Please install $(srcdir)/gforth.el in your .../emacs/site-lisp directory"; \
  305: 		fi
  306: 		echo ">>>>> Please make an entry for Gforth in your info dir file; e.g.:"; \
  307: 		echo "* Gforth: (gforth).	A fast interpreter for the Forth language."
  308: 
  309: install-strip:	install
  310: 
  311: #deinstall all files specific to this version of gforth
  312: #to uninstall version foo, type `make uninstall VERSION=foo'
  313: uninstall:	
  314: 		-$(RM) -rf $(libdir)/gforth/$(VERSION) $(datadir)/gforth/$(VERSION) $(bindir)/gforth-$(VERSION)
  315: 		@echo -e "Type\n$(RM) -rf $(bindir)/gforth $(mandir)/gforth.1 $(infodir)/gforth.info* $(datadir)/gforth $(libdir)/gforth\nto remove Gforth completely"
  316: 
  317: check test:	gforth gforth.fi
  318: 		$(FORTH) tester.fs coretest.fs postponetest.fs dbltest.fs -e bye
  319: 		$(FORTH) code.fs checkans.fs -e bye
  320: 		@echo 'Expect no differences'
  321: 		$(FORTH) prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' output-c process-file bye"| diff -c - $(srcdir)/primitives.i
  322: 
  323: bench:		gforth gforth.fi
  324: 		@echo 'Each benchmark takes about 30s on a 486-66 (gcc-2.6.3 -DFORCE_REG)'
  325: 		time $(FORTH) siev.fs -e "main bye"
  326: 		time $(FORTH) bubble.fs -e "main bye"
  327: 		time $(FORTH) -m 160000 matrix.fs -e "main bye"
  328: 		time $(FORTH) fib.fs -e "main bye"
  329: 
  330: dvi:		gforth.dvi
  331: 
  332: gforth:		$(OBJECTS)
  333: 		-$(CP) gforth gforth~
  334: 		$(GCC) $(LDFLAGS) $(OBJECTS) $(LDLIBS) -o $@
  335: 		@MAKE_EXE@
  336: 
  337: kernl16l.fi-:	$(KERN_SRC) version.fs mach16l.fs $(FORTH_GEN0)
  338: 		$(FORTHK) -e 's" mach16l.fs"' main.fs -e "save-cross kernl16l.fi- $(bindir)/gforth-$(VERSION) bye"
  339: 
  340: kernl16b.fi-:	$(KERN_SRC) version.fs mach16b.fs $(FORTH_GEN0)
  341: 		$(FORTHK) -e 's" mach16b.fs"' main.fs -e "save-cross kernl16b.fi- $(bindir)/gforth-$(VERSION) bye"
  342: 
  343: kernl32l.fi-:	$(KERN_SRC) version.fs mach32l.fs $(FORTH_GEN0)
  344: 		$(FORTHK) -e 's" mach32l.fs"' main.fs -e "save-cross kernl32l.fi- $(bindir)/gforth-$(VERSION) bye"
  345: 
  346: kernl32b.fi-:	$(KERN_SRC) version.fs mach32b.fs $(FORTH_GEN0)
  347: 		$(FORTHK) -e 's" mach32b.fs"' main.fs -e "save-cross kernl32b.fi- $(bindir)/gforth-$(VERSION) bye"
  348: 
  349: kernl64l.fi-:	$(KERN_SRC) version.fs mach64l.fs $(FORTH_GEN0)
  350: 		$(FORTHK) -e 's" mach64l.fs"' main.fs -e "save-cross kernl64l.fi- $(bindir)/gforth-$(VERSION) bye"
  351: 
  352: kernl64b.fi-:	$(KERN_SRC) version.fs mach64b.fs $(FORTH_GEN0)
  353: 		$(FORTHK) -e 's" mach64b.fs"' main.fs -e "save-cross kernl64b.fi- $(bindir)/gforth-$(VERSION) bye"
  354: 
  355: kernl16b.fi:	$(KERNLS)
  356: 		-$(CP) kernl16b.fi kernl16b.fi~
  357: 		-$(CP) kernl16b.fi- kernl16b.fi
  358: 		@LINK_KERNL16B@
  359: 
  360: kernl16l.fi:	$(KERNLS)
  361: 		-$(CP) kernl16l.fi kernl16l.fi~
  362: 		-$(CP) kernl16l.fi- kernl16l.fi
  363: 		@LINK_KERNL16L@
  364: 
  365: kernl32b.fi:	$(KERNLS)
  366: 		-$(CP) kernl32b.fi kernl32b.fi~
  367: 		-$(CP) kernl32b.fi- kernl32b.fi
  368: 		@LINK_KERNL32B@
  369: 
  370: kernl32l.fi:	$(KERNLS)
  371: 		-$(CP) kernl32l.fi kernl32l.fi~
  372: 		-$(CP) kernl32l.fi- kernl32l.fi
  373: 		@LINK_KERNL32L@
  374: 
  375: kernl64b.fi:	$(KERNLS)
  376: 		-$(CP) kernl64b.fi kernl64b.fi~
  377: 		-$(CP) kernl64b.fi- kernl64b.fi
  378: 		@LINK_KERNL64B@
  379: 
  380: kernl64l.fi:	$(KERNLS)
  381: 		-$(CP) kernl64l.fi kernl64l.fi~
  382: 		-$(CP) kernl64l.fi- kernl64l.fi
  383: 		@LINK_KERNL64L@
  384: 
  385: gforth.fi:	@kernel_fi@ gforth $(GFORTH_FI_SRC)
  386: 		$(FORTHK) $(FORTHSIZES) startup.fs -e "savesystem gforth.fi bye"
  387: 
  388: #TAGS is a GNU standard target
  389: TAGS:		gforth.TAGS
  390: 		$(CP) gforth.TAGS $@
  391: 
  392: gforth.TAGS:	@kernel_fi@ gforth $(GFORTH_FI_SRC) primitives.TAGS
  393: 		$(FORTHK) etags.fs startup.fs -e bye
  394: 		cat TAGS primitives.TAGS kernel.TAGS >gforth.TAGS
  395: 		rm TAGS
  396: 
  397: engine.s:	engine.c primitives.i prim_labels.i machine.h threading.h $(INCLUDES) config.h
  398: 		$(GCC) $(CFLAGS) $(ENGINE_FLAGS) -S $(srcdir)/engine.c
  399: 
  400: engine.o:	engine.c primitives.i prim_labels.i machine.h threading.h $(INCLUDES) config.h
  401: 		$(GCC) $(CFLAGS) $(ENGINE_FLAGS) -c $(srcdir)/engine.c
  402: 
  403: main.o:		main.c machine.h threading.h $(INCLUDES) config.h version.h
  404: 		$(GCC) $(CFLAGS) $(ENGINE_FLAGS) -c $(srcdir)/main.c
  405: 
  406: strtoul.o:	strtoul.c strtol.c
  407: 
  408: primitives.b:	primitives
  409: 		m4 -s $(srcdir)/primitives >$@ 
  410: 
  411: primitives.i :	primitives.b prims2x.fs
  412: 		$(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-c process-file bye" >$@
  413: 
  414: prim_labels.i :	primitives.b prims2x.fs
  415: 		$(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-label process-file bye" >$@
  416: 
  417: aliases.fs:	primitives.b prims2x.fs
  418: 		$(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-alias process-file bye" >$@
  419: 
  420: primitives.fs:	primitives.b prims2x.fs
  421: 		$(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-forth process-file bye" >$@
  422: 
  423: primitives.TAGS: primitives.b prims2x.fs
  424: 		$(FORTHK) prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' output-tag process-file bye" >$@
  425: 
  426: doc.fd:		makedoc.fs float.fs search-order.fs glocals.fs environ.fs \
  427: 		 toolsext.fs wordinfo.fs \
  428: 		 vt100.fs colorize.fs see.fs bufio.fs debug.fs history.fs \
  429: 		 doskey.fs vt100key.fs startup.fs assert.fs debugging.fs code.fs
  430: 		$(FORTHK) -e "s\" doc.fd\"" makedoc.fs startup.fs code.fs -e bye
  431: 
  432: crossdoc.fd:	$(KERN_SRC) version.fs $(FORTH_GEN0)
  433: 		$(FORTHK) -e 's" mach32l.fs"' main.fs -e bye
  434: 
  435: gforth.texi:	gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd
  436: 		$(FORTHK) ds2texi.fs prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' register-doc process-file" crossdoc.fd doc.fd -e "s\" $(srcdir)/gforth.ds\" r/o open-file throw ds2texi bye" >$@
  437: 
  438: checkdoc:	gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd answords.fs
  439: 		$(FORTHK) ds2texi.fs answords.fs -e bye
  440: 
  441: dvi:		gforth.dvi
  442: 
  443: gforth.dvi gforth.fns:	gforth.texi
  444: 		$(TEXI2DVI) gforth.texi
  445: 
  446: gforth.ps:	gforth.dvi
  447: 		$(DVI2PS) gforth.dvi -o $@
  448: 
  449: info:		gforth.info
  450: 
  451: gforth.info:	gforth.texi
  452: 		-$(MAKEINFO) gforth.texi
  453: 
  454: html:		gforth.texi
  455: 		-$(RM) html/*
  456: 		-mkdir html
  457: 		cd html; $(TEXI2HTML) -menu -split_node ../gforth.texi
  458: 
  459: doc:		gforth.ps html
  460: 
  461: # For an explanation of the following Makefile rules, see node
  462: # `Automatic Remaking' in GNU Autoconf documentation.
  463: $(srcdir)/configure:	configure.in 
  464: 		cd $(srcdir) && autoconf
  465: 
  466: # autoheader might not change config.h.in, so touch a stamp file.
  467: $(srcdir)/config.h.in:	stamp-h.in
  468: $(srcdir)/stamp-h.in:	configure.in  acconfig.h
  469: 		cd $(srcdir) && autoheader
  470: 		echo timestamp > $(srcdir)/stamp-h.in
  471: 
  472: config.h:	stamp-h
  473: stamp-h:	config.h.in config.status
  474: 		CONFIG_FILES=$@ CONFIG_HEADERS=config.h ./config.status
  475: 		echo > stamp-h
  476: Makefile:	Makefile.in config.status
  477: 		CONFIG_FILES=$@ CONFIG_HEADERS=config.h ./config.status
  478:      
  479: config.status:	configure
  480: 		./config.status --recheck
  481: 
  482: 
  483: #create files for DOS, because DOS cannot do it itself
  484: makefile.dos: mkdosmf.sed Makefile.in
  485: 	sed -f mkdosmf.sed <Makefile.in >makefile.dos
  486: 
  487: makefile.os2: mkos2mf.sed Makefile.in
  488: 	sed -f mkos2mf.sed <Makefile.in >makefile.os2
  489: 	echo '%.o:	%.c' >>makefile.os2
  490: 	echo '		$$(GCC) $$(CFLAGS) -c $$<' >>makefile.os2
  491: 
  492: history.dos: history.fs Makefile.in
  493: 	sed -e "s,~/\.gforth-history,/gforth.his,g" <history.fs >history.dos
  494: 
  495: startup.dos: startup.fs Makefile.in
  496: 	sed -e "s/\\\\ include doskey/include doskey/g" \
  497: 	    -e "s/include vt100key/\\\\ include vt100key/g" <startup.fs >startup.dos
  498: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>