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.
261
2001/06/
20
22:
28
:
54
grubba
Exp $
+
# $Id: Makefile.in,v 1.
262
2001/06/
21
22:
47
:
59
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:147:
threads.o \ version.o \ queue.o \ builtin.o \ iterators.o \ svalue.o @EXTRA_OBJS@ MODULE_REQUIREMENTS= \ machine.h \ global.h \
+
precompile.sh-stamp \
modules/static_module_makefile \ modules/dynamic_module_makefile \ $(SRCDIR)/language.h \ $(SRCDIR)/interpret_protos.h \ lib @EXTRA_MODULE_REQUIREMENTS@ DEPEND= \ $(SRCDIR)/language.c \ $(SRCDIR)/builtin.c
pike.git/src/Makefile.in:709:
$(SRCDIR)/language.h_src: $(SRCDIR)/language.yacc @echo "Expect 1 shift/reduce conflict." ( cd $(SRCDIR) &&\ $(YACC) $(YFLAGS) language.yacc &&\ mv y.tab.c language.c &&\ 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)/iterators.c: $(SRCDIR)/iterators.cmod precompile.sh-stamp $(TMP_BINDIR)/precompile.pike
-
-
$(SRCDIR)/backend.c: $(SRCDIR)/backend.cmod precompile.sh-stamp $(TMP_BINDIR)/precompile.pike
-
+
# UnixWare make needs help to find the source file... builtin.o: $(SRCDIR)/builtin.c iterators.o: $(SRCDIR)/iterators.c backend.o: $(SRCDIR)/backend.c # Internal testing target run_yacc: $(SRCDIR)/language.c