pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-04-27
2006-04-27 11:25:30 by Tor Edvardsson <tor.edvardsson@gmail.com>
c4774396eda553e61382c275cf21111be6114b8b (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added rules for amd64.
Rev: src/Makefile.in:1.421
1:
#
-
# $Id: Makefile.in,v 1.
420
2006/04/
22
14
:
41
:
04
grubba
Exp $
+
# $Id: Makefile.in,v 1.
421
2006/04/
27
11
:
25
:
30
tor
Exp $
# # This line is needed on some machines.
1278:
$(SRCDIR)/pikecode.h: \ $(SRCDIR)/code/ia32.h \
+
$(SRCDIR)/code/amd64.h \
$(SRCDIR)/code/sparc.h \ $(SRCDIR)/code/ppc32.h \ $(SRCDIR)/code/computedgoto.h \
1286:
$(SRCDIR)/pikecode.c: \ $(SRCDIR)/code/ia32.c \
+
$(SRCDIR)/code/amd64.c \
$(SRCDIR)/code/sparc.c \ $(SRCDIR)/code/ppc32.c \ $(SRCDIR)/code/computedgoto.c \