| #Makefile for Gforth |
#Makefile for Gforth |
| |
|
| #Copyright (C) 1995, 1996 Free Software Foundation, Inc. |
#Copyright (C) 1995-1997 Free Software Foundation, Inc. |
| |
|
| #This file is part of Gforth. |
#This file is part of Gforth. |
| |
|
| site-init.fs \ |
site-init.fs \ |
| tt.fs sokoban.fs \ |
tt.fs sokoban.fs \ |
| wordsets.fs \ |
wordsets.fs \ |
| tester.fs coretest.fs postponetest.fs dbltest.fs \ |
tester.fs coretest.fs postponetest.fs dbltest.fs other-tests.fs \ |
| bubble.fs siev.fs matrix.fs fib.fs \ |
bubble.fs siev.fs matrix.fs fib.fs \ |
| oof.fs oofsampl.fs objects.fs |
oof.fs oofsampl.fs objects.fs |
| |
|
| SOURCES = CVS compat Makefile.in configure.in configure config.sub config.guess \ |
SOURCES = CVS compat Makefile.in gforth-makeimage \ |
| |
configure.in configure config.sub config.guess \ |
| acconfig.h config.h.in stamp-h.in \ |
acconfig.h config.h.in stamp-h.in \ |
| install-sh INSTALL README ToDo BUGS model COPYING Benchres \ |
install-sh INSTALL README ToDo BUGS model COPYING Benchres \ |
| gforth.ds texinfo.tex gforth.1 gforth.el \ |
gforth.ds texinfo.tex gforth.1 gforth.el \ |
| ecvt.c memcmp.c strtol.c strtoul.c ansidecl.h memmove.c pow10.c atanh.c \ |
ecvt.c memcmp.c strtol.c strtoul.c ansidecl.h memmove.c pow10.c atanh.c \ |
| strerror.c strsignal.c dblsub.c \ |
strerror.c strsignal.c dblsub.c \ |
| INSTALL.DOS makefile.dos mkdosmf.sed configure.bat dosconf.h \ |
INSTALL.DOS makefile.dos mkdosmf.sed configure.bat dosconf.h \ |
| startup.dos history.dos mkinstalldirs \ |
gforth-makeimage.bat startup.dos history.dos mkinstalldirs \ |
| configure.cmd mkos2mf.sed os2conf.h makefile.os2 \ |
configure.cmd mkos2mf.sed os2conf.h makefile.os2 \ |
| glosgen.glo glossaries.doc \ |
glosgen.glo glossaries.doc \ |
| $(INCLUDES) $(FORTH_SRC) |
$(INCLUDES) $(FORTH_SRC) |
| |
|
| RCS_FILES = ToDo model high-level |
RCS_FILES = ToDo model high-level |
| |
|
| GEN = gforth version.fs |
GEN = gforth gforth-ditc version.fs version-stamp |
| |
|
| OBJECTS0 = io.o memcasecmp.o @LIBOBJS@ @getopt_long@ |
OBJECTS0 = io.o memcasecmp.o @LIBOBJS@ @getopt_long@ |
| OBJECTS = engine.o main.o |
OBJECTS = engine.o main.o |
| #stuff in a binonly distribution |
#stuff in a binonly distribution |
| BINONLYDIST = config.status Makefile gforth gforth-ditc \ |
BINONLYDIST = config.status Makefile gforth gforth-ditc \ |
| $(OBJECTS0) $(OBJECTS) $(OBJECTS_DITC)\ |
$(OBJECTS0) $(OBJECTS) $(OBJECTS_DITC)\ |
| machine.h config.h kernel.fi stamp-h version.h version.fs \ |
machine.h config.h kernel.fi \ |
| |
stamp-h version.h version.fs version-stamp \ |
| INSTALL.BINDIST |
INSTALL.BINDIST |
| |
|
| KERNLS = kernl16b.fi- kernl16l.fi- \ |
KERNLS = kernl16b.fi- kernl16l.fi- \ |
| |
|
| #this rule avoids remaking everything after minor changes in Makefile.in |
#this rule avoids remaking everything after minor changes in Makefile.in |
| version-stamp: Makefile.in |
version-stamp: Makefile.in |
| test x'$(VERSION)' = x`cat $@` || echo $(VERSION) >$@ |
(test -r $@ && test x'$(VERSION)' = x`cat $@`) || echo $(VERSION) >$@ |
| |
|
| version.h: version-stamp |
version.h: version-stamp |
| echo "static char gforth_version[]=\"$(VERSION)\" ;" >$@ |
echo "static char gforth_version[]=\"$(VERSION)\" ;" >$@ |
| |
|
| check test: gforth gforth.fi |
check test: gforth gforth.fi |
| $(FORTH) tester.fs coretest.fs postponetest.fs dbltest.fs -e bye |
$(FORTH) tester.fs coretest.fs postponetest.fs dbltest.fs -e bye |
| |
$(FORTH) other-tests.fs -e bye |
| $(FORTH) code.fs checkans.fs -e bye |
$(FORTH) code.fs checkans.fs -e bye |
| @echo 'Expect no differences' |
@echo 'Expect no differences' |
| $(FORTH) -m 100000 prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' output-c process-file bye"| diff -c - $(srcdir)/primitives.i |
$(FORTH) -m 100000 prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' output-c process-file bye"| diff -c - $(srcdir)/primitives.i |
| -$(CP) $< $@ |
-$(CP) $< $@ |
| |
|
| gforth.fi: @kernel_fi@ gforth-makeimage gforth gforth-ditc $(GFORTH_FI_SRC) |
gforth.fi: @kernel_fi@ gforth-makeimage gforth gforth-ditc $(GFORTH_FI_SRC) |
| GFORTHD=./gforth-ditc $(srcdir)/gforth-makeimage gforth.fi $(FORTHSIZES) $(FORTHKFLAGS) startup.fs |
GFORTHD="./gforth-ditc -p .$(PATHSEP)$(srcdir)" $(srcdir)/gforth-makeimage gforth.fi $(FORTHSIZES) $(FORTHKFLAGS) startup.fs |
| |
|
| #TAGS is a GNU standard target |
#TAGS is a GNU standard target |
| TAGS: gforth.TAGS |
TAGS: gforth.TAGS |
| m4 -s $(srcdir)/primitives >$@ |
m4 -s $(srcdir)/primitives >$@ |
| |
|
| primitives.i : primitives.b prims2x.fs |
primitives.i : primitives.b prims2x.fs |
| $(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-c process-file bye" >$@ |
$(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-c process-file bye" >$@- |
| |
$(CP) $@- $@ |
| |
$(RM) $@- |
| |
|
| prim_labels.i : primitives.b prims2x.fs |
prim_labels.i : primitives.b prims2x.fs |
| $(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-label process-file bye" >$@ |
$(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-label process-file bye" >$@- |
| |
$(CP) $@- $@ |
| |
$(RM) $@- |
| |
|
| aliases.fs: primitives.b prims2x.fs aliases0.fs |
aliases.fs: primitives.b prims2x.fs aliases0.fs |
| $(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-alias process-file bye" |cat aliases0.fs - >$@ |
$(CP) aliases0.fs $@- |
| |
$(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-alias process-file bye" >>$@- |
| |
$(CP) $@- $@ |
| |
$(RM) $@- |
| |
|
| primitives.fs: primitives.b prims2x.fs primitives0.fs |
primitives.fs: primitives.b prims2x.fs primitives0.fs |
| $(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-forth process-file bye"|cat primitives0.fs - >$@ |
$(CP) primitives0.fs primitives.fs- |
| |
$(FORTHK) prims2x.fs -e "s\" primitives.b\" ' output-forth process-file bye" >>$@- |
| |
$(CP) $@- $@ |
| |
$(RM) $@- |
| |
|
| primitives.TAGS: primitives.b prims2x.fs |
primitives.TAGS: primitives.b prims2x.fs |
| $(FORTHK) prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' output-tag process-file bye" >$@ |
$(FORTHK) prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' output-tag process-file bye" >$@- |
| |
$(CP) $@- $@ |
| |
$(RM) $@- |
| |
|
| doc.fd: makedoc.fs float.fs search-order.fs glocals.fs environ.fs \ |
doc.fd: makedoc.fs $(GFORTH_FI_SRC) |
| toolsext.fs wordinfo.fs \ |
|
| vt100.fs colorize.fs see.fs bufio.fs debug.fs history.fs \ |
|
| doskey.fs vt100key.fs startup.fs assert.fs debugging.fs code.fs |
|
| $(FORTHK) -e "s\" doc.fd\"" makedoc.fs startup.fs code.fs -e bye |
$(FORTHK) -e "s\" doc.fd\"" makedoc.fs startup.fs code.fs -e bye |
| |
|
| crossdoc.fd: $(KERN_SRC) version.fs $(FORTH_GEN0) |
crossdoc.fd: $(KERN_SRC) version.fs $(FORTH_GEN0) |
| $(FORTHK) -e 's" mach32l.fs"' main.fs -e bye |
$(FORTHK) -e 's" mach32l.fs"' main.fs -e bye |
| |
|
| gforth.texi: gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd |
gforth.texi: gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd |
| $(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" >$@ |
$(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" >$@- |
| |
$(CP) $@- $@ |
| checkdoc: gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd answords.fs |
$(RM) $@- |
| $(FORTHK) ds2texi.fs answords.fs -e bye |
|
| |
checkdoc: gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd answords.fs gforth.texi |
| |
$(FORTHK) ds2texi.fs prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' register-doc process-file" crossdoc.fd doc.fd answords.fs -e bye |
| |
-grep unknown gforth.texi |
| |
|
| dvi: gforth.dvi |
dvi: gforth.dvi |
| |
|