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.
249
2001/02/
23
22
:
54
:
32
grubba
Exp $
+
# $Id: Makefile.in,v 1.
250
2001/02/
24
02
:
38
:
31
hubbe
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:139:
operators.o \ port.o \ program.o \ rusage.o \ stralloc.o \ stuff.o \ threads.o \ version.o \ queue.o \ builtin.o \
-
mapping_stuff
.o \
+
iterators
.o \
svalue.o @EXTRA_OBJS@ MODULE_REQUIREMENTS= \ machine.h \ global.h \ modules/static_module_makefile \ modules/dynamic_module_makefile \ $(SRCDIR)/language.h \ $(SRCDIR)/interpret_protos.h \ lib @EXTRA_MODULE_REQUIREMENTS@
pike.git/src/Makefile.in:690:
mv y.tab.h language.h_src ) $(SRCDIR)/language.c: $(SRCDIR)/language.h_src touch $(SRCDIR)/language.c # # This rule makes sure that builtin.c is created in the source dir. # $(SRCDIR)/builtin.c: $(SRCDIR)/builtin.cmod precompile.sh-stamp $(TMP_BINDIR)/precompile.pike
-
$(SRCDIR)/
mapping_stuff
.c: $(SRCDIR)/
mapping_stuff
.cmod precompile.sh-stamp $(TMP_BINDIR)/precompile.pike
+
$(SRCDIR)/
iterators
.c: $(SRCDIR)/
iterators
.cmod precompile.sh-stamp $(TMP_BINDIR)/precompile.pike
# UnixWare make needs help to find the source file... builtin.o: $(SRCDIR)/builtin.c
-
mapping_stuff
.o: $(SRCDIR)/
mapping_stuff
.c
+
iterators
.o: $(SRCDIR)/
iterators
.c
# Internal testing target run_yacc: $(SRCDIR)/language.c $(SRCDIR)/configure: $(SRCDIR)/configure.in cd $(SRCDIR) && autoconf config.status: $(SRCDIR)/configure ./config.status --recheck