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.
402
2005/02/16 15:
16
:
41
grubba Exp $
+
# $Id: Makefile.in,v 1.
403
2005/02/16 15:
24
:
47
grubba Exp $
# # This line is needed on some machines. @SET_MAKE@ # Pike embed target, either pike.so or pike.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:1036:
language.o: $(SRCDIR)/language.c $(SRCDIR)/object.h $(SRCDIR)/interpret.h $(SRCDIR)/program.h $(SRCDIR)/y.tab.c $(SRCDIR)/language.h_src: $(SRCDIR)/language.yacc @echo "Expect 1 shift/reduce conflict." cd $(SRCDIR) && $(YACC) $(YFLAGS) language.yacc && mv $(SRCDIR)/y.tab.h $(SRCDIR)/language.h_src $(SRCDIR)/language.c: $(SRCDIR)/y.tab.c sed -e 's/YY_COUNT_TYPE/@YY_COUNT_TYPE@/' \ -e 's/YY_FROM_CONST/@YY_FROM_CONST@/' \
-
-e 's/short[ ]*int/int/g' \
+
-e 's/short[ ]*int
[ ]
/
\/* short *\/
int
/g' \
+
-e 's/(short[ ]*int)/(\/* short *\/ int)/g' \
< $(SRCDIR)/y.tab.c > $(SRCDIR)/language.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