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.
458
2007/
01
/
25
00
:
13
:
08
bill
Exp $
+
# $Id: Makefile.in,v 1.
459
2007/
03
/
31
22
:
59
:
52
marcus
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Pike embed target, either libpike.so or libpike.a. PIKE_LIB=@PIKE_LIB@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries.
pike.git/src/Makefile.in:1434:
# Must have manual depends on all the bytecode methods in the code # dir, since make depend will only include the one that was chosen, # and that doesn't suffice in source dists. $(SRCDIR)/pikecode.h: \ $(SRCDIR)/code/ia32.h \ $(SRCDIR)/code/amd64.h \ $(SRCDIR)/code/sparc.h \ $(SRCDIR)/code/ppc32.h \
+
$(SRCDIR)/code/ppc64.h \
$(SRCDIR)/code/computedgoto.h \ $(SRCDIR)/code/bytecode.h touch $(SRCDIR)/pikecode.h $(SRCDIR)/pikecode.c: \ $(SRCDIR)/code/ia32.c \ $(SRCDIR)/code/amd64.c \ $(SRCDIR)/code/sparc.c \ $(SRCDIR)/code/ppc32.c \
-
+
$(SRCDIR)/code/ppc64.c \
$(SRCDIR)/code/computedgoto.c \ $(SRCDIR)/code/bytecode.c touch $(SRCDIR)/pikecode.c @dependencies@