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.
314
2002/
06
/
01
16:
34
:
33
mast
Exp $
+
# $Id: Makefile.in,v 1.
315
2002/
07
/
26
16:
17
:
13
grubba
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:15:
SRCDIR=@srcdir@ VPATH=@srcdir@ # These are used while compiling LIBDIR_SRC = @LIBDIR@ MANDIR_SRC = $(SRCDIR)/../man TMP_BINDIR = @BINDIR@ TMP_BUILDDIR = @BUILDDIR@ TMP_LIBDIR = $(TMP_BUILDDIR)/lib
+
# These are used by the files generated by fixdepends.sh
+
PIKE_SRC_DIR=$(SRCDIR)
+
BUILD_BASE=
+
# # RPM and package builders, listen up, because this is your only # documentation! This variable is prepended to the install path. # Please note that Pike will not work until moved into the proper # place. -Hubbe # buildroot= prefix = @prefix@ exec_prefix = $(prefix)/bin
pike.git/src/Makefile.in:670:
cp "$(SRCDIR)/interpreter.h" "$@" interpret.o: interpreter_debug.h $(SRCDIR)/interpret_functions_fixed.h # All the $(POBJ) dependencies, except tpike. See blurb at pike target. stamp-tpike-predep: $(SRCDIR)/peep.in $(TMP_BINDIR)/mkpeep.pike peep.c $(SRCDIR)/UnicodeData.txt $(TMP_BINDIR)/make_ci.pike builtin_functions.c $(SRCDIR)/treeopt.in $(TMP_BINDIR)/mktreeopt.pike las.c @echo foo > stamp-tpike-predep # make dependencies depend: $(SRC_TARGETS) $(TPIKE_TARGETS)
-
gcc -MM -MG $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR)
+
gcc -MM -MG $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh
"
$(SRCDIR)
" "$(SRCDIR)" /dev/null
-@(while :; do \ echo foo > cfl.$@; test "`echo cfl.*`" = cfl.$@ && break; \ rm cfl.$@; echo "Waiting to run config.status serially:" cfl.*; sleep 1; \ arb=37; while test $$arb != 0; do arb=`expr $$arb - 1`; done; \ done;) CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status || \ (EXITCODE=$$?; rm cfl.$@; exit $$EXITCODE) -@rm cfl.$@ @( cd modules && { \ rm -f remake; \