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.
384
2004/
11
/
08
18
:
17
:
53
grubba Exp $
+
# $Id: Makefile.in,v 1.
385
2004/
12
/
04
16
:
46
:
36
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:21:
TMP_BUILDDIR = @BUILDDIR@ TMP_LIBDIR = $(TMP_BUILDDIR)/lib # This is used during autodoc extraction. DOCDIR = @DOCDIR@ # These are used during binary exports and installation. MANDIR_SRC = @MANDIR@ DOCDIR_SRC = @DOCDIR@ BASEDIR = @BASEDIR@
+
PACKAGINGDIR = $(SRCDIR)/../packaging
# These are used by the files generated by fixdepends.sh PIKE_SRC_DIR=$(SRCDIR) BUILD_BASE= # # RPM and package builders, listen up, because this is your only # documentation! This variable is prepended to the install path. # Please note that Pike will not work until moved into the proper # place. -Hubbe
pike.git/src/Makefile.in:436:
$(LIGHT) "$<" -cc cab_cache -o "$@" .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 \
+
echo "PikeWin32Installer.vbs is up to date."; \
+
else \
+
echo cp '"'"$<"'"' '"'"$@"'"'; \
+
cp "$<" "$@"; \
+
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)" \ 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)"