File:  [gforth] / gforth / Makefile.in
Revision 1.75: download - view: text, annotated - select for diffs
Mon Nov 11 16:59:14 1996 UTC (27 years, 4 months ago) by anton
Branches: MAIN
CVS tags: v0-2-0, HEAD
Added ans-report.fs objects.fs

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

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