Diff for /gforth/engine/Makefile.in between versions 1.63 and 1.64

version 1.63, 2007/04/15 20:33:46 version 1.64, 2007/04/22 20:06:26
Line 50  TAR = tar cf - Line 50  TAR = tar cf -
 GCC     = @CC@  GCC     = @CC@
 CC      = $(GCC)  CC      = $(GCC)
 LD      = $(GCC:gcc=ld)  LD      = $(GCC:gcc=ld)
   AS      = $(GCC:gcc=as)
 STRIP   = strip  STRIP   = strip
 GCCLD   = @GCC_LD@  GCCLD   = @GCC_LD@
   
Line 92  LDLIBS  = @LIBS@ Line 93  LDLIBS  = @LIBS@
   
 AOBJECTS = @signals_o@ support.o @LIBOBJS@  AOBJECTS = @signals_o@ support.o @LIBOBJS@
   
   @MAKEINC@
   
 OBJECTS = engine.o @engine2@ main.o  OBJECTS = engine.o @engine2@ main.o
 OBJECTS_NATIVE = engine-native.o engine-native2.o engine-native3.o main-native.o  OBJECTS_NATIVE = engine-native.o engine-native2.o engine-native3.o main-native.o
 OBJECTS_FAST = engine-fast.o @engine_fast2@ main-fast.o  OBJECTS_FAST = engine-fast.o @engine_fast2@ main-fast.o
Line 112  MAIN_FAST_DEPS = main.c $(DEPS) prim_sup Line 115  MAIN_FAST_DEPS = main.c $(DEPS) prim_sup
 .c.o:  .c.o:
         $(GCC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<          $(GCC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<
   
   .s.o:
           $(GCC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<
   
 support.o: support.c config.h forth.h longlong.h  support.o: support.c config.h forth.h longlong.h
   
 gforth$(EC)$(EXE):      $(OBJECTS) $(AOBJECTS)  gforth$(EC)$(EXE):      $(OBJECTS) $(AOBJECTS)

Removed from v.1.63  
changed lines
  Added in v.1.64


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