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.
370
2003/11/
08
19
:
26
:
00
grubba Exp $
+
# $Id: Makefile.in,v 1.
371
2003/11/
11
10
:
33
:
33
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:700:
chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" \ --exportlist=src/export_list --name=$(EXPORT_NAME) $(EXPORTARGS) export: full_export bin_export: @rm -f *.burk @no_autodoc="--no-autodoc"; \ if [ -f autodoc.xml ]; then no_autodoc=""; fi; \
-
$(RUNPIKE) $(TMP_BINDIR)/install.pike --export
$no
_autodoc \
+
$(RUNPIKE) $(TMP_BINDIR)/install.pike --export
$$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)" @case " $(CC)" in \ *\ rnt*) \ $(MAKE) $(MAKE_FLAGS) uncompress_header ;\ echo "Compressing..." ;\