pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
#
-
# $Id: Makefile.in,v 1.
386
2004/10/
20
18
:
59
:
38
grubba
Exp $
+
# $Id: Makefile.in,v 1.
387
2004/10/
22
23
:
22
:
57
nilsson
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:162:
rbtree.o \ rusage.o \ sscanf.o \ stralloc.o \ stuff.o \ threads.o \ version.o \ queue.o \ builtin.o \ iterators.o \
+
facetgroup.o \
svalue.o \ las.o \ builtin_functions.o \ peep.o \ module.o @EXTRA_OBJS@ MODULE_REQUIREMENTS= \ machine.h \ global.h \ precompile.sh-stamp \
pike.git/src/Makefile.in:976:
mv y.tab.h language.h_src && rm y.tab.c) $(SRCDIR)/interpret_functions_fixed.h: $(SRCDIR)/interpret_functions.h precompile.sh-stamp ./precompile.sh --cache make_interpret_functions.pike >"$@" "$(SRCDIR)/interpret_functions.h" || { rm "$@"; exit 1; } # UnixWare make needs help to find the source file... builtin.o: $(SRCDIR)/builtin.c iterators.o: $(SRCDIR)/iterators.c
+
facetgroup.o: $(SRCDIR)/facetgroup.c
+
backend.o: $(SRCDIR)/backend.c # Internal testing target run_yacc: $(SRCDIR)/language.c $(SRCDIR)/configure $(SRCDIR)/stamp-h.in: $(SRCDIR)/configure.in $(SRCDIR)/aclocal.m4 $(SRCDIR)/acconfig.h cd $(SRCDIR) && ./run_autoconfig --no-recursion . echo foo > $(SRCDIR)/stamp-h.in config.status: $(SRCDIR)/configure
pike.git/src/Makefile.in:1135:
module_support.protos \ threads.protos \ multiset.protos \ encode.protos \ object.protos \ error.protos \ opcodes.protos \ version.protos \ builtin.protos \ iterators.protos \
+
facetgroup.protos \
rbtree.protos $(HFILES): precompile.sh-stamp import-stamp: $(HFILES) precompile.sh-stamp @./precompile.sh fake_dynamic_load.pike >import_functions.tmp $(HFILES) @cmp import_functions.tmp import_functions.h >/dev/null || mv import_functions.tmp import_functions.h @echo hej >import-stamp import_functions.h: import-stamp