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.
131
1999/03/
12
01
:
12
:
02
hubbe Exp $
+
# $Id: Makefile.in,v 1.
132
1999/03/
19
11
:
37
:
58
hubbe 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:503:
depend: $(SRCDIR)/language.c gcc -MM $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR) ( cd modules ; $(MAKE) $(MAKE_FLAGS) depend ) $(SRCDIR)/configure @ac_configure_args@ # Documentation... docs: mkdir docs
-
html_docs: docs
-
$(RUNPIKE) $(TMP_BINDIR)/htmlify_docs docs $(TMP_DOCDIR) `echo $(SRCDIR)/modules/*/doc`
-
+
wmml: force @test -d wmml/. || mkdir wmml @modules="`cd $(SRCDIR)/modules; ls -d */. | sed -e '/^_.*/d' -e 's/\/\.$$//'`"; \ echo The following modules are interresting:; \ echo "$$modules"; \ for d in $$modules; do \ echo Testing $$d...; \ if test -f "$(SRCDIR)/modules/$$d/wmml-header"; then \ echo Module $$d seems to contain WMML docs.; \ $(RUNPIKE) $(TMP_BINDIR)/mkwmml.pike \