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.
219
2000/
11
/
30
20
:
13
:
38
grubba
Exp $
+
# $Id: Makefile.in,v 1.
220
2000/
12
/
01
03
:
19
:
00
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:604:
# touch modlist.h here to avoid doing this work again if the # modules/modlist.h target is checked later. module_objects: $(MODULE_REQUIREMENTS) @( cd modules ; rm remake >/dev/null 2>&1 || : ; \ $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \ ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) || exit $$? touch modules/modlist.h interpret_protos.h: $(SRCDIR)/interpret_functions.h
-
egrep '^OPCODE' <$(SRCDIR)/interpret_functions.h >interpret_protos.h
+
egrep '^OPCODE' <$(SRCDIR)/interpret_functions.h >
$(SRCDIR)/
interpret_protos.h
lex.o: $(SRCDIR)/lex.c interpret_protos.h
-
+
interpret.o: $(SRCDIR)/lex.c interpret_protos.h
+
lex_t.o: $(SRCDIR)/lex_t.c interpret_protos.h language.o: $(SRCDIR)/language.c $(SRCDIR)/object.h $(SRCDIR)/interpret.h $(SRCDIR)/program.h $(SRCDIR)/language.h: $(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 )