Diff for /gforth/Makefile.in between versions 1.91 and 1.92

version 1.91, 1997/03/19 18:27:09 version 1.92, 1997/03/20 14:39:49
Line 168  SOURCES = CVS compat Makefile.in gforth- Line 168  SOURCES = CVS compat Makefile.in gforth-
   
 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
Line 186  DOCDIST = gforth.info* gforth.ps Line 186  DOCDIST = gforth.info* gforth.ps
 #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- \
Line 203  all: version.fs more Line 204  all: version.fs more
   
 #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)\" ;" >$@
Line 421  kernl%.fi: kernl%.fi- $(KERNLS) Line 422  kernl%.fi: kernl%.fi- $(KERNLS)
                 -$(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 -p ." $(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

Removed from v.1.91  
changed lines
  Added in v.1.92


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