[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.70 and 1.71

version 1.70, Sun Oct 20 20:35:23 1996 UTC version 1.71, Fri Oct 25 17:09:43 1996 UTC
Line 180 
Line 180 
   
 all:    version.fs more  all:    version.fs more
   
 version.c:      Makefile.in  version.h:      Makefile.in
                 echo "char gforth_version[]=\"$(VERSION)\" ;" >$@                  echo "static char gforth_version[]=\"$(VERSION)\" ;" >$@
   
 version.fs:     Makefile.in  version.fs:     Makefile.in
                 $(MAKE) gforth                  $(MAKE) gforth
Line 396 
Line 396 
 engine.o:       engine.c primitives.i prim_labels.i machine.h threading.h $(INCLUDES) config.h  engine.o:       engine.c primitives.i prim_labels.i machine.h threading.h $(INCLUDES) config.h
                 $(GCC) $(CFLAGS) $(ENGINE_FLAGS) -c $(srcdir)/engine.c                  $(GCC) $(CFLAGS) $(ENGINE_FLAGS) -c $(srcdir)/engine.c
   
 main.o:         main.c machine.h threading.h $(INCLUDES) config.h  main.o:         main.c machine.h threading.h $(INCLUDES) config.h version.h
                 $(GCC) $(CFLAGS) $(ENGINE_FLAGS) -c $(srcdir)/main.c                  $(GCC) $(CFLAGS) $(ENGINE_FLAGS) -c $(srcdir)/main.c
   
 strtoul.o:      strtoul.c strtol.c  strtoul.o:      strtoul.c strtol.c


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help