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.
290
2002/03/
09
18
:
20
:
53
mast Exp $
+
# $Id: Makefile.in,v 1.
291
2002/03/
10
03
:
28
:
33
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:86:
CC=@CC@ CPP=@CPP@ FALLBACK_CC=@FALLBACK_CC@ AR=@AR@ LD=@LD@ LDFLAGS=@LDFLAGS@ @LINKFORSHARED@ $(EXTRALDFLAGS)
-
DEFAULT_RUNPIKE=$(TMP_BUILDDIR)/pike -DNOT_INSTALLED -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS)
+
DEFAULT_RUNPIKE=$(TMP_BUILDDIR)/pike -DNOT_INSTALLED -
DPRECOMPILED_SEARCH_MORE -
m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS)
USE_TPIKE=$(TMP_BUILDDIR)/precompile.sh USE_PIKE=pike $(PIKEOPTS) RUNPIKE=$(@RUNPIKE@) RUNTPIKE=$(@RUNTPIKE@) PIKE_MODULE_RELOC=@PIKE_MODULE_RELOC@ MAKE_FLAGS= # Add alloca.o if you don't have alloca() on your machine. #
pike.git/src/Makefile.in:192:
$(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) pike @if [ "`find . -name '*.fail' -print`" = "" ]; then :; else \ echo; \ echo "Pike compiled and linked ok, but the following file(s) "; \ echo "failed to compile with full optimization.";\ echo "This may affect performance negatively."; \ find . -name '*.fail' -print | sed -e 's/\.fail$$//' -e 's/^/ /'; \ echo; \ fi
-
documentation:
just-tinstall
-
@if [ -f "$(SRCDIR)/../refdoc/Makefile" ]; then \
-
PIKE="`pwd`/test-
pike
";
\
-
export PIKE; \
-
(
cd $(SRCDIR)/../refdoc && $(MAKE) PIKE="
$$PIKE"
)
|| exit 1; \
-
else \
-
echo
"
Refdoc
directory not found."; \
-
exit 1; \
-
fi
+
documentation: pike
dump_modules
+
cd $(SRCDIR)/../refdoc && $(MAKE)
$(MAKE_FLAGS)
PIKE="
$(RUNPIKE
)"
$(DOCTARGET)
post_modules: pike @( cd post_modules ; rm remake >/dev/null 2>&1 || : ; \ $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \ ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) || exit $$? post_modules/modlist_headers.h: @test -f post_modules/modlist_headers.h || touch post_modules/modlist_headers.h post_modules/modlist.h:
pike.git/src/Makefile.in:307:
$(INSTALL) $(TMP_BINDIR)/hilfe `pwd`/hilfe || exit 1; \ fi @echo "Done." dump_modules: pike master-stamp $(SRCDIR)/dumpmodule.pike args="$(DUMPARGS)"; \ $(RUNPIKE) $(SRCDIR)/dumpmodule.pike \ $${args:- --log-file --update-only=dumpversion --report-failed} \ --recursive --target-dir=lib "$(LIBDIR_SRC)/modules"
+
force_dump_modules:
+
-rm dumpversion 2>/dev/null
+
$(MAKE) $(MAKE_FLAGS) dump_modules
+
.SUFFIXES: .c .h .o .cmod .pp .pph .protos .h_src .c.pp: $(CPP) $(PREFLAGS) -DPMOD_EXPORT=PMOD_EXPORT \ -DPMOD_PROTO=PMOD_PROTO "$<" >"$@" .c.protos: precompile.sh-stamp ./precompile.sh --cache fake_dynamic_load.pike >"$@" --cpp --protos \ $(CPP) $(PREFLAGS) -DPMOD_EXPORT=PMOD_EXPORT \ -DPMOD_PROTO=PMOD_PROTO -DPIKE_PRECOMPILER=1 "$<" || \