[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.14 and 1.15

version 1.14, Sat Jan 21 17:26:41 1995 UTC version 1.15, Wed Jan 25 18:53:44 1995 UTC
Line 20 
Line 20 
 CC      = gcc  CC      = gcc
 TEXI2DVI = tex  TEXI2DVI = tex
 DVI2PS  = dvips  DVI2PS  = dvips
   #you can get texi2html from http://asis01.cern.ch/infohtml/texi2html.html
   TEXI2HTML = texi2html
 MAKEINFO = makeinfo  MAKEINFO = makeinfo
 XCFLAGS = @CFLAGS@  XCFLAGS = @CFLAGS@
 XDEFINES = @DEFS@  XDEFINES = @DEFS@
Line 72 
Line 74 
 OBJECTS = engine.o io.o main.o @LIBOBJS@ @getopt_long@  OBJECTS = engine.o io.o main.o @LIBOBJS@ @getopt_long@
   
 # things that need a working forth system to be generated  # things that need a working forth system to be generated
   FORTH_GEN0 = primitives.b primitives.i prim_labels.i aliases.fs
   FORTH_GEN =  $(FORTH_GEN0) @KERNAL@
 # this is used for antidependences,  # this is used for antidependences,
   FORTH_GEN1 = $(FORTH_GEN0) @gforth_fi@
   
 FORTH_GEN =  primitives.b primitives.i prim_labels.i aliases.fs @KERNAL@  
   
 GEN_PRECIOUS = $(FORTH_GEN) gforth.texi gforth.dvi gforth.ps Makefile configure  GEN_PRECIOUS = $(FORTH_GEN) gforth.texi gforth.dvi gforth.ps Makefile configure
   
Line 119 
Line 123 
                 gzip -9 -f gforth-$(VERSION).tar                  gzip -9 -f gforth-$(VERSION).tar
                 -rm gforth-$(VERSION)                  -rm gforth-$(VERSION)
   
   #strip gforth, because the debugging stuff is hardly useful once
   # gforth manages to execute more than a few primitives
   
 install:        gforth $(FORTH_SRC) gforth.fi gforth.1 gforth.info  install:        gforth $(FORTH_SRC) gforth.fi gforth.1 gforth.info
                 $(INSTALL) -d $(bindir) $(mandir) $(infodir) $(libdir)/gforth $(datadir)/gforth                  $(INSTALL) -d $(bindir) $(mandir) $(infodir) $(libdir)/gforth $(datadir)/gforth
                 $(INSTALL_PROGRAM) gforth $(bindir)                  $(INSTALL_PROGRAM) -s gforth $(bindir)
                 $(INSTALL_DATA) gforth.1 $(mandir)                  $(INSTALL_DATA) gforth.1 $(mandir)
                 $(INSTALL_DATA) gforth.info* $(infodir)                  $(INSTALL_DATA) gforth.info* $(infodir)
                 $(INSTALL_DATA) gforth.fi $(libdir)/gforth                  $(INSTALL_DATA) gforth.fi $(libdir)/gforth
Line 139 
Line 146 
   
 kernl16l.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \  kernl16l.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \
                 errore.fs kernal.fs extend.fs tools.fs toolsext.fs \                  errore.fs kernal.fs extend.fs tools.fs toolsext.fs \
                 mach16l.fs $(FORTH_GEN)                  mach16l.fs $(FORTH_GEN1)
                 -$(CP) kernl16l.fi kernl16l.fi~                  -$(CP) kernl16l.fi kernl16l.fi~
                 $(FORTH) -e 's" mach16l.fs"' main.fs                  $(FORTH) -e 's" mach16l.fs"' main.fs
                 @LINK_KERNL16L@                  @LINK_KERNL16L@
   
 kernl16b.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \  kernl16b.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \
                 errore.fs kernal.fs extend.fs tools.fs toolsext.fs \                  errore.fs kernal.fs extend.fs tools.fs toolsext.fs \
                 mach16b.fs $(FORTH_GEN)                  mach16b.fs $(FORTH_GEN1)
                 -$(CP) kernl16b.fi kernl16b.fi~                  -$(CP) kernl16b.fi kernl16b.fi~
                 $(FORTH) -e 's" mach16b.fs"' main.fs                  $(FORTH) -e 's" mach16b.fs"' main.fs
                 @LINK_KERNL16B@                  @LINK_KERNL16B@
   
 kernl32l.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \  kernl32l.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \
                 errore.fs kernal.fs extend.fs tools.fs toolsext.fs \                  errore.fs kernal.fs extend.fs tools.fs toolsext.fs \
                 mach32l.fs $(FORTH_GEN)                  mach32l.fs $(FORTH_GEN1)
                 -$(CP) kernl32l.fi kernl32l.fi~                  -$(CP) kernl32l.fi kernl32l.fi~
                 $(FORTH) -e 's" mach32l.fs"' main.fs                  $(FORTH) -e 's" mach32l.fs"' main.fs
                 @LINK_KERNL32L@                  @LINK_KERNL32L@
   
 kernl32b.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \  kernl32b.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \
                 errore.fs kernal.fs extend.fs tools.fs toolsext.fs \                  errore.fs kernal.fs extend.fs tools.fs toolsext.fs \
                 mach32b.fs $(FORTH_GEN)                  mach32b.fs $(FORTH_GEN1)
                 -$(CP) kernl32b.fi kernl32b.fi~                  -$(CP) kernl32b.fi kernl32b.fi~
                 $(FORTH) -e 's" mach32b.fs"' main.fs                  $(FORTH) -e 's" mach32b.fs"' main.fs
                 @LINK_KERNL32B@                  @LINK_KERNL32B@
   
 kernl64l.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \  kernl64l.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \
                 errore.fs kernal.fs extend.fs tools.fs toolsext.fs \                  errore.fs kernal.fs extend.fs tools.fs toolsext.fs \
                 mach64l.fs $(FORTH_GEN)                  mach64l.fs $(FORTH_GEN1)
                 -$(CP) kernl64l.fi kernl64l.fi~                  -$(CP) kernl64l.fi kernl64l.fi~
                 $(FORTH) -e 's" mach64l.fs"' main.fs                  $(FORTH) -e 's" mach64l.fs"' main.fs
                 @LINK_KERNL64L@                  @LINK_KERNL64L@
   
 kernl64b.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \  kernl64b.fi:    main.fs search-order.fs cross.fs aliases.fs vars.fs add.fs \
                 errore.fs kernal.fs extend.fs tools.fs toolsext.fs \                  errore.fs kernal.fs extend.fs tools.fs toolsext.fs \
                 mach64b.fs $(FORTH_GEN)                  mach64b.fs $(FORTH_GEN1)
                 -$(CP) kernl64b.fi kernl64b.fi~                  -$(CP) kernl64b.fi kernl64b.fi~
                 $(FORTH) -e 's" mach64b.fs"' main.fs                  $(FORTH) -e 's" mach64b.fs"' main.fs
                 @LINK_KERNL64B@                  @LINK_KERNL64B@
Line 214 
Line 221 
 gforth.info:    gforth.texi  gforth.info:    gforth.texi
                 -$(MAKEINFO) gforth.texi                  -$(MAKEINFO) gforth.texi
   
   html:           gforth.texi
                   -$(RM) html/*
                   -mkdir html
                   cd html; $(TEXI2HTML) -menu -split_node ../gforth.texi
   
 # For an explanation of the following Makefile rules, see node  # For an explanation of the following Makefile rules, see node
 # `Automatic Remaking' in GNU Autoconf documentation.  # `Automatic Remaking' in GNU Autoconf documentation.
 Makefile: Makefile.in config.status  Makefile: Makefile.in config.status


Generate output suitable for use with a patch program
Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help