pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-11-08
2001-11-08 19:01:37 by Martin Nilsson <mani@lysator.liu.se>
4d51d60bcb4832c9453c3a7890739c90c697f27e (
8
lines) (+
3
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Autodoc is built in a seperate build tree.
Rev: src/Makefile.in:1.276
1:
#
-
# $Id: Makefile.in,v 1.
275
2001/
10
/
27
19:
40
:
27
nilsson Exp $
+
# $Id: Makefile.in,v 1.
276
2001/
11
/
08
19:
01
:
37
nilsson Exp $
# # This line is needed on some machines.
296:
@echo "Done."
-
.SUFFIXES: .c .h .o .cmod .pp .pph .protos .
xml .
h_src
+
.SUFFIXES: .c .h .o .cmod .pp .pph .protos .h_src
-
.c.xml: pike $(TMP_BINDIR)/autodoc.pike
-
@$(RUNPIKE) $(TMP_BINDIR)/autodoc.pike "$<" >"$@"
-
+
.c.pp: $(CPP) $(PREFLAGS) -DPMOD_EXPORT=PMOD_EXPORT \ -DPMOD_PROTO=PMOD_PROTO "$<" >"$@"