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.
387
2004/10/
22
23
:
22
:
57
nilsson
Exp $
+
# $Id: Makefile.in,v 1.
388
2004/10/
29
00
:
51
:
17
mast
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:961:
$(CPP) $(PREFLAGS) -DGEN_PROTOS $(SRCDIR)/interpret_functions.h | $(SRCDIR)/strip_opcodes >$(SRCDIR)/interpret_protos.h_src || { rm $(SRCDIR)/interpret_protos.h_src; exit 1; } lex.o: $(SRCDIR)/lex.c $(SRCDIR)/interpret_protos.h interpret.o: $(SRCDIR)/lex.c $(SRCDIR)/interpret_protos.h lex_t.o: $(SRCDIR)/lex_t.c $(SRCDIR)/interpret_protos.h language.o: $(SRCDIR)/language.c $(SRCDIR)/object.h $(SRCDIR)/interpret.h $(SRCDIR)/program.h
-
$(SRCDIR)/
language
.
c $(SRCDIR)/language
.
h_src
: $(SRCDIR)/language.yacc
+
$(SRCDIR)/
y
.
tab.
c: $(SRCDIR)/language.yacc
@echo "Expect 1 shift/reduce conflict."
-
(
cd $(SRCDIR) &&
\
-
$(YACC) $(YFLAGS) $(SRCDIR)/language.
yacc
&& \
+
cd $(SRCDIR) && $(YACC) $(YFLAGS)
language.yacc
+
+
$(SRCDIR)/language.
c:
$(SRCDIR)/y.tab.c
sed -e 's/YY_COUNT_TYPE/@YY_COUNT_TYPE@/' \
-
-e 's/YY_FROM_CONST/@YY_FROM_CONST@/'
<y.tab.c >language.c &&
\
-
mv
y.tab.h
language.h_src
&&
rm
y.tab.c)
+
-e 's/YY_FROM_CONST/@YY_FROM_CONST@/'
\
+
<
$(SRCDIR)/
y.tab.
c
> $(SRCDIR)/
language.c
-
+
$(SRCDIR)/language.h_src: $(SRCDIR)/y.tab.c
+
mv $(SRCDIR)/y.tab.h $(SRCDIR)/language.h_src
+
$(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 facetgroup.o: $(SRCDIR)/facetgroup.c