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.
421
2006/
04
/
27
11
:
25
:
30
tor
Exp $
+
# $Id: Makefile.in,v 1.
422
2006/
06
/
17
20
:
53
:
26
mast
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Pike embed target, either libpike.so or libpike.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:1097:
libpike.o: $(SRCDIR)/libpike.c # Internal testing target run_yacc: $(SRCDIR)/language.c $(SRCDIR)/configure $(SRCDIR)/stamp-h.in: $(SRCDIR)/configure.in $(SRCDIR)/aclocal.m4 $(SRCDIR)/acconfig.h cd $(SRCDIR) && ./run_autoconfig --no-recursion . echo foo > $(SRCDIR)/stamp-h.in
-
config.status: $(SRCDIR)/configure
+
config.status: $(SRCDIR)/configure
$(SRCDIR)/make_variables.in
./config.status --recheck modules/common_module_makefile: $(SRCDIR)/modules/common_module_makefile.in config.status -@(while :; do \ echo foo > cfl.common_module_makefile; test "`echo cfl.*`" = cfl.common_module_makefile && break; \ rm cfl.common_module_makefile; echo "Waiting to run config.status serially:" cfl.*; sleep 1; \ arb=17; while test $$arb != 0; do arb=`expr $$arb - 1`; done; \ done;) CONFIG_FILES=modules/common_module_makefile CONFIG_HEADERS="" ./config.status || \ (EXITCODE=$$?; rm cfl.common_module_makefile; exit $$EXITCODE)