pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-03-08
2002-03-08 02:40:56 by Martin Stjernholm <mast@lysator.liu.se>
5933bb1dce86d8a1d52d82b3bd99ffa3d50ff2dd (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added dump_modules target.
Rev: src/Makefile.in:1.286
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.
306:
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