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.
430
2006/07/
01
23:
43
:
21
mast Exp $
+
# $Id: Makefile.in,v 1.
431
2006/07/
04
23:
09
:
40
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:183:
@DLOPEN_O@ @EXTRA_OBJS@ OBJ=$(CORE_OBJ) module.o MODULE_REQUIREMENTS= \ headerfiles-stamp \ machine.h \ global.h \ precompile.sh-stamp \ modules/static_module_makefile \ modules/dynamic_module_makefile \
+
propagated_variables \
$(SRCDIR)/language.h \ $(SRCDIR)/interpret_protos.h \ lib @EXTRA_MODULE_REQUIREMENTS@ SRC_TARGETS= \ $(SRCDIR)/language.c \ $(SRCDIR)/language.h \ $(SRCDIR)/interpret_protos.h \ $(SRCDIR)/interpret_functions_fixed.h \ $(SRCDIR)/peep_engine.c \
pike.git/src/Makefile.in:1182:
# 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 --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) -@rm cfl.common_module_makefile