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.
373
2003/
11
/
14
09
:14:
42
mast
Exp $
+
# $Id: Makefile.in,v 1.
374
2003/
12
/
07
16
:14:
34
marcus
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:857:
# UnixWare make needs help to find the source file... builtin.o: $(SRCDIR)/builtin.c iterators.o: $(SRCDIR)/iterators.c backend.o: $(SRCDIR)/backend.c # Internal testing target run_yacc: $(SRCDIR)/language.c
-
$(SRCDIR)/configure: $(SRCDIR)/configure.in $(SRCDIR)/aclocal.m4
-
cd $(SRCDIR) &&
autoconf
+
$(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 --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;)
pike.git/src/Makefile.in:934:
# Note that gnu touch is stupid, and warns about the syntax; thus the # redirect of stderr. precompile.sh-stamp: precompile.sh @touch 0101010185 precompile.sh-stamp 2>/dev/null $(SRCDIR)/machine.h.in: $(SRCDIR)/stamp-h.in @if test -f $(SRCDIR)/machine.h.in; then :; else \ rm $(SRCDIR)/stamp-h.in; $(MAKE) $(SRCDIR)/stamp-h.in; \ fi
-
$(SRCDIR)/stamp-h.in: $(SRCDIR)/configure.in $(SRCDIR)/acconfig.h
-
cd $(SRCDIR) && autoheader
-
echo foo > $(SRCDIR)/stamp-h.in
-
+
machine.h: stamp-h @if test -f machine.h; then :; else \ rm stamp-h; $(MAKE) stamp-h; \ fi stamp-h: $(SRCDIR)/stamp-h.in $(SRCDIR)/machine.h.in config.status -@(while :; do \ echo foo > cfl.$@; test "`echo cfl.*`" = cfl.$@ && break; \ rm cfl.$@; echo "Waiting to run config.status serially:" cfl.*; sleep 1; \ arb=31; while test $$arb != 0; do arb=`expr $$arb - 1`; done; \