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.
185
2000/
03
/
26
15
:
17
:
33
grubba
Exp $
+
# $Id: Makefile.in,v 1.
186
2000/
04/
03
06
:
18
:
50
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:510:
done manpages: wmml @(if test -f "$(SRCDIR)/../tutorial/tutorial.wmml"; then \ cat "$(SRCDIR)/../tutorial/tutorial.wmml"; \ else \ cat wmml/*.wmml; \ fi) | (cd wmml && $(RUNPIKE) $(TMP_BINDIR)/wmmltohtml2 \ $(TMP_BINDIR)/manpages man/man)
+
tutorial: wmml
+
( cd $(SRCDIR)/../tutorial/ ; $(MAKE) pike="$(RUNPIKE)" $(TARGET) )
+
# Lobotomization... lobotomize_crypto: ( cd $(SRCDIR)/modules/_Crypto && ./.build_lobotomized_crypto ) ( cd $(SRCDIR)/modules/_Lobotomized_Crypto && autoconf ) # # Pike internal targets # module_objects: machine.h global.h modules/static_module_makefile modules/dynamic_module_makefile $(SRCDIR)/language.h lib master.pike