pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-02-03
2002-02-03 22:37:47 by Martin Nilsson <mani@lysator.liu.se>
2f08b3717e6ee0979ffefc6a6b2d1baa0dec5c2a (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
New target small_export. Like full_export, but without tagging.
Rev: src/Makefile.in:1.284
1:
#
-
# $Id: Makefile.in,v 1.
283
2002/
01
/
28
17
:
43
:
18
mast
Exp $
+
# $Id: Makefile.in,v 1.
284
2002/
02
/
03
22
:
37
:
47
nilsson
Exp $
# # This line is needed on some machines.
567:
# 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)" --notag
+
full_export: source chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)"