pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-08
2004-11-08 14:46:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e7f4bd2d6cd5332c66ce3d7f42707406dffda380 (
22
lines) (+
14
/-
8
)
[
Show
|
Annotate
]
Branch:
7.9
Wix-related updates.
Rev: src/Makefile.in:1.393
1:
#
-
# $Id: Makefile.in,v 1.
392
2004/11/08
12
:
45
:
24
grubba Exp $
+
# $Id: Makefile.in,v 1.
393
2004/11/08
14
:
46
:
34
grubba Exp $
# # This line is needed on some machines.
429:
.wxs.wixobj: @if test -f "$@"; then rm "$@"; else :; fi # Paranoia
-
$(CANDLE) "$<"
+
$(CANDLE) "$<"
-out "$@"
.wixobj.msm: @test -d cab_cache || mkdir cab_cache
444:
Pike_banner.bmp: $(SRCDIR)/make_banner.pike $(SRCDIR)/../refdoc/src_images/pike_logo.gif $(RUNPIKE) $(SRCDIR)/make_banner.pike $(SRCDIR)/../refdoc/src_images/pike_logo.gif >Pike_banner.bmp || rm Pike_banner.bmp
-
Pike.wxs: $(SRCDIR)/../packaging/windows/pike.wxs
-
@cp $(SRCDIR)/../packaging/windows/pike.wxs Pike.wxs
-
-
Pike_ui.wxs: $(SRCDIR)/../packaging/windows/wix_ui.wxs
-
@cp $(SRCDIR)/../packaging/windows/wix_ui.wxs Pike_ui.wxs
-
+
Pike_module.wxs: force @no_autodoc="--no-autodoc"; \ if [ -f autodoc.xml ]; then no_autodoc=""; fi; \
-
+
$(RUNPIKE) $(TMP_BINDIR)/install.pike --wix-module $$no_autodoc \
+
exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \
+
TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \
+
SRCDIR="$(SRCDIR)" prefix="$(prefix)" DOCDIR_SRC="$(DOCDIR_SRC)" \
+
MANDIR_SRC="$(MANDIR_SRC)" \
+
BASEDIR="$(BASEDIR)" man_prefix="$(man_prefix)" \
+
pike_name=$(pike_name) PIKE_MODULE_RELOC="$(PIKE_MODULE_RELOC)"
+
+
Pike.wxs: force
+
@no_autodoc="--no-autodoc"; \
+
if [ -f autodoc.xml ]; then no_autodoc=""; fi; \
$(RUNPIKE) $(TMP_BINDIR)/install.pike --wix $$no_autodoc \ exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \