Branch: Tag:

2003-04-02

2003-04-02 19:24:49 by Martin Nilsson <mani@lysator.liu.se>

We are not building tpike, so this is not needed.

Rev: src/Makefile.in:1.351
Rev: src/builtin_functions.c:1.482
Rev: src/builtin_functions_t.c:1.4(DEAD)
Rev: src/dummy_ci.h:1.7(DEAD)
Rev: src/las.c:1.335
Rev: src/las_t.c:1.4(DEAD)
Rev: src/module.c:1.23
Rev: src/module_t.c:1.4(DEAD)
Rev: src/peep.c:1.85
Rev: src/peep_t.c:1.4(DEAD)

1:   # - # $Id: Makefile.in,v 1.350 2003/03/25 21:19:05 nilsson Exp $ + # $Id: Makefile.in,v 1.351 2003/04/02 19:15:24 nilsson Exp $   #      # This line is needed on some machines.
702:      peep.o: $(SRCDIR)/peep_engine.c    - peep_t.o: peep.c -  +    $(SRCDIR)/case_info.h: $(SRCDIR)/UnicodeData.txt $(TMP_BINDIR)/make_ci.pike    ./precompile.sh $(TMP_BINDIR)/make_ci.pike $(SRCDIR)/case_info.h \    <$(SRCDIR)/UnicodeData.txt      builtin_functions.o: $(SRCDIR)/case_info.h $(SRCDIR)/combine_path.h    - builtin_functions_t.o: builtin_functions.c $(SRCDIR)/combine_path.h -  +    $(SRCDIR)/treeopt.h: $(SRCDIR)/treeopt.in $(TMP_BINDIR)/mktreeopt.pike    ./precompile.sh $(TMP_BINDIR)/mktreeopt.pike $(SRCDIR)/treeopt.in || ( rm $(SRCDIR)/treeopt.h ; exit 1 )      las.o: $(SRCDIR)/treeopt.h    - las_t.o: las.c -  +    # This dependency is here to make sure that lexer[012].h are generated.   # The reason for the split is that some compilers (read lc) generate   # better code then. Strange, but true.
802:      module.o: modules/modlist_headers.h modules/modlist.h    - module_t.o: modules/modlist_headers.h modules/modlist.h -  +    $(SRCDIR)/interpret_protos.h_src: $(SRCDIR)/interpret_functions.h $(SRCDIR)/strip_opcodes    $(CPP) $(PREFLAGS) -DGEN_PROTOS $(SRCDIR)/interpret_functions.h | $(SRCDIR)/strip_opcodes >$(SRCDIR)/interpret_protos.h_src || { rm $(SRCDIR)/interpret_protos.h_src; exit 1; }   
948:    pike_types.protos \    gc.protos \    port.protos \ -  builtin_functions_t.protos \ +     callback.protos \    hashtable.protos \    program.protos \
957:    language.protos \    queue.protos \    cpp.protos \ -  las_t.protos \ -  peep_t.protos \ +     rusage.protos \    cyclic.protos \    lex.protos \