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.
410
2005/
11
/01
18
:
59
:
10
grubba
Exp $
+
# $Id: Makefile.in,v 1.
411
2005/
12
/01
00
:
49
:
29
nilsson
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Pike embed target, either pike.so or pike.a. PIKE_LIB=@PIKE_LIB@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries.
pike.git/src/Makefile.in:863:
if test -f $(SRCDIR)/interpret_protos.h; then touch $(SRCDIR)/interpret_protos.h; else :; fi # make export archive (requires compiled Pike) # Do not compile in source tree if you want to use this! # Beware that export archive this includes bison/yacc/byacc source # and thus has to follow the rules stated in that code. full_export: source chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" \
-
--exportlist=src/export_list --name=Pike-v%maj.%min.%bld --tag
+
--exportlist=
"$(SRCDIR)/
src/export_list
"
--name=Pike-v%maj.%min.%bld
\
+
--tag
$(EXPORTARGS)
EXPORT_NAME=Pike-v%maj.%min-%Y%M%D snapshot_export: source chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" \
-
--exportlist=src/export_list --name=$(EXPORT_NAME) $(EXPORTARGS)
+
--exportlist=
"$(SRCDIR)/
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 \ exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \