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.
347
2005
/
10
/
14
08
:
56
:
15
grubba
Exp $
+
# $Id: Makefile.in,v 1.
348
2006
/
06
/
17
11
:
11
:
47
mast
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:856:
# 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/static_module_makefile: $(SRCDIR)/modules/static_module_makefile.in config.status -@(while :; do \ echo foo > cfl.static_module_makefile; test "`echo cfl.*`" = cfl.static_module_makefile && break; \ rm cfl.static_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:920:
# The date stamp used to be 0103000070, but that seems to confuse some # recent OS's, that haven't heard of the 70's... precompile.sh-stamp: precompile.sh @touch 0101010185 precompile.sh-stamp $(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; \