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.
299
2002/04/11 20:
27
:
49
mast Exp $
+
# $Id: Makefile.in,v 1.
300
2002/04/11 20:
30
:
03
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:751:
# 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)/configure: $(SRCDIR)/configure.in
$(SRCDIR)/aclocal.m4
cd $(SRCDIR) && autoconf 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; \