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.
345
2004/12/01
19
:
33
:
29
grubba Exp $
+
# $Id: Makefile.in,v 1.
346
2004/12/01
20
:
09
:
01
grubba 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:430:
.wixobj.msi: @test -d cab_cache || mkdir cab_cache @if test -f "$@"; then rm "$@"; else :; fi # Paranoia $(LIGHT) "$<" -cc cab_cache -o "$@" 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 PikeWin32Installer.vbs: $(PACKAGINGDIR)/windows/installer.vbs
-
@if [ -f "$@" ] && cmp "$<" "$@" >/dev/null; then
:
; else \
+
@if [ -f "$@" ] && cmp "$<" "$@" >/dev/null; then
\
+
echo "PikeWin32Installer.vbs is up to date."
;
\
+
else \
echo cp '"'"$<"'"' '"'"$@"'"'; \ cp "$<" "$@"; \
-
else \
-
echo "PikeWin32Installer.vbs is up to date."; \
+
fi Pike_module.msm: PikeWin32Installer.vbs 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)" \