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

version 1.64, 2007/04/22 20:06:26 version 1.65, 2007/06/30 20:28:55
Line 105  OBJECTS_FI =  engine.o main-fi.o Line 105  OBJECTS_FI =  engine.o main-fi.o
   
 # In engine subdirectory there are (or should be) only files that belong to  # In engine subdirectory there are (or should be) only files that belong to
 # our engine, so we can make life easy  # our engine, so we can make life easy
 DEPS =  config.h *.h $(srcdir)/../arch/$(machine)/*.[h]  DEPS =  config.h forth.h io.h $(srcdir)/../arch/$(machine)/*.[h]
 ENGINE_DEPS = engine.c $(DEPS) prim_lab.i prim.i @image_i@  ENGINE_DEPS = engine.c $(DEPS) prim_lab.i prim.i @image_i@ fnmatch.h threaded.h
 MAIN_DEPS = main.c $(DEPS) prim_superend.i prim_num.i prim_grp.i costs.i super2.i  MAIN_DEPS = main.c $(DEPS) prim_superend.i prim_num.i prim_grp.i costs.i super2.i
 ENGINE_FAST_DEPS = engine.c $(DEPS) prim_lab-fast.i prim-fast.i  ENGINE_FAST_DEPS = engine.c $(DEPS) prim_lab-fast.i prim-fast.i fnmatch.h threaded.h
 MAIN_FAST_DEPS = main.c $(DEPS) prim_superend-fast.i prim_num-fast.i prim_grp-fast.i costs-fast.i super2-fast.i  MAIN_FAST_DEPS = main.c $(DEPS) prim_superend-fast.i prim_num-fast.i prim_grp-fast.i costs-fast.i super2-fast.i
   
 #some makes don't do the -o $@ correctly, so we help them  #some makes don't do the -o $@ correctly, so we help them
Line 120  MAIN_FAST_DEPS = main.c $(DEPS) prim_sup Line 120  MAIN_FAST_DEPS = main.c $(DEPS) prim_sup
   
 support.o: support.c config.h forth.h longlong.h  support.o: support.c config.h forth.h longlong.h
   
   strtol.o: strtol.c ansidecl.h
   
   fnmatch.o: fnmatch.c fnmatch.h
   
   getopt1.o: getopt1.c getopt.h
   
   getopt.o: getopt.c getopt.h
   
 gforth$(EC)$(EXE):      $(OBJECTS) $(AOBJECTS)  gforth$(EC)$(EXE):      $(OBJECTS) $(AOBJECTS)
         $(GCCLD) $(LDFLAGS) $(OBJECTS) $(AOBJECTS) $(LDLIBS) -o $@          $(GCCLD) $(LDFLAGS) $(OBJECTS) $(AOBJECTS) $(LDLIBS) -o $@
   

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


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