pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-05
2000-02-05 02:35:09 by Marcus Comstedt <marcus@mc.pp.se>
6d4137d5f6a057a17969be7e3b09f91e8ae2ace7 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Allow rewriting rules for default include/module path, used by init_nt.
Rev: src/Makefile.in:1.177
1:
#
-
# $Id: Makefile.in,v 1.
176
2000/
01
/
10
00
:
52
:
49
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
177
2000/
02
/
05
02
:
35
:
09
marcus
Exp $
# # This line is needed on some machines.
401:
master.pike: $(LIBDIR_SRC)/master.pike.in Makefile
-
sed -e 's!¤lib_prefix¤!$(TMP_LIBDIR)!' <$(LIBDIR_SRC)/master.pike.in \
-
| sed -e 's!¤share_prefix¤!$(LIBDIR_SRC)!' >master.pike
+
t="$$PIKE_PATH_TRANSLATE"; if test "x$$t" = "x"; then t=s,x,x,; else :; fi; \
+
sed -e 's!¤lib_prefix¤!
'"`echo \"
$(TMP_LIBDIR)
\" | sed -e \"$$t\"`"'
!' <$(LIBDIR_SRC)/master.pike.in \
+
| sed -e 's!¤share_prefix¤!
'"`echo \"
$(LIBDIR_SRC)
\" | sed -e \"$$t\"`"'
!' >master.pike
pike-module: $(SRCDIR)/pike-module.in Makefile ./pike $(RUNPIKE) $(SRCDIR)/pike-module.in --fixate=$(SRCDIR)/pike-module.in \