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.
211
2000/10/10
21
:
10
:
27
mast Exp $
+
# $Id: Makefile.in,v 1.
212
2000/10/10
23
:
39
:
32
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:627:
module.o: modules/modlist_headers.h modules/modlist.h $(SRCDIR)/configure: $(SRCDIR)/configure.in cd $(SRCDIR) && autoconf config.status: $(SRCDIR)/configure ./config.status --recheck modules/static_module_makefile: $(SRCDIR)/modules/static_module_makefile.in config.status
-
-@(
echo
foo > cfl.static_module_makefile
; \
-
while
test "`echo cfl.*`"
!
= cfl.static_module_makefile
;
do
\
-
echo "Waiting to run config.status serially:" cfl.*;
\
-
sleep 1; \
+
-@(
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; \
done;) CONFIG_FILES=modules/static_module_makefile CONFIG_HEADERS="" ./config.status || \ (EXITCODE=$$?; rm cfl.static_module_makefile; exit $$EXITCODE) -@rm cfl.static_module_makefile modules/dynamic_module_makefile: $(SRCDIR)/@dmmsrc@ config.status
-
-@(
echo
foo > cfl.dynamic_module_makefile
; \
-
while
test "`echo cfl.*`"
!
= cfl.dynamic_module_makefile
;
do
\
-
echo "Waiting to run config.status serially:" cfl.*;
\
-
sleep 1; \
+
-@(
while
:;
do
\
+
echo
foo > cfl.dynamic_module_makefile;
test "`echo cfl.*`" = cfl.dynamic_module_makefile
&& break
; \
+
rm
cfl.dynamic_module_makefile;
echo "Waiting to run config.status serially:" cfl.*; sleep 1; \
done;) CONFIG_FILES=modules/dynamic_module_makefile:@dmmsrc@ CONFIG_HEADERS="" ./config.status || \ (EXITCODE=$$?; rm cfl.dynamic_module_makefile; exit $$EXITCODE) -@rm cfl.dynamic_module_makefile Makefile: $(SRCDIR)/Makefile.in $(SRCDIR)/dependencies config.status
-
-@(
echo
foo > cfl.$@
; \
-
while
test "`echo cfl.*`"
!
= cfl.$@
;
do
\
-
echo "Waiting to run config.status serially:" cfl.*;
\
-
sleep 1; \
+
-@(
while
:;
do
\
+
echo
foo > cfl.$@;
test "`echo cfl.*`" = cfl.$@
&& break
; \
+
rm
cfl.$@;
echo "Waiting to run config.status serially:" cfl.*; sleep 1; \
done;) CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status || \ (EXITCODE=$$?; rm cfl.$@; exit $$EXITCODE) -@rm cfl.$@ touch remake @echo "Run make again" @exit 1 precompile.sh: $(SRCDIR)/precompile.sh.in ./config.status
-
-@(
echo
foo > cfl.$@
; \
-
while
test "`echo cfl.*`"
!
= cfl.$@
;
do
\
-
echo "Waiting to run config.status serially:" cfl.*;
\
-
sleep 1; \
+
-@(
while
:;
do
\
+
echo
foo > cfl.$@;
test "`echo cfl.*`" = cfl.$@
&& break
; \
+
rm
cfl.$@;
echo "Waiting to run config.status serially:" cfl.*; sleep 1; \
done;) CONFIG_FILES=precompile.sh CONFIG_HEADERS="" ./config.status || \ (EXITCODE=$$?; rm cfl.$@; exit $$EXITCODE) -@rm cfl.$@ $(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
-
-@(
echo
foo > cfl.$@
; \
-
while
test "`echo cfl.*`"
!
= cfl.$@
;
do
\
-
echo "Waiting to run config.status serially:" cfl.*;
\
-
sleep 1; \
+
-@(
while
:;
do
\
+
echo
foo > cfl.$@;
test "`echo cfl.*`" = cfl.$@
&& break
; \
+
rm
cfl.$@;
echo "Waiting to run config.status serially:" cfl.*; sleep 1; \
done;) CONFIG_FILES="" CONFIG_HEADERS=machine.h ./config.status || \ (EXITCODE=$$?; rm cfl.$@; exit $$EXITCODE) -@rm cfl.$@ testsuite: $(SRCDIR)/testsuite.in $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite -DSRCDIR="$(SRCDIR)" header_uncompress: $(SRCDIR)/uncompressor.c $(CC) -O2 -static $(SRCDIR)/uncompressor.c -o header_uncompress -lz