pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-10
2000-01-10 00:52:49 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
9f7b7ecddb2d029dee3a933e94165ecef3816d94 (
22
lines) (+
20
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
make bin_export should now work on NT
Rev: src/Makefile.in:1.176
1:
#
-
# $Id: Makefile.in,v 1.
175
2000/01/
01
00:
42
:
23
hubbe Exp $
+
# $Id: Makefile.in,v 1.
176
2000/01/
10
00:
52
:
49
hubbe Exp $
# # This line is needed on some machines.
280:
install_interactive: pike hilfe pike-module aclocal @$(RUNPIKE) $(TMP_BINDIR)/install.pike --interactive \
-
exec_prefix="$(exec_prefix)" \
+
exec_prefix="$(exec_prefix)"
prefix=$(prefix)
\
TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ SRCDIR="$(SRCDIR)" MANDIR_SRC="$(MANDIR_SRC)"
433:
( cd .. ; $(TMP_BINDIR)/makedists ) 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)
-
+
@case " $(CC)" in \
+
*\ rntc*) \
+
$(MAKE) $(MAKE_FLAGS) uncompress_header ;\
+
filename=`echo *.burk | sed 's@\.burk$$@@g'`.exe ;\
+
( cat uncompress_header.exe ; gzip -9 -c *.burk ) > $$filename ;\
+
;; \
+
esac
-
+
new_peep_engine: $(RUNPIKE) $(TMP_BINDIR)/mkpeep.pike $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c $(RUNPIKE) $(TMP_BINDIR)/make_ci.pike <$(SRCDIR)/UnicodeData.txt >$(SRCDIR)/case_info.h
578:
testsuite: $(SRCDIR)/testsuite.in $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite -DSRCDIR="$(SRCDIR)"
+
header_uncompress: $(SRCDIR)/uncompressor.c
+
$(CC) -O2 -static $(SRCDIR)/uncompressor.c -o header_uncompress -lz
+
+
uncompress_header: $(SRCDIR)/uncompressor.c header_uncompress
+
$(CC) -O2 -static $(SRCDIR)/uncompressor.c -o uncompress_header -lz -DSEEK_TO=`wc -c header_uncompress|sed 's/[^0-9]//g'`
+
test "`wc -c header_uncompress|sed 's/[^0-9]//g'`" = "`wc -c uncompress_header|sed 's/[^0-9]//g'`"
+
+
@dependencies@