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.
305
2002/
04
/
30
20
:02:
02
mast
Exp $
+
# $Id: Makefile.in,v 1.
306
2002/
05
/
01
00
:02:
14
nilsson
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:573:
# interpret_protos.h_src to ensure that the .h_src.h rule doesn't have # anything to do in the dist. source: depend touch $(SRCDIR)/language.c $(SRCDIR)/language.h $(SRCDIR)/interpret_protos.h # 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.
-
small_export: source
-
chmod +x $(SRCDIR)/install-sh
-
$(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" \
-
--exportlist=src/export_list --name=%Y%M%D_%h%m%s
-
+
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
-
+
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=
Pike-v%maj.%min-snapshot-%Y%M%D
+
--exportlist=src/export_list --name=
$(EXPORT_NAME)
export: full_export bin_export: aclocal @rm -f *.burk @$(RUNPIKE) $(TMP_BINDIR)/install.pike --export \ exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ SRCDIR="$(SRCDIR)" prefix="$(prefix)" MANDIR_SRC="$(MANDIR_SRC)" \ man_prefix="$(man_prefix)" pike_name=$(pike_name) PIKE_MODULE_RELOC="$(PIKE_MODULE_RELOC)"