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.
187
2000/04/
10
21
:
34
:
26
hubbe Exp $
+
# $Id: Makefile.in,v 1.
188
2000/04/
18
17
:
23
:
35
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:526:
( cd $(SRCDIR)/modules/_Lobotomized_Crypto && autoconf ) # # Pike internal targets # module_objects: machine.h global.h modules/static_module_makefile modules/dynamic_module_makefile $(SRCDIR)/language.h lib master.pike @( cd modules ; rm remake >/dev/null 2>&1 || : ; \ $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \ ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) || exit $$?
+
interpret_protos.h: $(SRCDIR)/interpret_functions.h
+
egrep '^OPCODE' <$(SRCDIR)/interpret_functions.h >interpret_protos.h
+
+
lex.o: $(SRCDIR)/lex.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 ) $(SRCDIR)/language.c: $(SRCDIR)/language.h