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.
285
2002/03/
03
20
:
09
:
01
nilsson
Exp $
+
# $Id: Makefile.in,v 1.
286
2002/03/
08
02
:
40
:
56
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:299:
@echo "Creating ./hilfe..."; \ if [ "$(exec_prefix)" != "/usr/local/bin" -a \ "$(exec_prefix)" != "/usr/local/bin/" ]; then \ ( sed -e 's!/usr/local/bin!$(exec_prefix)!' <$(TMP_BINDIR)/hilfe \ >./hilfe && chmod 755 ./hilfe) || exit 1 ; \ else \ $(INSTALL) $(TMP_BINDIR)/hilfe `pwd`/hilfe || exit 1; \ fi @echo "Done."
+
dump_modules: pike master-stamp $(SRCDIR)/dumpmodule.pike
+
args="$(DUMPARGS)"; \
+
cd $(LIBDIR_SRC) && \
+
$(RUNPIKE) $(SRCDIR)/dumpmodule.pike \
+
$${args:- --update-only="$(TMP_BUILDDIR)/dumpversion" --report-failed} \
+
--recursive --target-dir="$(TMP_BUILDDIR)/lib" modules 2>dumpmodule.log
.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 fake_dynamic_load.pike >"$@" --cpp --protos \ $(CPP) $(PREFLAGS) -DPMOD_EXPORT=PMOD_EXPORT \