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.
431
2006/07/04 23:
09
:
40
mast Exp $
+
# $Id: Makefile.in,v 1.
432
2006/07/04 23:
16
:
47
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:1180:
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 $(SRCDIR)/make_variables.in
+
config.status
propagated_variables
: $(SRCDIR)/configure $(SRCDIR)/make_variables.in
./config.status --recheck
-
-
propagated_variables: $(SRCDIR)/configure $(SRCDIR)/make_variables.in
-
./config.status --recheck
+
@test -f propagated_variables && touch propagated_variables 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)