pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-10
2000-04-10 21:34:26 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
8017aa30c981d404bda8d9a314a6430c664264f1 (
8
lines) (+
4
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
export is now the same as full_export
Rev: src/Makefile.in:1.187
1:
#
-
# $Id: Makefile.in,v 1.
186
2000/04/
03
06
:
18
:
50
hubbe Exp $
+
# $Id: Makefile.in,v 1.
187
2000/04/
10
21
:
34
:
26
hubbe Exp $
# # This line is needed on some machines.
425:
# 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.
-
export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend
-
chmod +x $(SRCDIR)/install-sh
-
$(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" Oracle rsql.pike rsqld.pike _Crypto
+
full_export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)"
-
+
export: full_export
+
all_exports: full_export ( cd .. && $(TMP_BINDIR)/makedists )